/*
    LIST OF VARIABLES
    'https://edcportalcdn.azureedge.net/edcpublicfiles/ClinicFiles/Clinic65/bg-egg-donor.jpg'
    #127e7b
    #30bab7
    115px
    -175px
    -25px
    rgba(18, 126, 123, 0.9);
    150px
    325px
    265px
    80px
    50px
    28px
*/

#divMainStage {
    background-image: url('https://edcportalcdn.azureedge.net/edcpublicfiles/ClinicFiles/Clinic65/bg-egg-donor.jpg');
    background-position-y: -175px;
    height: 325px;
}

.activeTabStep {
    background-color: #127e7b !important;
}

.sk-chasing-dots .sk-child {
    background-color: #127e7b !important;
}


.sk-chasing-dots .sk-dot2 {
    background-color: #30bab7 !important;
}


.imgIntro {
    display: none !important;
}

.clinicBGColor {
    background-color: #127e7b !important;
}

.clincFontColor {
    color: #127e7b !important;
}

.altclincFontColor {
    color: #127e7b !important;
}

.outer {
    background-color: #127e7b !important;
    background: linear-gradient(to bottom right, #127e7b, #127e7b);
}

@media (max-width: 768px) {
    #divMobilePageMenu, #divTabs {
        background: linear-gradient(to bottom, #30bab7, #127e7b);
    }
}


.nav-tabs > li > a {
    color: #127e7b !important;
}

    .nav-tabs > li > a:hover {
        background-color: #30bab7 !important;
        color: white !important;
    }

.nav-tabs > li.active > a {
    background-color: #127e7b !important;
}


.logoimagePrescreen {
    max-height: 115px;
}


.outer {
    background: linear-gradient(to bottom right, #ffffff, #ffffff) !important;
}

h3 {
    color: #127e7b !important;
}

 button.forward, button.submit {
    background-color: #127e7b !important;
}

.backward:hover, .forward:hover {
    background-color: #30bab7 !important
}

.logofont a {
    color: #127e7b !important;
}

.logofont {
    margin-left: 80px !important;
}

.outer .logoimage {
    height: 50px !important;
    margin-top: 28px !important;
}

.navNumberandLogOut {
    color: #127e7b !important;
}

.navNumberandLogOut a {
    color: #127e7b !important;
}

h3#desktopPrescreenHeader {
    background-color: rgba(18, 126, 123, 0.9); !important;
    top: 265px;
}

.edc-save-btn {
    border: 1px solid #127e7b !important;
    background-color: #127e7b !important;
    color: #ffffff !important;
}


@media (max-width: 991px) {
    .logoimage {
        height: auto !important;
    }

    #divMainStage {
        background-position-y: -25px;
        height: 150px;
    }
}