*{
  font-size: 14px;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    color: gray;
    transition: 0.3s;
}

a:hover, .offcanvas a:focus{
    color: #FFFFFF;
    background-color:#000000;
}

form{
   margin: 0;
}

th{
  background: skyblue;
  white-space: nowrap;
  font-size: 13px;
}


td1{
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;  
    font-size:13px;  
}

.td_lab{
   white-space: nowrap;
   font-size: 13px;
   font-weight:700;
   padding-right: 2px;
   padding-left: 2px;
   padding-top: 4px;
   padding-bottom: 4px;

}



td{
    font-size:13px; 
    
}

td a{
  font-size: 13px;
}




select{
  font-size: 13px;
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size:12px;
    padding: 0.3rem 0;
    color:#9e9ea6;    
}




.btn {
  border: 1px solid gray;
  font-size: 13px;
  line-height: 18px;
  background: #dedede;
}


.pages{
  font-size: 14px;

}
.pages a{
  font-size: 14px;
}

.frm{
  margin: 0;
  padding: 0;
}
.dis td{
  background: #AAA;
}


.uncheck{
   color: blue;
   font-size: 13px;
}

.check_fail{
   color: red;
   font-size: 13px;
}

.check_pass{
   color: #339944;
   font-size: 13px;
}

.checking{
   color: #226633;
   font-size: 13px;
}

.discard{
   color: gray;
   font-size: 13px;
}

.rst{
  position:absolute;
  left:50%;
  margin-left:-150px;
  width:300px;
  height:90%;
  font-size:13px;
  color:gray;
  text-align:center;
}



.updt{
  padding-left: 3px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid gray;
  height: 22px;
  color: #22F;
}

.edtext{
  padding-left: 3px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid gray;
  height: 22px;
}

.txtarea{
  padding: 3px;
  color: #22F; 
}


.box{
  position:absolute;
  top:40%;margin-top:-12px;
  left:50%;margin-left:-180px;
  width:360px;height:50px;
  font-size:13px;
  color:gray;
  text-align:center;
  border:solid,gray,1px;
}