/*
    LIST OF VARIABLES
    '/ClinicFiles/Clinic104/bg-egg-donor.jpg'
    #1c75ea
    #4acfe0
    150px
    -75px
    -30px
    rgba(28, 117, 234, 0.9);
    160px
    325px
    265px
    25px
    95px
    6px
*/

#divMainStage {
    background-image: url('/ClinicFiles/Clinic104/bg-egg-donor.jpg');
    background-position-y: -75px;
    height: 325px;
}

.activeTabStep {
    background-color: #1c75ea !important;
}

.sk-chasing-dots .sk-child {
    background-color: #1c75ea !important;
}


.sk-chasing-dots .sk-dot2 {
    background-color: #4acfe0 !important;
}


.imgIntro {
    display: none !important;
}

.clinicBGColor {
    background-color: #1c75ea !important;
}

.clincFontColor {
    color: #1c75ea !important;
}

.altclincFontColor {
    color: #1c75ea !important;
}

.outer {
    background-color: #1c75ea !important;
    background: linear-gradient(to bottom right, #1c75ea, #1c75ea);
}

@media (max-width: 768px) {
    #divMobilePageMenu, #divTabs {
        background: linear-gradient(to bottom, #4acfe0, #1c75ea);
    }
}


.nav-tabs > li > a {
    color: #1c75ea !important;
}

    .nav-tabs > li > a:hover {
        background-color: #4acfe0 !important;
        color: white !important;
    }

.nav-tabs > li.active > a {
    background-color: #1c75ea !important;
}


.logoimagePrescreen {
    max-height: 150px;
}


.outer {
    background: linear-gradient(to bottom right, #ffffff, #ffffff) !important;
}

h3 {
    color: #1c75ea !important;
}

 button.forward, button.submit {
    background-color: #1c75ea !important;
}

.backward:hover, .forward:hover {
    background-color: #4acfe0 !important
}

.logofont a {
    color: #1c75ea !important;
}

.logofont {
    margin-left: 25px !important;
}

.outer .logoimage {
    height: 95px !important;
    margin-top: 6px !important;
}

.navNumberandLogOut {
    color: #1c75ea !important;
}

.navNumberandLogOut a {
    color: #1c75ea !important;
}

h3#desktopPrescreenHeader {
    background-color: rgba(28, 117, 234, 0.9); !important;
    top: 265px;
}

.edc-save-btn {
    border: 1px solid #1c75ea !important;
    background-color: #1c75ea !important;
    color: #ffffff !important;
}


@media (max-width: 991px) {
    .logoimage {
        height: auto !important;
    }

    #divMainStage {
        background-position-y: -30px;
        height: 160px;
    }
}