/* reset css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
body,html{
    height: 100%;
	overflow-y: auto;
}
:focus {outline: none;}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {display:block;}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;  padding:0;  border:0;  font-size:100%;  vertical-align:baseline;  background:transparent; outline: none;}
a:focus{outline: none;}
ins { background-color:#ff9; color:#000; text-decoration:none;}
mark { background-color:#ff9; color:#000; font-style:italic;font-weight:bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}
/*table {border-collapse:collapse;border-spacing:0;}*/
hr {display:block;height:1px; border:0;   border-top:1px solid #ccc;margin:1em 0;padding:0;}
input, select { vertical-align:middle;}
label{font-weight: normal;}
*,*:before,*:after{box-sizing:inherit;}
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner { border:none; padding:0; }
/*Global Styles*/

body {
	background: #fff;
	color: #222;
	font-family:Helvetica, "Helvetica Neue", Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	font-size:12px;
	line-height: 1.5;
}
a, a:hover, a:focus {color: #444;text-decoration: none;}
a:hover, a:focus {color: #0063dc;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.wrapContent{
  box-sizing: border-box;
  padding: 15px 15px 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro',sans-serif;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
h4, .h4 { 
	font-size: 18px;
}
h5, .h5 { 
	font-size:14px;
}
h6, .h6 { 
	font-size: 12px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-truncate{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.text-muted {color:#97a5b3;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
.clear{float: none; clear: both;}
.fl{float:left!important;}
.fr{float:right!important;}
.fontGreen { color: #69a63f; }
.fontRed { color: #f97872; }
.mT5{margin-top: 5px;}
.mT10{margin-top: 10px;}
.mT20{margin-top: 20px;}
.mT50{margin-top: 50px;}
.mB20{margin-bottom: 20px;}
.mR10{margin-right: 10px;}
.mR20{margin-right: 20px;}
.mL15{margin-left: 15px;}
.pR20{padding-right: 20px;}
.pT20{padding-top: 20px;}
.pA10{padding: 10px;}
.pA20{padding: 20px;}
.pV20{padding-top: 20px;padding-bottom: 20px;}
.pH20{padding-left: 20px;padding-right: 20px;}
.pB20{padding-bottom: 20px;}
.w40{width: 40px;}
.w80{width: 80px;}
.w120{width: 120px;}
.w180{width: 180px;}
.w260{width: 260px;}
.w328{width: 328px;}
.w348{width: 348px;}
.w400{width: 400px;}
.w1200{width: 1200px;}
.w-16-6{width: 16.6%;}
.w-15{width: 15%;}
.w-30{width: 30%;}
.w-10{width: 10%;}
.w-20{width: 20%}
.w-50{width: 50%}
.w-25{width:25%}
.w-28{width: 28%;}
.w-16{width: 16%}
.w-49{width: 49%}
.w-29{width: 29%}
.w-80{width: 80%;}
.mL1p{margin-left: 1%;}
.mR1p{margin-right: 1%;}

.textRight{text-align: right!important;}
.textCenter{text-align: center!important;}
.displayNone{display: none!important;}
.displayInline{display: inline!important;}
.font13{font-size: 13px;}
.font16{font-size: 16px;}
.font28{font-size: 28px;}
.relative{position:relative;}
.underline{text-decoration:underline;}



.nav{
	width: 100%;
	height: 60px;
	/*background: url(../img/menuBg.gif) repeat 0 0;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
    min-width: 860px;
	box-shadow: 0px 0px 1px #000;
}
.badge{
	display: inline-block;
	min-width: 10px;
	padding: 3px 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
	margin: 0 5px;
}
.tipHopup{
	background: #333;
	padding: 20px 30px;
	display: inline-block;
	opacity: 0.95;
	filter:alpha(opacity=95);
	position: fixed;
	left: 45%;
	top: 48%;
	color: #fff;
	border-radius: 10px;
	z-index: 9999;
}
.divider{
	height:0;
	border-bottom: 1px solid #ddd;
	margin: 0;
	overflow: hidden;
	font-size: 0;
}
.dividerL{
	margin: 20px 0;
}
.logo{
	width:300px;
	height:60px;
	background:url(../img/logo.png) no-repeat 0 center;
	text-indent: -999px; 
	display: inline-block;
	margin: 0 0 0 15px;
	float: left;
}
.logoFlex{
	float:left;
	margin: 0 0 0 15px;
	height:60px;
	line-height:60px;
	vertical-align:middle;
	font-size:24px;
	/*color:#fff;*/
	/*text-shadow:0 2px 5px rgba(0,0,0,0.2);*/
	color:#333333;
}
.logoFlex img{
	vertical-align:middle;
	margin-right:5px;
	max-height:54px;
}
.navbar .badge{
	margin-left: 5px;
	background: #f54138;
	padding: 3px 6px;
}
.user-menu {
	float: right;
	background: #1190ed;
	height: 60px;
}
.user-menu li{
	float:left;
}
.user-menu a {
	color: #fff;
	line-height: 60px;
	padding: 0 26px;
	display: inline-block;
	text-decoration: none;
}
/*.user-menu a:hover {*/
/*	background: #0387e8;*/
/*}*/
/*.user-menu a:hover, .user-menu a:focus {*/
/*	text-decoration: none;*/
/*}*/
.user-menu .badge{
	background: #f54138;
}
.userInfo{
	float:right;
	margin-right:20px;
	padding-top: 8px;
	min-width: 200px;
	color:#fff;
}
.userInfo .avatar{
	background: url(../img/avatarBg.png) no-repeat center center;
	border: 2px solid #fff;
	border-radius: 50px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	float: left;
}
.userInfo .avatar img{
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.userInfo b{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}
.leftMenu > li > a{
	line-height: 32px;
	display: block;
	color: #1b6fad;
	/*background:#ebf6ff;*/
	padding-left:20px;
	/*border-bottom:1px solid #c6d9e9;*/
}
.leftMenu .active .badge,.leftMenu > li > a:hover .badge{
	background: #fff;
	color: #69a63f;
}
.leftMenu .children{
	display: none;
	/*background: #f7f7f7;*/
	/*border-bottom:1px solid #c6d9e9;*/
}
.leftMenu a.active{
	background-color: #88cb5a;
	color: #fff;
}
.leftMenuSwitch{
	/*width:20px;*/
	/*height:40px;*/
	/*background: url(../img/leftMenuSwitch.gif) no-repeat right 0;*/
	display:inline-block;
	position:fixed;
	left:180px;
	top:52%;
	z-index:11;
}
.leftMenuSwitch:hover{
	background-position:right -40px;
}
.leftMenuSwitch.off{
	background-position:0 -80px;
	left:0;
}
.leftMenuSwitch.off:hover{
	background-position:0 -120px;
}

.main{
	box-sizing:border-box;
	width:100%;
	padding-left: 200px;
	padding-top:60px;
	display:block;
}
.main_w{
	padding-left: 0;
}
.sidebar{
	display: block;
	position: fixed;
	top: 60px;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	overflow-y: auto;
	background-color: #f1f4f7;
	box-shadow: 1px 0px 6px rgba(0, 0, 0, .15);
	width: 200px;
	border-right: 1px solid #ddd\9;
}
.zTreeList{
	padding:10px;
}
.arrowDown,
.arrowUp{
	/*width: 30px;*/
	/*height: 28px;*/
	/*line-height: 28px;*/
	display: inline-block;
	/*background:url("assets/img/chevron-down.png");*/
	/*background-size:100%;*/
	margin: 2px;
}
.arrowUp{
	background-position: 0 -50px;
}

.ddHeading{
	font-size: 24px;
	padding: 20px 0;
	margin-top: -20px;
}
.whiteBox{
	background: #f1f4f7;
}

.footer{
	text-align: center;
	color: #999;
	padding:10px 0 20px;
}
.footer a{
	color: #999;
}
.footer a:hover{
	color: #333;
}
.footer a:last-child{
	margin-right: 20px;
}
.footer span{
	color: #bbb;
}

.navTabs{
	overflow: hidden;
}
.navTabs li{
	float:left;
	margin-right:8px;
}
.navTabs a{
	color:#333;
	padding: 0 15px;
	line-height: 32px;
	display: inline-block;
	background:#ceeaff;
	border-radius:5px 5px 0 0;
	border: 1px solid #a0d1f4;
	border-bottom: 0;
	font-size:14px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .12);
}
.navTabs a:hover{
	color:#222;
}
.navTabs .active a{
	color:#0387e8;
	background: #f1f4f7;
	font-weight:bold;
	border: 1px solid #f1f4f7;
	border-bottom: 0;
	padding: 0 15px;
}
.navTabs .active a .badge{
	background:#0387e8 ;
}
.ddBtn,a.ddBtn{
	display: inline-block;
	font-size: 12px;
    font-weight: 400;
	padding: 5px 10px;
	line-height:1.4;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-right: 5px;
    margin-bottom: 0;
	box-sizing: border-box;
	*overflow:visible ;
}
.ddBtn.disabled, .ddBtn[disabled], fieldset[disabled] .ddBtn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-default {
    color: #333;
    background-color: #fff;
	border-color: #ccc;
}
.btn-block {
    display: block;
    width: 100%;
}
td .ddBtn{padding:2px 8px; heignt:20px; line-height:20px;}
.text-green {
    color: #00a65a !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-blue{
	color: #138cff !important;
}
.text-red {
    color: #dd4b39 !important;
}
.text-muted {
    color: #777;
}
.text-yellow {
    color: #f39c12 !important;
}
.btnWhite,a.btnWhite{
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btnWhite:hover,a.btnWhite:hover{
	background-color: #fff;
	border-color: #1190ed;
	color: #1b6fad;
}
.btnWhite:active,a.btnWhite:active{
    background-image: none;
    background-color: #fff;
    border-color: #1190ed;
    color: #1b6fad;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.ddBtn.disabled:hover, .ddBtn[disabled]:hover, fieldset[disabled] .ddBtn:hover{
	opacity: .65;
    -webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
	border-color:rgb(204, 204, 204);
}
.btnBlue,a.btnBlue{
	background-color: #354FB0;
	border-color: #1965c6;
	color: #fff;
}
.btnBlue:hover,a.btnBlue:hover{
	background-color: #354FB0;
	border-color: #1f6ed3;
	color: #fff;
}
.btnBlue:active,a.btnBlue:active{
    background-image: none;
    background-color: #539eff;
    border-color: #1f6ed3;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btnRed,a.btnRed{
	background-color: #dd4b39;
	border-color: #a91806;
	color: #fff;
}
.btnRed:hover,a.btnRed:hover{
	background-color: #ee5d4b;
	border-color: #cc3c2a;
	color: #fff;
}
.btnRed:active,a.btnRed:active{
    background-image: none;
    background-color: #ee5d4b;
    border-color: #cc3c2a;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btnOrange,a.btnOrange{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btnOrange:hover,a.btnOrange:hover{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
 }
.btnOrange:active,a.btnOrange:active{
    background-image: none;
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btnGreen,a.btnGreen{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btnGreen:hover,a.btnGreen:hover{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btnGreen:active,a.btnGreen:active{
    background-image: none;
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btnLightblue,a.btnLightblue{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btnLightblue:hover,a.btnLightblue:hover{
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btnLightblue:active,a.btnLightblue:active{
    background-image: none;
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.ddBtn.fileBtn{
	position:relative;
	overflow:hidden;
	width: 100px;
}
.ddBtn input[type='file']{
	position: absolute;
	right: 0;
	top: 0;
	opacity:0;
	filter:alpha(opacity=0);
	font-size: 100px;
}
.ddBtn.fileBtn span{
	position: absolute;
	left:20px;
}
.ddBtn.fileBtn_l{
	width: 260px;
}
.ddBtn.fileBtn_l span{
	left:34px;
}
.commonTable {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
    /*border-collapse: collapse !important;*/
    border-radius: 1px;
    width: 100%;
}
.commonTable th,
.commonTable td.greyBg{
	background: #fff;
	font-weight: normal;
}
.commonTable th, .commonTable td{
	padding: 6px 10px;
	/*border: 1px solid #ccc;*/
	text-align: left;
	vertical-align:middle;
	word-wrap:break-word;
	word-break:break-all;
}
.commonTable tr{
	background: #F7F8FA;
	margin-top: 5px;
	margin-bottom: 5px;
}
.commonTable tr:hover td{
	background: #fada8d;
}
.commonTable_noB,
.commonTable_noB th,
.commonTable_noB td{
	border:0;
}
.commonTable_noB tr:hover td,
.commonTable_noHv tr:hover td{
	background: #f1f4f7;
}

.dadaPager{
	text-align: center;
	padding: 20px 0;
}
.dadaPager a{
	padding: 4px 8px;
	border: 1px solid #ccc;
	background: #f1f4f7;
	color: #666;
	margin: 0 2px;
}
.dadaPager a:hover{
	background: #30a7ff;
	border-color: #0387e8;
	color: #fff;
}
.dadaPager a.active{
	background: #1b9af7;
	border-color: #0387e8;
	color: #fff;
}

.formGroup .formLine,
.formGroup .checkboxLine,
.formGroup .radioLine {
	padding: 6px 0;
	min-height: 32px;
	line-height: 32px;
	color: #333;
	font-size: 13px;
	float:left;
	margin-right:30px;
	display:block;
}
.formLine label{
	text-align: right;
	padding-right: 5px;
	display: inline-block;
	color: #333;
}
.formLine .vTop{
	vertical-align: top;
}
.formLine .tipError{
	color: #d04461;
	margin-left: 5px;
}
.formLine.noMr{margin-right:0;}
.checkboxLine label,
.radioLine label{
	margin-left: 3px;
	margin-right:10px;
	text-align: left;
}
.checkboxLine input[type=checkbox],
.radioLine input[type=radio]{
	margin: -4px 0 0 0;
}
.submitLine input[type=button],
.submitLine a{
	vertical-align: middle;
}
.formImg{
	vertical-align: middle;
	display: inline-block;
}
.formImg img{
	max-width: 80px;
	max-height: 80px;
}
.commonInput{
	display: inline-block;
	height: 15px;
	padding: 6px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing:content-box;
	border-radius: 3px;
	font-family: 'Lantinghei SC','Microsoft Yahei';
	vertical-align: middle;
}
input.commonInput:read-only,input.commonInput:disabled{
	background-color: #c3c3c3;
}
textarea.commonInput{height: auto; margin: 0;}
select.commonInput{height: 24px; padding: 2px 0 2px 6px; line-height:24px;}
.commonInput:focus { border-color:#426DC9; }
.input-error { background:#FFFBFC; border-color:#F00 !important; }
.form_2Col .formLine,
.form_2Col .radioLine,
.form_2Col .checkboxLine {
	width:50%;
	float:left;
	margin-right:0;
	padding:6px 0;
}
.tipIcon{
	width:24px;
	height:24px;
	vertical-align:middle;
	display:inline-block;
	background:url(../img/tipIcon.png) no-repeat center center;
	position:relative;
}
.tipContent{
	padding:10px;
	display:none;
	position: absolute;
	top: 35px;
	left: -100px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	border: 1px solid #e5e5e5\9;
	background: #fff;
	color:#333;
	width:200px;
	line-height:18px;
	z-index:3;
}
.tipArrow{
	width: 22px;
	height: 16px;
	background: url(../img/tipArrow.png) no-repeat 0 0;
	position: absolute;
	left: 4px;
	top: 20px;
	display: none;
	z-index:3;
}
.tipIcon:hover .tipContent,
.tipIcon:hover .tipArrow{
	display: block;
}

.bodyIframe{
	border:0;
}

/* 模拟下拉 */
.dropdownList{
	display:inline;
	position:relative;
}
.dropdownList>a{
	padding:5px 22px 5px 8px;
	border:1px solid #ccc;
	display:inline-block;
	background:#fff url(../img/arrow.png) no-repeat right 2px;
	color:#333;
	width:210px;
	width:240px\0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle;
	line-height:18px;
}
.dropdownList ul{
	display:none;
	position:absolute;
	left:0;
	top:22px;
	background:#fff;
	border:1px solid #ccc;
	width:240px;
	line-height:18px;
	max-height:300px;
	overflow-y:auto;
}
.dropdownList ul li a{
	display:block;
	padding:3px 5px;
	color:#333;
}
.dropdownList ul li a:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.dropdownList ul li a:hover{
	background:#3399ff;
	color:#fff;
}
.dropdownList ul li a img{
	float:left;
	margin-right:5px;
}
.dropdownList_l>a{
	width:310px;
	width:340px\0;
}
.dropdownList_l ul{
	width:340px;
}
.dropdownList_s>a{
	width:110px;
	width:140px\0;
}
.dropdownList_s ul{
	width:140px;
}

.ui-datepicker-trigger{vertical-align:middle;}

/* grid */
.grid12{box-sizing:border-box; line-height:20px;}
.grid12:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left; padding:5px;
}
.col-12 {width: 100%;}
.col-11 {width: 91.6667%;}
.col-10 {width: 83.3333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.6667%;}
.col-7 {width: 58.3333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.6667%;}
.col-4 {width: 33.3333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.6667%;}
.col-1 {width: 8.33333%;}
 .margin-top-10{
     margin-top: 10px;
 }
.grid-bor{border-left:1px solid #bbb; border-top:1px solid #bbb; margin-top:-1px;}
.grid-bor .col-1, .grid-bor .col-10, .grid-bor .col-11, .grid-bor .col-12, .grid-bor .col-2, .grid-bor .col-3, .grid-bor .col-4, .grid-bor .col-5, .grid-bor .col-6, .grid-bor .col-7, .grid-bor .col-8, .grid-bor .col-9 {
    border-right:1px solid #bbb; border-bottom:1px solid #bbb; line-height:30px;
}
.grid-row2,.grid-row2_v2{
	line-height:61px!important; height:82px; text-align:center; padding:10px 5px;
}
.grid-row2_v2{line-height:20px !important;}
.borBtm-0{border-bottom:0!important;}

/* condition search */
.conditionSearch{padding:6px; background:#f7f7f7; border-bottom:1px solid #c6d9e9;}
.conditionSearch p{padding:3px 0;}
.conditionSearch .commonInput[type="text"]{width:132px;}

/* left menu */
.leftMenu_new .children li{
	padding:2px 0;
}
.starIcon{
	width:16px;
	height:15px;
	display:inline-block;
	background:url(zTreeStyle/img/zTreeStandard.png) no-repeat -127px -64px;
	margin-right:4px;
	margin-bottom:5px;
	vertical-align:middle;
}

/* widget */
.widgetBox{
	background:#fff;
	border:1px solid #ddd;
	height:228px;
	overflow-y:hidden;
	color: #333333;
}
.widgetTitle{
	background:#ffffff;
	border-bottom:1px solid #ddd;
	/*height:26px;*/
	/*line-height:26px;*/
	padding:0 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	;
}
.widgetTitle a{
	font-weight:normal;
	font-size:12px;
	color:#999;
	float:right;
}
.widgetTitle a:hover{
	color:#333;
}
.widgetFaovr,.widgetChart,.widgetWindow,.widgetToDo,.widgetList,.widgetNote,.widgetFolder,.widgetTask{
	width:16px;
	height:15px;
	display:inline-block;
	margin-right:2px;
	margin-bottom: 2px;
	vertical-align:middle;
	background-image:url(../img/icons.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.widgetChart{background-position:0 -50px;}
.widgetWindow{background-position:0 -100px;}
.widgetToDo{background-position:0 -150px;}
.widgetList{background-position:0 -200px;}
.widgetNote{background-position:0 -250px;}
.widgetFolder{background-position:0 -300px;}
.widgetTask{background-position:0 -350px;}
.widgetBox ul {
	height:200px;
	overflow-y:auto;
}
.widgetBox ul li{
	padding:4px 10px;
	background:#fff;
	color:#333;
	border-bottom: 1px solid #eee\0;
}
:root .widgetBox ul li { border-bottom:0\0; } /* ie9+10 */ 
.widgetBox ul li:nth-child(even){
	background:#f9f9f9;
}
/* 404 505*/
.error-content>.error-content-left{
    float: left;
    font-size: 100px;
    font-weight: 300;
    }
.error-content{
	width: 600px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 150px;
}
.error-content>.error-content-right>h3>img{
	position: relative;
	top: 3px;
}
.error-content-right{
	margin-left: 190px;
}
.error-content>.error-content-right>p{
	margin: 0 0 10px;
	font-size: 14px;
}
.error-content>.error-content-right>p>a{
	color: #3c8dbc
}
.error-content>.error-content-right>div>div.red{
	background: #dd4b39 ;
}
.error-content>.error-content-right>div>div{
	float: right;
	width: 48px;
	text-align: center;
	height: 29px;
	}
.error-content>.error-content-right>div>div.blue{
	background: #138cff;
	}
.error-content>.error-content-right>div>input{
	border-radius: 0;
}
.error-content>.error-content-right>div>div>img{
	margin: 7px 0;
}
.verif-from {
    width: 800px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.verif-from .verifLine {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.verif-from .verifLine label span {
    color: red;
}

.verif-from .verifLine .title {
    height: 35px;
    width: 80px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
}

.verif-from .verifLine .button {
    color: #ffffff;
    background-color: #3583e8;
    padding: 0 10px;
    height: 35px;
    border: 0;
}

.verif-from .verifLine .text {
    width: 180px;
    height: 23px;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}

.verifLine .text,
.verifLine .select {
    width: 180px;
    height: 23px;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}

.verif-from .verifLine .hidden {
    display: none;
}

.verif-from .verifLine input {
    box-sizing: content-box;
}

.verif-from .protocolLine {
    margin-left: 79px;
    line-height: 50px;
    font-size: 16px;
}

.verif-from .img-captcha {
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}

.verif-from .protocolLine .check {
    vertical-align: middle;
    margin-right: 5px;
}

.verif-from .protocolLine a {
    cursor: pointer;
    color: #3583e8;
    text-decoration: underline;
}

.verif-from .actionLine {
    text-align: center;
}

.verif-from .actionLine .button {
    color: #ffffff;
    background-color: #3583e8;
    width: 218px;
    height: 45px;
}

.formTip {
    margin: 0 0 0 10px;
    padding: 0 0 0 26px;
}

.formTip span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    height: 37px;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
	font-size: 12px;
	vertical-align: sub;
}
.formTip-error {
    background: url(../img/formTip-icon-error.png) no-repeat left center;
}
.formTip-success {
    background: url(../img/formTip-icon-succes.png) no-repeat left center;
}
.radio-content input{
	vertical-align: text-top;
}
.errorInfo{
	margin-left: 85px;
	color: red;
}
.verif-from .valLine{
    margin-bottom: 10px;
}
.verif-from .valLine .title{
    margin-bottom:10px;
    font-size: 14px;
    display: inline-block;
}
.verif-from .valLine .text{
    border: 1px solid #ced4da;
    display: block;
    width: 100%;
    height: 34px;
    padding: 10px 8px 10px ;
    border-radius: 5px;
    margin-bottom: 6px;
}
.verif-from .valLine .text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.verif-from  .gridLine{
	margin-bottom: 10px;
  }
  .verif-from  .gridLine .title{
	  width: 18%;
	  padding: 7px 15px;
	  margin-right: 2%;
  }
  .verif-from .gridLine .text{
	  width: 100%;
	  padding: 7px 15px;
	  border: 1px solid #ced4da;
	  display: block;
	  border-radius: 5px;
	  margin-bottom: 6px;
  }
  .verif-from .gridLine .text:focus {
	  color: #495057;
	  background-color: #fff;
	  border-color: #a9bcee;
	  outline: 0;
	  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
  }
  .verif-from .gridLine .file-tip{
	 font-size: 80%;
	 font-weight: 400;
  }
  .verif-from .gridLine .gridLine-checkBox{
	  padding: 7px 0px;
  }
  .verif-from .gridLine .gridLine-checkBox>span{
	  margin: 0 5px 0 3px;
  }
	.fa{
		margin-right: 5px;
	}