.side-bar-menu.col-auto.col-md-3.col-xl-2.px-sm-2.px-0.bg-dark {
    background-color: #343434!important;
}
.nav-link, a.navbar-brand, .navbar .nav-link{
    color:#B42117;
}
.side-bar-menu .nav-link {
    color:#fff;
}
#sidebar-inner {
    position:fixed;
    top:66px;
}
#door-stuff {
    background-color:#d68016; 
    transition:all 3s;
    margin:20px 0;
}

#door-stuff.noHighlight {
    background:transparent;
}

div#maintenanceTable_filter, div#report_filter {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media only screen and (max-width: 600px)  {
    #sidebar-inner {
        position:sticky;
        top:56px;
    }   
}
