body {
    background-color: #eeeeee;
    height: auto;
    font-family: "Montserrat",sans-serif;
    min-height: 600px;
}
.ubuntu_font{
     font-family: 'Ubuntu', sans-serif !important;
}
.mont_font {
    font-family: "Montserrat",sans-serif !important;
}
.btn{
    outline: none;
}
.dnone{
    display: none;
}
.dblock{
    display: block;
}
.cancel_box {
    position: absolute;
    right: 10px;
    top: 55px;
    border-radius: 0px;
    z-index: 10;
    display: none;
}
.succss_box {
    position: absolute;
    right: 10px;
    top: 55px;
    border-radius: 0px;
    z-index: 10;
    display: none;
}
.btnctn.iconbtn{
    background: none;
    width: 40px;
    padding: 0px 0px;
}
.catimgwrap{
    width: 300px;
    height: 150px;
    position: relative;
    margin: 0px auto;
    background-color: #f5f5f5;
}
.catimgwrap .catimg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.btn_style{
    border-radius: 0px;
    background: none;
    background-color: #2196f3;
    color: #fff;
    border: 1px solid #2196f3;
    min-width: 90px;
    margin-right: 10px;
    font-weight: bold;
}
.btn_style:hover, .btn_style:focus, .btn_style:active{
    color:#FFF;
    outline:none;
}
.btn_full{
    width: 100%;
}
.btn_stru {
    border-radius: 19px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.2px;
    font-weight: normal;
    background-color: #2196f3;
}
.btn_stru:hover, .btn_stru:focus, .btn_stru.active{
    color: #fff;
}
.btn_iconlabel {
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 36px;
    max-width: 200px;
    font-weight: normal;
}
.btn_iconlabel a{
    color: #fff;
}
.btn_iconlabel i{
        position: absolute;
    left: 0px;
    top: 1px;
}
.btn_icon{
    background: none;
    padding: 0px 0px;
    margin-right: 5px;
}
.btn_asb{
    position: absolute;
}
.btn_rel{
    position: relative;
}
.iedit_btn {
    color: #255625;
}
.idel_btn {
    color: #b92c28;
}
.icon_btn {
    background: none;
    margin-right: 5px;
    padding: 0px 9px;
}

.btn_success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 3px 1px;
}
.btn_danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 3px 1px;
}
.icon_wrap {
    padding: 5px;
}
.icon_wrap .scat_icon {
    width: 40px;
    height: 40px;
}

.ajaxLoader{
    height: 380px;
    z-index: 9999;
    background: url(../images/loader/ajaxLoader.gif) center no-repeat #fff;
    display: none;
}

label.error{
    padding:4px 0px 0px 5px;
    color:#BE4B49;
    font-style: italic;
    font-size: 12px;
    font-family: "Montserrat",sans-serif!important;
}
.help-block{
    padding: 4px 0px 0px 5px;
    color: #BE4B49;
    font-style: italic;
    margin: 0px;
    font-family: "Montserrat",sans-serif!important;
    font-weight: bold;
    letter-spacing: 0.7px;
    font-size: 11px;
    font-weight: normal
}

.has-error .form-control{
    border-color: #BE4B49;
    box-shadow:none;
}
.has-error .input-group-addon {
    color: #BE4B49;
    background: none;
    border: 1px solid #BE4B49 !important;
    border-right: none !important;
}
.has-error .input-group-addon.toggle_password {
    border: none !important;
}
.has-error .form-control:focus{
    box-shadow: none;
}
.adv_input .has-error .btn_underline{
   background-color: #BE4B49;
}
.dbrow{
  padding: 15px 0px;
}
.drow{
    padding: 8px 0px;
}
.dcol{
    padding: 0px 0px;
}
.dadjrow {
    padding: 0px 0px 0px 15px;
}
.dtrow{
    padding: 8px 0px 0px 0px;
}
.drcol{
    padding: 0px 15px 0px 0px;
}
.ladjcol{
    padding: 0px 0px 0px 15px;
}
.modal {
  text-align: center;
  padding: 0!important;
}

@media screen and (min-width:768px) and (max-width:1600px){
    .amodel .amodel_logdialog{
        min-width: 710px;
    }
}
.amodel .amodel_content{
    border-radius: 0px;
}
.amodel .amodel_header{
    border-bottom: none;
    padding: 10px 0px 0px 0px;
    position: relative;
}
.amodel .amodel_header .close,
.amodel .amodel_body .close{
    
    position: absolute;
    top: 6px;
    right: 5px;
    color: red;
    margin-top: 2px;
    margin-right: 6px;
    outline: 0;
}
.amodel_header .htitle{
    color: #043458;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    padding-bottom: 13px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-bottom: 2px solid #2196f3;
    display: block;
    margin: 16px 0px 0px 0px;
}

