.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;
}
.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;
}

.PremiumTrial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, 30%);
  z-index: 21;
  display: flex;
  max-width: 390px;
  width: 100%;
  min-height: 361px;
  padding: 20px 16px 16px 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.04),
    0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 0px 10px rgba(16, 16, 16, 0.7);
}

.PremiumTrial-Header {
  width: 68.739px;
  height: 59.684px;
  flex-shrink: 0;
}

.PremiumTrial-Body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.PremiumTrial-BodyTitle {
  align-self: stretch;
  color: var(--gray-900, #101828);
  text-align: center;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.PremiumTrial-BodyText {
  align-self: stretch;
  color: var(--gray-500, #667085);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

strong {
  color: var(--gray-800, #1d2939);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}

.PremiumTrial-BodyBtn {
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid var(--primary-600, #1570ef);
  background: var(--primary-600, #1570ef);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

