/** 基础通用 **/
.wh-f {
	width: 100%
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
/** 字体颜色 **/
.dark {
	color: #333 !important
}

.white {
	color: #FFF !important
}

.red {
	color: #DD5A43 !important
}

.red2 {
	color: #E08374 !important
}

.red3 {
	color: #FF0000 !important
}

.light-red {
	color: #F77 !important
}

.blue {
	color: #478FCA !important
}

.light-blue {
	color: #93CBF9 !important
}

.green {
	color: #69AA46 !important
}

.light-green {
	color: #B0D877 !important
}

.orange {
	color: #FF892A !important
}

.orange2 {
	color: #FEB902 !important
}

.light-orange {
	color: #FCAC6F !important
}

.purple {
	color: #A069C3 !important
}

.pink {
	color: #C6699F !important
}

.pink2 {
	color: #D6487E !important
}

.brown {
	color: brown !important
}

.grey {
	color: #777 !important
}

.light-grey {
	color: #BBB !important
}

.yellow {
	color: #FFFF00 !important
}

/** 背景颜色 **/
.bg-dark {
	background-color: #333 !important
}

.bg-white {
	background-color: #FFF !important
}

.bg-red {
	background-color: #DD5A43 !important
}

.bg-red2 {
	background-color: #E08374 !important
}

.bg-light-red {
	background-color: #F77 !important
}

.bg-blue {
	background-color: #478FCA !important
}

.bg-light-blue {
	background-color: #93CBF9 !important
}

.bg-green {
	background-color: #69AA46 !important
}

.bg-light-green {
	background-color: #B0D877 !important
}

.bg-orange {
	background-color: #FF892A !important
}

.bg-orange2 {
	background-color: #FEB902 !important
}

.bg-light-orange {
	background-color: #FCAC6F !important
}

.bg-purple {
	background-color: #A069C3 !important
}

.bg-pink {
	background-color: #C6699F !important
}

.bg-pink2 {
	background-color: #D6487E !important
}

.bg-brown {
	background-color: brown !important
}

.bg-grey {
	background-color: #777 !important
}

.m5 {
	margin: 5px
}

.m10 {
	margin: 10px
}

.m15 {
	margin: 15px
}

.m20 {
	margin: 20px
}

.p5 {
	padding: 5px
}

.p10 {
	padding: 10px
}

.p15 {
	padding: 15px
}

.p20 {
	padding: 20px
}

.pt5 {
	padding-top: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.mt2 {
	margin-top: 2px;
}

.mr2 {
	margin-right: 2px;
}

.mb2 {
	margin-bottom: 2px;
}

.ml2 {
	margin-left: 2px;
}

.mt5 {
	margin-top: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}


.mt10 {
	margin-top: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml0 {
	margin-left: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml20 {
	margin-left: 20px;
}

.container-div {
	padding: 0px 25px;
	height: 100%;
}

.search-collapse, .grid-table {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	margin-top: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.grid-table #toolbar button {
	margin-top: 3px
}

/**
@media ( max-width : 768px) {
	.search-collapse {
		display: none;
	}
}
**/
.search-collapse div {
	padding: 0px 0px 0px 0px;
}

.search-collapse .row {
	padding: 0px 0px 5px 0px;
	margin-left: 0;
	margin-right: 0;
}

.search-collapse label {
	padding: 0;
	margin: 0px;
	text-align: right;
	height: 28px;
	padding-top: 4px;
	color: #000;
}

.search-collapse label span {
	margin-top: 5px;
}

.search-collapse input {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	width: 100%;
	height: 28px;
}

.search-collapse select {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	width: 100%;
	height: 28px;
}

.con-box {
	font-size: 14px;
	font-weight: bold;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 6px 2px;
}

.table>tbody>tr>td input[type=text] {
	height: 25px
}

.cbox {
	width: 16px;
	height: 16px;
	display: inline;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div, input[type=checkbox], input[type=radio] {
	margin-top: 0;
	text-align: center;
}

.ui-autocomplete {
	position: absolute;
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	z-index: 99999999;
}

.ui-corner-all {
	min-height: 24px
}

/** 遮罩层 **/
.loaderbox {
	display: inline-block;
	min-width: 125px;
	padding: 10px;
	margin: 0 auto;
	color: #000 !important;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.loaderbox .loading-activity {
	float: left;
	width: 18px;
	height: 18px;
	border: solid 2px transparent;
	border-top-color: #000;
	border-left-color: #000;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@media ( max-width : 767px) {
	.loading-activity {
		width: 18px;
		height: 18px;
	}
}

.clear {
	clear: both;
}

::-moz-placeholder {
	color: #E3E3E3 !important;
	opacity: 1
}

:-ms-input-placeholder {
	color: #E3E3E3 !important;
}

::-webkit-input-placeholder {
	color: #E3E3E3 !important;
}

input[type=text] {
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
	width: 100%;
	height: 30px;
	color: #000
}

.edit-container select {
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
	width: 100%;
	height: 28px;
}

.edit-content {
	
}

.edit-row {
	padding: 0px 0px 8px 0px !important;
	margin: 0
}

.fee-fieldset {
	border: 1px solid #e5e5e5;
	padding-left: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 3px;
	background-color: #F5F5F5;
}

.fee-fieldset legend {
	width: auto;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height: inherit;
	border-bottom: 0;
	margin-left: 20px;
}

.fee-fieldset .fee {
	margin-bottom: 5px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fee-fieldset .fee div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.input-cream {
	background-color: #FFFFCE;
}

.input-light-grey {
	background-color: #d6d6d6 !important;
}

.trselected {
	background-color: #C7D3A9;
}

.bs-bars {
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}
/**
.layui-layer-title {
	height: 30px !important;
	line-height: 30px !important;
}

.layui-layer-setwin {
	top: 5px !important;
}
**/
.control-label {
	padding-left: 0;
	padding-right: 0;
}

.edit-container .form-control {
	/**height: 25px**/
	color: #000
}

.th-inner {
	padding: 3px !important;
}

.edit-btn-group {
	margin: 0;
	background-color: #D3D3D3;
	padding-top: 5px;
	padding-bottom: 5px
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 16px;
}

/** 表单验证 样式布局 **/
label.error {
	position: absolute;
	right: 18px;
	color: #ef392b !important;
	font-size: 12px
}

.input-group label.error {
	z-index: 99;
	right: 42px
}

.Validform_error, input.error, select.error {
	background-color: #fbe2e2;
	border-color: #c66161;
	color: #c00
}

.Validform_wrong, .Validform_right, .Validform_warning {
	display: inline-block;
	height: 20px;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 25px
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus,
	input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #400080;
	border-color: #F59942;
	background-color: #FFF;
	outline: 0;
	font-weight: bold
}

.btn-group-right {
	padding-left: 0px !important;
}

.btn-group-left {
	padding-right: 5px !important;
}

.btn-smm {
	padding: 0px 2.8px;
	font-size: 14px;
	width:21px;
	height:21px;
	border-radius: 3px
}

.btn-ssm {
	padding: 0px 2.5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
	min-width: 18px;
	min-height: 18px
}

.btn-primary-1 {
	color: #fff;
	background-color: #0BA5DB;
	border-color: #0fa5d7
}

.btn-primary-1.focus, .btn-primary-1:focus {
	color: #fff;
	background-color: #0e87d8;
	border-color: #0d8cd9
}

.btn-primary-1:hover {
	color: #fff;
	background-color: #0e87d8;
	border-color: #0e7dd8
}

.btn-primary-1.active, .btn-primary-1:active, .open>.dropdown-toggle.btn-primary-1 {
	color: #fff;
	background-color: #0e87d8;
	border-color: #0e7dd8
}

.btn-primary-1.active.focus, .btn-primary-1.active:focus, .btn-primary-1.active:hover, .btn-primary-1:active.focus, .btn-primary-1:active:focus, .btn-primary-1:active:hover, .open>.dropdown-toggle.btn-primary-1.focus,
	.open>.dropdown-toggle.btn-primary-1:focus, .open>.dropdown-toggle.btn-primary-1:hover {
	color: #fff;
	background-color: #0e7dd8;
	border-color: #0d8cd9
}

.btn-primary-1.active, .btn-primary-1:active, .open>.dropdown-toggle.btn-primary-1 {
	background-image: none
}

.btn-primary-1.disabled.focus, .btn-primary-1.disabled:focus, .btn-primary-1.disabled:hover, .btn-primary-1[disabled].focus, .btn-primary-1[disabled]:focus, .btn-primary-1[disabled]:hover, fieldset[disabled] .btn-primary-1.focus,
	fieldset[disabled] .btn-primary-1:focus, fieldset[disabled] .btn-primary-1:hover {
	background-color: #0BA5DB;
	border-color: #0fa5d7
}

.btn-primary-1 .badge {
	color: #0BA5DB;
	background-color: #fff
}

/* 单元格自动换行样式 */
.tdCls {
	white-space: normal !important;
	height: auto;
}