﻿.btable.table {
    border-spacing: 0;
    border-collapse: collapse;
}


.btable.table table {
    margin-bottom: 0.5em;
    display: table;
    /*border-collapse: separate;*/
    border-spacing: 2px;
    border-color: grey;
}

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

    .btable.table th:not(:first-child) div:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 25%;
        height: 50%;
        border-left: 1px solid rgba(255,255,255,0.2);
        box-sizing: border-box;
    }

.btable.table tbody td {
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    border-right: medium none;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 2px 12px;
    border-collapse: collapse;
    vertical-align: middle;
}

.btable.table tbody td .btn {
    margin-bottom: 3px;
    margin-top: 3px;
}

.btable.table tfoot td {
    border: none;
    border-right: medium none;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 2px 12px;
    text-align: left;
    border-collapse: collapse;
}

.btable.table th {
    padding: .3rem 1rem;
    border-bottom: 1px solid #eaeded;
    box-sizing: border-box;
    word-wrap: break-word;
    min-height: 4rem;
    position: relative;
    background-color: rgb(235,235,235);
    color: #545b64;
    line-height: 2rem;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    top: 8px!important;
    right: 8px !Important;
}

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 {
    top: 0px!important;
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
}

.content-hright .dataTables_filter label {
    margin: 0;
    padding: 0;
}

.content-hright .dataTables_filter label input {
    margin: 0 !Important;
    min-height: 38px;
}
.w100 {
    min-width: 100px;
}
 /*
.dataTables_filter {
   height: 100% !important;
    padding-top: 2px;
}
.dataTables_filter > label {

    height: 100%;
}
.dataTables_filter > label > input[type='search'] {
    height: 100%;
}
*/
.dataTables_filter + .table-content-top-right {

    margin-left: 0.25em;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    color: rgba(0,0,0,0.3);
    font-size: medium;
    font-weight: bold;
}

.dataTables_empty {
    height: 25vh!important;
}

.table-content-top-right .btn.dropdown-toggle {
    height: 100%;
}

.table-content-top-right .btn.dropdown-toggle > .filter-option {
    display: flex;
    align-items: center;

}