/***
* @头部， 内容区域， 尾部三大快;
*/
.header {
	position: static;
	left: 0;
	top: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.18);
	z-index: 999;
}

.bodyer {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 20px;
	right: 0;
}

.footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 20px;
	font-size: 14px;
}

/**
    header的一些按钮和字体样式---start
*/
.title {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.lang-preview {
	margin-right: 4px;
}

/**
    header的一些按钮和字体样式---start
*/

/**
左侧分页导航栏
*/

#left-nav {
	width: 320px;
}

#left-list {
	padding: 0;
	background: #FFFFFF;
	position: relative;
	border-radius: 0px 14px 0px 0px;
}

#left-list.hide {
	/* margin-left: -500px; */
}

.left-top {
	margin-right: 0;
	height: 48px;
	background: #DBDEEA;
	border-radius: 0px 14px 0px 0px;
}

.btn.retract {
	width: 48px;
	height: 48px;
	background: #4E6EF1;
	color: #fff;
}

.btn.retract:hover {
	background: #425ece;
	color: #fff;
}

.btn.addli {
	margin-top: 7px;
	height: 35px;
	background: #FFFFFF;
	border-radius: 20px;
}

.btn.addli:hover {
	background: #425ece;
	color: #fff;
}

.left-btm {
	height: calc(100% - 48px);
	overflow-y: auto;
}

.left-nav {
	padding: 20px 15px 0 35px;
	counter-reset: inc 0;
}

.left-nav li {
	padding: 12px 0;
	background: #fff;
	margin-bottom: 22px;
	border: 1px solid #DDE0E4;
	border-radius: 10px;
	position: relative;
	text-align: center;
	/* padding-top: 20px; */
	list-style: none;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}

.left-nav li:hover {
	border-color: #4E6EF1;
	background: #F5F7F9;
}

.left-nav li.active {
	background: #F5F7F9;
	border: 2px solid #4E6EF1;
}

.left-nav li:before {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	counter-increment: inc;
	content: counter(inc);
	position: absolute;
	top: 6px;
	left: -26px;
	font-size: 14px;
	color: #666666;
}

.left-nav .clone i.fa,
.left-nav .trash i.fa {
	vertical-align: middle;
}

.left-nav .clone,
.left-nav .trash {
	opacity: 0;
	position: absolute;
	bottom: -14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #4E6EF1;
	color: #ffffff;

	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}

.left-nav .clone {
	right: 52px;
}

.left-nav .trash {
	right: 15px;
}

.left-nav li:hover .clone,
.left-nav li:hover .trash,
.left-nav li.active .clone,
.left-nav li.active .trash {
	opacity: 1;
}

.left-nav .form-control {
	width: 100%;
	resize: none;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	border: none;
	background: transparent;
}

.left-nav li.active .form-control {
	color: #4E6EF1;
}


/**
控件栏
*/
ul.ui-list {
	padding: 2px;
	font-size: 15px;
}

ul.ui-list li {
	padding-top: 4px;
	list-style: none;
}

ul.ui-list li a.btn {
	padding: 0em 1rem !important;
}

#content-nav {
	/* width: 100%; */
	margin: 0 auto;
}

#content-nav>li {
	list-style: none;
}

/**
toggle.css
*/

.toggle {
	position: relative;
	top: 6px;
	background-color: #4E6EF1;
	border-radius: 60px;
	color: white;
	width: 46px;
	height: 26px;
	overflow: hidden;
	*zoom: 1;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: initial;
	cursor: pointer;
}

.toggle:before,
.toggle:after {
	display: table;
	content: "";
}

.toggle:after {
	clear: both;
}

.toggle.toggle-off {
	background-color: #cbd2d8;
}

.toggle.toggle-off .toggle-radio {
	top: 6px;
	left: 0;
	background-position: left center;
	margin-left: 0.5px;
	z-index: 1;
}

.toggle.toggle-off .toggle-radio:first-child {
	left: -120%;
}

.toggle .toggle-radio {
	background: url("../images/icon-on.png") right center no-repeat;
	display: block;
	height: 24px;
	left: 120%;
	top: 1px;
	position: relative;
	text-align: center;
	z-index: 2;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	cursor: pointer;
}

.toggle .toggle-radio:first-child {
	margin-bottom: -29px;
	left: 0;
}

.toggle input {
	display: none;
	position: absolute;
	outline: none !important;
	display: block\9;
	opacity: 0.01;
	filter: alpha(opacity=1);
	zoom: 1;
}

/*
.toggle.toggle-icon {
	border-radius: 6px 7px 7px 6px;
}

.toggle.toggle-icon.toggle-off {
	border-radius: 7px 6px 6px 7px;
}

.toggle.toggle-icon.toggle-off .toggle-radio {
	background-image: url("../images/block-off.png");
	background-position: 0 0;
}

.toggle.toggle-icon .toggle-radio {
	background-image: url("../images/block-on.png");
	background-position: 62px 0;
	border-radius: 6px;
	min-width: 27px;
	text-align: right;
}

.toggle.toggle-icon .toggle-radio:first-child {
	text-align: left;
} */

.modal-content {
	border: none;
	padding: 30px 0;
	border-radius: 10px;
}

.modal-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.modal-content .form-group {
	overflow: hidden;
	margin-bottom: 12px;
}

.modal-content .form-control {
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
}

.modal-content .form-control:hover {
	border-color: #4E6EF2;
}

/* .modal-content input[type="file"]{
	height: 33px;
	background: #FAFAFA;
	border: 1px solid #999999;
	border-radius: 4px;
}
.modal-content input[type="file"]:hover{
	background: #4E6EF2;
	border: 1px solid #4E6EF2;
	color: #ffffff;
} */

#build {
	height: 34px;
	background: #4E6EF2;
	color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
}

#build:hover {
	background: #425ece;
	color: #fff;
}



.toolbar-container {
	border-bottom: 1px solid #ccc;
}

.editor-container {
}

*[dir='rtl'] {
	text-align: right;
	direction: rtl;
}

.isOpened {
	position: absolute;
	z-index: 1;
}
.w-e-full-screen-container{
	z-index: 999 ;
}
.row-flex {
	display: flex;
}

.flex-content {
	padding: 33px 50px 0;
	flex: 1;
	margin: 0 auto;
}

.toolbar-container[disabled="disabled"] {
	opacity: .8;
	cursor: not-allowed;
	pointer-events: none;
}

.editor-container[disabled="disabled"] {
	pointer-events: none;
}
