@media (max-width: 500px) {

}
@media (min-width: 501px) {

}
@media (max-width: 767px) {
    .navbarMain .dropdown-toggle {
        background: rgba(66, 66, 66, 0.58);
        border: 1px solid #393939;
        border-radius: 20px;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 8px;
    }
    .dropdown-menu {
        margin-bottom: 10px;
    }
    #notificationBadge {
        top: 11px;
        right: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px){

}

@media (min-width: 768px) {
    .navbarMain .dropdown-toggle {
        border-style: solid;
        border-width: 1px;
        padding: 7px 0 5px 0;
        border-radius: 20px;
        text-align: center;
        width: 55px;
        margin-right: 10px;
    }
    #vehicleListSidebarWrapper {
        -ms-flex-order: 2;
        order: 2;
        padding-top: 0;
        padding-bottom: 1.5rem;
        font-size: .875rem;
        position: -webkit-sticky;
        position: sticky;
        top: 56px;
        height: calc(100vh - 56px);
        overflow-y: auto;
    }
    .serviceBookSidebar {
        width:280px;
        position: sticky;
        top:130px;
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .tankStatsWrapper {
        width:400px;
        position: sticky;
        top:130px;
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .vignetteStatsWrapper {
        width:280px;
        position: sticky;
        top:130px;
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .insuranceStatsWrapper {
        width:280px;
        position: sticky;
        top:130px;
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .inspectionStatsWrapper {
        width:280px;
        position: sticky;
        top:130px;
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .navbar-expand-md-fix .navbar-collapse {
        display: block;
    }
    .vehicleIntervalsBorderCol {
        border-right: 1px solid #b6b6b6;
    }
    #notificationBadge {
        top: 17px;
    }
}
@media (max-width: 991px) {

}
@media (min-width: 992px) {
    .navbar-expand-lg-fix .navbar-collapse {
        display: block;
    }

}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (max-width: 1199px){

}
@media (min-width: 1200px){

}


