
/*login*/
.header{
    font-family: Phetsarath OT;
    text-align: center;
    margin: 30px 0px 30px 0;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Phetsarath OT;
}

/*table*/
#customers {
  font-family: Phetsarath OT;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #151B8D;
  color: white;
}

/*home page*/
.home {
  
  background-color: #ffffff;
  width:100%;
  height: 600px;
  padding: 5px;
  
}


.pra {
  width: 100%;
  text-align: center;
}

.report{
  display: inline;
  margin-right: 10px;
}

.download{
  display: inline;
  margin: 40px;
  text-align: center;
  
}



/*table*/
table {
  display: block;
  border-collapse: collapse;
  width: 100%;
}
th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #436bc0;
  color: white;
  text-align: center;
  height: 100px;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f1eeee;
}


.space{
  width:20px;
  border: 0px solid white;
}


/*button*/
input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.button {
  width: 100%;
  background-color: #c40505;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  
}

#myInput {
  padding: 20px; 
  margin-top: -6px;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
}

#grad1 {
  height: 200px;
  background-image: linear-gradient(to right, rgba(255,0,0,0), #94a3c5);
}


tbody { 
  display: block;
  max-height: 85vh;
  overflow-y: auto;
        } 
  thead {
  display: table;
  width: 100%;
  table-layout: fixed;

        }
  thead {
  width: calc( 100% - 1em );
        } 
   