/* -------------------  Mail Friend FORM -------------------- */
.contactForm{
    background: #ffffff;
    padding: 40px; 
    padding-bottom: 50px;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    border-radius: 5px;}

.contactForm .holder{
    width: 100%;
    float: left; 
    color:#676767;
    font-weight: 400; 
    font-size:14px;
    margin-bottom: 20px;
}
.contactForm .holder.holderHalf {width: 40%; float: left; margin-right: 2%;}

/*.contactForm.askForm .holder:nth-of-type(3n){
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    float: left;}
.contactForm.askForm .holder:nth-of-type(3n+1){
    width: calc((100% - 10px)/2);
    float: left;
}
.contactForm.askForm.dataBase .holder:nth-of-type(3n+1) {
    float: none;
    width: 100%;
}*/
.contactForm.askForm .holder.captcha {
    width: 100%;
    margin-right: 0;
    float: none;
}
.contactForm .holder label{ 
    color:#676767;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.contactForm .holder.subtitle label{
    font-weight: bold;
}
.contactForm .holder input{ 
    background: #fff;
    border: 1px solid #dbdee1;
    color: #676767; 
    font-size: 14px;
    margin-bottom: 10px;
    padding: 13px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 3px;
}
/*.contactForm.askForm .holder input {
    width: 380px;
}*/
.contactForm .holder input#address2,
.contactForm .holder input#address8{
    width: 100%;
    margin: 0;
}


.contactForm .holder select{
    background: #fff;
    border: 1px solid #dbdee1;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 12px 20px;
    width: 100%;
    border-radius: 3px;
}
.contactForm .holder textarea{
    background: #fff;
    border: 1px solid #dbdee1; 
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 13px 20px; 
    width: 100%; 
    height: 236px;
    box-sizing: border-box;
    border-radius: 3px;
}
.contactForm .holder.captcha label{float: left; margin: 0 20px 0 0; line-height: 44px;}
.contactForm .holder.captcha img{float: left;padding: 12px 24px 13px; margin: 0 33px 0 0; background-color: #000;}
.askForm .holder.captcha img{float: left;padding: 12px 24px 13px; margin: 0 0 0 0; background-color: #000;}
.contactForm .holder.captcha input{width: 175px; margin-bottom: 30px; float: right;}
.holderButton{
    position: relative;
    clear: both;
    width:100%;
}
.holderButton.holderButtonHalf {
    width: 18%;
    float: right;
    clear: none;
    margin-top: 25px;
}

.contactForm .holderButton  button{
    font-size: 14px;
    font-weight: 600;
    background: #123d7b;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block; 
    padding: 10px 20px; 
    float: right !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;



}
.contactForm .holderButton  button:hover{
    background: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contactForm .holder input[type="radio"]{width: auto; margin-top: 5px;}
.contactForm .holder.radioButtons{color: #666} 

.jobApplyForm.contactForm .holder.info label{    color: #01397f;margin-bottom: 10px;}
.jobApplyForm.contactForm .holder.subtitle label{font-size: 20px; color: #01397f; margin-bottom: 5px;}
.jobApplyForm.contactForm .holder.subsubtitle label{font-size: 16px; color: #01397f; margin-bottom: 5px;}

.ui-datepicker{width: 300px;}

.ui-datepicker-title {
    background: url("../images/calendar_1.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center;
}
.ui-datepicker a.ui-datepicker-prev {
    background: url("../images/arrowLCal.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    cursor: pointer;
    height: 14px;
    text-indent: -9999px;
    margin: 9px 0 0 10px;
    width: 8px;
}
.ui-datepicker a.ui-datepicker-next {
    background: url("../images/arrowRCal.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: right;
    height: 14px;
    cursor: pointer;
    text-indent: -9999px;
    margin: 9px 10px 0 0;
    width: 8px;
}
.ui-datepicker-title span.ui-datepicker-month {
    color: #ffffff;
    display: block;
    float: left;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    width: 264px;
}
.ui-datepicker-title select{
    position: absolute;
    top: 8px;
    right: 30px;
}
.ui-datepicker-calendar {
    border-left: 1px solid #989c9e;
    color: #666;
    font-size: 13px;
    line-height: 150%;
    margin: 0 0 10px;
    text-align: center;
}

.ui-datepicker-calendar tr th {
    border-bottom: 1px solid #989c9e;
    border-right: 1px solid #989c9e;
    border-top: 1px solid #989c9e;
    height: 32px;
    line-height: 30px;
    padding: 0;
    width: 42px;
    color: #666;
    background-color: #eeeeee;
    font-size: 12px;
    text-shadow: 1px 1px 0 #ffffff;}
.ui-datepicker-calendar tbody tr td {
    background-color: #fcfcfc;
    border-bottom: 1px solid #989c9e;
    border-right: 1px solid #989c9e;
    border-top: 1px solid #989c9e;
    font-size: 13px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    width: 42px;
}
.ui-datepicker-calendar tbody tr td.dayName {
    background-color: #eeeeee;
    font-size: 12px;
    text-shadow: 1px 1px 0 #ffffff;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
    color: #d12c34;
}
.ui-datepicker-calendar tbody tr td a:hover{text-decoration: none; color: #d12c34;}

p.alert{
    padding: 20px;  
    font-size: 16px; 
    text-align: center; 
    /*    background-color: #01397F; */
    color: #D12B33; 
    font-weight: bold;
}

.contactForm .holder.captcha {
    width: 100%;
    margin-right: 0;
}
.captcha .txt {
    float: left;
    width: 47.2%;
    margin-right: 0;
    padding-top: 5px;
}
.QapTcha {
    width: 47.2%;
    float: right;
    position: relative;
    border: 1px solid #dbdee1;
    border-radius: 3px;
    display: table;
    overflow: hidden;
}
.QapTcha .bgSlider {
    width: 100%;
    max-width: 100%;
    height: 34px;
    float: left;
}
.QapTcha .Slider {
    width: 36px;
    height: 36px;
    background: #c03a41;
    cursor: e-resize;
    position: relative;
    top: -1px;
    z-index: 1;
    left: -1px;
    line-height: 36px;
    color: #fff;
    text-align: center;  
}
.QapTcha .Slider.unlock {
    background: #95D03A; 
}
.Slider.ui-draggable i {
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.qaptchaContainer {
    padding-top: 10px;
}

