



  .lg_checkbox {
    
    /* width: 1.5rem;
    height: 1.5rem; 
    margin-left: 15px;
    margin-top: 5px; */

    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    /*margin-left: 20px;
    margin-top: 10px;*/
    
}


.lg_checkbox:disabled { /* Text and background colour, medium red on light yellow */
   
    opacity: .75;
    content: '\f00c';
      font-family: 'FontAwesome';
      font-size: 9px;
      text-align: center;
      color: #fff;
      background-color: blue;
      line-height: 17px;
    
    }

    #overlay-load{	
      position: fixed;
      top: 0;
      
      width: 100%;
      height:100%;
      display: none;
      background: rgba(241, 234, 234, 0.6);
    }
    .cv-spinner-load {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;  
    }


.progress {
  width:100px;
  height: 100%;
}
.progress-wrap {
  background: #dcdcdc;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  
}
.progress-bar {
    background:#249c23;
    left: 0;
    position: absolute;
    top: 0;
	width:0%;

}