.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#FFF7D8; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#FFF7D8; border-right:2px solid #FFF7D8; border-left:2px solid #FFF7D8; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#FFF7D8; border-right:1px solid #FFF7D8; border-left:1px solid #FFF7D8; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#FFF7D8; border-right:1px solid #FFF7D8; border-left:1px solid #FFF7D8; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #FFF7D8;}
.headh {background: #F5F1D0; border-right:1px solid #F5F1D0; border-left:1px solid #F5F1D0;}
.headh span {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #FFF7D8; border-right:1px solid #FFF7D8; border-left:1px solid #FFF7D8;}
.contenth div {margin-left: 12px; padding-top: 5px;}
.cpstat {
   height: 8px;
   width: 8px;
   background-color: #d9dbd8;  
   border-radius: 50%;
   display: inline-block;
   text-align:center;
   margin-top: 0px;
}

div.bline
 {
   display:block; 
   width: 99%; 
   margin-left: 5px; 
   margin-right: 5px; 
   margin-bottom:34px;
   border-style: solid; 
   border-left-width:0px; 
   border-right-width:0px;       
   border-top-width:0px; 
   border-bottom-width:2px;    
   border-color: 	#F8F8F8 ;
 }
 
 div.tab1
 {  
   margin-left: 5px;       
   padding-top: 6px;
   background-color:  	#F8F8F8 ;   
   width: 91px!important;
   height: 27px;
   text-align: center;
   vertical-align:middle;   
   display:inline-block;   
 }
 
 a.mnref
 {
    color:  	#303030;
    font-weight:bold;
 }
 
a.mnref:link 
{
    text-decoration: none; 
}

a.mnref:visited {
    text-decoration: none;    
}

a.mnref:hover {
    text-decoration: underline;    
}

a.mnref:active {
    text-decoration: underline;
}


input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

input[type=radio] {
  bottom: 2px;
}


table {
  border-collapse:separate; 
  border-spacing:5px;
}  

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    cursor: pointer;
}

#overlaytext{
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

label.lb1 {display: inline-block; margin-top: -5px;}
label.lb2 {display: inline-block; margin-top: -5px; font-weight: 400}
div.nwr {white-space: nowrap;display:inline;}
input[type="checkbox2"] {vertical-align:middle;}

@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
      }
}