body {
    background-color: #eeeeee;
}

.nav-item:hover > a{
    filter: brightness(1.6);
}

.filter-button {
    width: 72px !important;
}

.filter-button-active {
    box-shadow:0 0 0 .25rem rgba(130,138,200,1) !important
}

.navbar .nav > li {
    z-index: 10000;
}

.navbar {
    position: static;
}

.datatable-custom-bold {
    font-weight: bolder;
}

.datatable-custom-red {
    color: red !important; /*Important to avoid zebra striping override*/
}

.datatable-custom-even {
    background-color: #cccccc;
}

.datatable-custom-odd {
    background-color: #adb5bd;
}

.datatable-custom-header {
}

.datatable-custom-footer {
    font-style: italic;
}