/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
}

/* ::-webkit-scrollbar {width: 15px;}
::-webkit-scrollbar-track {background-color:#ffffff;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 5px;}
::-webkit-scrollbar-thumb {border-radius: 5px;background: #f5f5f5;-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:window-inactive {background: #f5f5f5;} */

/*
 * Global add-ons
 */
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
	display: none;
}

@media ( min-width : 768px) {
	.sidebar {
		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		/*  padding: 33px; */
		padding-top: 33px;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
		/* font-family: Verdana, Arial, 宋体; */
		font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
			Microsoft YaHei, \5FAE软雅黑, Arial, sans-serif;;
		font-size: 12px;
		background-image: url(../common/images/leftmenu-background.png);
		background-repeat: repeat;
		background-position: 0 0, 0 0, 0 0;
		background-color: #eaeff2;
		height: 90%;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-sidebar>li>a {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.nav-sidebar>.active>a, .nav-sidebar>.active>a:hover, .nav-sidebar>.active>a:focus
	{
	color: #fff;
	background-color: #428bca;
}

/*
 * Main content
 */
#meizu-footer {
	position:fixed;
	margin: 0;
	padding: 0;
	z-index: 999;
	font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif,
		"宋体";
	font-size: 14px;
	color: #515151;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	margin-top: 20px;
	bottom:0px; 
}

#meizu-footer .meizu-footer-wrap {
	max-width: 1240px;
	margin: 0 auto;
}

#meizu-footer .meizu-row {
	max-width: 1240px;
	position: relative;
}

#meizu-footer .footer-hr {
	margin: 0px auto 0px;
	display: block;
	height: 1px;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	/* border-top: 1px solid #eee; */
	padding: 0;
}

#meizu-footer .meizu-footer-info {
	color: #999;
	text-align: left;
	font-size: 12px;
	width: 100%;
}

#meizu-footer .meizu-footer-info-left {
	/* float: left; */
	text-align: center;
}

#meizu-footer li {
	list-style: none;
}

#meizu-footer a {
	color: #515151;
	text-decoration: none;
}

#meizu-footer .meizu-footer-link a {
	line-height: 27px;
	font-size: 12px;
	color: #666;
}

#meizu-footer .meizu-footer-info-left ul li {
	padding-right: 15px;
	border-right: 1px solid #d6d6d6;
	float: left;
	height: 18px;
	margin-right: 15px;
}

#meizu-footer .meizu-footer-info-left ul a {
	display: block;
	line-height: 18px;
}

#meizu-footer .meizu-footer-info a {
	color: #999;
}

.meizu-footer-certificate {
	padding-top: 3px;
}

#line {
	position: absolute;
	top: 0;
	height: 100%;
	width: 12px;
	overflow: hidden;
	cursor: pointer;
	padding-left: 0px;
	padding-right: 0px;
	height: 90%;
	top: 50px;
}

#line:hover {
	background: silver;
	opacity: 0.5
}

.main {
	padding: 10px;
	/* background-image: url(/resources/img/bg1.jpeg); */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90%;
	left: 0;
	/* position: absolute; */
	top: 0;
	/* width: 100%; */
}

@media ( min-width : 768px) {
	.main {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.main .page-header {
	margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
	margin-bottom: 30px;
	text-align: center;
}

.placeholders h4 {
	margin-bottom: 0;
}

.placeholder {
	margin-bottom: 20px;
}

.placeholder img {
	display: inline-block;
	border-radius: 50%;
}

.menubackgroundcolor {
	/* background-color: rgb(210, 210, 210); */
	
}

.menurowhead {
	height: 38px;
	margin-top: -20px;
	margin-right: -20px;
	margin-left: -20px;
	vertical-align: middle;
	background-color: rgb(140, 140, 140);
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	border: 1px solid rgb(140, 140, 140);
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 1px 0px;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: white;
	border: 1px #ddd;
}

.divider {
	padding-top: 10px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 35px;
}

.nav-stacked li a {
	color: black;
}

.nav-header:hover {
	font-size: 18px;
	font-weight: bold;
	/* color: #d6442c; */
	cursor: pointer;
}

.menu_fold {
	display: inline-block;
	height: 17px;
	width: 18px;
	background: url(/resources/img/sj.png) 152px -40px;
	margin-left: 10px;
	/* color: #d6442c; */
	float: left;
	margin-left: 3px;
}

.menu_unfold {
	display: inline-block;
	height: 17px;
	width: 18px;
	background: url(/resources/img/sj90.png) -40px -82px;
	line-height: 10px;
	/* margin-left: 5px; */
	color: #e6eaed;
	float: left;
	margin-top: 3px;
}

th {
	font-size: 12px;
}

td {
	font-size: 12px;
}