/*
    LIST OF VARIABLES
    '/ClinicFiles/Clinic58/bg-egg-donor.jpg'
    #4b2d4f
    #66456b
    60px
    -30px
    0px
    20px
    rgba(75, 45, 79, 0.9);
    150px
    275px
    215px
    0
     transparent
*/

.activeTabStep {
    background-color: #4b2d4f !important;
}

h3 {
    color: #4b2d4f !important;
}



.sk-chasing-dots .sk-child {
    background-color: #4b2d4f !important;
}


.sk-chasing-dots .sk-dot2 {
    background-color: #66456b !important;
}

#divMainStage {
    background-image: url('/ClinicFiles/Clinic58/bg-egg-donor.jpg');
    background-position-y: -30px;
    height: 275px;
}


.clinicBGColor {
    background-color: #4b2d4f !important;
}

.clincFontColor {
    color: #4b2d4f !important;
}


.altclincFontColor {
    color: #4b2d4f !important;
}

.outer {
    background-color: #4b2d4f !important;
    background: linear-gradient(to bottom right, #66456b, #4b2d4f);
}


@media (max-width: 768px) {
    #divMobilePageMenu, #divTabs {
        background: linear-gradient(to bottom, #66456b, #4b2d4f);
    }
}

button.forward, button.submit {
    background-color: #4b2d4f !important;
}

.backward:hover, .forward:hover {
    background-color: #66456b !important
}

.nav-tabs > li.active > a {
    background-color: #4b2d4f !important;
}


.nav-tabs > li > a:hover {
    background-color: #66456b !important;
}

.logoimage {
    height: 60px !important;
    margin-top: 20px !important;
    padding: 0 !important;
    background-color: transparent;
}

#prescreenHeader {
    color: #4b2d4f;
}


h3#desktopPrescreenHeader {
    background-color: rgba(75, 45, 79, 0.9);;
    top: 215px;
}

.edc-save-btn {
    border: 1px solid #4b2d4f !important;
    background-color: #4b2d4f !important;
    color: #ffffff !important;
}


@media (max-width: 991px) {
    .logoimage {
        height: auto !important;
        padding:0 !important;
        background-color:transparent;
    }

    #divMainStage {
        background-position-y: 0px;
        height: 150px;
        height: 150px;
    }
}