/*!
 * hsoft3 CSS Library v1.1.2
 * http://www.hitsoftware.com.cn/
 *
 * Copyright 2005, 2016
 * Released under the MIT license
 *
 * Date: 2016-01-19
 */
body {
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f3f3f4;
	font-size: 12px;
	color: #515967;
	overflow-y: hidden;
}

.top {
	height: 100px;
	background: #2D3E50;
	color: white;
}

.top>h1 {
	color: white;
	margin: 0;
	width: 600px;
    height: 62px;
	margin-top:15px;
	display: inline-block;
	background: url(../../hit/images/logo.png) no-repeat;
	background-size: contain;
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.h3-panel {
	margin: 10px 0px;
}

.h3-panel-heading {
	padding: 5px;
}

.h3-panel-body {
	padding: 15px;
}

.h3-panel-body input {
	width: 200px;
}

.h3-panel-padding {
	padding-bottom: 10px;
}

.h3-panel-label {
	line-height: 22px;
	font-weight: 700;
	padding: 3px 0 0 5px;
	width: 80px;
	float: left;
	color: #515967;
	text-align: left;
}

.h3-panel-field {
	width: 220px;
	float: left;
}

.h3-panel-commond {
	float: left;
	padding-left: 10px;
}

.h3-panel-label_r {
	line-height: 22px;
	font-weight: 700;
	padding: 3px 0 0 5px;
	width: 80px;
	float: right;
	color: #515967;
	text-align: left;
}

.h3-panel-field_r {
	width: 220px;
	float: right;
}

.h3-panel-commond_r {
	float: right;
	padding-right: 10px;
}

.h3-clear {
	clear: both;
}

.text-success {
	color: #3c763d;
}

.text-info {
	color: #82aa09;
}

.text-warning {
	color: #8a6d3b;
}

.text-error {
	color: #FF3300;
}

/* 閸戝繐鐨琸endo grid閻ㄥ墖d闂傜绐� */
.k-grid td {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 0.25em 0.4em;
	overflow: hidden;
	line-height: 1.6em;
	vertical-align: middle;
	text-overflow: ellipsis;
}

/* 鐟曞棛娲妅endo css閸滃異ootstrap css娑擃厼鍙ф禍宸榬ee checkbox妤傛ê瀹抽弽宄扮础 */
label {
	margin-bottom: 15px;
}

.k-checkbox:indeterminate+.k-checkbox-label:after {
	top: 7px;
}
/* 鐟曞棛娲妅endo css娑擃厼鍙ф禍宸渋ndow title閻ㄥ嫭鐗卞锟�*/
.k-window-title {
	font-weight: 700;
}

/*娴佺▼鍥炬寜閽垏鎹㈡晥鏋�*/
.rab { width:100px; height:100px; background:#c2c2c2; border-radius:100px; -moz-border-radius: 100px;-webkit-border-radius: 100px; text-align:center; font-size:50px; line-height:100px; color:#FFF; cursor:pointer; float:left;}
.striping {width:247px; height:10px; background:#c2c2c2; float:left; margin-top:45px; margin-right:-30px;}
.txt {width:100px; height:30px; text-align:center; line-height:50px; font-size:18px; color:#c2c2c2;}
/*閫変腑鐘舵��*/
.rab-on { width:100px; height:100px; background:#1050a8; border-radius:100px; -moz-border-radius: 100px;-webkit-border-radius: 100px; text-align:center; font-size:50px; line-height:100px; color:#FFF; cursor:pointer; float:left;}
.striping-on {width:247px; height:10px; background:#1050a8; float:left; margin-top:45px; margin-right:-30px;}
.txt-on {width:100px; height:30px; text-align:center; line-height:50px; font-size:18px; color:#1050a8;}