@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900italic,900);
/* Basic Setting */
html, body {
	height: 100%;
	position:relative;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	min-width:1200px !important;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 18px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
}
section {
	width:100%;
}
section h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
h2 {
	font-size:16px;
	margin:0px;
	color:#111;
	text-shadow:0px 1px 0px #fff;
}
h3 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px -1px 0px #000;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

a {
	text-decoration:none !important;
	color:#444;
}
a:hover {
	color:#000;
}

.container-fluid.ns {
	padding: 0px;
}
.container-fluid.ns div {
	padding: 0px !important;
	margin: 0px !important;
}

.button {
	padding: 4px 6px;
	color: #000;
	margin-right: 3px;
	background: url(../images/menu-btn-bg.png) repeat-x;
	border: 1px solid #999;
	text-shadow: 0px 1px 0px #fff;
	border-radius: 1px;
	text-decoration:none !important;
	line-height:100%;
	display:inline-block;
}
.button img {
	vertical-align: -4px;
	margin-right: 4px;
}
.button:hover {
	background: url(../images/menu-btn-bg.png) repeat-x;
	border: 1px solid #999;
	color:#000;
}
.button:active, .button:focus {
	background: url(../images/menu-btn-bg-focus.png) repeat-x;
	border: 1px solid #999;
	border-color: #999;
}
.form-horizontal .form-group:last-child {
	margin-bottom:5px;
}
.form-horizontal .form-group {
	margin-bottom:7px;
}
.form-horizontal .form-group .form-control {
	border-radius:0px;
	height:30px;
}

/* Header */
header {
	position: relative;
	z-index: 2;
	top: 0px;
	min-width:1170px;
}
.browser-head {
	height: 50px;
	background: url(../images/head-bg.png) repeat-x;
	text-shadow: 0px -1px 0px #000;
	color: #fff;
	width: 100%;
	display: table;
}
.browser-head .container-fluid {
	display: table-cell;
	vertical-align: middle;
}
.browser-head h1 {
	font-size:18px;
	font-weight:bold;
}
.browser-head h1 small {
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
	font-size: 60%;
}
.browser-head .container-fluid .col-xs-6.user-section {
	font-weight: bold;
	text-align: right;
}
.browser-head .container-fluid .col-xs-6.user-section span {
	margin: 0px 5px;
}
.browser-head .container-fluid .col-xs-6.user-section span a {
	color: #ffd594;
	text-decoration: none !important;
}
.browser-head .container-fluid .col-xs-6.user-section span a:hover {
	color: #ffc975;
}
.time {
	font-size:16px;
	color:#333;
	padding-top:10px;
}
.time div {
	font-weight:normal;
	margin-left:10px;
	border:1px solid #aaa;
	padding:4px 12px;
	background:#fff;
	float:right;
	box-shadow: inset 0px 1px 1px #ddd;
}
.time div span {
	font-weight:bold;
}
/* Menu Bar*/
.bar {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	display: table;
	width: 100%;
}
.bar.menu-bar {
	background: url(../images/menu-bg.png) repeat-x;
	background: #ddd;
	height: 38px;
}
.bar .container-fluid {
	display: table-cell;
	vertical-align: middle;
}
.navbar-nav {
	margin-left: 5px;
}
.navbar-nav > li > a {
	padding: 4px 10px;
	color: #333;
	margin-right: 1px;
	border: 1px solid transparent;
	text-shadow: 0px 1px 0px #fff;
	border-radius: 1px;
	font-weight:bold;
	line-height:auto !important;
}
.navbar-nav > li > a img {
	vertical-align: -4px;
	margin-right: 4px;
}
.navbar-nav > li > a:hover {
	background: url(../images/menu-btn-bg.png) repeat-x;
	background:#eee;
	border: 1px solid #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: url(../images/menu-btn-bg-focus.png) repeat-x;
	border: 1px solid #999;
	border-color: #999;
}
.dropdown-menu {
	border-color: #999;
	top: 105%;
	background: #eee;
	border-radius: 1px !important;
	padding: 0px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
.dropdown-menu li a {
	font-size: 12px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	text-shadow: 0px 1px 0px #fff
}
/* Section */
section {
	height: 100%;
	position:absolute;
	padding-top:50px;
	margin-top:-50px;
	overflow:hidden;
}

#vsplitter {
	position: relative;
	height: 99.7%;
	padding-top: 108px;
	margin-top: -108px;
	z-index: 1;
}

