.form-group .error-message {
    /*color: #dd4b39;*/
    color: #a94442;
    font-size: 12px;
}

.form-group .form-error {
     border-color : #dd4b39;
     font-weight  : 400;
}
/* #company_error, #email_error, #mobile_error {
    color: #dd4b39;
}*/
.choose_package_section .fa-check.disabled{color:grey;}
.edu-verification-source table tbody tr td{ vertical-align: top;}
.candidate_detail_part .left_column .side_menu li.complete i{
    float: left;
    color: #82d31c;
    margin: 3px 7px 0 0;
}
.document-container .error{color:#FF0000;}
.edu-verification-source table tbody tr td{ vertical-align: top;}
.otp_btn{margin-left: 10px;}
.report_btn {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 4px;
  text-align: center;
}
.report_btn:hover{
    color: #fff;
}
.bridge-check-name label {
  margin-left: 37px;
}
.report_btn_wht{
  background:  #fff none repeat scroll 0 0;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 4px;
  text-align: center;
  margin-left: 10px
}
.close {
	font-size: 40px;
	color: #858585;
	margin-top: -10px;
}
.alert{
    margin: 5px;
}
.active > a:hover{
    text-decoration: none;
}
.custom-myTable thead tr th{
  background: #555;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;  
  border-bottom: none;
}
.custom-myTable thead tr th:first-child{ width: 15%;}
.custom-myTable thead tr th:nth-child(2){ width: 67%;}
.custom-myTable thead tr th:nth-child(3){ width: 11%;}
.custom-myTable thead tr th:last-child{ width: 7%;}

.custom-myTable tbody tr td:first-child{ font-weight: 600; color: #555; font-size: 13px;}
.custom-myTable tbody tr td:nth-child(3){ font-size: 13px;}
.custom-myTable tbody tr td:last-child{ text-align: center; font-weight: 500; font-size: 13px;}

.custom-myTable tbody tr td:nth-child(2) table{
  margin-bottom: 0;
}
.custom-myTable tbody tr td:nth-child(2) table thead tr th{
  background: #ccc;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.custom-myTable tbody tr td:nth-child(2) table thead tr th:first-child{
    width: 44%;
    text-align: left;
}
.custom-myTable tbody tr td:nth-child(2) table thead tr th:nth-child(2){
    width: 24%;
    text-align: left;
}
.custom-myTable tbody tr td:nth-child(2) table thead tr th:nth-child(3){
    width: 20%;
}
.custom-myTable tbody tr td:nth-child(2) table thead tr th:last-child{
    width: 12%;
}

.custom-myTable tbody tr td:nth-child(2) table tbody tr td{
    font-size: 12px;
    font-weight: 500;
    color: #555;
}
.custom-myTable tbody tr td:nth-child(2) table tbody tr td:nth-child(3){
    text-align: center;
}

#phoneNumberId{ border: 1px solid #ddd ;}
.hide-form{display:none;}
 

 .bs-example-modal-lg1 {
                    text-align: center;
                    padding: 0!important;
                  }

                  .bs-example-modal-lg1:before {
                    content: '';
                    display: inline-block;
                    height: 100%;
                    vertical-align: middle;
                    margin-right: -4px;
                  }

                  .modal-lg1 {
                    display: inline-block;
                    text-align: left;
                    vertical-align: middle;
                    width: 60%;
                  }
                  .modal-backdrop
                    {
                        opacity:0.5 !important;
                    }
.content_part{text-align: justify !important;}
.hide-check{display:none !important;}
#caseCheckIds{display:none;}
.address-error{color:#ff0000;}
.document-container .error-message{    visibility: visible;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-transform: initial;}
/*.panel.panel-default {
	margin: 10px;
}*/

.custom-file-upload-block.sme-arn-upload-box .error-message{
  position: relative;
}
#signatureparent {
    color: #555555;
    background-color: #fff;
    position: relative;
    /*height: 100%;*/
    /*float: left;*/
    width: 100%;
}

/*This is the div within which the signature canvas is fitted*/
#signature {
    /*float: left;*/
    position: relative;
    border: 1px dashed #ccc;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    /*height: 150px;*/
}
.sof-content #signature{
  height: 150px;
}
#signature div .undo{
    border: 1px solid #01a9db;
    background: #fff;
    font-family: 'latosemibold', sans-serif;
    color: #01a9db;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 2px 5px;
    transition: all 0.3s ease;
    top: -7px !important;
}
#signature div .undo:hover{
    background: #01a9db;
    color: #fff;
}
#signature div .undo:focus{
    outline: none;
}
#signature div .mCS_img_loaded{
  //display: none !important;
}
#signatureparent .sign-here{
  font-family: 'latomedium', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #999;
  position: absolute;
  top: 0px;
  left: 10px;
}
/*
#signature div + .jSignature{
  height: 50px !important;
}*/
/*.jSignature + div{
    position: absolute !important;
    top: 30px;
    right: 0px;
}
.jSignature + div input.undo{
    right: 10px;
    position: absolute;
    margin: 0px !important;
    top: auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: none;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(0, 0, 0);
    font-weight: 300;
}
*/.nav.navbar-nav img {
  margin-top: -4px;
}
.excel_icon {
  background-color: green;
  color: #fff;
  font-size: 18px !important;
  padding: 5px 7px 7px;
}
.validating-server-side{
background-color: #fff;
background-image: url("data:image/gif;base64,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");
background-position: right 5px center;
background-repeat: no-repeat;
opacity: 0.5;
}
.uppercase {
  text-transform: uppercase;
}

    ul.enlarge span{
    position:absolute;
    left: -9999px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
    -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
    box-shadow: 0 0 20px rgba(0,0,0, .75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    }
    ul.enlarge li:hover{
    z-index: 50;
    cursor:pointer;
    }
    ul.enlarge span img{
    padding:2px;
    background:#ccc;
    }
    ul.enlarge li:hover span{
    top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
    }
    ul.enlarge li:hover:nth-child(2) span{
    left: -100px;
    }
    ul.enlarge li:hover:nth-child(3) span{
    left: -200px;
    }
    /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
    ul.enlarge img, ul.enlarge span{
    behavior: url(pie/PIE.htc);
    }
    
    /* thumbnail-cntr starts here */
    .thumbnail-cntr{
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-bottom: 15px;
    }
    .thumbnail-cntr .thumbnail-text{
        display: inline-block;
        width: 100px;
        vertical-align: top;
    }
    .thumbnail-cntr .thumbnail-img-block{
        display: inline-block;
        width: 85%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        vertical-align: top;
        text-align: right;
    }
    .thumbnail-cntr .thumbnail-img-block li{
        display: inline-block;
        position: relative;
        z-index: 0;
        margin: 0px 5px 0 5px;
        width: 50px;
        height: 50px;
    }
    .thumbnail-cntr .thumbnail-img-block li img{
        width: 100%;
        height: 100%;
    }
    .thumbnail-cntr .thumbnail-img-block li span img{
        height: 280px;
        width: auto;
    }
    /* thumbnail-cntr ends here */

.custom-table-width .table{
    table-layout: fixed;
}
.custom-table-width .table thead tr th{
    background-color: #f2f2f2;
    border-bottom-width: 1px; 
    width: 25%;
    font-weight: 500;
}
.select_dropdown_new {
  background: #fff url("../img/drop-arrow.png") no-repeat scroll 100% center;
}
.header_lnk {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 2px !important;
  text-align: center;
  text-transform: capitalize;
}

.ui-helper-hidden-accessible {
    display: none;
}

.del-mapped-fields {
  padding-left: 7px;
}

.action-container {
  display: flex;
  margin-left: 55px;
}

.col-auto {
    width: auto;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.p-7 {
  padding-top: 7px;
}

.h-auto {
  height: auto;
}

.check-all-field label {
    float: left;
    margin: 3px 10px 0px 10px !important;
    position: relative;
    width: 16px;
    height: 16px;
}

.check-all-form label {
  float: left;
  margin: 3px 10px 0px 10px !important;
  position: relative;
  width: 16px;
  height: 16px;
}

.checkbox-container .custom-checkbox input[type="checkbox"] {
  position: relative !important;
  display: inline-block;
  margin-left: 0 !important;
  vertical-align: middle;
  margin-top: 0 !important;
  width: 14px !important;
  height: 14px !important;
  position: absolute !important;
  z-index: 999;
  top: 6px;
}

.checkbox-container .custom-checkbox input[type="checkbox"]:checked:after {
  top: -1px !important;
  font-size: 8px !important;
  left: -1px !important;
  color: #fff !important;
  background-color: #298cdc !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 12px !important;
  padding: 1px 0px 0 0px !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}
.field-status-dropdown {
  height: 100%;
  width: 55%;
}
/*.select2-dropdown--below{
  width: 120% !important;
}*/
.mCSB_container{
  min-height: 100% !important;
}
/* remove it after succefully done clander  */
  body div#ui-datepicker-div {
    z-index: 999999 !important;
  }
 div#ui-datepicker-div {
  padding-top: 5px;
  background: #fff;
  border: 1px solid #777;
  box-shadow: 0 0 10px 0 #00000030;
  z-index: 9 !important;
}
/* .ui-datepicker-title {
  display: flex;
  width: 190px;
  margin: 0 auto;
}
.ui-datepicker-title > select {
  margin: 0 5px;
}
a.ui-datepicker-prev.ui-corner-all span,a.ui-datepicker-next.ui-corner-all span {
  display: none;
}

  */
  .ui-datepicker-title > select {
    margin: 0 5px;
    padding-left: 5px;
    background: #fff;
    color: #2a9de0;
  }
  a.ui-corner-all {
    background: #fff;
}
a.ui-datepicker-prev.ui-corner-all:after {
  content: "\f053";
  font-family: 'FontAwesome';
  padding: 0 5px;
  color: #4a90e2;
}
a.ui-datepicker-next.ui-corner-all:after {
  content: "\f054";
  font-family: 'FontAwesome';
  padding: 0 5px;
  color: #4a90e2;
}
a.ui-datepicker-prev.ui-corner-all {
  position: absolute;
  left: 6px;
  top: 5px;
  padding: 4px 2px;
  background: aliceblue;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 2px 1px 5px 0px #0000001a;
}
a.ui-datepicker-next.ui-corner-all {
  position: absolute;
  right: 6px;
  top: 5px;
  padding: 4px 4px;
  background: aliceblue;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 2px 1px 5px 0px #0000001a;
}
span.ui-icon.ui-icon-circle-triangle-e,span.ui-icon.ui-icon-circle-triangle-w {
  display: none !important;
}
.ui-widget-header {
  background: #2a9de0 !important;
  border-color: #2a9de0 !important;
}
input.custom_calender {
  padding: 2px 12px !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year,.ui-datepicker-title{
  position: relative;
}
.ui-datepicker-title:after {
  content: "\f053";
  font-family: 'FontAwesome';
  padding: 0 5px;
  color: #4a90e2;
  position: absolute;
  top: 3px;
  left: calc(50% - 23px);
  font-weight: 100;
  transform: rotate(270deg);
  pointer-events: none;
}
.ui-datepicker-title:before {
  content: "\f053";
  font-family: 'FontAwesome';
  padding: 0 5px;
  color: #4a90e2;
  position: absolute;
  bottom: 2px;
  right: 12px;
  font-weight: 100;
  transform: rotate(270deg);
  z-index: 9;
  pointer-events: none;
}

.ui-datepicker {
  transform: translate(0, -4.4em);
}
.custom-form-control.date-calender.form-control {
  width: 288px;
  background-color: unset !important;
}