
#login{
    
    margin-top:25%;
    padding:15px;
    text-align:center;
}
#login input{
    margin:5px 0 0 5px;
    padding-left:3px;
    border:0;
    border-radius:2px;
    background:rgb(255, 243, 217);
}
#container{
    width:100%;
    padding:15px;
    text-align:right;
    background-color:#dfdfdf;
    /*background-image: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgba(179, 198, 248, 0.651) 100%);
    box-shadow:0 0 20px #fff inset,0 0 10px #000;*/

}
#menu{
    width:90%;
    margin:20px auto;
    text-align:center;
}
.top{
    margin:0 auto;
    padding:15px;
    background:rgb(255, 255, 255);
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgba(179, 198, 248, 0.651) 100%);
    box-shadow:0 0 20px #fff inset,0 0 10px #000;
}
.in{
    font-family: 'Times New Roman', Times, serif;
    text-align:center;    
}

h1{
    font-family: 'Times New Roman', Times, serif;
}
h3{
    margin:0 auto;
    font-size:15px;
    font-weight: bold;
    text-shadow:0 0 .1px #000;
}
.btn-border {
    
    width: 35%;
    height: 80px;
    border: 2px solid rgb(158, 195, 75);
    font-size: 20px;
    background-color: #9ec34b;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 16px;
    border-radius: 4px;
    transition: .5s;
  }
  
  .btn-border:hover {
    background-color: #fff;
    border-color: rgb(158, 195, 75);
    color: #9ec34b;
  }
  .btn-sm {
    max-width: 250px;
    border: 2px solid rgb(158, 195, 75);
    font-size: 20px;
    background-color: #9ec34b;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 30px;
    border-radius: 4px;
    transition: .5s;
  }
  .btn-sm:hover {
    background-color: #fff;
    border-color: rgb(158, 195, 75);
    color: #9ec34b;
  }
  input{
      box-shadow:0 1px #000 inset;
  }

.navi{
    font-size:20px;
    padding:5px;
    border:0;
    background:none;
}
#btn input{
    box-shadow:none;
    margin:150px 0 0 30px;
    height: 80px;
}
.btn-bl {
    width:200px;
    border:1px solid #fff;
    font-size: 15px;
    background-color: #040ea1;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 20px;
    border-radius: 4px;
    transition: .5s;
  }
  .btn-bl:hover {
    background-color: #fff;
    border-color: #040ea1;
    color: #040ea1;
  }
  .btn-gl {
    width:200px;
    border:1px solid #fff;
    font-size: 15px;
    background-color: #126310;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 20px;
    border-radius: 4px;
    transition: .5s;
  }
  .btn-gl:hover {
    background-color: #fff;
    border-color: #9ec34b;
    color: #126310;
  }
 select{
     width:150px;
     height: 30px;
     font-size:18px;
     font-weight:bold;
 }
 option{
    font-size:18px;
    font-weight:bolder;

 }
 .categ{
    text-align: center;
    width:80%; 
    margin:10px auto;
    padding:20px;
    font-size:15px;
    font-weight: bold;
    background-color:#dfdfdf;

 }
 th{
  padding:5px;
  color:#000;
  font-weight: bold;
  background-color:#dfdfdf;
  
}
 #tab{
   margin:10px 0 0 10px;
   padding:3px 0 0 20px;
   font-size:15px;
   width:98%;
   display:table;
   border-collapse:separate;
   border-spacing:0 8px;
 }
 #tab a:link{
   color:blue;
   text-decoration:underline;
   text-decoration-color: blue;
 }

 #dialog {
  margin:auto;
  width: 250px;
  padding: 30px 20px;
  display: none;
  background-color:#fff;
  text-align: center;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 4px #888;
  position: absolute;
  top:30%;
  left:40%;

}
#cl{
  width:95%;
  margin:0 auto;
  padding:10px;
  font-weight:800;
  font-size:15px;
  color:black;
  background-color:#a0a0a0;
}
#cls{
  width:93%;
  margin:0 auto;
  padding:10px;
  font-weight:600;
  font-size:16px;
  color:black;
  position: relative;

}
#area{
  position: relative;
}
#seg{
  width:80%;
  background-color:#cfcfcf;
  border-radius:5px;
  box-shadow:0 0 10px #000 ;
  margin:30px auto;
  padding:0 10px 10px;
  font-weight:600;
  font-size:16px;
  color:black;
  position: absolute;
  top:50px;
  left:80px;

}
#listhead table{
  width:95%;
  font-size:18px;
  font-weight:bold;
  margin:20px auto;
  box-shadow:0 0 1px #42444e;
  border-radius:2px;

}
#listhead tr{
  text-align:center;
  box-shadow:0 0 1px #42444e;
  border-radius:3px;

}
#listhead th{
  text-align:center;
  box-shadow:0 0 1px #42444e;
  border-radius:3px;
}
#listhead td{
  padding:5px 1px;
  text-align:center;
  box-shadow:0 0 1px #42444e;
  border-radius:3px;

}
#search{
  width:90%;
  margin:50px auto;
  padding:10px;
  background: rgb(175, 175, 175);
  border-radius: 5px;
  
}
#search table{
  margin:5px auto;
  padding:5px;
}

#search td{
  font-size:15px;
  margin:5px 30px;
}
#pages table{
  margin:15px auto;
  text-align: center;
}
#pages td{
  width:50px;
  font-weight: bold;
  box-shadow:0 0 3px #000 inset;
  text-align: center;
}
.btn-xs{
  font-weight: bold;
  background-color:#cfcfcf;
  padding:0 20px!important;
  border-radius: 2px;
  text-shadow:0 1px 1px #fff;

}
#exm td{
  font-weight: bold;
  border-bottom:1px solid #000;
}
#exm input{
  border:none;
  box-shadow: none;
  font-weight: bold;
  font-size:15px;
}
