.sorting, .sorting_asc, .sorting_desc {

    cursor: pointer;

}

.sorting_asc, .sorting_desc {

    background-color: #f4f1fb;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;

}

.paginate_button:hover {
    background: none;
    color: black!important; /*change the hover text color*/
}

.table-filter-large {
    width: 100%;
}

.dataTables_filter {
    width: 100%;
}

.dataTables_filter .form-control-sm, .dataTables_filter label {
    width: 100%;
}

.dataTables_filter input.form-control.form-control-sm {



}

div.dataTables_wrapper div.dataTables_filter input {
    margin: 0;
    color: #000000;
}

div.dataTables_filter {
    padding-right: 0;
}

table.fixedHeader-floating{
    position:fixed !important;background-color:white;
}

table.fixedHeader-floating.no-footer{
    border-bottom-width:0;
}

table.fixedHeader-locked{
    position:absolute !important;background-color:white;
}

@media print{
    table.fixedHeader-floating{
        display:none;
    }
}







