@font-face {
    font-family: 'Amalfi Coast';
    src: url('https://peoplevine.blob.core.windows.net/media/1122/amalfi_coast.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
}

#pnlContent {
    padding-bottom: 12rem;
}

footer {
    bottom: 0;
    width: 100%;
}

.templatesitefooter {
    display: none;
    height: 30px;
    padding-top: 5px;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 100%;
}


.ui-update h1, h2, h3, h4, h5, h6 {
    font-family: font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    color: black;
}
.ui-update p, span, label {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    color: black !important;
}
.ui-update .hdg_1, .hdg_2, .hdg_3, .hdg_4, .hdg_5, .hdg_6 {
    font-family: font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.ui-update .hdg_6 {
    font-size: 18px;
}


.ui-update .btn {
    font-family: 'Lato', sans-serif !important;
}
.btn {
    font-family: 'Lato', sans-serif !important;
}







body {
    background:url('https://peoplevine.blob.core.windows.net/media/1122/MILA-BG.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.ui-update .box-bd_inflated {
    padding: 20px;
    /*background: url('https://peoplevine.blob.core.windows.net/media/1122/MILA-BG.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    background-color: transparent;
}
.ui-update .mix-box_outlined {
    box-shadow: none;
    border: none;
    background-color: transparent;
}
/*^^^ settings background images on all forms, applications and login page*/


/*removing HR*/
.ui-update .rule {
    height: 0;
}
/*end*/

/*textarea background transparent*/
.ui-update .fieldset-input>textarea {
    min-height: 125px;
    width: 100%;
    background-color: transparent;
}
.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    border-color: #a9a9a9;
    background-color: transparent;
}
/*end*/





/*FORM and APPLICATION EDITS*/
.surveyDescription {
    padding-bottom: 3rem;
} 

#survey_group h3{
    margin: 0 auto;
    padding-left: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 23px;
}
@media(max-width:770px){
    #survey_group h3 {
    margin: 0 auto;
    padding-left: 0px;
    text-align: center;
}
}
#survey_group #content_lblStatus{
    display: none;
}

/*END FORM and APPLICATION EDITS*/

/*CREDIT CARD AUTHORIZATION FORM EDITS*/
#survey h3 {
    margin: 0 auto;
    padding-left: 15px;
    font-family: 'Lato', sans-serif
    font-weight: 700;
    font-size: 23px;
}
@media(max-width:770px){
    #survey h3 {
    margin: 0 auto;
    padding-left: 0px;
    text-align: center;
}
}
#survey .surveyDescription {
    text-align: center;
}
/*END EDITS*/

/*RULES AND REGULATIONS FORM EDITS*/
.rules-regulation ol li {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    color: black !important;
    text-align: left;
}
/*END*/

/*datepicker edits*/
.ui-widget-content {
    border: none;
    background: #d9c6b0 !important;
    color: #fff;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    border-radius: 0;
}
td.ui-datepicker-today {
    background: black;
}

/*end*/