/* Breadcrumb */
.bar.bread {
	background: url(../images/breadcrumb-bg.png) repeat-x;
	height: 30px;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	color: #444;
	font-size: 11px;
}
.bar.bread span {
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
}
/* Left Side */
.left-area {
	float: left;
	width: 215px;
	position: relative;
	height: 100%;
	background: #eff8ff;
	border-right: 1px solid #999;
}
.category-title {
	background: url(../images/category-title-bg.png) repeat-x;
	height: 67px;
	display: table;
	width: 100%;
}
.category-title .title-container {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
.sub-menu {
	display: block;
	margin: 0px;
	width: 100%;
}
.sub-menu a {
	background: url(../images/side-menu-bg.png) repeat-x;
	padding: 7px 10px;
	color: #444;
	border-bottom: 1px solid #a7b1b8;
	text-shadow: 0px 1px 0px #fff;
	border-radius: 1px;
	display: block;
	text-decoration:none !important;
	font-weight:bold;
}
.sub-menu a img {
	vertical-align: -4px;
	margin-right: 4px;
	width:16px;
}
.sub-menu a:hover {
	background: url(../images/side-menu-bg-hover.png) repeat-x;
}
.sub-menu a:focus, .sub-menu a:active, .sub-menu .active {
	background: url(../images/side-menu-bg-active.png) repeat-x;
}

/* Content Side */
.content-area {
	height: 100%;
	position:relative;
	background: #eeeeee;
	/*margin-left:215px;*/

}
.ui-widget-content {
	border-top:none;
	border-bottom:none;
}
.grid-detail-container{
	width:1300px;
	margin:20px auto 40px auto !important;
}


/* Grid Area */
.grid-container {background:#eee;position:relative;width:100%;float:left;overflow:scroll;height:100%;border-right:1px solid #999}
.fix-position {
	position:fixed;
	z-index:99;
}
.grid-title {background:url(../images/grid-title-bg.png) repeat-x;height:42px;display:table;border-bottom:1px solid #999;width:100%;}
.grid-title .container-fluid.sp {
	display:table-cell;
	vertical-align:middle;
}
.grid-title .container-fluid.sp h2 {
	line-height:34px;
	vertical-align:middle;
}
.grid-title .input-group {
	position:relative;
	float:right;
}
.grid-title .input-group .form-control {
	border-radius:50px;
	padding:4px 30px 4px 10px;
	height:28px;
	margin-top:4px;
}
.grid-title .input-group .btn.btn-transparent {
	border-radius:50px;
	padding:0px 0px 0px 0px;
	height:28px;
	margin-top:4px;
	position:absolute;
	right:10px;
	top:1px;
	z-index:999;
}
.grid-control {background:url(../images/grid-control-bg.png) repeat-x;height:34px;display:table;border-bottom:1px solid #999;width:100%;}
.grid-control .container-fluid.sp {
	display:table-cell;
	vertical-align:middle;
	line-height:34px;
}
.grid-control .paging {
	list-style:none;
	padding:0px;
	margin:0px;
	float:right;
}
.grid-control .paging li {
	float:left;
	padding:0px 3px;
	line-height:34px;
}
.grid-control .paging li a {
	opacity:1;
}
.grid-control .paging li img {
	margin-top:-2px;
}
.grid-control .paging li a:hover {
	opacity:0.8;
}
.grid-control .paging li.number {
	padding:0px 10px;
	vertical-align:middle;
}
.grid-control .paging li.number span {
	font-weight:bold;
}
.grid-control .button {
	margin-top:2px;
	margin-left:-7px;
	margin-right:8px;
}
.grid-list {
}
.grid-list .grid {
	width:100%;
	border:1px solid #aaa;
	border-top:0px;
	border-left:0px;
	border-collapse:collapse;
	box-shadow:0px 2px 4px #ccc;
}
.grid-list .grid td {
	border-right:1px solid #aaa;
	text-shadow:0px 1px 0px #fff;
}
.grid-list .grid td:last-child {
	border-right:0px;
}
.grid-list .grid tbody tr td {
	background:#ecf8fa
}
.grid-list .grid tbody tr:nth-child(2n+1) td {
	background:#fff
}

.grid-list .grid thead td {
	background: url(../images/menu-bg.png) repeat-x;
	padding:6px 0px;
	font-weight:bold;
}
.grid-list .grid tbody td {
	background:#fff;
	border-top:1px solid #aaa;
	padding:7px;
}

/* Grid Detail Container */
.detail-container {
/* 	background:#eee; */
	background:#fff;
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:scroll;

}
.grid-detail-title {
	background: url(../images/grid-title-bg.png) repeat-x;
	background-size:contain;
	min-height:55px;
	max-height:200px;
	border-bottom:1px solid #999;
	text-shadow:0px 1px 0px #fff;
}
.grid-detail-title h2 {
	margin-top:5px;
	font-size:16px;
	margin-left:6px;
}
.grid-detail-content {
	padding-top:1px;
	background:#fff;
}
.grid-detail-content p{
	background:#fff;
	padding:12px 20px;
	box-shadow:0px 1px 6px #ccc;
}
.grid-detail-content .block {
	margin:20px 0px 0px 0px;
	border:1px solid #999;
	padding:15px 10px 10px 10px;
	box-shadow:0px 1px 0px #fff;
	position:relative;
	text-shadow:0px 1px 0px #fff;
}
.grid-detail-content .block h5 {
	position:absolute;
	top:-17px;
	left:6px;
	background:#eee;
	padding:0px 10px;
	color:#111;
	font-size:12px;
	margin-bottom:0px;
}
.grid-detail-content p {
	font-size:14px;
}
.cta-container {
	text-align:right;
	margin-top:30px;
}
.space-saver {height:100px;}

/* Horizontal Layout*/
.horizontal .grid-container {
	float:none;
	width:100%;
	height:40%;
}
.horizontal .detail-container {
	float:none;
	width:100%;
	height:60%;
	border-top:2px solid #999
}
.horizontal .space-saver {height:60px;}

/* Footer */
footer {
	height:28px;
	width:100%;
	position:fixed;
	border-top:1px solid #999;
	bottom:0px;
}
footer .bar.menu-bar {
	height:28px;
}
.ics-name {
	vertical-align:middle;
	display:table-cell;
	width:100%;
	text-align:right;
	padding-right:15px;
	font-size:14px;
	font-weight:bold;
	color:#999;
	text-shadow: 0px 1px 0px #fff;
}
.ics-name span {
	font-style:italic;
	font-weight:normal;
	font-size:80%;
}
td {vertical-align:middle !important;}
	.type-1 {
		border-color:#eee;
	}
	.type-1 td {background:#fff;font-size: 17px;
text-align: center !important;}
	.type-1 .head td {
		font-weight:500;
		font-size:17px;
		text-align:center !important;
		background:#512DA8;
		color:#fff;
	}
	thead .sorting {
		font-weight:500;
		font-size:12px;
		text-align:center !important;
		background:#7e57c2 url("../images/sort_both.png") no-repeat center right !important;
		color:#fff;
		padding:0px;
		padding-right:15px;
	}
	thead .sorting_asc {
		font-weight:500;
		font-size:14px;
		text-align:center !important;
		background:#7e57c2 url("../images/sort_asc.png") no-repeat center right !important;
		color:#fff;
	}
	thead .sorting_desc  {
		font-weight:500;
		font-size:14px;
		text-align:center !important;
		background:#7e57c2 url("../images/sort_desc.png") no-repeat center right !important;
		color:#fff;
	}
	.type-1 .sub-head td {
		background:#EDE7F6;
		color:#1a237e;
		text-align:center;
		font-size:15px;
	}
	.type-1 .left-head {
		background:#7E57C2 !important;
		color:#fff;
		text-align:center;
		font-size:17px;
		font-weight:bold;
		width:80px;
	}
	.type-1 .left-head2 {
		background:#00ced1 !important;
		color:#fff;
		text-align:center;
		font-size:17px;
		font-weight:bold;
		width:80px;
	}
	.type-1 .left-head3 {
		background:#90ed7d !important;
		color:#000000;
		text-align:center;
		font-size:17px;
		font-weight:bold;
		width:80px;
	}	
	.type-1 .left-head4 {
		background:#90ed7d !important;
		color:#FF0000;
		text-align:center;
		font-size:17px;
		font-weight:bold;
		width:80px;
	}		
	.type-1 .child {
	}
	.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
	.no-tpad{
		padding:0px !important;
	}
	.type-2 {
		font-size:14px;
		font-weight:500;
	}
	.type-2 td {

	}
	.type-2 .rec-area {
		text-align:center;
		color:#fff;
	}
	.type-2 .purple-value {
		color:#673ab7
	}
	.type-2 .red-value {
		color:#e91e63
	}

	table td {padding:4px !important;}
	.values {color:#673ab7;background:#FFF;text-align:right;font-size:14px;font-weight:normal;min-width:50px;}
	.values-total {
color: rgb(31, 166, 2);
background: #EBFDDD !important;
text-align: right;
font-size: 17px !important;
font-weight: bold;
}
	.container-fluid.nopd {padding:0px;margin-bottom:30px;}
	.container-fluid.nopd2 {padding:10px;margin-bottom:30px;background:#99CCCC;}
	.sub-total td {background:#D9DCF7;font-weight:bold;}
	.sub-total .values {font-size:14px;font-weight:bold}
	.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
background:#fff;
height:auto;
padding:5px 12px;
}
.input-group-addon {
padding: 6px 12px;
font-size: 12px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 0px;
}
.left-head.total-colum {
color: #fff;
background: #30A123 !important;
}
td input[type=checkbox] {margin:0px 2px;}

#query_filter .input-group .form-control {
	top:0px;
}
#query_filter .input-group {margin-bottom:5px;}
#query_filter .input-group-addon.glyphicon.glyphicon-calendar {
	top:0px;
}
table.dataTable thead th, table.dataTable thead td {
border-bottom: 1px solid #111;
/* padding:5px 10px; */
}
td.text-center.tp1 {
	padding: 10px 18px !important;
	min-width: 29.22px !important;
}
td.text-center.tp2 {
	padding: 10px 18px !important;
	min-width: 125.22px !important;
}
td.text-center.tp3 {
	padding: 10px 18px !important;
	min-width: 42.27px !important;
}
td.text-center.tp4 {
	padding: 10px 18px !important;
	min-width: 48.01px !important;
}
td.text-center.tp5 {
	padding: 10px 18px !important;
	min-width: 67.34px !important;
}
td.text-center.tp6 {
	padding: 10px 18px !important;
	min-width: 114.19px !important;
}
td.text-center.tp7, td.text-center.tp8, td.text-center.tp9, td.text-center.tp10, td.text-center.tp11, td.text-center.tp12 {
	padding: 10px 18px !important;
	min-width: 92.14px !important;
}
td.text-center.tp13 {
	padding: 10px 18px !important;
	min-width: 158.31px !important;
}
td.text-center.tp14, td.text-center.tp15, td.text-center.tp16, td.text-center.tp17, td.text-center.tp18, td.text-center.tp19, td.text-center.tp20, td.text-center.tp21, td.text-center.tp22, td.text-center.tp23, td.text-center.tp24, td.text-center.tp25, td.text-center.tp26 {
	padding: 10px 18px !important;
	min-width: 114.2px !important;
}
#vehicleTable_wrapper {margin-bottom:30px;}
.form-control {font-size:12px}
.total-colum {background:#30A123 !important}

.table.type-1.table-bordered.dataTable.no-footer td{font-size: 12px;}

.sub-total .values{font-size: 17px !important;}


th.text-center.tp6 {
	width:100px !important;
}
