.aside-menu{
	/*width: 220px;*/
	min-height: 100px;
	padding: 10px 15px 10px 15px;
}

.aside-menu .menu-bar{
	width: 100%;
	border: 1px solid #21779d;
}

.aside-menu .menu-bar h1{
	font-size: 14px;
	color: #fff;
	background: #ecf4f3;	
	margin: 0px;
	padding: 6px;
	background: url(../images/bg-2.png);
}

.aside-menu .menu-bar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding: 10px 20px;
}

.aside-menu .menu-bar ul li{
	margin-bottom: 3px;
}

.aside-menu .menu-bar ul li a{
	text-decoration: none;
	color: #565858;
	font-size: 12px;
}

.aside-menu .menu-bar ul li a:hover{
	text-decoration: underline;
	color: #08C;
}

.aside-menu .menu-bar ul li a.active{
	font-weight: bold;	
	color:#cc0000;
}

.admin-content{
	width: 100%;
	min-height: 100px;	
}

.admin-content h1{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
/* 	border-bottom: 1px solid #cacaca;
 */	padding-bottom: 6px;
	color: #2E8FCC;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 10px 0px 10px 10px;
	color: #fff;
	background: url(../images/bg_1.png);
	background-size: 100% 100%;
}
.admin-content .action-golbal label{
	font-size: 14px;	
}
.admin-content .action-golbal div{
	display: inline;
}
.admin-content .action-golbal label:not(:first-child){
	margin-left: 20px;
}
.admin-content #start_time,.admin-content #end_time{
	font-size: 12px;
	max-width: 120px;
	padding: 3px;
}
.admin-content input[type='button']{
	border: none;
	background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #8CA8BF);
  background-image: -moz-linear-gradient(top, #3498db, #8CA8BF);
  background-image: -ms-linear-gradient(top, #3498db, #8CA8BF);
  background-image: -o-linear-gradient(top, #3498db, #8CA8BF);
  background-image: linear-gradient(to bottom, #3498db, #8CA8BF);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  outline: none;
  margin: 10px 0px;
}
.admin-content input[type='button']:hover{
	background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.attention{
	font-size: 13px;
	font-style: italic;
	width: 100%;
	padding: 5px 0px 5px 0px;
	text-align: right;
}

.asterisk{
	font-size: 12px;	
	color: #F00;	
}

table.insert-infor{
	width: 100%;
	min-height: 100px;
	margin-top: 10px;
}
table.insert-infor > tbody > tr > td{
	vertical-align: top;
	padding: 0px 10px;
}

table.insert-infor tr.action > td{	
	padding-top: 8px;
	padding-left: 1px;
}

table.insert-infor tr.action > td input[type="submit"]{
	font-size: 12px;
	background: #006DCC;
	padding: 6px 12px;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	border: none;
}
table.insert-infor tr.action > td input[type="submit"]:hover{
	background: #002A80;
}
.records-detail{
	margin-bottom: 10px;
}
.records-detail legend{
	font-size: 16px;
	color: #08C;	
	margin-bottom: 10px;
}

.records-detail table{
}

.records-detail table td{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	vertical-align: top;

}

.records-detail table td input{
	padding: 4px;
}
.records-detail table td select{
	padding: 4px;
	width: 39%;
}
.pickdate > div.item{
	width: 30%;
	float: left;
	margin-right: 3px;
	max-width: 72px;
}

.pickdate > div.item label{
	width: 100%;
	clear: both;
}

.pickdate > div.item select{
	width: 100%;
	padding: 4px;
	margin-top: 3px;
}

table.show-infor{
	width: 100%;
}

table.show-infor thead th{
	background-color: #F1F8F9;
	color: #3372A2;
	font-size: 8pt;
	font-family: Tahoma,MS Sans Serif;
	font-weight: bold;
	border: 1px solid #85BAD8;
	padding: 6px;
	text-align: center;
}
table.show-infor tbody td{
	font-size: 12px;
	padding-left: 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	text-align: center;
}
table.show-infor tbody td.action{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.show-infor tbody td a{
	font-size: 12px;
	text-decoration: none;

}
table.show-infor tbody td a:hover{
	text-decoration: underline;
	
}

.action-golbal{
	width: 100%;
	margin-bottom: 10px;	
	clear: both;
	float: left;
}

.action-golbal .btn-action{
	float: right;	
	height: 100%;
	min-width: 100px;
}
.action-golbal .btn-action .btn-item{
	
}
.action-golbal .btn-action a{
	line-height: 24px;
	background: #cacaca;
}
.action-golbal .btn-action img{
	width: 22px;
	height: 22px;
	float: right;
	margin-right:6px;
	margin-left: 16px
}
.action-golbal .btn-action span{
	text-decoration: none;
	float: right;
	font-size: 14px;
	margin: 0px;	
	color: #3372A2;
}

.action-golbal .btn-action a:hover span{
	text-decoration: underline;	
}

.role-group{
	width: 80%;
}

.role-group h3{
	font-size: 13px;
	border-bottom: 1px dotted #cacaca;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

table.table-role{
}
table.table-role td{
	font-size: 15px;
	width: 25%;
}
table.table-role tr input[type="checkbox"]{
	padding: 0px;
	margin: 0px;
}
table.table-role tr{
	line-height: 24px;
}

.search-box{
	background: url(../images/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 150px;
    padding: 7px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    outline: none;
}
.search-box:FOCUS{
	width: 200px;
}

.hierarchy{
	
}
.hierarchy tr td:first-child{
	border-left: 1px solid #85BAD8;
}
.hierarchy tr td:last-child{
	border-right: 1px solid #85BAD8;
}
.hierarchy tr:last-child td{
	border-bottom: 1px solid #85BAD8;
}
.hierarchy tr.child td:first-child{
}
.hierarchy tr.child img{
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
.hierarchy tr.child img:hover{
	cursor: pointer;
}
.hierarchy tr.child{
	background: #EEEDF2;
}
.hierarchy tr.child td:first-child{
	border-left: 1px solid #85BAD8;
}
.hierarchy tr.child td:last-child{
	border-right: 1px solid #85BAD8;
}
.hierarchy tr.child td{
	border-left: none;
	border-right: none;
}
.hierarchy tr.c-1 td:first-child{
	padding-left: 5px;
}
.hierarchy tr.c-2 td:first-child{
	padding-left: 20px;
}
.hierarchy tr.c-3 td:first-child{
	padding-left: 35px;
}
.hierarchy .data{
	
}

.action-list li{
	padding: 9px 0px 3px 28px;
}

@media screen and (max-width: 800px) {
	#masterTwoColumn .left{
		width: 0px !important;		
	}
	#masterTwoColumn .left .aside-menu{
		position: absolute;
		width: 100%;
		top:0px;
		background: #fff;
		padding: 0px;
		border: none;
		display: none;
		position: fixed;
	}
	#masterTwoColumn .left .aside-menu .menu-bar{
		border-left: none;
		border-right: none;
	}
	
	.list-car thead th,.list-car td{
		display: none !important;
	}
	.list-car thead th:nth-child(2),.list-car thead th:nth-child(3),.list-car thead th:nth-child(10),.list-car thead th:nth-child(11),.list-car td:nth-child(2),.list-car td:nth-child(3),.list-car td:nth-child(10),.list-car td:nth-child(11){
		display: table-cell !important;
	}
	.insert-infor td{
		width: 100%;
	}
	.container-signal .item{
		width: 100%;
		padding: 2px 0px;
	}
	
	.list-driver thead th:nth-child(1),.list-driver thead th:nth-child(4),.list-driver thead th:nth-child(7),.list-driver thead th:nth-child(6){
		display: none !important;
	}
	.list-driver td:nth-child(1),.list-driver td:nth-child(4),.list-driver td:nth-child(7),.list-driver td:nth-child(6){
		display: none !important;
	}
	
	.btn-action a{
		width: 100%;
		float: left;
		padding: 5px 4px;
		margin: 3px 0px;
		background: none !important;
	}
	.btn-action a span,.btn-action a img{
		float: left !important;
	}
	
	.insert-infor fieldset legend{
		display: none;
	}
	.insert-infor fieldset{
		border: none;
	}
	.action-golbal .container-signal{
		width: 100%;
	}
	.action-golbal input[type="button"]{
		margin: 10px 0px;
	}
	
	.admin-content .action-golbal div{
		float: left;
		width: 100%;
		margin: 2px 0px;
	}
	.admin-content .action-golbal label{
		width: 50%;
		float: left;
	}
	
	#header{
		position: fixed; 
		z-index: 1100;
	}
	
	#center{
		margin-top: 35px;
	}
	
	.paging{
		/* display: none; */
	}
	
	.summary-table th,.summary-table td:nth-child(1){
		transform: rotate(90deg) !important;
		white-space: nowrap;
	}
	
	.option-map .option-map-minimum{
		background: #f00;
	}
}