.has-error .help-block{ 
    color: red;
    font-size: 11px;
}


.sh_box_inner, .sh_box{
    padding: 15px;
    border-radius: 5px;
    background: white;
    position: relative;
    margin: 25px;
}

.sh_box_inner{

}

.sh_box_title{
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 12px 22px;
  font-weight: bold;
  margin-bottom: 25px;
  
}
.voting_table{
  border:2px solid #a2a2a2;
}
.steps {
  position: relative;
  top: -135px;
}

form.wizard  .content {
  position: relative;
  top: -85px;
}

form.wizard{
    background: white;
    padding: 25px;
    border: 2px solid #9c9c9c;
    border-radius: 7px;
}

.candidates_table td,.candidates_table th{
    padding: .35rem!important;
    border-top:none!important;;
    padding-top: 10px!important;
}/* 
.th_div{
  background: #007bff;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
}
.td_div{
  background: #b5b5b5;
  padding: 8px 6px;
  border-radius: 10px;
  color: #000;
}
 */





.candidates_footer_td .badge{
    display: inline-block;
}
.error_ico{
    position: absolute;
    right: -15px;
    top: 6px;
    color: red;
}
.candidates_footer_td{
    font-size:11px;
}

.candidates_footer_td .badge{
  font-size: 13px!important;
  margin:4px auto 0px auto;
}

.wizard .steps ul li a .step{
  background-color: #FFFFFF!important;
}
   
.wizard .steps ul li  a  .step{
    border: 3px solid;
}


.wizard .steps ul li.current a .step{
  
}
         
.wizard .steps ul li.current ~ li a {
 
}

.text-primary{
  
}

.wizard .steps ul li::after,.wizard .steps ul li::before{
 
}

.wizard .steps ul li.current ~ li:before {
}

.wizard .steps ul li.last::after{
    right: 0;
    content: "";
    position: absolute;
    top: 2.86rem;
    width: 50%;
    height: 3px;
}

.form-check-label{
    font-weight: bold;
}



.input_percentage_wrap{
  position: relative;
}
.input_percentage_wrap label.error{
  bottom: -20px;
  top: auto!important;
}

.btn-xs-block{
  width: 100%;
}

.logo-img{

  padding: 10px;
}


.ltr-block {
  direction: ltr;
  display: inline-block;
}

.table .thead-dark th{
  background-color: #58595b!important;
}

@media print {
  #printWrap, .printWrap {
    padding-top: 4.3cm;
    padding-bottom: 2.13cm;
    padding-left: 1.98cm;
  }
}
.page-wrapper .navbar{
  z-index: 9;
}


.attachment_item{
  position: relative; 
  padding: 5px; 
  border-radius: 15px; 
  border: 1px solid #D8D8D8;
  padding-left: 42px;
  
}

.download_icon{
  padding: 5px; 
  font-size: 19px; 
  border-radius: 35px ; 
  box-shadow: 0 3px 4px #D8D8D8;
  width: 35px ; height: 35px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 3px;
}

.file_icon{
  padding: 10px ; 
  border: 1px solid #ededed; 
  border-radius: 12px ; 
  
  font-size: 22px;
}

.attachments_wrap{
  padding: 15px ; 
  border-radius: 15px ; 
}

.attachment_file_name{
    margin-top: 12px !important; 
    display: inline-block;
    margin-right: 2px;
    white-space: nowrap;
}

.btn-action{
  font-size: 16px;
  padding: 0px 6px;
  background: #2C2738;
  color:#fff!important;
}

.site_badge{
  padding: 10px;
  color:#fff
}


.site_badge_title{
  padding:5px 25px 8px 25px;
  color:#fff;
  display: inline-block;
  border-radius: 15px;
  font-weight:bold;
  font-size:17px;
}

.form-check{
  padding: 5px 10px 10px 10px;
  border-radius: 15px;
}

.form-check-radio{
    margin-top:8px;
}

.form-check label.error{
    top:40px!important;
}


.anchor_span{
  position: relative; 
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 15px;
}
.img-responsive{
    max-width:100%;
}

@media (max-width: 800px){

  .attachment_item{
      margin-top:10px;
  }

}  
