﻿.hrf_Form
{
    width: 785px;
    margin: 0 auto;
    margin-top: 0px; /*-10px*/ /*updated by akoukouri 13/03/2018*/
    padding-top: 20px; /*added by akoukouri 13/03/2018*/
    font-family: Roboto, arial !important; /*aspan 27/11/2017*/
    font-weight:400;
    /*font-family: 'Roboto Regular', arial;*/
    font-size: 14px;
}

#hrf_PropertyDetails, #hrf_ApplicantCompanyDetails
{
    float:left;
    width: 100%;
    margin-bottom: 25px;
}

#hrf_PropertyDetails
{
    margin-bottom: 45px;
}

.hrf_LeftDiv
{
    float:left;
    width:50%;
}

/*added by akoukouri 13/03/2018*/
#hrf_ApplicantCompanyDetails .hrf_LeftDiv:last-of-type
{
    margin-top: 10px;
}

.hrf_RightDiv
{
    float:right;
    width:50%;
}

.hrf_Field, .hrf_Field_noReq
{
    width:100%;
    float: left;
    height: 35px; /*auto*/ /*updated by akoukouri 13/03/2018*/
}

.hrf_Field span, .hrf_Field_noReq span
{
    float: left;
    line-height: 35px;
    width: 38%;
    text-align: right;
}

/*added by akoukouri 13/03/2018*/
.hrf_Field span::after { 
    content: " *";
    color: #ec2027;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    top: 2px;
}

.hrf_Field span#hrf_lblPropertyHotelChain::after, .hrf_Field span#hrf_lblPropertyCurrency::after,
.hrf_Field span#hrf_lblApplicantCompanyLanguage::after { 
    content: "";
}

.hrf_LeftDiv .hrf_lblRequiredFields
{
    float: left;
    line-height: 35px;
    width: 38%;
    text-align: right;
    height: 35px;
    color: #ec2027;
}

.hrf_LeftDiv .hrf_lblRequiredFields::before { 
    content: "* ";
    color: #ec2027;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    top: 2px;
    position: relative;
}

.hrf_RightDiv #hrf_dvCaptcha
{
    float:right;
    margin-top: 10px;
}

.hrf_RightDiv #hrf_CaptchaDiv
{
    float:left;
    margin-top:34px;
}
/*end added by akoukouri 13/03/2018*/

.hrf_Input
{
    float: left;
    width: 233px;
    height: 34px;
    background: white;
    margin-left: 10px;
}

.hrf_Input input
{
    float: left;
    width: 100%; /*96%*/ /*updated by akoukouri 13/03/2018*/
    height: 32px;
    border: 0px;
    /*font-family: 'Roboto Medium', arial;*/
    font-family: Roboto, arial !important; /*aspan 27/11/2017*/
    font-weight:400;
    color: #707070;
    font-size: 14px;
    border: 0px;
    padding-left: 10px;
}

.hrf_Input.hrf_FirstInput
{
    border-bottom: 1px solid #d9d9d9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.hrf_FirstInput input
{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.hrf_Input.hrf_MiddleInput
{
    border-bottom: 1px solid #d9d9d9;
}

.hrf_MiddleInput input
{

}

.hrf_Input.hrf_LastInput
{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0px 2px 5px #C9C9C9;
    -webkit-box-shadow: 0px 2px 5px #C9C9C9;
    box-shadow: 0px 2px 5px #C9C9C9;
}

.hrf_LastInput input
{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.hrf_bottomDiv
{
    float:left;
    width:100%;
}

.hrf_lblPropertyDetails
{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    /*font-family: 'Roboto Thin', arial;*/
    /*font-weight: bold;*/
    font-family: Roboto, arial !important; /*aspan 27/11/2017*/
    font-weight:400;
}

.hrf_btnSendRequest
{
    float:right;
}

.ButtonGeneralLeftDiv.hrf_btnBackDiv, .ButtonGeneralLeftDiv.hrf_btnSendRequestDiv
{
    margin-bottom: 25px;
    margin-top: 0px; /*added by akoukouri 13/03/2018*/
}

.ButtonGeneralLeftDiv.hrf_btnBackDiv
{
    width: 68%;
}

.ButtonGeneralLeftDiv.hrf_btnSendRequestDiv
{
    width: 32%;
}

.hrf_Form .hrf_btnBack
{
    margin-left: 0px;
    float: right;
    margin-top: 0px; /*13px*/ /*updated by akoukouri 13/03/2018*/
    margin-bottom: 16px;
    padding: 13px 8px;
    -moz-box-shadow: 0px 2px 5px #C9C9C9;
    -webkit-box-shadow: 0px 2px 5px #C9C9C9;
    box-shadow: 0px 2px 5px #C9C9C9;
}

.hrf_Form .hrf_btnSendRequest
{
    margin-left: 0px;
    float: right;
    margin-top: 0px; /*13px*/ /*updated by akoukouri 13/03/2018*/
    margin-bottom: 16px;
    padding: 13px 33px;
    /*font-family: 'Roboto Bold', arial;*/
    font-family: Roboto, arial !important; /*aspan 27/11/2017*/
    font-weight:700;
    font-size: 16px;
    -moz-box-shadow: 0px 2px 5px #C9C9C9;
    -webkit-box-shadow: 0px 2px 5px #C9C9C9;
    box-shadow: 0px 2px 5px #C9C9C9;
}

.hrf_Form .hrf_btnBack img
{
    /*padding-top: 4px;*/ /*commented by akoukouri 19/03/2018*/
    margin-top: 3px; /*added by akoukouri 19/03/2018*/
}

/*added by akoukouri 13/03/2018*/
.hrf_Form .ValidationBoxStyle
{
    border:1px solid white;
    -moz-box-shadow:inset 0px 0px 8px #f70a0a;
    -webkit-box-shadow:inset 0px 0px 8px #f70a0a;
    box-shadow:inset 0px 0px 8px #f70a0a;
    
}

.MessageBarDiv
{
    display:none !important;
}
/*end added by akoukouri 13/03/2018*/