.amodel_header .title_image{
    width: 40px;
    height: 45px;
    margin: 0px auto 7px;
}
.amodel .amodel_body{
    padding: 10px 10px 10px 10px;
    max-height: 540px;
    overflow-y: auto;
}
.amodel .amodel_footer{
    padding: 0px;
    border: none;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}   
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.error_modal .amodel_header {
    position: relative;
    padding: 10px 5px 0px 5px;
    border-bottom: none;
}
.error_modal .res_icon {
    width: 52px;
}
.error_modal .sslabel {
    color: #BE4B49;
}
.error_modal .smlabel {
    font-size: 17px;
    color: #BE4B49;
}
.input_effect .smlabel{
    font-family: "Montserrat",sans-serif!important;
}


.status_txt{
    font-weight: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    line-height: 25px;
    font-size: 13px;
    font-style: normal;
}
.success_txt{
    color: #02B301;
}
.error_txt{
    color: #BE4B49;
}
.status_imgwrap{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
.status_imgwrap .success_img{
    background-image: url(../images/icons/success.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.status_imgwrap .error_img{
    background-image: url(../images/icons/error_icon.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}




.adv_input .smlabel {
    font-weight: normal;
    letter-spacing: 0.7px;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    color: #043458;
    font-weight: normal;
}
.adv_input .smlabel .skillTag{
    font-size: 14px;
    padding: 3px 13px;
    background-color: #2196f3;
    border-radius: 5px;
    color: #F5F5F5;
    margin: 0px 5px 4px 0px;
    display: inline-block;
    font-weight: normal;
    
}
.input_addon {
    border-color: #ddd;
    outline: none;
    border-radius: 0px;
    background-color: #FFF;
    padding: 0px 12px;
}
.input_laddon {
    border-left: none;
    padding-left: 0px;
}
.btn_underline {
    /* background-color: #4b6988; */
    background-color: #2196f3;
    display: inline-block;
    height: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 99;
}
.adv_input .input_addon {
    border: none;
    border: 1px solid #CCC;
    border-right: none;
    border-radius: 15px 0px 0px 15px;
}
.adv_txtbox {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border: 1px solid #CCC;
    color: #555;
    font-size: 13px;
    padding: 8px 8px 8px 8px;
    position: relative;
    border-radius: 0px;
    
    border-radius: 0px 15px 15px 0px !important;
}
.adv_txtbox.large_txtbox{
    font-size: 14px;
    color:#000;
    font-weight: 600;
    border-radius: 0px !important;
}
.input_effect .input-group{
    padding:  5px 0px 0px 0px;
}
.adv_txtbox:hover, .adv_txtbox:focus, .adv_txtbox:active {
    outline: none;
    box-shadow: none;
}
.adv_txtbox:focus+.btn_underline {
    transform: scale(1);
}
.adv_txtbox.input_laddon{
 
}
.adv_select{
    font-size:14px;
    padding: 0px 3px 0px 5px; 
}
.adv_input .data_txtarea {
    border: none;
    border-bottom: 1px solid #CCC;
    min-height: 80px;
    max-height: 80px;
    box-shadow: none;
    text-align: left;
}
.adv_input .btn_underline {
    left: 0%;
    margin-top: 1px;
    position: absolute;
    top: 36px;
    width: 100%;
}
.info-stru .adv_input .btn_underline{
    left: 0px;
    width: 100%;
}
.adv_input .tagsinput {
    border: none;
    border-bottom: 1px solid #CCC;
}
.adv_input .data_txtarea {
    border: none;
    border-bottom: 1px solid #CCC;
    min-height: 80px;
    max-height: 80px;
    box-shadow: none;
}
.adv_input .data_txtarea:hover, .adv_input .data_txtarea:focus {
    box-shadow: none;
    outline: none;
}

.opt_switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0px;
}

.opt_switch .switch_input {
    display:none;
}

.opt_slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CC2424;
  -webkit-transition: .4s;
  transition: .4s;
}

.opt_slide:before {
        position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; 
}

.switch_input:checked + .opt_slide {
  background-color: #64BD63;
}

.switch_input:focus + .opt_slide {
  box-shadow: 0 0 1px #64BD63;
}

.switch_input:checked + .opt_slide:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.opt_slide.round {
  border-radius: 34px;
}

.opt_slide.round:before {
  border-radius: 50%;
}
.file_choose {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.udpimg_wrap .udpimg_del {
    background-color: #C92325;
    color: #FFF;
    border-radius: 50%;
    padding: 6px 9px;
    font-size: 19px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    cursor: pointer;
    opacity: -1;
    box-shadow: 1px 1px 9px 1px rgba(221,221,221,1);
}
/* Select input tag code start */
.tagsinput {
    border: 1px solid #CCC;
    background-color:#FFF;
    padding: 6px 6px 0;
    overflow-y: auto;
    border-radius:0px;
    min-width:100%;
    max-width:100%;
    min-height:75px;
    max-height:75px;
}
div.tagsinput span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    background: #2196f3;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 13px;
    border-radius: 0px;
    border-radius: 5px;
    border: none;
    letter-spacing: 0.5px;
    font-family: "Montserrat",sans-serif!important;
}
.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important;
}
.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px;
}
span.tag a {
    color: #F1F6F7 !important;
}
.tagsinput input {
    width: 80px;
    margin: 0px;
    
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px;
}
.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}
/* Select input tag code END */
.select_adv-container--default .select_adv-selection--single,
.select_adv-container--default .select_adv-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    min-height: 38px
}

