﻿.ButtonOuterDiva a
{
color: gray !important;
font-size: 20px;
font-weight: normal;
text-decoration: none !important;
border-radius: 4px;
}


.tarf_Form
{
    width: 785px;
    margin: 0 auto;
    margin-top: 0px; /*-10px*/ /*updated by akoukouri 15/03/2018*/
    padding-top: 20px; /*added by akoukouri 15/03/2018*/
    /*font-family: 'Roboto Regular', arial;*/
    font-family: Roboto, arial !important; /*aspan 27/11/2017*/
    font-weight:400;
    font-size: 14px;
}

#tarf_AgentDetails, #tarf_AgencyDetails
{
    float:left;
    width: 100%;
    margin-bottom: 23px;
}

#tarf_AgentDetails
{
    margin-bottom: 43px;
}

.tarf_LeftDiv
{
    float:left;
    width:50%;
}

.tarf_RightDiv
{
    float:right;
    width:50%;
}

/*added by akoukouri 15/03/2018*/
#tarf_AgencyDetails .tarf_RightDiv
{
    margin-bottom: 35px;
}

#tarf_AgencyDetails .tarf_LeftDiv:last-of-type {
    margin-top: 10px;
}
/*end added by akoukouri 15/03/2018*/

.tarf_Field, .tarf_Field_noReq
{
    width:100%;
    float: left;
    height: 35px; /*auto*/ /*updated by akoukouri 15/03/2018*/
}

.tarf_Field span, .tarf_Field_noReq span
{
    float: left;
    line-height: 35px;
    width: 38%;
    text-align: right;
}

/*added by akoukouri 15/03/2018*/
.tarf_Field span::after { 
    content: " *";
    color: #ec2027;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    top: 2px;
}

.tarf_Field span#tarf_lblAgencyPcc::after, .tarf_Field span#tarf_lblAgencyIata::after { 
    content: "";
}

.tarf_LeftDiv .tarf_lblRequiredFields
{
    float: left;
    line-height: 35px;
    width: 38%;
    text-align: right;
    height: 35px;
    color: #ec2027;
}

.tarf_LeftDiv .tarf_lblRequiredFields::before { 
    content: "* ";
    color: #ec2027;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    top: 2px;
    position: relative;
}

.tarf_RightDiv #tarf_dvCaptcha
{
    float:right;
}

.tarf_RightDiv #tarf_CaptchaDiv
{
    float:left;
    margin-top:34px;
}
/*end added by akoukouri 15/03/2018*/

.tarf_Input
{
    float: left;
    width: 233px;
    height: 34px;
    background: white;
    margin-left: 10px;
}

.tarf_Input input
{
    float: left;
    width: 100%; /*96%*/ /*updated by akoukouri 15/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;
}

.tarf_Input.tarf_FirstInput
{
    border-bottom: 1px solid #d9d9d9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tarf_FirstInput input
{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tarf_Input.tarf_MiddleInput
{
    border-bottom: 1px solid #d9d9d9;
}

.tarf_MiddleInput input
{

}

.tarf_Input.tarf_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;
}

.tarf_LastInput input
{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tarf_bottomDiv
{
    float:left;
    width:100%;
}

.tarf_lblAgentDetails
{
    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;
}

.tarf_btnSendRequest
{
    float:right;
}

.ButtonGeneralLeftDiv.tarf_btnBackDiv, .ButtonGeneralLeftDiv.tarf_btnSendRequestDiv
{
    margin-bottom: 25px;
    margin-top: 0px; /*added by akoukouri 15/03/2018*/
}

.ButtonGeneralLeftDiv.tarf_btnBackDiv
{
    width: 68%;
}

.ButtonGeneralLeftDiv.tarf_btnSendRequestDiv
{
    width: 32%;
}

.tarf_Form .tarf_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;
}

.tarf_Form .tarf_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;
}

.tarf_Form .tarf_btnBack img
{
    /*padding-top: 4px;*/ /*commented by akoukouri 19/03/2018*/
    margin-top: 3px; /*added by akoukouri 19/03/2018*/
}

/*added by akoukouri 15/03/2018*/
.tarf_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;
}
/*end added by akoukouri 15/03/2018*/