/*1/11/2016*/
html, body {
  height: 100%;
}
.custombox-modal .close{
	padding:0;
}
.custombox-modal .close span{
	text-indent: 0;
	background:none;
}


/*jobs page dataTable issue*/
.dataTables_filter, .dataTables_info, .dataTables_length, .dataTables_paginate{ display: none; }
/*table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td{
    border:0px !important;
}*/
table.dataTable thead .sorting_asc{
    background-image:url("images/sort-up.png") !important
}
table.dataTable thead .sorting_desc{
    background-image:url("images/sort-down.png") !important
}
table.dataTable thead th:active,table.dataTable thead td:active{
    outline:none !important
}
label.error,div.error{
    color: red!important;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    display: block;
}
label.error {
    font-size: 13px !important;
}
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-right: 5px;
}
.dropdown-menu > li > a.menu{
    padding: 0px 20px 0px 0px !important;
}
#upload {
    font-family: 'LatoBold';
    font-size: 20px;
    color: #ffffff;
    background: #4aa0d2;
    -webkit-border-radius: 25px;
    padding: 5px 36px;
    margin-left: 15px;
    letter-spacing: 2px;
    border: none;
}
.editable, label.edit-disabled {    padding-top: 5px!important;    display: inline-block;}
label.edit-disabled {    padding-top: 5px;    display: inline-block; padding-left:10px;}
.editable-click, a.editable-click, a.editable-click:hover, label.edit-disabled { color:#525252;text-decoration: none; border-bottom: dashed 0px #0088cc; font-family: 'LatoRegular';font-style: italic;font-size: 17px;}

.editable-unsaved{font-weight:normal!important;}

/*Profile page submit button*/
.profile-submit{
 text-align:center;
}
.profile-submit input{
    background: #4aa0d2;
    color: #ffffff;
    border: 2px solid #4aa0d2;
    padding: 4px 32px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 20px;
}
#error_msg{
    color: #ff0000 !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
}
.hidden-form{
    display: none;
}
/*
.table a{
    text-decoration: underline;
}*/

.error-profile{
    color: #ff0000 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    border-color:#ef5350!important;
}

.ErrorDisplay a{
    width:25%;
/*    border-bottom:2px solid grey!important;*/
}


.g-recaptcha{
    margin-left:15px;
    float: left;
    width: 100%;
}
.g-recaptcha div:nth-child(1) {
    height:auto !important;
}
.g-recaptcha iframe{
    width:auto !important;
    height:100px !important;
}
.contact-us-box ul li label#hiddenRecaptcha-error{
    margin-left: 15px;
}

/*2/12/2016*/
.job-seeking-preferences.profile-section .job-position ul {
    width: auto!important;
}
/**/
/*Skills space issue*/
.qualification-section .title
{
    margin-bottom:20px!important;
}
/*Apply job blank background*/
.blank-sec{
    background:#fff;
}
/*Scroll for jobs page*/
ul.ui-menu {
    max-height: 150px!important;
    overflow-y: scroll!important;
}
.contractor-thanks h3{
    font-family: 'Latoregular'!important;
    font-size: 30px!important;
}
.onoffswitch { position: relative; width: 90px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; left: 44px; }
.onoffswitch-checkbox {
    visibility: hidden;
}
.onoffswitch-label {
    display: block; cursor: pointer;
    border-radius: 20px;
    height: 40px;
    width: 65px;
    position: relative;
    font-weight: normal;
    font-size: 15px;
    box-shadow: 0px 0px 0px 2px #e6e6e6;
    -webkit-box-shadow: 0px 0px 0px 2px #e6e6e6;
    -moz-box-shadow: 0px 0px 0px 2px #e6e6e6;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background: #2b649d;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 40px; padding: 0; line-height: 44px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-inner:before {
    content: "No";
    padding-left: 10px;
    color: #6b7381;
    position: absolute;
    left: -49px;
    opacity: 1;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner:before{
    opacity: 0.5;
}
.onoffswitch-inner:after {
    content: "Yes";
    padding-right: 10px;
    color: #999999;
    text-align: right;
    position: absolute;
    right: -50px;
    opacity: 0.5;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner:after{
    opacity: 1;
}
.onoffswitch-switch {
    display: block; width: 37px; height: 37px; margin: 0px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute; top: 1px; bottom: 0; right: 28px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    box-shadow: 2px 2px 5px 2px #ccc;
    -webkit-box-shadow: 2px 2px 5px 2px #ccc;
    -moz-box-shadow: 2px 2px 5px 2px #ccc;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.adj-check p {
    float: left;
    font-size: 16px;
    margin-top: 3px;
}

.adj-check .onoffswitch {
    float: left;
    width: 60px;
    margin-left: 10px;
}

.adj-check {
    display: table;
    width: 100%;
    padding: 8px 0;
}

.adj-check .onoffswitch-label {
    height: 32px;
    width: 55px;
}

.adj-check .onoffswitch-label span.onoffswitch-inner:before, .adj-check .onoffswitch-label span.onoffswitch-inner:after {
  height: 30px;
  line-height: 30px;
  width: 70%;
}

.adj-check .onoffswitch-label span.onoffswitch-switch {
    height: 29px;
    width: 30px;
    right: 23px;
}

.adj-check .onoffswitch-label span.onoffswitch-inner:before {
    left: -40px;
    line-height: 30px;
}

.adj-check .onoffswitch-label span.onoffswitch-inner:after {
    right: -45px;
}

/* Rajasekar 27.6.18 */
#wrap {
  min-height: 100%;
  /* equal to footer height */
/*  margin-bottom: -211px;*/
}
#wrap:after {
  content: "";
  display: block;
}
.clsfooter_section, #wrap:after {
/*  min-height: 211px;*/
    float: left;
    width: 100%;
}
.clsassessment_section{
	text-align: left;
}
.clsassessment_blk{
	padding-left: 20px;
	padding-right: 20px;
}
.clsassessment_blk hr{
	border-color: #0073ce;
  margin-top: 15px;
}
.clsassessment_blk h4{
	padding-bottom: 25px;
}
.clsblue_txt{
	color: #0073ce;
}
.fp-wrap-in{
	display: table;
	width: 100%;
	margin: 0px;
}
.clssteps_blk{

}
.clsselect{
  display: table;
  width: 100%;
  padding-bottom: 10px;
  background: #fafafa;
  padding: 10px;
  margin-bottom: 5px;
}
.clsselect label{
  padding-top: 6px;
}
.clsselect span.clsclose_icon{
  position: relative;
  top: 6px;
}
.clsorange_txt{
  color: #ed7d31;
}
.clsadd_btn {
  margin-top: 30px;
}
.clsadd_btn span{
  float: right;
  font-weight: bold;
 }
 .clsresume_table{
   margin-top: 30px;
 }
