body {
	margin: 0;
    background-color: #f5f8fa;
} 
#header{
	background-color: #0277bd !important;
	height: 60px;
	padding: 5px;
}

#footer{
	clear: both;
	padding: 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	font-size: 12px;
}

.nav-bar{
	width:240px; 
	float:left;
	background-color: #fff;
	/* border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem; */
	/* margin-right: 15px; */
}

.nav-bar > .nav-bar-item{
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-bar > .active{
	background-color: #87CEEB;
}

.nav-bar > a{
	cursor: pointer;
}

.main-body{
	width:auto; 
	overflow: hidden;
	min-height: 800px;
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.125);
	/* border-radius: 0.25rem; */
	padding: 10px;
	position: relative;
}

.header-left  {
	color: white;
	width: 200px;
	float: left;
}

span.header-title {
	font-size: 20px;
	font-weight: bold;
} 

.header-right  {
	float: right;
	color: white;
	padding: 10px;
}

.header-right  a {
	color: white;
	cursor: pointer;
}

.form-signin {
    max-width: 360px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-heading{
	margin-bottom: 20px;
	color: #006699;
	font-weight: bold;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input {
    margin-top: 10px;
}

.form-signin button {
    margin-top: 10px;
}

.has-error {
    color: red
}

.loading-progress {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.loading-progress img {
  position: relative;
  top:50%;
  left:50%;
}

.center-align{
	text-align: center;
}


#navbarMenu {
	border-radius: none;
	background-color: #fff;	
}

#navbarOfMe {
	padding: 0;
}

#navbarOfMe > ul > li {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#navbarOfMe > ul > li > a{
	line-height: 15px;
}

.requestOffContentBody{
	padding-left: 20px;
	padding-right: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.125);
	min-height: 800px;
}

.form-input{
	width: 600px;
}

.requestOffMenu{
	width: 240px;
	float: left;
}

footer {
	padding: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

fieldset {
   /* min-width: 0; */
   padding: 0;
   margin: 0;
   border: 0;
}
.filter-fieldset {
   margin: 0;
   padding: 0;
   position: relative;
   clear: both;
}
.filter-fieldset legend {
   font-size: 13px;
   line-height: 13px;
   margin: 0 0 10px;
   padding: 0;
   position: relative;
}
legend {
   display: block;
   width: 100%;
   padding: 0;
   margin-bottom: 20px;
   font-size: 21px;
   line-height: inherit;
   color: #333;
   border: 0;
   border-bottom: 1px solid #e5e5e5;
}

.filter-fieldset legend a {
   background: #ffffff;
   color: #444444;
   text-decoration: none;
   position: relative;
   top: 7px;
   padding: 0 10px 0 5px;
}
.filter-collapse {
	padding: 10px;
}

.active-menu {
	background-color: #f3f3f3;
}
.mydatepicker {
	padding: 0px;
}

#header a:hover {
	color: white;
}

.modal-header > .modal-title{
	font-weight: bold;
}
.modal-body div{
	padding-bottom: 5px;
}
.form-group {
    margin-bottom: 5px !important;
}

#modalRegistReport .form-control{
	font-size: 12px;
	height: 30px;
}
#tableReportItem tr.hide-item {
	display: none;
}