table.sticky thead th { background-color:white;}
table.sticky thead th:last-child {z-index:10}
.nav-sidebar hr {
    border-top: 1px solid #c2c7d0;
}

.nav-sidebar .nav-header {
    padding: .5rem .5rem .5rem 0;
}
.nav-sidebar .nav-header:not(:first-of-type) {
    padding: .4rem 1rem 0.5rem 0 !important;
}
.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
#filter_dates{max-width:160px}
.navbar-badge{right:1px!important}