.clsresume_table tbody tr{
  border-bottom: 1px solid #ddd;
}
.clsresume_table tbody tr td{
  padding: 8px;
}
.clsprofile_img_sec{
  float: none;
  text-align: center;
  display: inline-block;
}
.clsprofile_img_sec .save-image{
  float: none;
  display: block;
}
/* 2.8.18 */
.clsjob_seeking_form{
	
}
.clsjob_seeking_form .form-group input[type=text]{
	text-align:center;
}
.clsjob_seeking_form .form-group input[type=text]:focus{
	font-size: 14px !important;
}
.clsjob_seeking_form .form-group .minus{
	margin-right: 5px;
}
.clsjob_seeking_form .form-group .plus{
	margin-left: 5px;
}
.clsjob_seeking_form hr{
	margin-bottom:17px;
}
@media(max-width:640px){
  .clsprofile_img_sec{
    width: 100%;
  }
  .clsprofile_img_sec .prof-img{
    width: 100%;
    height: 100%;
  }
  .clsprofile_img_sec .prof-img img{
    width: 100%;
    height: 100%;
  }
}
.format_input_box {
    border: 2px solid #CCCCCC;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.job-seeking-preferences li {
    border-bottom: none !important;
}
.reference-panel {
    padding-bottom: 0px !important;
}
.padding-modal {padding: 20px !important;}
.profile-performance-history div p.grade-title {
    color: #525252 !important;
    font-size: 17px;
    line-height: 26px !important;
    margin: 0px;
}
.profile-performance-history div p.grade-duration {
    color: #939393 !important;
    font-size: 17px;
    line-height: 26px !important;
    margin: 0px;
}
.add-skill-title, .add-skill-level {display: none;}
.col-tag-skill li {
    list-style-type: none;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 7px;
    font-weight: 700;
    font-size: 15px;
    clear: both !important;
    margin: 5px 0 0;
    float: none !important;
}
#personalProfileInfo .error {
    border: 1px solid red !important;
}
#personalProfileInfo .error:focus {
    border: 1px solid red !important;
}
.additional-skill-modal { max-height: 500px;overflow-y: auto;}
.ui-autocomplete {
    z-index: 5000;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
/*.desired-title, .city-list { text-transform:capitalize; }*/
 .city-list { text-transform:capitalize; }
.candidate-profile-page .card-box-sub a, .candidate-profile-page .card-box-sub a:hover, .candidate-profile-page .card-box-sub a:focus {

    text-decoration: none;
    outline: none;
    border: 0px; 
}
 .candidate_cancel,
 .candiate_save,
 .candidate_update,
 .education_cancel,
 .education_add,
 .market_certificate_add_btn,
 .resumes_add_btn,
 .resumes_cancel_btn,
 .market_certificate_cancel_btn {

    display: inline-block;
    width: 90px;
    height: 30px;
    background: #4AA0D2;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 60px;
    text-align: center;
    line-height: 28px;
    margin-left: 15px;

} 
.candidate_cancel:hover,
.market_certificate_add_btn:hover,
.resumes_add_btn:hover,
.resumes_cancel_btn:hover,
.market_certificate_cancel_btn:hover {

    color: #fff;

}
.candidate-profile-page .card-box-sub h3 span {

    width: 50px;
    height: 3px;
    background-color: #177FA1;
    margin: 10px 0 0;
    display: block;

}
.chosen-drop{
 position: relative;  
}

.hideme {
    display: none !important;
}

.showme-inline {
    display: inline !important;
}
.showme-block {
    display: block !important;
}
.resume-remove, .resume-remove-popup {
    text-align: center;
    font-size:16px;
    background: #4AA0CC;
    color: #fff;
}
