:root{
    --we-bgc:#135589;
    --we-c:#ffffff;
}

.we-bgc-1{background-color:#ffffff !important; color:#000000}
.we-bgc-2{background-color:#000000 !important; color:#ffffff}
.we-bgc-3{background-color:#edfafd !important; color:#000000}
.we-bgc-4{background-color:#aed9da !important; color:#ffffff}
.we-bgc-5{background-color:#3ddad7 !important; color:#ffffff}
.we-bgc-6{background-color:#2a93d5 !important; color:#ffffff}
.we-bgc-7{background-color: var(--we-bgc) !important; color:var(--we-c)}

.we-bgc-6 a.nav-link:hover {color: #edfafd;}
.we-bgc-7 a.nav-link:hover {color: #edfafd;}

.we-section.we-bgc-1 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-1 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-2 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-2 a:not(a.we-btn-custom){color: #5ce58c;text-decoration: underline;}
.we-section.we-bgc-3 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-3 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-4 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-4 a:not(a.we-btn-custom){color: black;text-decoration: underline;}
.we-section.we-bgc-5 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-5 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}
.we-section.we-bgc-6 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-6 a:not(a.we-btn-custom){color: black;text-decoration: underline;}
.we-section.we-bgc-7 a:not(a.we-btn-custom), #dlgEditSectionCorps .we-bgc-7 a:not(a.we-btn-custom){color: #0080ff;text-decoration: underline;}

li.active > a.nav-link {color: #edfafd;border-bottom: 1px solid;}

.we-bgc-7 .form-group label.active {
    color: #d5c2c2;
}

.we-bgc-2 .form-control, .we-bgc-2 .form-control:focus,
.we-bgc-6 .form-control, .we-bgc-6 .form-control:focus,
.we-bgc-7 .form-control, .we-bgc-7 .form-control:focus {
    color: white;
}