/*******************************************************************
 * Custom CSS theme #5, Gray
 *******************************************************************/
.page-header.navbar {
    background: #6D7993;
    border-bottom: 1px solid #6D7993;
}

.page-header.navbar .page-top, .navbar-filler {
    background: #6D7993;
}

/**
 * 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: #000000; }
.stats.blue   { --stats-accent: #062F4F; }
.stats.red    { --stats-accent: #813772; }
.stats.gray   { --stats-accent: #B82601; }

.login {
    background-color: #6D7993 !important;
}

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

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