.dt-button-collection {
    background: #fff !important;
}
.dt-bootstrap4 .buttons-columnVisibility {
    background: #b10012 !important;
    color: #fff !important;
}
.dt-button-collection .active {
    background: #fff !important;
    color: #000 !important;
}
.dt-bootstrap4 .dataTables_length {
    float: left;
    margin-right: 15px;
    font-size: 14px;
}
.dt-bootstrap4 .dataTables_filter {
    float: left;
    font-size: 14px;
}
.dt-bootstrap4 .dataTables_info {
    font-size: 14px;
}
.dt-bootstrap4 .page-link {
    font-size: 14px;
}
.dt-bootstrap4 .btn-group {
    float: right;
    min-height: 35px;
    height: auto;
    margin-top: -4px;
    display: block;
}
.dt-bootstrap4 .btn-group button {
    background: #91a5b3;
    height: 25px;
    line-height: 0px;
    font-size: 10px;
    border: none;
    margin-left: -2px !important;
    margin-bottom: 5px !important;
}
.dt-bootstrap4 .selected {
    background: #006699 !important;
    opacity: 1;
}
.dt-bootstrap4 tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: none;
    font-size: 10px;
}

table.dataTable{
    border-collapse: collapse !important;
}

.dt-bootstrap4 input[type="search"] {
    font-size: 12px;
}

.selected td span.custom-switch-description {
    color: #fff !important;
}

.select-checkbox, .custom-switch-indicator {
    cursor: pointer;   
}

.action-search input {
    width: 100% !important;
    background-color: #fff;
}

.search-by input {
    width: 110% !important;
    background-color: #fff;
}