﻿:root {
    --lightest-blue: #F3F6FA;
    --light-blue: #9EB0C8;
    --medium-blue: #003974;
    --dark-blue: #003974;
    --darkest-blue: #260CFB;
    --green: #8DBE3F;
    --black: #000000;
    --grey: #808080;
    --white-001: #FFFFFF;
    --white-002: #F3F6FA;
    --radius-1: 5px;
    --radius-2: 10px;
    --radius-3: 15px;
    --radius-3: 20px;
    /* Hex code used to summary page headers. #003974 */
    --summary-section-header: #003974;
    /* Hex code used for finance product links on matches page. #4994e3 */
    --finance-product-link: #4994e3;
}

/*
body, h1, h2, h3, h4, h5, h6, a, span {
    font-family: 'Lato' sans-serif;
    font-size: 18px !important;
}
*/

.header-top-menu-left {
    width:65%;
    float:left;
}

.header-top-menu-right {
    width: 32%;
    float: right;
    text-align: right;
    margin-top: 9px;
    font-weight: normal;
    font-size: larger;
    color: var(--dark-blue);
}

.max-h-70px {
    max-height: 128px !important;
}

/* Colors for the top 4 steps in the wizard. Outer wizard if you want. */
.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-wrapper .wizard-number {
    color: var(--medium-blue);
    background-color: var(--light-blue);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-number {
    color: var(--medium-blue);
    background-color: var(--white-001);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=pending] .wizard-wrapper .wizard-number {
    color: var(--medium-blue);
    background-color: var(--light-blue);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-wrapper .wizard-label .wizard-title {
    color: var(--medium-blue);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-label .wizard-title {
    background-color: var(--medium-blue);
    color: var(--white-001);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=pending] .wizard-wrapper .wizard-label .wizard-title {
    color: var(--medium-blue);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-wrapper .wizard-label .wizard-desc {
    color: var(--medium-blue);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-label .wizard-desc {
    background-color: var(--medium-blue);
    color: var(--white-001);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=pending] .wizard-wrapper .wizard-label .wizard-desc {
    color: var(--medium-blue);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] {
    background-color: var(--white-001);
    border-radius: var(--radius-1);
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-blue);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] {
    background-color: var(--medium-blue);
    border-radius: var(--radius-1);
}

.wizard-4#kt_wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state=pending] {
    background-color: var(--white-001);
    border-radius: var(--radius-1);
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-blue);
}


/* Colors for the left-side steps in basic screening and funder search wizards. Inner wizards if you want. */


.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-icon {
    color: var(--white-001);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state=pending] .wizard-wrapper .wizard-icon {
    color: var(--light-blue);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state=done] .wizard-wrapper .wizard-icon {
    color: var(--light-blue);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="current"] {
    background-color: var(--medium-blue) !important;
    border-color: var(--light-blue) !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-bottom: var(--radius-1);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="current"]:after {
    border-left-color: var(--medium-blue);
    color: var(--medium-blue);
    margin-bottom: var(--radius-1);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="pending"] {
    background-color: white !important;
    border-color: var(--light-blue) !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-bottom: var(--radius-1);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="done"] {
    background-color: white !important;
    border-color: var(--light-blue) !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-bottom: var(--radius-1);
}


.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-title {
    color: var(--white-001);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-desc {
    color: var(--white-001);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="pending"] .wizard-wrapper .wizard-label .wizard-title {
    color: var(--medium-blue);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="pending"] .wizard-wrapper .wizard-label .wizard-desc {
    color: var(--medium-blue);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="done"] .wizard-wrapper .wizard-label .wizard-title {
    color: var(--medium-blue);
}

.wizard-steps#div-side-nav-steps .wizard-step[data-wizard-state="done"] .wizard-wrapper .wizard-label .wizard-desc {
    color: var(--medium-blue);
}
/* -------------------------------------------------------------------------------- */
/* Right side bar colors */
.navi .navi-item .navi-link .navi-text {
    color: var(--green);
}
.navi .navi-item .navi-link:hover .navi-text {
    color: var(--green) !important;
}
.svg-icon.svg-icon-primary svg g [fill] {
    fill: var(--green) !important;
}
/* -------------------------------------------------------------------------------- */
/* Google G icon color on login button. */
i.fab.fa-google {
    color: var(--dark-blue);
}
i.fa.fa-question-circle {
    color: var(--light-blue) !important;
}
i.fa.fa-info-circle {
    color: var(--light-blue) !important;
}
/* -------------------------------------------------------------------------------- */
/* RADIO CSS. */
/* Standard radio (checked background) and border color CSS. */
.radio.radio-outline.radio-primary > input:checked ~ span {
    background-color: transparent;
    border-color: var(--green) !important;
}
/* Standard radio (checked tick) color CSS. */
.radio.radio-outline.radio-primary > input:checked ~ span:after {
    background-color: var(--green) !important;
    width: 10px !important;
    height: 10px !important;
}
/* Standard radio (unchecked background) and border color CSS. */
.radio.radio-outline.radio-primary > input:not(:checked) ~ span {
    background-color: transparent;
    border-color: var(--green) !important;
}
/* Standard radio (checked disabled background) and border color CSS. */
.radio.radio-outline.radio-primary > input:checked:disabled ~ span {
    background-color: transparent;
    border-color: lightgrey !important;
}
/* Standard radio (checked disabled tick) color CSS. */
.radio.radio-outline.radio-primary > input:checked:disabled ~ span:after {
    background-color: lightgrey !important;
    width: 10px !important;
    height: 10px !important;
}
/* Standard radio (unchecked disabled background) and border color CSS. */
.radio.radio-outline.radio-primary > input:not(:checked):disabled ~ span {
    background-color: transparent;
    border-color: lightgrey !important;
}
/* Funding requirements page. */
.radio > input[name='financefor']:checked ~ span {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    color: var(--green) !important;
}
/* -------------------------------------------------------------------------------- */
/* CHECKBOX CSS. */
/* Standard checkbox (checked background) and border color CSS. */
.checkbox > input:checked ~ span {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
/* Standard checkbox (checked tick) border color CSS. */
.checkbox > input:checked ~ span:after {
    border-color: white !important;
}
/* Standard checkbox (unchecked background) and border color CSS. */
.checkbox > input:not(:checked) ~ span {
    background-color: lightgrey !important;
    border-color: lightgrey !important;
}
/* Standard checkbox (checked background) and border color CSS. */
.checkbox.checkbox-primary > input:checked ~ span {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
/* Standard checkbox (checked tick) and border color CSS. */
.checkbox.checkbox-primary > input:checked ~ span:after {
    border-color: white !important;
}
/* Standard checkbox (unchecked background) and border color CSS. */
.checkbox.checkbox-primary > input:not(:checked) ~ span {
    background-color: lightgrey !important;
    border-color: lightgrey !important;
}
/* Standard outlined checkbox (checked background) and border color CSS. */
.checkbox.checkbox-outline > input:checked ~ span {
    background-color: white !important;
    border-color: var(--green) !important;
}
/* Standard outlined checkbox (checked tick) and border color CSS. */
.checkbox.checkbox-outline > input:checked ~ span:after {
    border-color: var(--green) !important;
}
/* Standard outlined checkbox (unchecked background) and border color CSS. */
.checkbox.checkbox-outline > input:not(:checked) ~ span {
    background-color: transparent !important;
    border-color: var(--green) !important;
}
/* -------------------------------------------------------------------------------- */

a {
    color: var(--green) !important;
}

a:hover {
    color: var(--green) !important;
}

a.text-hover-primary, .text-hover-primary {
    color: var(--green) !important;
}

a.text-hover-primary:hover, .text-hover-primary:hover {
    color: var(--green) !important;
}

a.text-primary {
    color: var(--green) !important;
}
/*
input:disabled {
    border-color: transparent !important;
    background-color: lightblue !important;
}

input {
    border-color: lightgray !important;
    background-color: white !important;
}

input:hover {
    border-color: var(--blue-8) !important;
}

input:focus {
    border-color: var(--blue-8) !important;
    background-color: var(--blue-1) !important;
}
*/

/*
select {
    border-color: lightgray !important;
    background-color: white !important;
}

select:focus {
    border-color: var(--blue-8) !important;
    background-color: var(--blue-1) !important;
}

select:disabled {
    border-color: transparent !important;
    background-color: lightgrey !important;
}

select:hover:not(:disabled) {
    border-color: var(--blue-8) !important;
    background-color: white !important;
}
*/
/* Buttons. */

.btn.btn-outline-primary i {
    color: var(--dark-blue) !important;
}

.btn.btn-primary {
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;
    color: white !important;
}

.btn-primary {
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;
    color: white !important;
}

.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
    background-color: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
    color: white !important;
}

.btn-light-primary {
    background-color: var(--lightest-blue) !important;
    border-color: var(--lightest-blue) !important;
    color: var(--dark-green) !important;
}

.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;
    color: white !important;
}

.btn-outline-primary {
    background-color: white !important;
    border-color: var(--dark-blue) !important;
    color: var(--dark-blue) !important;
}

.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
    background-color: var(--lightest-blue) !important;
    border-color: var(--dark-blue) !important;
    color: var(--dark-blue) !important;
}

.flaticon-profile {
    color: var(--dark-blue) !important;
}
/* -------------------------------------------------------------------------------- */
/*
.input:hover {
    border-color: #00B4BA !important;
}

.btn.btn-light-primary {
    border-color: #00B4BA !important;
    background-color: #B8DEE9 !important;
    color: #00B4BA !important;
}

.btn.btn-primary {
    background-color: #00B4BA !important;
    border-color: #AFEEEE !important;
}

.alert.alert-custom.alert-outline-primary {
    border-color: #00B4BA !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.btn.btn-secondary {
    border-color: #00B4BA !important;
    background-color: #B8DEE9 !important;
    color: #00B4BA;
}

.btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-secondary:focus:not(.btn-text), .btn.btn-secondary.focus:not(.btn-text) {
     color: white;
     background-color: #00B4BA !important;
     border-color: #00B4BA !important;
 }

.btn.btn-light {
    color: white;
    background-color: #00B4BA;
    border-color: #00B4BA;
}
*/

.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    color: var(--lightest-blue) !important;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title {
    background-color: var(--lightest-blue);
    color: var(--dark-blue) !important;
}

.alert.alert-custom.alert-outline-primary {
    border-color: var(--dark-blue) !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.alert.alert-custom.alert-outline-info .alert-text {
    color: green !important;
}

.alert.alert-custom.alert-outline-info .alert-icon i {
    color: green !important;
}

.alert.alert-custom.alert-outline-info {
    background-color: transparent;
    border-color: green !important;
}
    /*
.header-menu .menu-nav > .menu-item.menu-item-rel {
    background-color: var(--blue-2);
}

.header-menu .menu-nav > .menu-item.menu-item-rel:hover:not(.menu-item-active) {
    background-color: var(--blue-4) !important;
    color: white !important;
}
.header-menu .menu-nav > .menu-item:hover > .menu-link .menu-text {
    color: white !important;
}
.header-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: var(--blue-4);
}
*/
    /*
.symbol.symbol-light-dark > .symbol-label {
    background-color: var(--blue-4);
    color: white;
}

.btn.btn-secondary:hover .symbol-label {
    background-color: var(--blue-2) !important;
    color: var(--blue-4) !important;
}

.header-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: white;
}

.header-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: var(--blue-8);
    color: white;
}
*/
    .nav.nav-pills .nav-item {
    background-color: var(--lightest-blue) !important;
    color: var(--dark-blue) !important;
}

.nav.nav-pills.nav-light-primary .nav-link.active {
    background-color: var(--light-blue);
}

.nav.nav-pills.nav-light-primary .nav-link.active .nav-text {
    color: var(--dark-blue) !important;
}

.nav.nav-pills.nav-light-primary .nav-link.active .nav-icon i {
    color: white !important;
}

.nav.nav-pills.nav-light-primary .nav-link:not(.active) .nav-icon i {
    color: var(--dark-blue) !important;
}

.nav.nav-pills.nav-light-primary .nav-link:not(.active) .nav-text {
    color: var(--dark-blue) !important;
}

.nav.nav-pills.nav-light-primary .nav-link:hover:not(.active) {
    background-color: var(--light-blue);
    color: white !important;
}

.nav.nav-pills.nav-light-primary .nav-link:hover:not(.active) .nav-icon i {
    color: white !important;
}

.nav.nav-pills.nav-light-primary .nav-link:hover:not(.active) .nav-text {
    color: white !important;
}

.alert.alert-custom.alert-outline-info {
    border-color: var(--dark-blue) !important;
}

.alert.alert-custom.alert-outline-info .alert-icon .flaticon-information {
    color: var(--dark-blue) !important;
}

.alert.alert-custom.alert-outline-info .alert-text {
    color: var(--dark-blue) !important;
}
