/*
Custom CSS Goes Here
*/


/*
This is an override that makes DataTables select compatible with Bootstrap striped tables.
*/
.dataTable .selected td {
    background-color: #B0BED9 !important;
}