@charset "utf-8";
/* CSS Document */

#_exportpdfButton, #_exportcsvButton, #_exportexcelButton{
    color: -webkit-link;
}
.clear{ clear:both;}

/**--左侧菜单样式开始 nav.jsp----*/

/*--updated by steven Start-- */
/*--header.jsp , header.ftl样式-- */
/*-------201410[kavi]: 顶部背景颜色更改---------*/
/*-------201410[kavi]: 浮动下拉菜单---------*/
.dropdown-menu {
    background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid #c8c8c8;
	position:absolute;
}
.advSearch_div:before,.dropdown-menu:before{
    content:"";
	width:0;
	height:0;
	border:11px solid transparent;
	position:absolute;
	display:block;
	left:7px;
	top:-11px;
	border-top-width:0;
	border-bottom-color:#999;
	border-bottom-color:rgba(0,0,0,0.25);
}
.advSearch_div:after,.dropdown-menu:after{
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	display:block;
	left:8px;
	top:-10px;
	border-top-width:0;
	border-bottom-color:#fff;
	position:absolute;
}
/*-------201410[kavi]: 菜单图标样式---------*/
.header{
	background:#4a8bc2; 
	height:49px; 
	width:100%;
	border-bottom:1px #346c9b solid;
	position:fixed;
	z-index:1000;
}
.header i{
	margin-right:15px;
	display:inline-block;
}
/*-------201410[kavi]: 菜单按钮样式---------*/
.header_menu {
	float:left;
	margin-top:18px;
	margin-left:30px;
	text-align:center;
}
.header_menu a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	border-top:1px #4a8bc2 solid;
	border-left:1px #4a8bc2 solid;
	border-right:1px #4a8bc2 solid;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#fff;
	font-size:16px;
	padding:0 24px;
	margin-right:20px;
}
@media screen and (max-width: 1200px) {
	.header_menu a{
		margin-right:0;
		padding:0 16px;
	}
	.header_user_menu{
		float:static;
	}
}
/*-------201410[kavi]: 菜单按钮选择样式---------*/
.header_menu a:hover, a.menu_select {
    border-top:1px #2c5c84 solid;
    border-left:1px #2c5c84 solid;
    border-right:1px #2c5c84 solid;
	background:#346c9b;
}
/*-------201410[kavi]: 顶部LOGO框--------*/
.header_logo{
    width:169px;
	height:49px;
	float:left;
	text-align:center;
	line-height:49px;
	border-right:1px #346c9b solid;
	box-shadow:1px 0 0 #70a3cf;
}
/*-------201410[kavi]: 系统快捷菜单---------*/
.header_user_menu{
	height:49px;
	float:right;
	border-left:1px #346c9b solid;
	box-shadow:1px 0 0 #70a3cf inset;
	padding:0 20px;
	cursor:pointer;
}
.header_user_menu span{
	line-height:49px;
	color:#fff;
	font-size:14px;
}
.header_user_menu span:hover i{
	font-size:18px;
}
/*-------201410[kavi]: 快捷菜单浮动层框架样式调整--------*/
.header_user_menu div{
	display:none;
	right:10px;
	width:120px;
}
.header_user_menu:hover div{
	display:block;
}
.header_user_menu a{
	display:block;
	height:30px;
	line-height:30px;
	border-bottom:1px #f3f3f3 solid;
	color:#999;
	text-align:center
}
.header_user_menu div i{
	color:#999;
	margin-left:20px;
}
.header_user_menu div a:hover{
	color:#444;
}
.header_user_menu div:before{
	left:47px;
}
.header_user_menu div:after{
	left:47px;
}
/*--updated by steven End-- */
#leftSide{
	background:#4A8BC2;
	z-index:998;
	position:fixed;
	width:170px;
	top:50px;
	bottom:0;
	overflow-y:auto;
}
/*-------20151025[Steven]: 把菜单样式整合到这个css之中--------*/
#navigation{
	border-top:1px #70A3CF solid;
	border-bottom:1px #346C9B solid;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#fff;
	text-align:left;}
#navigation i,.menu_title span,.menu_title i{
	width:32px;
	height:32px;
	line-height:32px;
	color:#fff;
	text-align:center;
	display:inline-block;}
#navigation i{
	float:left;
	cursor:pointer;
	margin-left:10px;
}
#navigation:hover i,.menu_title:hover i{
	font-size:18px;
}
.menu_title{
	display:block;
	padding:0 5px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#fff;
	border-bottom:1px #346C9B solid;
	box-shadow:0 1px 0 #70A3CF}
.menu_title span{
	margin-left:5px;}
.menu_title i{
	float:right;}
.menu_0{
	border-top:3px #70A3CF solid}
.menu_1{
	background:#346c9b;
	border-radius:5px;
	border:1px #2C5C84 solid;
	font-size:14px;
	margin:5px; }
.menu_1 li{
	padding-left:39px;
	height:30px;
	line-height:30px;}
.menu_1 li a{
	color:#96BCDC;
	background:none;}
.menu_1 li:hover a{
	color:#fff;}
/*-------20151025[Steven]: End --------*/
