.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: white;
}

.vtable>tbody>tr>td {
    padding-top: 5px !important;
}

.no-results {
    color: red !important;
}

.form-group .bootstrap-select .btn-default {
    background: white !important;
}

.form-group .bootstrap-select>.dropdown-toggle {
    background: white !important
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333 !important;
}

.form-group .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #333 !important
}

.form-group .bootstrap-select.btn-group .dropdown-menu li.dropdown-header span {
    color: #333 !important;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
    display: none !important;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    //  background: none;
}

.label-primary {
    font-weight: 100;
    border-radius: 10px;
}

#Dailyreport th {
    width: auto;
}

.no-show {
    display: none;
}