@CHARSET "UTF-8";

#northLayout {
	padding: 0px 0px;
	margin: 0px 0px;
	height: 130px;
	background: #1487C6;
	/**overflow: hidden;*/
}

#northLayout #logobg {
	background-image: url("image/top_logbg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 85px;
}

#northLayout #logobg #logo {
	background-image: url("image/top_logo.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 905px;
	height: 85px;
}

#northLayout .topnavbar {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	/*width: calc(100% - 600px);*/
	width: 100%;
	border: none;
	min-height: 40px;
}

#northLayout .topnavbar .container-fluid {
	background: #FFFFFF;
}

#northLayout .topnavbar .navbar-header .navbar-brand {
	width: 140px;
	text-align: center;
	background: #4FA5D4;
	color: white;
	height: 40px;
}

#northLayout .topnavbar .navbar-nav>li>a:hover {
	background: #97E4FF;
	color: #1487C6;
	font-weight: bold;
}

#northLayout .topnavbar .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
}

#northLayout .dropdown:hover .menu-top {
	display: block;
}

#northLayout .dropdown-submenu {
	position: relative;
}

#northLayout .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

#northLayout .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

#northLayout .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

#northLayout .dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}

#northLayout .dropdown-submenu .pull-left {
	float: none;
}

#northLayout .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

#westLayout {
	width: 140px;
	background: #1487C6;
	padding: 0px 0px;
}

#westLayout .panel-group {
	padding: 5px 5px;
}

#westLayout .panel-group .panel, #westLayout .panel-group .panel .panel-heading
	{
	margin: 0px 0px;
	padding: 0px 0px;
	background: #1487C6;
}

#westLayout .panel-group .panel .panel-title {
	height: auto;
}

#westLayout .panel-group .panel .panel-title a {
	display: block;
	color: white;
	padding: 10px 10px;
	text-decoration: none;
}

#westLayout .panel-group .panel .panel-title a:hover {
	background: white;
	color: #1487C6;
}

#westLayout .panel-group .panel .panel-title .active {
	background: white;
	color: #1487C6;
}

#westLayout .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: none;
}

#westLayout .panel-group .panel-collapse .list-group-item {
	border: none;
	padding: 0px 0px;
}

#westLayout .panel-group .panel-collapse .list-group-item a {
	background: #4FA5D4;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 30px;
	color: white;
}

#westLayout .panel-group .panel-collapse .list-group-item a:hover {
	color: black;
	background: white;
}

#southLayout {
	padding: 0px 0px;
	margin: 0px 0px;
}

.layout-panel-center {
	background: #ECF0F3;
}

#centerLayout {
	background: #ECF0F3;
	position: relative;
	left: 15px;
	padding: 0px 0px;
}

.panel-body .table {
	margin: 0px auto;
}

#dgtoolbar {
	padding-top: 10px;
}

.datagrid {
	margin: 10px 0px 0px 0px;
}

.datagrid .panel-header {
	height: 35px;
}

.datagrid .panel-header .panel-title {
	line-height: 30px;
}

.datagrid .panel-body {
	padding: 0px 0px;
}

#page_logobg {
	background-image: url("image/top_logbg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 85px;
}

#page_logobg #page_logo {
	background-image: url("image/top_logo.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 645px;
	height: 85px;
}

.font_red {
	color: red;
	line-height: 20px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: inherit;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 20);
	opacity: 1;
}

.close:hover {
	color: #337ab7;
}

.datagrid-header-check, .datagrid-cell-check {
	height: 20px;
}
