.frf-documents {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
}

.frf-documents-search input {
    width: 100%;
    padding: 15px;
    font-size: 1.25rem;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.frf-documents-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.frf-category-button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.frf-category-button:hover {
    background-color: #005f8c;
}

.frf-document {
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

.frf-document h4 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
}

.frf-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.frf-meta li {
    margin-bottom: 0.5rem;
}
.frf-category-button.active {
    background-color: #444;
    color: #fff;
}
.frf-docmgr-results-header {
    font-size:14px;
    color:#68717D;
    font-weight: 700;
}
.frf-docmgr-item {
    margin:3px;
    padding:3px;
    padding-left:32px;
    font-size:14px;
    color:#475569;
}
.frf-docmgr-item-details {
    margin:3px;
    padding:3px;
    font-size:12px;
    color:#475569;
}
.document-autocomplete-item {
    margin-bottom: 5px;
    padding: 3px;
    padding-left:42px;
}
a.document-autocomplete-link {
    color:#475569;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.autocomplete-header {
    font-size:14px;
    padding-bottom:4px;
    margin-bottom:0px !important;
    padding-left:10px;
    color:#475569;
}
span.document_last_update {
    color:#475569;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.frf-docmgr-cat-btn:hover {
    border-color: #000;
}
.frf-docmgr-cat-btn.active {
    background-color: #000;
    color:#FFF;
}
.frf-docmgr-autocomplete {
    height:120px;
    overflow:auto;
    display:none;
    position:absolute;
    top:30px;
    left:0px;
    width:100%;
    background-color: #FFF;
    border-color: #DEE0E3;
    border-width: 1px;
    border-style: solid;
}
.frf-docmgr-search-wrap {
    position:relative;
    margin-bottom:20px;
}
.divResultsHeader {
    font-size: 24px;
    font-weight:700;
    color: #000;
    float:left;
    margin-top:40px;
    margin-bottom:20px;
}
.txtResultsCount {
    font-size: 12px;
    color: #68717D;
    font-weight:400;
}
.tblSearchResults {
    width:100%;
    border:0px;
    border-collapse: separate;
}
.tblSearchResults td {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #475569;
    font-size:14px;
}
.tblSearchResults th {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #475569;
    font-size:14px;
}
.tblSearchResults th.sortable {
    cursor:pointer;
}
.tblSearchResults tr {
    border-bottom: 1px solid #DEE0E3;
    height: 40px;
}
a.document-search-link {
    color:#475569;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.tblSearchResults td.frf-docmgr-doc-details {
    margin:3px;
    padding:3px;
    font-size:12px;
    color:#475569;
}
.frf-docmgr-categories {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    box-sizing: border-box;
}
.frf-docmgr-categories button {
    flex:1;
    padding-top:10px;
    padding-left:10px;
    background-color: #FFF;
    border:1px solid #DEE0E3;
    height:80px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 16px 16px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    float: left;
    margin-left: 7px;
    margin-right: 7px;
}
.frf-docmgr-categories button:first-child {
    margin-left:0;
}
.frf-docmgr-categories button:last-child {
    margin-right: 0;
}
input[type=text].txtSearchBox {
    height:48px;
    font-size:16px;
    line-height: 48px;
    color:#475569;
    background: url('../img/icon_search.png') no-repeat 10px center;
    background-size: 20px 20px;
    padding-left: 36px; /* lasă spațiu pentru icon */
}
.sort-icon {
    margin-left: 6px;
    font-size: 12px;
  }