.table td, .table th{
    font-size: 14px;
    line-height: 1;
    padding-top : 20px;
    padding-bottom : 20px;
    border-bottom-color: #f0f0f0;
}
.table-slim td, .table-slim th{
    padding-top: 8px;
    padding-bottom: 8px;
}
.table > :not(:first-child) {
    border-top: 0;
    border-bottom-width: 0px;
}
.table th{
    background-color: #FAFAFA !important;
    font-size: 16px;
    font-weight: 600;
}
.table tr.inactive th, .table tr.inactive td{
    background-color: #FAFAFA !important;
    color : #888 !important
}

.table tr.inactive .btn-status.btn.disabled{
    color: #888 !important;
}
.table tr.inactive th a, .table tr.inactive td a{
    color : #888 !important;
    text-decoration: none;
    cursor: inherit;
}
.table-transparent th{
    background-color: transparent !important;
}
.table-slim .form-control{
    line-height: 1.75 !important;
}
.table th .text-muted{
    color: #BFBFBF !important;
}
.table th.table-sorter-container{
    padding: 20px 0;
    width: 24px;
    max-width: 24px;
}
.table th .table-col-sep{
    display: inline-block;
    width: 1px;
    height: 12px;
    font-size: 0px;
    padding-left: 12px;
    border-right : 1px solid #D9D9D9;
    float: right;
}
.table th .table-col-sep:after{
    clear: both;
}
.table-sorter{
    color: #262626 !important;
    text-decoration: none !important;
    text-align: right;
}
.table th:last-child .table-col-sep{
    border-right : 0px solid #D9D9D9;
}
.table td > .form-check-input, .table th > .form-check-input{
    margin-top: 0;
}