/* Brand color overrides for AdminLTE 3 - reuses the same brand color (#02486C)
   and hover shade (#03699e) that the old Kendo theme override used. */

.main-sidebar,
.brand-link {
    background-color: #02486C !important;
    border-bottom-color: rgba(255,255,255,.15) !important;
}

.main-header.navbar {
    background-color: #02486C !important;
}

.nav-sidebar > .nav-item > .nav-link.active,
.nav-sidebar > .nav-item > .nav-link:hover {
    background-color: #03699e !important;
}

.btn-primary {
    background-color: #02486C !important;
    border-color: #02486C !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #03699e !important;
    border-color: #03699e !important;
}

.bg-primary {
    background-color: #02486C !important;
}

.text-primary {
    color: #02486C !important;
}

.nav-tabs .nav-link.active {
    color: #02486C;
    border-top: 2px solid #02486C;
}
