/* Central Health OLA — CommunityCare logo variant for ?sc=appl2 (see SpecViewModel.StylesheetLocation). */
.OLAbutton {
    background-color: #5fcdbc;
    border-color: #5fcdbc;
    color: white;
}

.OLAcolor1 {
    
    color: #5fcdbc
}

.OLAcolor2 {
    background-color: #efefef;
    color: #5fcdbc;
    font-weight: bold;
}

.logo {
    background-image: url('images/centralhealth_communitycare.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 0px;
    background-size: 300px auto;
    min-height: 52px;
    /*background-position: center;*/
}

.logo2 {
    background-image: url('images/centralhealth_communitycare.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-size: 260px 70px;
    width: 380px;
    height: 70px;
    /*background-position: center;*/
}

/* Portal index banner — matches appl2 logo + text stacking */
.jumbotron.backlogo > .logo {
    position: relative;
    top: -20px;
}

.jumbotron.backlogo > .logo > div {
    padding-top: 62px;
    position: relative;
    top: 46px;
}

.backlogo {
    background-image: url('images/back.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 1920px 670px;
    /*background-position: center;*/
}

.googletranslate {
    padding-left: 120px;
    position: absolute;
    /*display: none*/ /*Use this to turn off the Google Translate feature for the customer*/
}

/*Since the only css file that is referenced locally in OLA are the customer files, I had to add these clasees here for use. 
The main.css is not referenced in OLA so it doesn't pick up these clases from that file */
.clsOther {
    color: black;
    background-color: #F7F873;
}