.select_adv-container--default .select_adv-selection--single .select_adv-selection__rendered {
    color: #73879C;
    padding-top: 5px
}

.select_adv-container--default .select_adv-selection--multiple .select_adv-selection__rendered {
    padding-top: 3px
}

.select_adv-container--default .select_adv-selection--single .select_adv-selection__arrow {
    height: 36px
}

.select_adv-container--default .select_adv-selection--multiple .select_adv-selection__choice,
.select_adv-container--default .select_adv-selection--multiple .select_adv-selection__clear {
    margin-top: 2px;
    border: none;
    border-radius: 0;
    padding: 3px 5px
}

.select_adv-container--default.select_adv-container--focus .select_adv-selection--multiple {
    border: 1px solid #ccc
}
.select_adv-container--default .select_adv-selection--multiple .select_adv-selection__rendered li{
    width: auto !important;
}
.choose_filewrap{
    width: 60px;
    height: 60px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}
.multiimg_preview {
    position: relative;
    padding: 8px 0px 0px 0px;
}
.multiimg_preview .multimg_wrap{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    float: left;
    margin: 0px 5px 9px 5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 3px 0px rgba(184,184,184,1);
}
.opt_dropdown .opt_dropmenu {
    border-color: #2196f3;
    border-radius: 0px;
    left: 14%;
    padding: 0px;
    background-color: #2196f3 !important;
    color: #FFF !important;
    min-width: 100px;
}
.opt_dropdown .opt_dropmenu li a {
    color: #FFF;
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 0.7px;
    text-align: center;
    border-bottom: 1px solid #2b5d94;
}
.opt_dropdown .opt_dropmenu li a:hover, 
.opt_dropdown .opt_dropmenu li a:focus, 
.opt_dropdown .opt_dropmenu li a.active {
    background: none;
    background-color: #3175c1!important;
    color: #fff;
    border-bottom: 1px solid #3175c1;
}
.responsWraper{

}
.responsWraper .resp_img{
    width: 50px;
}
.responsWraper .reso_title{
    color: #2196f3 !important;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.4px;
    padding: 10px 0px;
    margin: 0px;
}
.error_wraper{
    padding: 15px 0px;
}
.error_wraper .error_img{
    width: 250px;
}
.error_wraper .error_txt{
    font-size: 18px;
    text-transform: capitalize;
    color: #2196f3;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 28px;
}
.error_logo{
    position: relative;
    width: 180px;
    height: 75px;
    margin: 0px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.overview_editbody .adv_txtbox, .overview_editbody .input_addon{
    
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc;
}
.overview_editbody .has-error .adv_txtbox{
    border-color: #BE4B49 !important;
}
.overview_editbody .has-error .input_addon{
    border-top: none !important;
    border-left: none !important;
}
.overview_editbody .skillrow{
    padding: 10px 15px;
    margin: 10px 0px;
    background-color: #f5f5f5;
}
.overview_editbody .skillrow .drow{
    padding: 3px 0px;
}
.overview_editbody .skillrow .input_addon{
    background: none;
}
.overview_editbody .skillrow .input_effect .input-group{
    padding: 0px 0px;
}
.overview_editbody.adv_input .skillrow .btn_underline{
    top: 32px;
}

.pagination .current_page{
        background-color: #2196f3;
    color: #fff;
}
.infoTable{

}
.infoTable .btnIcon{
    padding: 0px;
    background: none;
}
.infoTable .btnIcon .iconbtn_img{
    width: 20px;
}
.infoTable thead tr th{
    padding: 2px 5px 4px 5px;
}
.infoTable tbody tr td{
    padding: 10px 5px 7px 5px;
}
.infoTable tbody tr td.optrow{
    padding: 0px 5px;
}
.tblabel{
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
}
.infoTable th .tblabel{
   font-weight: bold;
    color: #0d4179; 
}
.dashpimg_wrap {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 4px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(221,221,221,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(221,221,221,1);
    box-shadow: 1px 1px 5px 0px rgba(221,221,221,1);
    z-index: 99;
}
.dashpimg_wrap .udpimg_stru {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.dashpimg_wrap .udpimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background-color: #f8d7da !important;  /* Light red background */
    color: #721c24 !important;            /* Dark red text */
    cursor: not-allowed !important;
    
    opacity: 0.6;
}