/*@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css");*/
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");*/


.menu, .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    z-index:10;  
    overflow:hidden;
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
}
.menu li a{
  display: block;
  text-indent: -500em;
  height: 5em;
  width: 5em;
  line-height: 5em;
  text-align:center;
  color: #72739f;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
}


/*.menu li a:before {
  font-family: FontAwesome;
  text-indent: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}*/

.menu li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-indent: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}


.menu li a.edit-info:before {
  content: "\f4ff"; /* fa-user-pen */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.menu li a.enroll:before {
  content: "\f573"; /* fa-file-signature */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.menu li a.ac:before {
  content: "\f2dc"; /* fa-snowflake */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.menu li a.day:before {
  content: "\f549"; /* fa-school */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}


.menu li a.search:before {
  content: "\f002";
}
.menu li a.archive:before {
  content: "\f187";
}
.menu li a.pencil:before {
  content: "\f040";
}
.menu li a.contact:before {
  content: "\f003";
}
.menu li a.about:before {
  content: "\f007";
}
.menu li a.home:before {
  content: "\f039";
}
.menu li a.list:before {
  content: "\f04a"; /* FontAwesome icon list-alt */
}
.menu-bar li a:hover,
.menu li a:hover,
.menu li:first-child a {
  background: #267fdd;
  color: #fff;
}

.menu-bar{
    overflow:hidden;
    left:5em;
    z-index:5;
    width:100;
    height:0;
    transition: all 0.1s ease-in-out;
}

/*.menu-bar {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #f7f7f7;
  padding: 0;
  margin: 0;
}*/


.menu-bar li a{
  display: block;
  height: 4em;
  line-height: 4em;
  text-align:center;
  color: #72739f;
  text-decoration:none;  
  position: relative;
  font-family:verdana;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
}
.menu-bar li:first-child a{
    height:5em;
    background: #267fdd;
    color: #fff;    
    line-height:5
}


.para{
    color:#033f72;
    padding-left:100px;
    font-size:3em;
    margin-bottom:20px;
}

.open{
    width:10em;
    height:100%;
}

@media all and (max-width: 500px) {
    .container{
        margin-top:100px;
    }
    .menu{
        height:5em;
        width:100%;
    }
    .menu li{
        display:inline-block;
        float:left;
    }
    .menu-bar li a{
        width:100%;
    }
    .menu-bar{
        width:100%;
        left:0;
        height:0;
    }
    .open{
        width:100%;
        height:auto;
    }
    .para{
    padding-left:5px;
}  
}
@media screen and (max-height: 34em){
  .menu li,
  .menu-bar {
    font-size:70%;
  }
}
@media screen and (max-height: 34em) and (max-width: 500px){
  .menu{
        height:3.5em;
    }
}
/* tìm kiếm dạng 1
 */
input {
  line-height: 30px;
  width: 220px;
  margin-top: 5px;
  margin-bottom: 5px;
}
input[type=checkbox] {
  vertical-align: right;
  float: right;
  width: 10%;
}

.type-1{
  font-size: 12px;
  vertical-align: right;
  width: 10%;
}

legend{
  font-size: 16px; 
  font-weight: bold;
 }

h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 10px 0 10px 0;
  text-shadow: 1px 1px 5px #789;
}
.blue { color: #0B62A4;}
.green { color: #00810c; }
.red { color: #c9112d; }
.yellow { color: #e68500; }
.light-blue { color: #82acde; }
.light-green { color: #73c27d; }
.light-red { color: #e68e8a; }
h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 10px 0;
  text-shadow: 1px 1px 5px #789;
}
.blue { color: #0B62A4;}
.white { color: #ffffff;}
.green { color: #00810c; }
.red { color: #c9112d; }
.yellow { color: #e68500; }
.light-blue { color: #82acde; }
.light-green { color: #73c27d; }
.light-red { color: #e68e8a; }
h3 {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 10px 0;
  color: #000000;
}
h9 {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
h10 {
  font-size: 12px;
  margin-left: 40px;
  color: #000000;
  font-weight: bold;
}
h11 {
  font-size: 14px;
  margin-left: 240px;
  color: #000000;
}
h12 {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 10px 0;
  color: #000000;
}
.b {
  border-radius: 5px;
  height: 30px;
  width: 200px;
  font-size: 22px;
  color: #01579B;
  border: 1px solid #aaa;
  background-color: #BBDEFB;
}
/* horizontal divider bar */
hr.dashed {
  border-top: 2px dashed #999;
  width: 15%;
}
hr.dotted {
  border-top: 1px dotted #999;
  width: 10%;
}

/* gradient line */
hr.gradient {
  height: 1px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(13, 8, 96, 1) 0%,
    rgba(9, 9, 121, 1) 21%,
    rgba(6, 84, 170, 1) 51%,
    rgba(0, 255, 113, 1) 100%
  );
}
/* search area */
/*.form-control{
  width: 30%;
}*/
.form-control-2{
  height: 35px;
  /*width: 220px;*/
  margin-top: 5px;
  margin-bottom: 5px;
}
.input-lg{
  line-height: 35px;
}
.formstyle  
{  
width: 400px;  
height: 400px;  
margin: 20px auto;  
border-radius: 5px;  
padding: 20px;  
}  

@page{
  margin: 20px;
}
label {
  display: inline-block;
  width: 240px;
  text-align: left;
}

container {
  margin-left: 30px;
  font-size: 12px;
}

#radioBtn {
  /*margin-left: 20px;*/
  margin-bottom: 10px;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


@media (max-width: 500px) {
  .menu-bar li a {
    font-size: 13px;
    padding: 10px;
  }
}




