@font-face{
    font-family: KhmerOSsiemreap;
    src:url(../fonts/KhmerOSsiemreap.ttf);
}
html,body{
    padding: 0px;
    margin: 0px;
    font-family: "Arial", Times, serif,KhmerOSsiemreap;
    font-size: 10pt;
   /* font:15px/15px Corbel,Arial, Helvetica, sans-serif,AKbalthomKhmerHand;*/
}
body{
   background: url(../images/table-th-bg.png); 
}
caption{
    background:#ddd;
    font-weight: normal;
    padding: 7px 15px;
    font-size: 15px;
    text-align: left;
    margin: 0;
    border-top:1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    text-align: center;
    color: #222;
  }
label{
  font-weight: normal;
}
fieldset{
  margin-top:5px;
}
fieldset legend
{
    display: block;
    width: 100%;
    padding: 0;
    font-size: 15px; 
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;

}
h1 {
    font-weight: bold;
    font-family: verdana;
    font-size: 15px;

}
input[type='file']{
    margin-top: 4px;
    width: 100%;
    height: 100%;
}
textarea{
  overflow: hidden;
  clear: both;
}
table{
  margin: 0;
  border-radius: 0;
  padding: 0;
  background: #fff;
}

th{
 
    background: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
   
}

  thead > tr:nth-child(odd){
   /* background:  url(../images/table-th-bg.png);*/
  }

tbody tr td.p{
  white-space:nowrap;
}

/*.table-bordered{
    border: 1px solid #ada5a5;
}*/
.table > thead {
    border-top:  1px solid #ada5a5;
}
.table > thead > tr > th {
    border: 1px solid #ada5a5;
}
.table > tbody > tr > td {
    border: 1px solid #ada5a5;
}
.table-Profile tr > td{
    height: 25px;
    padding: 3px 5px;
    white-space: nowrap;
}
.table-Profile tbody > tr > td:last-child{
    width: 100%;
    text-align: left;
    background-color: #ffffff;
}

.table-Profile tbody > tr{
     border-bottom: 1px dotted #ccc;
     height: 25px;
}
.table-Profile tbody > tr:first-child{
    border-top: 1px dotted #ccc;
}
.table-spacing{
    margin-top: -20px;
    margin-bottom: 20px;
}

.rotate
  {
                text-align: center;
                vertical-align: middle;
                width: 20px;
                margin: 0px;
                padding: 0px;
                padding-left: 3px;
                padding-right: 3px;
                padding-top: 10px;
                white-space: nowrap;
                -webkit-transform: rotate(-90deg); 
                -moz-transform: rotate(-90deg);                 
   };


.hidden{
    border:1px solid;
    display: none;
}
.myTable tr > td{
    height: 34px;
    padding: 3px 5px;
    white-space: nowrap;
}
table > tbody > tr > td.tool-action{
    text-align: center;
}
tr.middle-document > td {
    vertical-align: middle;
    text-align: left;
    /*padding: 15px 10px;*/
}
.unallow{
    display: none;  
}
.myTable tbody > tr > td:last-child{
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    padding-right: 15px;
}
.myTable tbody > tr{
     border-bottom: 1px solid #ccc;
}
.myTable tbody > tr:first-child{
    border-top: 1px solid #ccc;
}

.search{
    margin-top: 4px;
}

.table-academic tbody tr td {
      text-align: left;
      vertical-align: middle;
      white-space: normal;

}
.table-academic tbody tr td a{

}

.chk, .checkall{
    cursor: pointer;
}
.cell-academic-report > tr > td {
    text-align:left;
    vertical-align:middle;
    white-space: nowrap;
}
.cell-academic-report{
    text-align:left;
    white-space: normal;
}
.action-table-width{
    text-align: center;
    width: 100px;
}
.scroll-popup{
    overflow-x:auto;height:300px; 
    margin-top: -20px;
    background-color: #fafafa;
}
.scroll-physical-item{
    overflow-x: auto;height: 150px;
}
.scroll-contact-type{
 
    margin-top: 15px;
    background-color: #fafafa;
}
.description{
                border:none;
                border-radius: none;
                padding: 0;
                margin: 0;
                width: 100%;
                height: 100%;
                padding-left:10px;
                display: block;
}

.academic-popup{
   /* box-shadow: 0px 0px 10px #222;*/
}
.academic-detail{
    /*padding-bottom: 5px;*/
    height: 70px;
}
.level > td:last-child {
    border:none;
}
.for-search{
  
   /* margin-bottom: 10px;*/
    padding: 0px 0px;
    border: 4px solid transparent;
    /*box-shadow: 0px 0px 5px gray;*/
    width: 300px;
    float: right;
}
.display-form{
    display: none;
}
.error
{
  color: red;
  position: fixed;
}
.nav-tabs
{
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 10px;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #F3961C;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
   /*  border: 0px solid #ddd; */
   /*  border-radius: 0px;*/
     color: #fffafa;
     background-color: #2e6da4;
     border-radius: 2px 2px 0 0;
     border-bottom: 2px solid #F3961C;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
     border-radius: 2px 2px 0 0;
  /*  border: 0px solid transparent; */
  /*  border-radius: 0px 0px 0 0;*/
}
.nav-tabs>li.active::after {
content: "";
position: absolute;
bottom:-10px;
left: 38%;
border-width: 10px 10px 0;
border-style: solid;
border-color: #F3961C transparent;
display: block;
}
.dropdown-menu .divider{
    margin: 0;
}
.panel{
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 3px #7d7878;
}

