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

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

/**
 * 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: #928072; }
.stats.blue   { --stats-accent: #565656; }
.stats.red    { --stats-accent: #76323F; }
.stats.gray   { --stats-accent: #C09F80; }

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

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

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