body 
{
        background-color: azure;
        font-family: Calibri;
        color: midnightblue;
}



.regCheck label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.regCheck input {
  vertical-align: middle;
}
.regCheck label span {
  vertical-align: middle;
}

/*.regform label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.regform input {
  width: 100px;
  height: 14px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}*/

.checkbox-grid li {
  display: block;
  float: left;
  width: 25%;
}


.codeSearch label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.codeSearch input {
  width: 100px;
  height: 14px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}



input.userlogin{
    width: 200px;
    height: 30px;
    background-image: url(usericon.png);
    background-repeat: no-repeat;
    background-position:right;
}

input.userpass{
    width: 200px;
    height: 30px;
    margin-right:3px;
    background-image: url(passicon.gif);
    background-repeat: no-repeat;
    background-position: right;
}

input.loginbutton {
  display: inline-block;
  border-radius: 4px;
  background-color: #f0ffff ;
  border: none;
  color: midnightblue;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

input.regbutton{
  display: inline-block;
  border-radius: 4px;
  background-color: midnightblue ;
  border: none;
  color:#f0ffff ;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

input.updatebutton {
  display: inline-block;
  border-radius: 4px;
  background-color: midnightblue ;
  border: none;
  color:#f0ffff ;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;

}

img.helpbutton{
    display: inline-block;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 20px;
    cursor: help;
}

section p{
    font-size: 12px;
}
img {
    width: 800px;
    height: 100px;
}

ul.menu{
    margin:0px;
    padding:0px;
    list-style-type: none;
    overflow: hidden;
    background-color:midnightblue;
}

li.menu{
    float: left;
    list-style-type: none;
}

li a.menu{
    display: block;
    color:white;
    text-align:center;
    padding: 8px;
    text-decoration: none;
}

li a:hover.menu{
    background-color: azure;
    color:midnightblue;
}




ul.checkbox li {  
  list-style-type:none;
  display:inline-block;
  width:18em;
}

div.reportTableDiv{
   height: 300px;
   overflow-y:scroll;
    
}

div.transactionlogTableDiv{
   width:100%;
   height: 300px;
   overflow-y:scroll;
}

tr:nth-child(even) {background-color: #f2f2f2;}

table.report{
          table-layout: fixed;
 
    
}

table.report tr:hover {
          background-color: #FFFF00;

    }

table td{
    width : 1000px;
    font-size:small;
    border: 1px solid #ddd;
    padding:2px;

}

table th{
    font-size:small;
    text-align: left;
    background-color: midnightblue;
    color: white;

}

p.error{
    color:red;
    font-size:small;
}




label.instructions{
    border-radius:500px;
    background-color:midnightblue;
    color:white;
    font-size:17px; 
    padding:10px;
}
div.center
{
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;

}

div.login{
    border:solid;
    border-color:midnightblue;
    font-weight:bold;
    margin:auto;
    overflow:hidden;
    text-align:center;
    background-color:rgba(192,192,192,0.3);
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 500px;
}

 
 
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
        }

.modal-content {
    background-color: azure;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
        }




label.align {
  display: inline-block;
  width: 400px;
  text-align: left;

}


 .popup {
   width:400px;
   height:100px;
   margin: 0 auto;
   background-color: midnightblue;
   color: azure;
        
    }



#pstatus {
   width:400px;
   height:100px;
   margin: 0 auto;
   background-color: midnightblue;
   color: azure;
        }

#pbar {
    width: 1%;
    height: 35px;
    background-color: azure;
    text-align: center;
    line-height: 32px;
     color: black;
       }

#redirect{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
       }
