.has-error .help-block{ 
    color: red;
    font-size: 11px;
}


.sh_box{
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #9c9c9c;
    background: white;
    position: relative;
    margin-bottom: 40px ;
}

.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{
    color: #af9750!important;
    border: 3px solid;
}


.wizard .steps ul li.current a .step{
  background-color: #af9750!important;
}
         
.wizard .steps ul li.current ~ li a {
    color: #af9750;
}

.text-primary{
  color: #af9750!important;
}

.wizard .steps ul li::after,.wizard .steps ul li::before{
  background-color: #af9750!important;
}

.wizard .steps ul li.current ~ li:before {
    background-color: #af9750;
}

.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:0!important;
    padding-bottom: 2.13cm;
    padding-left: 1.98cm;
  }
}
@page{
  margin-top: 6.5cm!important;   
  margin-bottom:3cm!important;    

}
.page-wrapper .navbar{
  z-index: 9;
}

select.form-control{
  height: calc(1.5em + .75rem + 15px)!important;
  padding: 0!important;
  line-height: 2!important;
  display: block!important;
  color: #495057!important;
  background-color: #fff!important;
  border: 1px solid #ced4da!important;
  border-radius: .25rem!important;
  font-size: 1rem!important;
  font-weight: 400!important;
}