@charset "utf-8";
body {
	font-family: "helvetica neue", helvetica, "hiragino sans gb",
		"microsoft yahei", "wenquanyi micro hei", sans-serif;
	color: #333;
}
input,label,textarea,button,fieldset,legend {
	font-size: 14px;
	vertical-align: middle;
}
input[type=radio]{
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
	text-align: left;
}

.clearfix {
	clear: both;
}

.muted {
	color: #808080;
}

.input-prepend .input-text,.input-prepend .input-textarea {
	border-radius: 0 3px 3px 0;
	border-left: none;
}

.add-on.button {
	cursor: pointer;
}

.input-prepend .add-on {
	border-radius: 3px 0 0 3px;
}

.input-append .input-text,.input-append .input-textarea {
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.add-on {
	border: 1px solid #bbb;
	display: inline-block;
	width: 24px;
	height: 29px;
	line-height: 29px;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #efefef 0%, #dedede 100%);
	background: -webkit-linear-gradient(top, #efefef 0%, #dedede 100%);
	background: -o-linear-gradient(top, #efefef 0%, #dedede 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #dedede 100%);
	filter: progid:dximagetransform.microsoft.gradient(     startcolorstr='#efefef',
		endcolorstr='#dedede', gradienttype=0);
	background: linear-gradient(top, #efefef 0%, #dedede 100%);
	color: #333;
}

/* 浮动在输入框内的按钮 */
.input-append .add-on.inner {
	background: none;
	filter: none;
	border-left: none;
	background-color: #fcfcfc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	text-shadow: none;
}

.input-append .add-on.inner:hover {
	background-color: #efefef;
}

.input-append .add-on {
	border-radius: 0 3px 3px 0;
}

.input-text {
	width: 300px;
	height: 29px;
	line-height: 29px;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	padding: 0 5px;
	vertical-align: middle;
	outline: 0;
	border-radius: 10px;
}
.input-text:hover,.input-textarea:hover{
	border: 1px solid #3fa5ec
}
/* .input-text:focus, .input-textarea:focus, .input-focus { */
/* 	outline: 0; */
/* 	border-color: #129fea; */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.input-text {
		font: 13px "lucida sans unicode", "lucida grande", "arial", sans-serif;
	}
}

.input-textarea {
	width: 300px;
	height: 100px;
	line-height: 24px;
	overflow: auto;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	padding: 4px 5px;
	outline: 0;
	resize: none;
	border-radius: 10px;
}

.disabled {
	background-color: #f0f0f0;
	color: #aaa;
	cursor: not-allowed;
}

.readonly {
	background-color: #f0f0f0;
}

.label {
	color: #333;
	font-size: 14px;
}

.btn.disabled {
	background-color: #ebebeb;
	color: #aaa;
	text-shadow: 0 1px 0 #fff;
	background-color: #ebebeb !important;
	color: #aaa !important;
	text-shadow: 0 1px 0 #fff !important;
	background: none;
}
.btn-group{
	padding-top: 0px!important;
}
.btn {
	display: inline-block;
	height: 30px;
	line-height: 29px;
	font-size: 13px;
	background-color: #eaeaea;
	border : 0;
	padding: 0 10px;
	color: #333;
	cursor: pointer;
	*overflow: visible;
	vertical-align: middle;
	outline: none;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	-webkit-transition: all .8s cubic-bezier(0.175, .885, .32, 1);
	transition: all .8s cubic-bezier(0.175, .885, .32, 1);
	*display: inline;
	*zoom: 1;
}

.btn.3d{
	border-radius: 3px;
	border: 1px solid #bbb;
}

.btn i {
	margin-right: 5px;
}

a.btn {
	text-decoration: none;
	border-radius: 10px;
}

.btn-small {
	height: 26px;
	line-height: 25px;
	padding: 0 8px;
	font-size: 13px;
}

.btn:hover {
	background-color: #dedede;
}

.btn-primary {
	color: #fff;
	background-color: #43a3f3;
	border-color: #43a3f3;
	border-radius: 10px;
}
.btn-primary:hover {
	background-color: #308ef2;
	border-color: #308ef2;
}

.btn-success {
	color: #fff;
	background: #5fbe5f;
	border-color: #5fbe5f;
}

.btn-success:hover {
	background-color: #40a040;
	border-color: #40a040;
}

.btn-red {
	color: #fff;
	background: #ed3c3c;
	border-color: #ed3c3c;
}

.btn-red:hover {
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.btn-orange {
	color: #fff;
	background: #df7514;
	border-color: #df7514;
}

.btn-orange:hover {
	background-color: #e06b00;
	border-color: #e06b00;
}

.required {
	font-size: 18px;
	font-weight: bold;
	color: #f00;
}

.help {
	color: #3399ff;
	margin-right: 5px;
	cursor: pointer;
}

.table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: inherit;
	text-align: left;
}

.table td {
	line-height: 30px;
	vertical-align: top;
	padding: 8px;
}

.line-dotted {
	border-bottom: 1px #ccc dotted;
}

div.panel,div.panel-body {
	font-size: 13px;
	line-height: 24px;
}

/*弹出消息焦点按钮样式*/
a.l-btn-focus {
	color: #fff;
	background-color: #43a3f3;
	border-color: #43a3f3;
}

a.l-btn-focus:hover {
	color: #fff;
	background-color: #308ef2;
	border-color: #308ef2;
}

/*弹出框标题尺寸重置*/
.panel-title {
	height: 24px !important;
	line-height: 24px !important;
	font-size: 15px !important;
	font-weight: normal !important;
	padding: 5px 0 0 10px;
}

/*修正tabs空间选项卡区域的背景颜色*/
.easyui-tabs .tabs-header{
	background-color: #fff;
}
/*webkit浏览器滚动条*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
	background: #f6f6f6;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #ccc;
}

a.link {
	text-decoration: underline;
	color: #3466cc;
	background: none;
}

a.link:hover {
	color: #3399ff;
}
/******************************************************/
#breadcrumb {
	min-width: 960px;
	color: #808080;
	margin: 20px 20px 10px 20px;
}

#breadcrumb i {
	margin-right: 5px;
}

#breadcrumb .separator {
	margin: 0 10px;
}
#page-title {
	min-width: 960px;
	height: 50px;
	border-bottom: 1px solid #ccc;
	margin: 0 20px;
	font-size: 15px;
	line-height: 50px;
	color: #999;
}

#page-location {
	color: #000;
}

#page-content {
	min-width: 960px;
	margin: 0 20px;
	padding-top: 12px;
}
/*日历控件外框样式*/
.wdatebox {
	background-color:#fff;
	border:1px solid #bbb;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #eee;
	margin-top: 1px;
}