/*******************************************************************
 * Custom CSS theme #8, Gray-blue
 *******************************************************************/
.page-header.navbar {
    background: #0B3C5D;
    border-bottom: 1px solid #0B3C5D;
}

.page-header.navbar .page-top, .navbar-filler {
    background: #0B3C5D;
}

/**
 * Dashboard KPI cards use the new white-card design with a 3px top accent bar
 * and a brand-color icon. The four theme-defined widget colors are applied to
 * the accent bar + icon (via the --stats-accent CSS variable) so admins still
 * drive the per-card color from the theme picker without painting the full
 * card background. Selectors match the dashboard.twig markup.
 */
.stats.orange { --stats-accent: #0B3C5D; }
.stats.blue   { --stats-accent: #328CC1; }
.stats.red    { --stats-accent: #D9B310; }
.stats.gray   { --stats-accent: #1D2731; }

.login {
    background-color: #0B3C5D !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    background-color: #316384;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
    background-color: #316384;
}
