/* ---------- layui Start ---------- */
.layui-form-checked[lay-skin=primary] i {
	border-color: #11A3FF!important;
	background-color: #11A3FF;
}
.layui-form-switch {
	border-color: orange;
	background-color: orange;
}
.layui-form-switch em {
	color: #fff!important;
}
.layui-form-switch i {
	background-color: #fff;
}
.layui-form-onswitch {
	border-color: #5FB878;
	background-color: #5FB878;
}
.layui-form-select dl dd.layui-this {
	background-color: #3a6ded;
}
.layui-form-checked span,
.layui-form-checked:hover span {
	background-color: #31A0ED;
}
.layui-form-checked i,
.layui-form-checked:hover i {
	color: #31A0ED;
}
.ulForm .layui-form-switch {
	margin-bottom: 11px;
}
.checkboxIn .layui-form-checkbox {
	margin-bottom: 5px;
}

.layui-layer-title input[type='checkbox'] {
	width: 14px;
	height: 14px;
}
.layui-layer-title .allFiles[type='checkbox']:checked:before {
	top: -14px;
}
.layui-layer-dialog {
	width: auto!important;
}
.layui-layer-btn .layui-layer-btn1 {
	color: #1E9FFF;
	border-color: #1E9FFF;
}
.layui-layer-btn .layui-layer-btn2 {
	color: #fff;
	border-color: orange;
	background-color: orange;
}

.layui-checkbox-disbaled.layui-disabled i {
	color: #F0F0F0;
	background-color: #F0F0F0;
}

.layui-table-tips-main .underline:hover,
.layui-table .underline:hover {
	color: red !important;
}
.layui-table-cell {
	padding: 0 1px;
}
.layui-table-cell,
.layui-table-tool-panel li {
	text-overflow: inherit;
}
/* th .layui-table-cell {
	height: auto;
	line-height: 20px;
	overflow: initial;
    white-space: inherit;
} */
.layui-table-sort {
	margin-left: 0;
}

.layui-laypage {
	margin-bottom: 0;
}

.layui-table-header th > div {
	text-align: center !important;
}
.layui-table-body td > div {
	text-align: left !important;
}
/* ---------- layui End ---------- */

/* ---------- 在线编辑器 Start ---------- */
.editor-box > table {
	width: 100%;
}
.editor-box > table > tbody > tr > td {
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	padding: 5px;
	box-sizing: border-box;
}
.editor-box > table > tbody > tr > td:first-child {
	background-color: #F9F9F9;
	font-weight: bold;
}
.editor-box > table > tbody > tr > td:last-child {
	border-right: 1px solid #E6E6E6;
}
.editor-box > table > tbody > tr:last-child > td {
	border-bottom: 1px solid #E6E6E6;
}
/* ---------- 在线编辑器 End ---------- */

/* ---------- 页签 Start ---------- */
.page-tabs {
	width: 100%;
	height: 30px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
}
.page-tabs.overflow {
	padding: 0 30px;
}
.page-tabs.overflow > i {
	display: inline-block;
}

.page-tabs > i {
	display: none;
	width: 30px;
	line-height: 30px;
	color: #ccc;
	font-size: 20px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
}
.page-tabs .fa-angle-left {
	left: 0;
}
.page-tabs .fa-angle-right {
	right: 0;
}
.page-tabs > i.ok:hover {
	color: #000;
	font-weight: bold;
}
.page-tabs > i.no {
	cursor: no-drop;
}

.page-tabs ul {
	width: 100%;
	height: 100%;
}
.page-tabs li {
	float: left;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 5px;
}
.page-tabs li.active {
	line-height: 28px;
	border-bottom: 2px solid #3a6ded;
}
.page-tabs a {
	display: inline-block;
}
.page-tabs li i {
	line-height: 28px;
	font-size: 16px;
	color: #3a6ded;
	margin-left: 3px;
	cursor: pointer;
}
/* ---------- 页签 End ---------- */

