/* CSS Document */

.m10{
    margin: 10px;
}
#loadingBox {
     top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    
}
.fixBox{
    position:fixed;
    
    }
.error-div{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 42%;
    /*right: 0;
    width: 400px;
    
    */
    height: 30px;
    margin: auto;
    z-index: 456;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
     vertical-align:middle !important; 
     padding: 3px 10px !important;
  }
  .p10{
      padding: 10px;
  }
  .bgimg{
      background: url(../image/bg.jpg) fixed no-repeat;
  }
  
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-1.active{background-color: #006FFC;color: white;}
.btn-default.btn-off-1.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-2.active{background-color: #00D590;color: white;}
.btn-default.btn-off-2.active{background-color: #A7A7A7;color: white;}

.btn-default.btn-on-3.active{color: #5BB75B;font-weight:bolder;}
.btn-default.btn-off-3.active{color: #DA4F49;font-weight:bolder;}

.btn-default.btn-on-4.active{background-color: #006FFC;color: #5BB75B;}
.btn-default.btn-off-4.active{background-color: #DA4F49;color: #DA4F49;}
.p5{
    padding: 5px;
}
.p20{
    padding: 20px;
}
.height-150{
    height: 150px;
}
.height-120{
    height : 120px;
}
.height-110{
    height : 110px;
}
.height-100{
    height : 100px;
}
.height-80{
    height : 80px;
}
.p5{
    padding: 5px;
}
.bgcolor-ffffff{
    background-color: #fff;
}
.noborder{
    border: none !important;
}
.paddingright0{
    padding-right: 0px !important;
}

.blurbg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.blurbg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: #000000;
}

.blurbg-img .signupoverlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: #229954;
}
.color000{
    color: #000;
}
.colorffffff{
    color: #fff;
}
.nounderline{
    text-decoration:none !important;
}
.mb0{
    margin-bottom: 0px !important;
}
.select2-selection--single{
    height: auto !important;
    border-radius: 0px !important;
    border : 1px solid #d2d6de !important;
}
.width720{
    width: 720px !important;
}
.mt20{
    margin-top: 20px;
}
.qr-lockscreen-wrapper {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 5%;
    
}
.nodisplay{
    display: inline !important;
}
@media print {
body {-webkit-print-color-adjust: exact;}
    .mycomplient{
        font-size: 42px !important;
        color:#f7c316 !important; 
        font-weight: bold !important;

    }
    .bg-gray-active{
       background-color: #fff !important ;
    }
    .noprint { 
            visibility: hidden; 
} 
}
.mycomplient{
    font-size: 42px;
    color:#f7c316; 
    font-weight: bold;
}

.highlighted{
    background-color: #FFE495;
    padding: 2px;
}

.close_st{
    cursor: pointer;
}

.rsidebox {
   position: fixed;
    z-index: 99;
    right: 10px;
    top : 15%;
    /*background: rgba(225, 225, 225,0.4); 
    color: #000000; */
    cursor: pointer;
    width: 200px;
    opacity: .8;
    padding-bottom: 10px;
}
.pl20{
    padding-left: 20px;
}
.bgcolor-229954{
    background-color: #229954;
}
.mb5{
    margin-bottom: 5px;
}
.lipadding{
    padding: 10px 15px;
}
.ml10{
    margin-left: 10px;
}
.mb10{
  margin-bottom: 10px !important;  
}