
* {
    outline: none !important;
}

.sidebar-pills a:not(.active),
.sidebar-pills a:not(.open),
.sidebar-pills a:not(:active),
.sidebar-pills a:not(:focus),
.sidebar-pills a:not(:hover),
.sidebar-pills li {
    color: #fefefe !important;
}

.dataTables_scrollHead table,
.dataTables_scrollFoot table {
    background-color: #d9e2ef !important;
}
.dataTables_scrollHead table > thead > tr > th,
.dataTables_scrollFoot table > tfoot > tr > th {
    vertical-align: middle !important;
    white-space: wrap !important;
}
.dataTable > tbody > tr > td {
    font-size: 14px !important;
    padding: 0.5rem !important;
    white-space: wrap !important;
}
.dataTables_filter {
    text-align: left !important;
}
.dataTables_filter input {
    min-width: 250px !important;
}
