@charset "UTF-8";
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/*==============================================
    BASIC  STYLES    
    =============================================*/
body {
	line-height: 25px;
	font-size: 12px;
	/* font-family: "微软雅黑"; */
	font-family: 宋体, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
}

#page-wrapper {
	padding: 15px 15px;
	min-height: 600px;
	background: #eee;
}

#page-inner {
	width: 100%;
	margin: 10px 20px 10px 0px;
	background-color: #fff !important;
	padding: 10px;
	min-height: 800px;
}

.page-head-line {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	font-weight: 800;
	padding-bottom: 20px;
	border-bottom: 2px solid #00CA79;
	margin-bottom: 10px;
}

.page-subhead-line {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-style: italic;
	margin-bottom: 30px;
	border-bottom: 1px dashed #00CA79;
}

/*==============================================
    MENU STYLES    
    =============================================*/
.navbar-cls-top .navbar-brand {
	color: #000;
	width: 260px;
	text-align: center;
	height: 75px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 900;
	padding-top: 25px;
	text-transform: uppercase;
}

.header-right {
	color: #000;
	padding: 15px 50px 5px 50px;
	float: right;
	font-size: 16px;
}

.navbar-cls-top .navbar-brand:hover {
	color: #000;
}

.user-img-div {
	min-height: 140px;
	padding: 20px;
	background-color: #4380B8;
}

.user-img-div img {
	max-height: 60px;
}

.user-img-div .inner-text {
	text-align: right;
	position: relative;
	color: #000;
	font-weight: 800;
	line-height: 25px;
}

.active-menu {
	background-color: #88A4CC !important;
}

.active-menu-top {
}

.arrow {
	float: right;
}

.fa.arrow:before {
	content: "\f104";
}

.active>a>.fa.arrow:before {
	content: "\f107";
}

.nav-second-level li, .nav-third-level li {
	border-bottom: none !important;
}

.nav-third-level {
	padding-left: 18px!important;
}

.sidebar-collapse, .sidebar-collapse .nav {
	background: none;
}

.sidebar-collapse .nav {
	padding: 0;
}

.sidebar-collapse .nav>li>a {
	color: #3366B2;
	font-weight:bolder;
	font-size: 14px;
	/* font-family:"微软雅黑"; */
	font-family:"宋体";
	text-shadow: none;
	padding: 12px 27px;
	border-bottom: 1px solid #D6D6D6;
}

.sidebar-collapse>.nav>li>a {
	padding: 12px 8px;
}

.sidebar-collapse .nav>li>a:hover, .sidebar-collapse .nav>li>a:focus {
	outline: 0;
}

.nav-second-level>li:last-child>a:after, .nav-third-level>li:last-child>a:after
	{
	height: 50%;
}

.nav-third-level>li>a:after, .nav-third-level>li>a:before {
	left: 40px;
}

.navbar-side {
	border: none;
	background-color: #b9e1ef;
	background-size:100% 100%;
	/*background: -moz-linear-gradient(top, #b2e2f8 0%, #0087cc 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e2f8), color-stop(100%,#0087cc));*/
	/*background: -webkit-linear-gradient(top, #b2e2f8 0%,#0087cc 100%);*/
	/*background: -o-linear-gradient(top, #b2e2f8 0%,#0087cc 100%);*/
	/*background: -ms-linear-gradient(top, #b2e2f8 0%,#0087cc 100%);*/
	/*background: linear-gradient(to bottom, #b2e2f8 0%,#0087cc 100%);*/
}

.navbar-cls-top {
	/*background: blue;*/
	border-bottom: none;
}

.navbar-default {
	border: 0px solid black;
}

.navbar-header {
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: #00CA79;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.nav>li>a>i {
	margin-right: 10px;
}
/*==============================================
    MEDIA QUERIES     
    =============================================*/
@media ( min-width :768px) {
	#page-wrapper {
		margin: 0 0 0 190px;
		padding: 5px 10px;
		min-height: 800px;
	}
	.navbar-side {
		z-index: 1;
		position: absolute;
		width: 190px;
		font-size: 12px;
	}
	.navbar {
		border-radius: 0px;
	}
}