.msweb_MSEasyJS-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.msweb_MSEasyJS-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(43, 91, 105, 0.18);
	display: none;
}

.msweb_MSEasyJS-loader img {
	position: absolute;
	margin: auto;
	width: 180px;
	height: 100px;
	display: block;
	z-index: 11;
}
.msweb_MSEasyJS-js-container {
	width: 90%;
	background: #f9f9f9;
	margin: 30px;
}

.msweb_MSEasyJS-js-lines {
	width: 60px;
	background: #e5f7ffcc;
	float: left;
	box-shadow: 5px 5px 12px #0000003d
}

.msweb_MSEasyJS-js-aria-editable {
	min-height: 200px;
	float: left;
	background: #ffffff;
	padding: 0 10px;
	box-shadow: 5px 5px 12px #0000003d
}

.msweb_MSEasyJS-js-lines div {
	padding-left: 10px;
}

.msweb_MSEasyJS-btn-save {
	display: table-cell;
	width: 140px;
	background: #24bd31;
	color: #fff;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 1px 4px 8px 0px #006799;
}

.msweb_MSEasyJS-btn-container {
	display: inline-block;
	margin: 40px;
}

.msweb_MSEasyJS-btn-save:hover {
	color: #000;
}

.msweb_MSEasyJS-btn-save:active {
	box-shadow: inset 0 0 3px 2px #0000006b;
	color: #6d6d6d;
}

.container {
	padding: 21px;
}

.msweb-plugins-easy-js-warning {
	background: #ffdca9;
	padding: 10px;
	color: #000;
	font-weight: bold;
	font-size: 12pt;
}