.inputField, .inputFieldLogin{
position:relative;
float:left;
width:100%;
margin-bottom:25px;
}
.inputFieldFull{
width:calc(100% - 20px);
}
.inputFieldHeader{
position:relative;
float:left;
line-height:1.4;
width:100%;
font-size:14px;
color:#000000;
margin-bottom:8px;
}
.inputFieldTopHeader{
font-weight:600;
}
.inputFieldHeaderSelect{
position:relative;
float:left;
border:1px solid #FFF;
background-color:#FFF;
border-radius: 5px 5px 0 0;
width:calc(100% - 38px);
font-size:14px;
color:#333333;
margin-bottom:0;
padding:18px;
padding-left:0;
background-position:center right 18px;
background-repeat:no-repeat;
background-size:28px;
/*background-image:url(../images/downArrowSvg.svg);*/
}
.inputFieldHeaderSelectProfileBuilder, .inputFieldProfileBuilder{
border:1px solid #F3F3F3;
height:38px;
line-height:38px;
padding:0;
padding-left:12px;
background-size:16px;
font-size:14px;
}
.inputFieldHeaderSelectProfileBuilder{
width: 100%;
height:40px;
    background-color: #F3F3F3;
line-height:40px;
}
.inputFieldProfileBuilder{
position:relative;
color:#333333;
height:38px;
line-height:38px;
float:left;
border-radius:5px;
background-color:#F3F3F3;
padding-right:12px;
width:calc(100% - 24px);
}
.inputFieldHeaderHide{
display:none;
}
.inputFields, .form-field, .inputFieldsTextArea{
background-color:#F3F3F3;
color:#000000;
font-size:14px;
width:calc(100% - 20px);
padding-left:10px;
padding-right:10px;
height:38px;
line-height:38px;
border-radius:5px;
border:1px solid #F3F3F3;
}
.inputFieldsTextArea{
padding:10px;
line-height:1.4;
min-height:120px;
resize: none;
}
.inputFields::-webkit-input-placeholder, .form-field::-webkit-input-placeholder{ /* Edge */
color: #383838;
}
.inputFields:-ms-input-placeholder, .form-field:-ms-input-placeholder{ /* Internet Explorer 10-11 */
color:  #383838;
}
.inputFields::placeholder, .form-field::placeholder {
color: #383838;
}
.inputFieldBeforeBtnErr{
margin-top:15px;
color:#FF0000;
line-height:1.4;
font-size:13px;
display:none;
}
.signInBtn, .profleBuildBtn{
position:relative;
float:left;
width:100%;
height:40px;
line-height:40px;
text-align:center;
color:#FFF;
background-color:#67c0cd;
border-radius:5px;
cursor:pointer;
-webkit-appearance: none;
        -moz-appearance: none;
        appearance:none;
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.inputFieldBtnBackBtnCnt .profleBuildBtn{
float:right;
width:calc(100% - 55px);
}
.inputFieldBtnBackBtnCnt .profleBuildBtn2{
float:left;
width:100%;
}
.signInBtn:hover, .profleBuildBtn:hover{
background-color:#67c0cd;
}
.profleBuildBtnSkip, .profleBuildBtnSkip:hover{
background-color:#FFF;
border:none;
margin-top:20px;
font-size:16px;
text-decoration:underline;
color:#333333
}
.profleBuildBtnSkip:hover{
text-decoration:none;
}
.form-fieldErr{
border-color:#FF0000 !important;
}
.errorArea{
position:relative;
float:left;
width:calc(100% - 20px);
padding:10px;
font-size:14px;
border-radius:5px;
border:1px solid #ebccd1;
line-height:1.3;
margin-bottom:20px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
display:none;
}
.errorAreaSucc{
display:block;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.inputFieldSelect{
position:relative;
float:left;
width:calc(100% - 2px);
margin-bottom:15px;
max-height:400px;
overflow:hidden;
border-radius: 0 0 5px 5px;
overflow-y:auto;
border:1px solid #E7E7E7;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
scrollbar-color: #DBDBDB #FFF;
scrollbar-width: thin;
}
.inputFieldSelect::-webkit-scrollbar {
width: 3px;
height:100%;
cursor: ew-resize;
}
.inputFieldSelect::-webkit-scrollbar-track {
background: rgba(219, 219, 219,.5);
}
.inputFieldSelect::-webkit-scrollbar-thumb {
background: #DBDBDB;
}

.inputFieldSelectInn{
position:relative;
float:left;
height:100%;
width:calc(100% - 28px);
padding:14px;
}
.selectOptions{
position:relative;
float:left;
width:100%;
font-size:14px;
color:#383838;
margin-bottom:11px;
}
.selectOptions label{
position:relative;
float:left;
width:100%;
}
.checkboxes, .radioBox {
position: relative;  
color: inherit;
font: inherit;
margin: 0;
margin: 5px;
margin-left: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
top: 2px;
outline: 2px solid #F9685F;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"]:not(:checked), [type="radio"]:checked {
position: absolute !important;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {  
position: relative;
overflow: hidden;
float:right;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;

-webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
}
/* checkbox aspect */
[type="checkbox"] + label:before, [type="checkbox"] + label:after, [type="radio"] + label:before, [type="radio"] + label:after {
content: '';
position: absolute;
right: 0;
z-index: 1;

-webkit-transition: .2s;
transition: .2s;
}
.middleContainerHandlerApply [type="checkbox"] + label:before, .middleContainerHandlerApply [type="checkbox"] + label:after, .middleContainerHandlerApply [type="radio"] + label:before, .middleContainerHandlerApply [type="radio"] + label:after {
left:0;
right:auto;
}
/* Unchecked styles */
[type="checkbox"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:before {
top: 0px;
width: 15px; 
height: 15px;
border: 2px solid #8C8C8C;
border-radius: 2px;
}
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
top: 0px;
width: 15px; height: 15px;
border: 2px solid #8C8C8C;
border-radius: 2px;
z-index: 0;
}
/* Checked styles */
[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before {
top: 3px;
right: 10px;
    width: 3px;
    height: 8px;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
background-color:#67c0cd;
border-right: 2px solid #FFF;
border-bottom: 2px solid #FFF;
-webkit-transform: rotateZ(37deg);
transform: rotateZ(37deg);
-webkit-transform-origin: 20% 40%;
transform-origin: 100% 100%;
}
.middleContainerHandlerApply [type="checkbox"]:checked + label:before, .middleContainerHandlerApply [type="radio"]:checked + label:before {
    left: 2px;
	right:auto;
}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {
top: 0px;
width: 15px; height: 15px;
border: 2px solid #67c0cd;
background-color:#67c0cd;
z-index: 0;
border-radius:2px;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before, [type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
top: 0;
box-shadow: none;
background-color: #444;
width: 15px; height: 15px;
border: 3px solid #444;
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
[type="checkbox"]:disabled + label, [type="radio"]:disabled + label {
color: #555;
}
[type="checkbox"]:disabled:not(:checked) + label:hover:before, [type="radio"]:disabled:not(:checked) + label:hover:before {
border-color: #E27A76;
}	
.savingData{
cursor:wait;
color:transparent;
background-position:center;
background-size:24px;
background-color: transparent;
opacity:0.6;
cursor: progress;
background-repeat:no-repeat;
}
.inputFieldHeaderWarning{
position:relative;
float:left;
width:100%;
font-size:13px;
color:#FF0000;
line-height:1.4;
margin-top:8px;
display:none;
}
.verifyCatpchaBtn{
margin-top:15px;
margin-bottom:0;
}
.defaultCnt{
position:relative;
float:left;
background-repeat:no-repeat;
min-height:280px;
background-position:center top 30px;
background-size:180px;
background-image:url(../images/educationIcon.png);
width:100%;
}
#workExperienceBigCnt .defaultCnt{
background-size:128px;
min-height: 350px;
width: calc(100% - 20px);
background-image:url(../images/workExperienceICon.png);
}
#languagesBigCnt .defaultCnt{
background-size:164px;
min-height: 300px;
width: calc(100% - 20px);
background-image:url(../images/languagesIcon.png);
}
#skillsBigCnt .defaultCnt{
background-image:none;
min-height:0;
}
.educationCntYxy{
position:absolute;
bottom:20px;
width:100%;
text-align:center;
font-size:15px;
color:#333333;
line-height:1.4;
}
.selectOptionProfileBuilderCnt{
position:relative;
float:left;
width:100%;
margin-top: 16px;
}
.selectOptionProfileBuilderCnt [type="checkbox"]:not(:checked) + label, .selectOptionProfileBuilderCnt [type="checkbox"]:checked + label{
float:left;
padding-left:32px;
font-size: 14px;
color: #000000;
line-height:23px;
}
.middleContainerHandlerApply [type="checkbox"]:not(:checked) + label, .middleContainerHandlerApply [type="checkbox"]:checked + label,  .middleContainerHandlerApply [type="radio"]:not(:checked) + label, .middleContainerHandlerApply [type="radio"]:checked + label{
float:left;
padding-left:32px;
line-height:23px;
}
.middleContainerHandlerApply input[type='checkbox']:checked:after{
display:none !important;
}
.middleContainerHandlerApply [type="checkbox"]:not(:checked) + label, .middleContainerHandlerApply [type="checkbox"]:checked + label, .middleContainerHandlerApply [type="radio"]:not(:checked) + label, .middleContainerHandlerApply [type="radio"]:checked + label{
width:calc(100% - 40px);
}
.selectOptionProfileBuilderCnt [type="checkbox"] + label:before, .selectOptionProfileBuilderCnt [type="checkbox"] + label:after{
right: auto;
left: 0;
}
.selectOptionProfileBuilderCnt [type="checkbox"]:checked + label:before {
left: 2px;
}
.noWorkExpHead{
position:absolute;
bottom:10px;
text-align:center;
width: 210px;
left: 50%;
margin-left: -105px;
}
.noWorkExpHead_1{
margin-left: -85px;
}
.educationCntYxyWorkExp{
bottom: 70px;
padding-bottom: 30px;
border-bottom: 1px solid #E7E7E7;
}
.inputErr{
border-color:#f90000 !important;
}
.infoxBoxesOnSignUpCnt{
position:relative;
float:left;
width:100%;
line-height:1.4;
color:#383838;
margin-bottom:15px;
margin-top:-15px;
}
.infoxBoxesOnSignUpCntOther{
margin-top:17px;
margin-bottom:32px;
}
.infoxBoxesOnSignUpCntH_1, .infoxBoxesOnSignUpCntH_2{
position:relative;
float:left;
width:100%;
font-weight:600;
font-size:13px;
line-height:22px;
}
.infoxBoxesOnSignUpCntH_2{
font-weight:400;
}
.infoxBoxesOnSignUpCntH_1, .infoxBoxesOnSignUpCntH_2{
text-align:center;
}
.questionsLi_industries .inputFieldSelect.form-fieldErr{
border-left-color:#FF0000 !important;
border-right-color:#FF0000 !important;
border-bottom-color:#FF0000 !important;
}
.profileBuilderSmallCntExtraWork .defaultCnt{
padding-bottom: 50px  !important;
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
#workExperienceBigCnt .internDivCNtEnd{
display:none;
}
.profileBuilderSmallCntExtraWork .internDivCNtEnd{
display:flex !important;
left: -35px;
width: calc(100% + 68px);
bottom: -35px;
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.profileBuilderSmallCntExtraWork .defaultCnt{
padding-bottom: 55px;
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.profileBuilderSmallCntExtraWork .educationCntYxyWorkExp{
bottom: 120px;
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.profileBuilderSmallCntExtraWork .noWorkExpHead{
bottom: 60px;
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.uploadFileBtn {
position: relative;
    float: left;
    display: inline-block;
    padding: 6px 10px;
       background-color: #E9E9E9;
    border-color: #E9E9E9 !important;
    border-radius: 5px !important;
    color: #000000;
     font-size: 13px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
	    height: 25px;
    line-height: 25px;
}
.fileLoader, .deleteFile {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    margin: 10px;
    display: none;
}
.deleteFile {
    cursor: pointer;
}
.fieldLabelArea {
position: relative;
    float: left;
    font-size: 13px;
    color: #464646;
    height: auto;
    line-height: 1.4;
     padding-bottom: 0;
    margin-bottom: 0;
    font-size: 11px;
    color: #797979;
    font-weight: 300;
	    border: none;
}
.jobDescription .fieldAreaSectionN {
position:relative;
float:left;
    background-color: transparent !important;
}
.companyDescriptionApply {
margin-top: 15px;
	    width: 100%;
		vertical-align: middle;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
    text-align: center;
}
.applyNowBtn {
    background-color: #E27A76;
    border-color: #E27A76 !important;
    border-radius: 5px;
    color: #FFF;
    letter-spacing: 2px;
	    margin: 0;
    font-weight: 500;
	height: 40px;
    line-height: 40px;
    padding: 0;
	    font-size: 18px;
    text-transform: uppercase;
    width: 200px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.submitBtnClicked {
position: relative;
    float: left;
    background-color: #FFF;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    word-spacing: 2px;
    margin: 5px;
    margin-top: 10px;
    font-weight: 300;
    opacity: 0.9;
    float: none;
    border: 1px solid #53bc57;
    display: none;
    height: 19px;
    left: -7px;
    background-image: url(../images/ajax-loader-fn-2.gif);
    background-repeat: no-repeat;
    background-position: center;
    border-color: #fff;
}
.multichoiceErr {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    font-weight: normal;
    display: none;
    color: #FF0000;
}
.myJobsSearchResultInfoCnt .fieldAreaSectionN{
border:none !important;
}
applyNowBtn:hover {
    opacity: 1;
}
.middleContainerHandlerApply .companyLogo{
    width: 150px;
    height: 150px;
    margin: 0;
	background-size:130px;
}
.middleContainerHandlerApply .companyDescription{
margin-top:-20px;
    width: calc(100% + 20px) !important;
}
.middleContainerHandlerApply .companyDescriptionOCnt{
    padding-left: 15px;
    padding-right: 30px;
    width: calc(100% - 195px);
}
.middleContainerHandlerApply .jobAppCityLocationsDesktop{
    padding-left: 0;
    padding-right: 30px;
    width: calc(100% - 46px);
}
.middleContainerHandlerApply .jobDescription {
    margin-bottom: 0;
}
.makePassReadable{
position:absolute;
content:"";
height:40px;
width:40px;
cursor:pointer;
display:none !Important;
background-repeat:no-repeat;
top:27px;
z-index:1;
right:0;
background-repeat:no-repeat;
background-size:20px;
    background-position: center;
background-image:url(../images/eyeIcon2.png);
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.makePassReadableActive{
    top: 27.5px;
background-image:url(../images/eyeOffIcon2.png);
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}

.inputFieldMarginMiniHalf .inputFieldHeader{
    width:50%;
}
.inputFieldMarginMiniHalf .inputFieldProfileBuilder{
    width: calc(100%/2 - 62px);
}
.inputFieldMarginMiniHalfNoMargin #startDate{
margin-right:20px;
}
.inputFieldMarginMiniHalfNoMargin #startDate, .inputFieldMarginMiniHalfNoMargin #endDate{
padding-right:40px;
background-position:center right 10px;
background-repeat:no-repeat;
background-size:20px;
background-image:url(../images/calendarIcon.png);
cursor:pointer;
}
.inputFieldMarginMiniHalfNoMargin .inputFieldHeaderOther{
margin-left: 10px;
    width: calc(50% - 10px);
}
.questionsLi .inputFieldSelect{
margin-bottom:0;
}