/* Electoral / Gray Theme Overrides for MamaeChegueiWeb */

/* 1. Active Sidebar Item Override */
.sidebar-nav > ul > li.active > a, 
.sidebar-nav > ul > li.active:hover > a {
    background: #808080 !important;
    color: #ffffff !important;
}

/* 2. Topbar Acessar Sistema Button Override */
.topbar .navbar-collapse .btn-primary {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: #ffffff !important;
}
.topbar .navbar-collapse .btn-primary:hover,
.topbar .navbar-collapse .btn-primary:focus {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

/* 3. Page Titles / Banner Background Override */
.page-titles {
    height: 210px !important;
    background: #808080 !important;
    border-bottom: 3px solid #666666 !important;
}

/* 4. Global Typography Heading Color (Blue to Black) */
h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
}

/* 5. Primary Buttons Override (Blue to Gray #808080) */
.btn.btn-primary {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: #ffffff !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: #ffffff !important;
}

/* 6. CTA / Acessar Sistema Button Override (Blue to Gray #808080) */
.btn-acessar-sistema {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: #ffffff !important;
}
.btn-acessar-sistema:hover,
.btn-acessar-sistema:focus {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: #ffffff !important;
}

/* 7. Footer Background Override (Blue to Gray #808080) */
.footer {
    background-color: #808080 !important;
}

/* 8. GovBr Default blue color references Override */
.color-azul-padrao {
    color: #808080 !important;
}

/* 9. Big Register Button Text Color Override (Blue to Gray #808080) */
.btn.btn-cadastro {
    color: #808080 !important;
}

/* 10. Electoral Warning Banner (Yellow to White) */
.aviso-eleitoral {
    background-color: #ffffff !important;
    color: #475569 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}
