.fb.table-header td, .fb.table-footer td {
    font-weight: 600;
}

.fb-table .card-header .panel-title {
    font-size: 15px;
    font-weight: 700;
}

.multiplerowselect:not(.selectedrows) .multiple-show { display: none }
.multiplerowselect.selectedrows .multiple-hide { display: none }


.table-head1 .pagination li:not(.disabled) {
    cursor: pointer;
}


.table-search input {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-top-width: 1px !important;
    padding-left: 40px;
}

.table-search {
    position: relative;
}

.table-search .hourglasssearch {
    position: absolute;
    bottom: 2px;
    padding: 12px 12px;
}

.sticky-table-container {
    overflow-x: scroll;
    overflow-y: scroll;
    height: 75vh;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.sticky-table-container > table > thead > tr {
    position: sticky !important; 
    top: 0px;
    z-index: 10;
}

.sticky-table-container > table > thead > tr > td {
    border-bottom: 1px solid #ccc;
    background-color: #ddd;
}

table.cansort > thead > tr > th, table.cansort > thead > tr > td {
    position: relative;
}

table.cansort > thead > tr > th:not(.sorting_disabled):before, table.cansort > thead > tr > td:not(.sorting_disabled):before {
    content: '\e9c1';
    margin-top: -2px;
    color: #555;
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    /** margin-top: -6px **/;
    display: inline-block;
    line-height: 1;
    opacity: 0.15;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table.cansort > thead > tr > th:not(.sorting_disabled):after, table.cansort > thead > tr > td:not(.sorting_disabled):after {
    content: '\e9c2';
    margin-top: -10px;
    color: #555;
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    /** margin-top: -6px **/;
    display: inline-block;
    line-height: 1;
    opacity: 0.15;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table.cansort > thead > tr > th, table.cansort > thead > tr > td {
    cursor: pointer;
}
    
    
.fb-table tr .rowselect figure i {
    font-size: 24px;
    padding: 5px 5px;
    opacity: 0.2;
}

.fb-table tr.selected .rowselect figure i {
    opacity: 0.7;
}

.fb-table tr th.rowselect figure i { display: none; } /** Por ahora no implementamos select all **/

tr.header td, tr.table-header td, tr.table-footergroup td {
    font-weight: bold;
}

.fb-table .page-link {   cursor: pointer;  }

/** .hideonnorows:not(:has(tr.table-body:visible)) { **/
.hideonnorows:not(:has(tr.table-body:not([style*="display: none"]))) {    
    display: none;
}








