.table{
    margin-bottom:0;
    margin-top:5px;
}

.table thead tr th{
    text-transform:uppercase;
    font-weight:500;
    font-family:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size:10.5px;
    letter-spacing:0.06em;
    padding-top:14px;
    padding-bottom:14px;
    vertical-align:middle;
    border-bottom:1px solid rgba(220, 222, 224, 0.7);
    color:var(--color-blue-gray-dark);
    border-top:none;
}

.table thead tr th[class*="sorting_"]:not([class="sorting_disabled"]){
    color:var(--color-blue-gray-dark);
}

.table thead tr th:first-child, .table tbody tr td:first-child, .table tfoot tr td:first-child{
    padding-left:22px !important;
}

.table thead tr th .btn{
    margin-top:-20px;
    margin-bottom:-20px;
}

.table tbody tr td{
    background:var(--color-white-100);
    color:var(--color-blue-gray-dark);
    border-bottom:1px solid rgba(220, 222, 224, 0.7);
    border-top:0;
    padding:12px;
    font-size:13.5px;
}

.table tbody tr:last-child td{ border-bottom:none; }

.table tbody tr td .btn-tag{
    margin:5px;
}

.table tbody tr td .btn-tag:hover{
    background:var(--color-blue-dark-15);
}

.table tbody tr td[class*="sorting_"]{
    color:var(--color-blue-gray-dark);
}

.table tbody tr td .checkbox label::after{
    left:0.5px;
}

.table tbody tr.selected td{
    background:var(--color-bg-warning-lighter);
    color:var(--color-blue-gray-dark);
}

.table.table-striped tbody tr td{
    background:#f3f3f4;
}

.table.table-striped tbody tr:nth-child(2n + 1) td{
    background:var(--color-white-100);
}

.table.table-hover tbody tr.selected:hover td{
    background:var(--color-bg-warning-lighter);
    color:var(--color-blue-gray-dark);
}

.table.table-hover tbody tr:hover td{
    background:var(--color-bg-primary-lighter) !important;
    color:var(--color-blue-gray-dark) !important;
}

.table.table-borderless tbody tr td{
    border-top:0;
}

.table.table-condensed{
    table-layout:fixed;
}

.table.table-condensed thead tr th{
    padding-left:12px;
    padding-right:12px;
}

.table.table-condensed tbody tr td{
    padding-top:12px;
    padding-bottom:12px;
}

.table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td *:not(.dropdown-default){
    /*white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.table.table-condensed thead tr th.reset-overflow *,
.table.table-condensed tbody tr td.reset-overflow *,
.table.table-condensed tbody tr td *:not(.dropdown-default).reset-overflow *{
    overflow:initial !important;
}

.table.table-condensed.table-detailed > tbody > tr.shown > td{
    background:var(--color-bg-warning-lighter);
}

.table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}

.table.table-condensed.table-detailed > tbody > tr.shown + tr > td{
    background:rgba(243, 243, 244, 0.4);
    padding:0 40px;
}

.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline{
    margin-top:13px;
    margin-bottom:13px;
    background:transparent;
}

.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr,
.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td{
    background:transparent;
    font-weight:600;
}

.table.table-condensed.table-detailed > tbody > tr.row-details > td:first-child:before{
    content:"";
    display:none;
}

.table.table-condensed.table-detailed > tbody > tr > td:hover{
    cursor:pointer;
}

.table.table-condensed.table-detailed > tbody > tr > td:first-child:before{
    font-family:"Font Awesome 6 Pro";
    content:"\f054";
    display:inline-block;
    font-size:16px;
    top:-1px;
    position:relative;
    margin-right:8px;
    -webkit-transition:all 0.12s linear;
    transition:all 0.12s linear;
}

.table.table-condensed.table-detailed .table-inline td{
    border:none;
    text-align:left;
}

.table.table-borderless > tbody > tr > td{
    border-bottom:0;
}

.fht-table{
    margin-bottom:0 !important;
}

/* Data-tables
------------------------------------
*/
.table.dataTable.no-footer{
    border:none;
}

.dataTables_scroll:hover .dataTables_scrollBody:before{
    content:"";
    top:0;
    height:0;
}

.dataTables_scrollBody{
    overflow-y:auto;
    border:none !important;
}

.dataTables_scrollBody:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:60px;
    bottom:0;
    background:transparent;
}

