/*******************************************************************
 * Custom CSS theme #2, Blue
 *******************************************************************/
.page-header.navbar {
    background: #02466A;
    border-bottom: 1px solid #02466A;
}

.page-header.navbar .page-top, .navbar-filler {
    background: #02466A;
}

/**
 * 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: #FFCE00; }
.stats.blue   { --stats-accent: #0375B4; }
.stats.red    { --stats-accent: #007849; }
.stats.gray   { --stats-accent: #262228; }

.login {
    background-color: #02466A !important;
}

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

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