.panel-heading-search{
    padding: 5px 15px;
}
.panel-heading{
    color: gray;
}
.panel-body{
    box-shadow: 0px 0px 0px #7d7878;
}
.input-group-addon{
  border-radius: 0;
}
.student-photo{
  height: 160px;
  padding-left: 1px;
  padding-right: 1px;
  border: 1px solid #ccc;
  background: #eee;
  width:140px;
  margin: 0 auto;
}
.photo > input[type='file']{
  display: none;
}
.photo{
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }
.student-id{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ccc;
    padding: 5px;
    text-align: center;
    background: #eee;
    border-bottom: 1px solid #ccc;
}
.btn-browse{
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ccc;
    padding: 5px;
    text-align: center;
    background: #eee;
    border: none;
    border-top: 1px solid #ccc;
}
.health-check td{
                padding: 2px;

}
.health-check{
    padding: 10px;
    border:1px solid #ccc;
}
.health-check legend{
  border: none;
  width: 280px;
  padding: none;
}
.container{
  padding: 0;
  margin-top: 110px;
  max-width: 970px;
  margin-bottom: 35px;
  border-radius: none;
}
.form-group {
    margin-bottom: 6px;
}
.form-group-login{
   margin-bottom: 10px;
}
div.footer{
  margin-top:50px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  height: auto;
  bottom: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  z-index: 1050 !important;
}
.footer h5{
  padding: 5px;
  
}
.panel-footer {
    padding: 5px 15px;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
hr{
  margin-top: 2px;
  height: 1px;
  border-bottom: 1px solid #dddfe2;
}

.showHand{
   cursor: pointer;
}

/*.bg-navbar{
    width: 100%;
    padding: 0;
    height: 100%;
    margin: 0;
}*/

.navbar-right{
  padding: 0px 15px;
}

#myNavbar{
  width: 970px;
  margin: 0 auto;
  max-width: 1000px;
  border: none;
  box-shadow: none;
}
.navbar-default{
  padding: 0;
  border: 0;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    border-bottom: 1px solid #d4d4d4;
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inverse{
  border-radius: 0px ;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
}

/*.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
}*/

.dropdown-menu {
  padding: 0px 0;
}
.select2{
  margin: 0;
  padding: 0;
}
.image-icon{
  width: 18px;
  height: 18px;
}
.dropdown-menu li a{
    height: 100%;
}
.table{
  padding: 0;
  margin-bottom: 0;
}


/*.detail{
  margin-top: -30px;
}*/
.login{
  /*margin-top: 15%;
  box-shadow: 0px 0px 10px #ddd;*/
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.img{
    height: 100%;
}

.home {
                margin: 0;
                padding: 0;
                width: 100%;
                display: table;
                font-weight: 100;
               
}
.wrapper {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
}

.content {
                text-align: center;
                display: inline-block;
}

.title {
              /*  font-size: 72px;*/
                margin-bottom: 40px;
}
/* --------------------customer bootstap--------------*/
.row{margin-right:-15px;margin-left:0px}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,
.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,
.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,
.col-md-1,.col-md-10,.col-md-11,.col-md-12,
.col-md-2,.col-md-3,.col-md-4,.col-md-5,
.col-md-6,.col-md-7,.col-md-8,.col-md-9,
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,
.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,
.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,
.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,
.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
{position:relative;min-height:1px;padding-right:15px;padding-left:0px;}
/*---------------------end bootstrap------------------*/
div.logo{
    height: 50px;
    width: 100%;
   /* background-color: #2e6da4;*/
    background: url(../images/bg_log.jpg);
   /* background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3DA2F8), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
    color: white;
    text-align: left;*/
   /* position:relative; ;*/
}
div.logo-img{
    width: 970px;
    padding: 5px 0px;
    height: 100%;
    display:block;
    margin: 0 auto;
    overflow: hidden;
}

/*.container-fluid{
  width: 96%;
  min-width: 300px;
}*/

.form-control{
            border-radius:0px;
}
.pagination{
  margin:0;
  box-shadow: 0px;
  border-radius: 0px;
  padding: 0;
}
.bg-pagination{
  height: auto;
  padding: 0;
  background-color: #fff;
/*  height: 35px;*/
  box-shadow: 0px 0px 1px #eeefff;
}

.center{
  text-align: center;
  padding: 0;
  margin: 0;
}
/*-------------loader-------------------*/
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1100;
  margin: -75px 0 0 -75px;
  border: 16px solid #eeefff;
  border-radius: 50%;
  border-top: 20px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
/*-------------end load-----------------*/
/*
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu{
    visibility: visible;

}*/

.dropdown:hover .dropdown-menu {
    display: block;
}

/*.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
*/
/*--------------menu export---------------*/
.menu-export{
    margin-bottom: 0px;
    border-radius:0px 0px 0px 0px;
    background: #eee;
    border-bottom: 1px solid #ada5a5; 
    min-height: 0;
}

/*--------------icon export---------------*/
.icon{
    width: 18px;
    height: 20px;
    padding: 0;
    margin: 0;

}
.list-menu-export{
    width: 100%;
    height: 40px;
    background: #e8e8e8;
    border-bottom: 1px solid;
}
.menu-export > .navbar-nav > li > a
{
    padding-top: 10px;
    padding-bottom: 10px;
}
/*---------------fas--------------*/
.fa-file-word-o,.fa-file-excel-o,.fa-file-pdf-o {
    
  }

/*----------------------------------------------*/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
  text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.login{
  /*margin-top: 15%;
  box-shadow: 0px 0px 10px #ddd;*/
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
}