body{
	background-color: #fff !important;
	text-align: left;
	font-family: 'Microsoft Yahei',verdana;
	font-size: 12px;
}

body, div, p, ul, li, textarea, form, input, h1, h2, h3, h4, h5, dl, dt, dd, img, section, article, aside, header, footer, nav, dialog, figure, hgroup {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

.g_box::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.g_spacing{
	height:6px;
}

.button{
	display: block;
	width:60px;
}

.button span{
	display: block;
	text-align: center;
}

.btn-style2 span{
	background: #34a41c;
	color: #fff;
}

.btn-style2 span:HOVER{
	background: red;
	color: #fff;
}

.nui-scroll::-webkit-scrollbar,div.k-window-content::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.nui-scroll:hover::-webkit-scrollbar-thumb,div.k-window-content:hover::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.2);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

.nui-scroll::-webkit-scrollbar-thumb,.k-window-content::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.05);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

.nui-scroll::-webkit-scrollbar-track,.k-window-content::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

#main_wrapper{
}

#scp-header-bar{
	height:60px;
	position: relative;
	background: #006a5a;
}

#scp-header-bar ul{
	position: relative;
	height: 35px;
	line-height: 20px;
	list-style-type: none;
	float: right;
	top:20px;
	right:15px;

}
#scp-header-bar ul li{
	height: 29px;
	line-height: 20px;
	float: left;
	padding: 0px 8px;
}

#scp-header-bar ul li a{
	color:#fff;
	font-size:14px;
	font-weight: bold;
}

#scp-header-bar ul li[bg*="bg"] {

background-repeat: no-repeat;
background-position-x: left;
height: 29px;
line-height: 20px;
float: left;
}

.top_nav_left{
	position: absolute;
	top:18px;
	left:30px;
	height:30px;
	width:350px;
	color:#fff;
	font-size:16px;
	font-weight: bold;
}

#scp-header-bar .nav{
	position: absolute;
	height: 6px;
	background-color:#0ff;
	bottom: 0px;
	width: 100%;
}

#scp-header-bar .nav .nav_left {

height: 26px;
display: block;
width: 150px;
text-align: center;
line-height: 25px;
float: right;
}


#scp-header-bar .logo-div{
	width:220px;
	height:80%;
	border-right: solid 1px #fff;
	text-align: center;
	float: left;
	margin-top:3px;
}

.logo-div img{
	
}

#scp-header-bar .app-title{
	color: #fff;
	float: left;
	padding: 2px 20px;
	font-size: 1.5em;
}

#wxcrm-header-bar .user-container{
	float:right;
	width:200px;
	height:100%;
	position: relative;
}

.user-container .logout{
	position: absolute;
	right: 25px;
	bottom: 5px;
	font-size: 1.2em;
	color:#fff;
	font-weight: bold;
}

#wxcrm-content{
	margin-top:10px;	
	position: relative;
	font-size:0.8em;
}

.norecord-tip, .norecord-tip.k-state-selected{
	background-color: transparent;
	text-align:center;
	padding:10px;
	color: #002f87;
}

.h5-toast{
	position: fixed;
	bottom: 20px;
	margin:auto;
	z-index: 1000;
	text-align: center;
	width: 100%;
}
.h5-toast span{
	padding: 5px 20px;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	border-radius: 5px;
}
.h5-frameTips{
	z-index: 10003;
	font-size: 12px;
	font-weight: bold;
	position: fixed;
	left: 20;
	top: 0;
	line-height: 26px;
	padding: 0 16px;
	border-radius: 0 0 3px 3px;
	background-color: #717171;
}

.h5-frameTips.green{
	color:#fff;
	background-color: #4ca936;
}

.h5-frameTips.red {
	color: #852D2D;
	background-color: #FFE4CB;
	min-width:160px;
	text-align: center;
}

.h5-tips-icon {
	width: 16px;
	height: 16px;
	position: relative;
	float: left;
	margin-right: 5px;
}

.h5-ico-loading{
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url(image/h5_ico_loading_xs.gif) no-repeat;
}
.h5-tips-text{
	color: #fff;
}

input.h5-error {
	border-color: #ff0000;
}

.tree_nodes{background: url(/image/lift.gif) center left no-repeat;}

.win_top{
	height: 32px;
	background-color: #f6f4f0;
	margin-bottom: 6px;
	}

.win_top_button{
	padding-right:18px;
	padding-top:3px;
	text-align: right;
}

.win_title{
	height: 22px;
	display: block;
	min-width: 57px;
	line-height: 32px;
	padding-left: 10px;
	float: left;
	text-align: left;
	font-size:14px;
	font-weight: bold;
}


.win_style table.win_form{
	width: 100%;
	background-color: #f6f4f0;
	padding: 0;  
 	margin-bottom: 6px; 
	border-spacing: 0px;
	border-collapse:collapse;
		  
}

.win_style table.win_form td{  
 	background: #f6f4f0;    
 	padding: 2px 6px;  
	text-align: left;
	border-bottom: 1px solid #fff;

}

.h5-text-input {
	height: 16px;
	line-height: 16px;
	padding: 4px 8px;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
	font-size: 12px;
}