.dataTables_wrapper .dataTables_paginate{
    float:right;
}

.dataTables_wrapper .dataTables_paginate ul > li.disabled a{
    opacity:0.5;
}

.dataTables_wrapper .dataTables_paginate ul > li > a{
    padding:5px 10px;
    color:var(--color-blue-gray-dark);
    opacity:0.35;
    -webkit-transition:opacity 0.3s ease;
    transition:opacity 0.3s ease;
}

.dataTables_wrapper .dataTables_paginate ul > li > a:hover{
    opacity:0.65;
}

.dataTables_wrapper .dataTables_paginate ul > li.next > a,
.dataTables_wrapper .dataTables_paginate ul > li.prev > a{
    opacity:1;
}

.dataTables_wrapper .dataTables_paginate ul > li.disabled a{
    opacity:0.35;
}

.dataTables_wrapper .dataTables_paginate ul > li.disabled a:hover{
    opacity:0.35;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate{
    margin-top:25px !important;
}

.dataTables_paginate.paging_bootstrap.pagination{
    padding-top:0;
    padding-right:20px;
}

.dataTables_wrapper .dataTables_info{
    clear:none;
    font-size:12px;
    padding:0 33px;
    color:var(--color-blue-gray-dark);
}

.dataTables_wrapper .dataTables_paginate ul > li{
    display:inline-block;
    padding-left:0;
    font-size:11px;
}

.dataTables_scrollHeadInner{
    padding-right:0 !important;
}

.export-options-container{
    position:relative;
}

.dataTables_wrapper .dataTables_paginate ul > li.active > a{
    font-weight:bold;
    color:var(--color-blue-gray-dark);
    opacity:1;
}

.export-options-container a{
    color:inherit;
    opacity:1;
}

.exportOptions .DTTT.btn-group a{
    display:block !important;
}

table.dataTable thead .sorting_asc:after{
    background-image:url("../img/icons/sort_asc.png");
}

table.dataTable thead .sorting_desc:after{
    background-image:url("../img/icons/sort_desc.png");
}

table.dataTable thead .sorting:after{
    background-image:url("../img/icons/sort_both.png");
}

table.dataTable thead .sorting_asc_disabled:after{
    background-image:url("../img/icons/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled:after{
    background-image:url("../img/icons/sort_desc_disabled.png");
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after{
    bottom:12px;
    content:"";
    width:19px;
    height:19px;
    background-position:center center;
    opacity:1;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after{
    top:12px;
}

.table-invoice th{
    border-top:0;
}

.dataTables_wrapper .row{
    width:100%;
}

.dataTables_wrapper .row > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}

.dataTables_wrapper#tableWithDynamicRows_wrapper > div{
    width:100%;
}

/* Responsive Handlers : Tables */
@media (max-width:991px){
    .dataTables_wrapper .dataTables_info{
        float:left;
    }

    .dataTables_paginate.paging_bootstrap.pagination{
        float:right;
    }
}

@media (max-width:767px){
    .table-responsive{
        border:1px solid #ddd;
    }

    .dataTables_wrapper .row{
        margin:0;
    }

    .dataTables_wrapper .row > div{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate{
        margin-top:0 !important;
        padding-left:0;
        padding-right:0;
        margin-bottom:10px;
    }

    .dataTables_wrapper .dataTables_info ul,
    .dataTables_wrapper .dataTables_paginate ul{
        padding:0;
    }
}

@media (max-width:480px){
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate{
        float:none;
        text-align:left;
        clear:both;
        display:block;
    }
}

.caret{
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:0;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
}
