.OLAbutton {
    background-color: #552988;
    border-color: #552988;
    color: white;
}

.OLAcolor1 {
    
    color: #552988
}

.OLAcolor2 {
    background-color: #efefef;
    color: #552988;
    font-weight: bold;
}

.logo {
    background-image: url('images/parkland.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 0px;
    background-size: 180px 50px;
    /*background-position: center;*/
}

.logo2 {
    background-image: url('images/parkland.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 0px;
    background-size: 180px 50px;
    /*background-position: center;*/
    width: 180px;
    height: 50px;
}

.backlogo {
    background-image: url('images/back.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 1920px 670px;
    /*background-position: center;*/
}

.logoleft {
    background-image: url('images/parkland.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position:  20px;
    background-size: 130px 50px;
    /*background-position: center;*/
}

/*The style of the widget is configured differently for Parkland to accomodate the spanish alert */
.googletranslate {
    padding-left: 120px;
     /*display: none*/ /*Use this to turn off the Google Translate feature for the customer*/
}

.spanishalert:before {
    color: #552988;
    font-weight: bold;
    font-style: italic;
    font-size: small;
    content: "*Para obtener la aplicaci\00F3n en espa\00F1ol, seleccione el idioma en la funci\00F3n de Google.";
}
