﻿@CHARSET "UTF-8";

body {
	/* 	font-family: Arial, "微软雅黑", "宋体", sans-serif; */
	font-family: "Helvetica Neue", helvetica, "Hiragino Sans GB",
		"Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 13px;
}

input,label,textarea,button,fieldset,legend {
	/* 	font-family: Arial, "微软雅黑", "宋体", sans-serif; */
	font-size: 13px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
}

.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 #BBB;
	background-color: #FCFCFC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	padding: 0 5px;
	vertical-align: middle;
	outline: 0;
/* 	-webkit-transition: .3s linear border; */
/* 	-moz-transition: .3s linear border; */
/* 	-ms-transition: .3s linear border; */
/* 	-o-transition: .3s linear border; */
/* 	transition: .3s linear border; */
}

/* .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 #BBB;
	background-color: #FCFCFC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	padding: 4px 5px;
	outline: 0;
}

.disabled {
	background-color: #F0F0F0;
	color: #AAA;
	cursor: not-allowed;
}

.readonly {
	background-color: #F0F0F0;
}

.label {
	color: #808080;
	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 {
	display: inline-block;
	height: 30px;
	line-height: 29px;
	font-size: 13px;
	background-color: #F2F2F2;
	border: 1px solid #BBB;
	border-radius: 3px;
	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);
}

.btn i {
	margin-right: 5px;
	vertical-align: bottom;
}

a.btn {
	text-decoration: none;
}

.btn-small {
	height: 26px;
	line-height: 25px;
	padding: 0 8px;
	font-size: 13px;
}

.btn:hover {
	background-color: #e0e0e0;
}

.btn-primary {
	color: #FFF;
	background-color: #43A3F3;
	border-color: #43A3F3;
}

.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;
}

.required {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}

.help {
	color: #3399FF;
	margin-right: 5px;
	cursor: pointer;
}

.table {
	border-collapse: collapse;
	border-spacing: 0;
}

.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;
}