.inputField, .inputFieldLogin{
position:relative;
float:left;
width:100%;
margin-bottom:20px;
}
.inputFieldFull{
width:calc(100% - 20px);
}
.inputFieldHeader{
position:relative;
float:left;
line-height:1.4;
width:100%;
font-weight:normal;
font-size:16px;
color:#546071;
margin-bottom:8px;
}
.inputFieldTopHeader{
font-weight:600;
}
.inputFieldHeaderSelect{
position:relative;
float:left;
border:1px solid #E7E7E7;
background-color:#F3F3F3;
border-radius: 5px 5px 0 0;
width:calc(100% - 38px);
font-size:18px;
color:#333333;
margin-bottom:0;
padding:18px;
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;
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:#F3F3F5;
color:#546071;
font-size:16px;
width:calc(100% - 46px);
padding-left:22px;
padding-right:22px;
height:52px;
line-height:52px;
border-radius:6px;
border:1px solid #F3F3F5;
}
.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:56px;
line-height:56px;
text-align:center;
color:#FFF;
font-weight: 500;
background:#000B1C;
border-radius:6px;
font-size:16px;
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);
}

.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 #00DBDBDB;
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% - 36px);
padding:18px;
}
.selectOptions{
position:relative;
float:left;
width:100%;
font-size:18px;
color:#383838;
margin-bottom:18px;
}
.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: 19px; 
height: 19px;
border: 2px solid #8C8C8C;
border-radius: 5px;
}
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
top: 0px;
width: 19px; height: 19px;
border: 2px solid #8C8C8C;
border-radius: 5px;
z-index: 0;
}
/* Checked styles */
[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before {
top: 3px;
right: 12px;
width: 5px;
height: 11px;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
background:#808080 !important;
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%;
border-radius:0 !important;
}
.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: 19px; height: 19px;
border: 2px solid #808080;
background-color:#808080;
z-index: 0;
border-radius:5px;
}
/* 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: 19px; height: 19px;
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;
}	

.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;
}

.selectOptionProfileBuilderCnt{
position:relative;
float:left;
width:100%;
margin-top: 16px;
}
.selectOptionProfileBuilderCnt [type="checkbox"]:not(:checked) + label, .selectOptionProfileBuilderCnt [type="checkbox"]:checked + label, .selectOptionProfileBuilderCnt [type="radio"]:not(:checked) + label, .selectOptionProfileBuilderCnt [type="radio"]:checked + label{
float:left;
padding-left:32px;
font-size: 16px;
color: #303946;
line-height:23px;
border-radius:0;
}
.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, .selectOptionProfileBuilderCnt [type="radio"] + label:before, .selectOptionProfileBuilderCnt [type="radio"] + label:after{
right: auto;
left: 0;
}
.selectOptionProfileBuilderCnt [type="checkbox"]:checked + label:before, .selectOptionProfileBuilderCnt [type="radio"]: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;
padding-left:44px;
width:calc(100% - 56px);
background-color: #E9E9E9;
border-color: #E9E9E9;
border-radius: 5px !important;
color: #000000;
font-size: 13px;
cursor: pointer;
margin-bottom: 5px;
margin-top: 5px;
height: 25px;
line-height: 25px;
background: rgba(0, 11, 28, 0.1);
color: #000000;
border: 1px solid rgba(0, 11, 28, 0.1);
}
.uploadFileBtn:before{
position:absolute;
content:"";
top:0;
left: 10px;
width: 24px;
height:100%;
background-size:contain;
background-position:center;
background-repeat:no-repeat;
background-image:url(../admin/wp-content/uploads/2023/05/NicePng_upload-icon-png_1298352-1.svg);
}
.fileLoader, .deleteFile {
position: relative;
float: left;
width: 16px;
height: 16px;
margin: 13px;
display: none;
position: absolute;
bottom: 5px;
right: 1px;
}
.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;
line-height:1.4;
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:54px;
width:54px;
cursor:pointer;
background-repeat:no-repeat;
bottom:0px;
top:auto;
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 .inputFieldHeaderOther{
margin-left: 10px;
width: calc(50% - 10px);
}
.selectAllBtnC{
position:relative;
float:right;
width: 50px;
z-index: 1;
margin: 0;
margin-top: -40px;
margin-right: 22px;
}
.submitContactFormApply{
margin:0;
left:0;
margin-top:32px;
border-radius: 4px;
background-color:#39C2D7;
padding-left:28px; 
padding-right:28px;
height:60px;
line-height:60px !important;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px;
color:#000B1C;
}
.applyForPartnershipCnt .deleteFile {
cursor: pointer;
    bottom: 11px;
    right: 4px;
	    width: 20px;
    height: 20px;
}