@CHARSET "UTF-8";

body,label,button,fieldset,legend,td {
	font-size: 13px;
}

@media screen and (min-width: 0px) {
	body,label,button,fieldset,legend,td {
		font-family: "Helvetica Neue", helvetica, "Hiragino Sans GB",
			"Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	}
}

input,textarea {
	font-size: 13px;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ul {
	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 {
	font-size: 14px;
}

label {
	margin-right: 10px;
	display: inline-block;
}

.btn.disabled {
	background-color: #E0E0E0;
	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: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -ms-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4, #ececec);
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding: 0 10px;
	color: #333;
	cursor: pointer;
	*overflow: visible;
	vertical-align: middle;
	outline: none;
	-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: #ededed;
	background-image: none;
}

.btn-primary {
	color: #FFF;
	background-color: #43A3F3;
	background-image: none;
	border-color: #43A3F3;
}

.btn-primary:hover {
	background-color: #308ef2;
	border-color: #308ef2;
}

.btn-success {
	color: #FFF;
	background: #5FBE5F;
	background-image: none;
	border-color: #5FBE5F;
}

.btn-success:hover {
	background-color: #40a040;
	border-color: #40a040;
}

.btn-fail {
	color: #FFF;
	background: #E05E4E;
	background-image: none;
	border-color: #E05E4E;
}

.btn-fail:hover {
	background-color: #be2d00;
	border-color: #be2d00;
}

.required {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}

.help {
	color: #3399FF;
	margin-right: 5px;
}

.table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table > thead > tr > th {
	line-height: 30px;
	padding: 8px;
}

.table > tbody > tr > td, .table > div, .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;
}

/*弹出框标题尺寸重置*/
.window .panel-title {
	height: 24px !important;
	line-height: 24px !important;
	font-size: 15px !important;
	font-weight: normal !important;
	padding: 5px 0 0 10px;
}

/*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;
}

hr {
	border: none;
	border-bottom: 1px solid #CCC;
	margin: 10px 0;
	width: 100%;
}

fieldset {
	border: 1px solid #CCCCCC;
}

/*手风琴标题尺寸重置*/
.accordion .panel-title {
	height: 24px !important;
	line-height: 24px !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

/*向下展开动画*/
@-webkit-keyframes ani-transform-y{0%{margin-top:-8px;opacity:0}
100%{margin-top:0;opacity:1}
}
@-moz-keyframes ani-transform-y{0%{margin-top:-8px;opacity:0}
100%{margin-top:0;opacity:1}
}
@-ms-keyframes ani-transform-y{0%{margin-top:-8px;opacity:0}
100%{margin-top:0;opacity:1}
}
@keyframes ani-transform-y{0%{margin-top:-8px;opacity:0}
100%{margin-top:0;opacity:1}
}
.ani-transform-y{-webkit-animation-name:ani-transform-y;-moz-animation-name:ani-transform-y;-ms-animation-name:ani-transform-y;animation-name:ani-transform-y;-webkit-animation-duration:.1s;-moz-animation-duration:.1s;-ms-animation-duration:.1s;animation-duration:.1s;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-ms-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-delay:0;-moz-animation-delay:0;-ms-animation-delay:0;animation-delay:0;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;animation-fill-mode:forwards}

.placeholder {
	color: #aaa;
}

.edui-default {
	line-height: normal;
}

.groupbutton {
	padding: 0;
}

.groupbutton-item {
	border-right: 1px solid #d4d4d4;
	display: inline-block;
	padding: 0;
	padding: 0 10px;
}