.win_style table.win_form th{
	border-bottom: 1px solid #fff;     
 	padding: 2px 6px;
	text-align:right;
	font-weight:normal; 

}
table.win_form{
	width: 100%;
	background-color: #f6f4f0;
	padding: 0;  
 	
	border-spacing: 0px;
	border-collapse:collapse;		  
}
.content_table,.footer_table{
	border-top: 1px solid #c5c5c5; 
}

.content_table th{
	background-color: #e8e8e8;
}
.content_table tbody{
	background-color: #f6f4f0;
}
table.win_form td{     
 	padding: 2px 6px;  
	text-align: left;
	border-bottom: 1px solid #fff;
}
table.win_form th{
	border-bottom: 1px solid #fff;     
 	padding: 2px 6px;
	text-align:right;
	font-weight:normal; 
}

.win_form_search_bar{
	/*border-bottom: 1px solid #A8C7E2;
	border-right: 1px solid #A8C7E2;
	color: #545454;
	box-shadow: inset 0 1px 0 0 #fcfcfc;
	-moz-box-shadow: inset 0 1px 0 0 #fcfcfc;
	-webkit-box-shadow: inset 0 1px 0 0 #fcfcfc;
	background-image: url('/image/table_bottom.jpg');
	height:21px;
	line-height:21px;
	padding:0px 2px;
	padding-top:1px;
	border-left: 1px solid #A8C7E2;*/
}

.win_style{
	margin-bottom: 6px;
	text-align: right;
}

input[type='text']{
	width:150px;
	height:16px;
	line-height:16px;
	border:1px solid #ccc;
}
textarea{
border:1px solid #ccc;
}

input[type='text']:focus{
	background: #F3F8FF; !important;
}

input,button,select,textarea{outline:none}

.alert_msg_toolbar{
	text-align: right;
	height:30px;
	line-height: 40px;
}

.alert_msg_detail{
	padding:5px 0px;
	display: none;
}
.alert_msg_detail textarea{
	width:505px;
	height:150px;
	resize:none;
}

.h-alert-content{
	min-height: 60px;
}
.h-form-header{
	background-color: #F6F4F0;
	height:32px;
	line-height:32px;
	padding:0 5px;
	margin-bottom: 6px;
	font-weight: bold;
}
.h5-window-frm .h-form-header,.h5-child-frm .h-form-toolbar,.h5-child-frm .h-form-header,.h-form-hidden{
	display: none;
}



.h5-loading-mask{
	width:200px;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 100012;
	background-color: #E6E6E6;
	text-align: center;
	padding:15px;
	border: 2px solid #5EA5FF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.h5-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100011;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=20);
	opacity: .2;
}
#scp-content .k-treeview .k-plus,#scp-content .k-treeview .k-minus{
	background:#fff;	
}

#scp-content .k-treeview .k-in{
	-webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 2px 4px 2px 3px;
    height: 22px;
	line-height: 22px;
}
#scp-content #menu_treeview .k-in.h-selected{
	background-color: #006a5a;
	width:90px;
}
#scp-content #menu_treeview .k-in.k-state-hover{
	width:91%;
}

#leftpanel .k-treeview-lines > li.k-item{
	margin: 5px 0;
}

#leftpanel  .k-treeview-lines > .k-item > .k-bot,#leftpanel .k-treeview-lines > .k-item > .k-mid,#leftpanel .k-treeview-lines > .k-item > .k-top{

	background-color:  #006a5a;
}

#leftpanel  .k-treeview-lines > .k-item > .k-bot a,#leftpanel .k-treeview-lines > .k-item > .k-mid a,#leftpanel .k-treeview-lines > .k-item > .k-top a{
	color:white !important;
}

#index-tabstrip .k-tabstrip-items .k-item{
	margin-right: 6px;
	border-radius: 3px;
	width: 100px;
	text-align: center;
	background-image: none, -webkit-gradient(linear, left top, left bottom, from(#5880e3), color-stop(0.8, #214598), to(#537bdd));
}

#index-tabstrip .k-tabstrip-items .k-state-active{
	background-image: none, -webkit-linear-gradient(top, #cbc5c2 0%, #a99f9a 100%);
}

#index-tabstrip .k-tabstrip-items .k-state-default .k-link{
	color:#fff;
}

#index-tabstrip .k-tabstrip-items .k-state-active .k-link{
	color:#18469c;
}

#index-tabstrip .k-tabstrip-items{
	background-color: #fff;
}

#index-tabstrip{
	border:0;
}

#slides {
	display: none;
}

#slides .slidesjs-navigation {
	background: url(/image/left_right_btn.png) no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 45%;
	z-index: 10;
}

#slides .slidesjs-previous {
	left: 0px;
}

#slides .slidesjs-next {
	right: 0px;
	background-position: -45px 0;
}

#slides .slidesjs-pagination {
	position: absolute;
	bottom: 1%;
	z-index: 10;
	width: 100%;
}

#slides .slidesjs-pagination-item {
	display: inline-block;
	margin: 2px;
}

#slides .slidesjs-pagination-item a {
	display: block;
	padding-top: 9px;
	width: 9px;
	height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #b7b7b7;
	overflow: hidden;
}
.atta_list_div{
	color: #50607f;
    border: 1px solid #d0d9df;
    background-color: #f0f9ff;
    margin: 3px 3px;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.atta_list_div a{
    color: #428bca;
}
#slides .slidesjs-pagination .slidesjs-pagination-item a.active {
	background: #f40;
}