.mooRainbow{
	z-index: 105;
}

.cmfeditor_datas {
	float: left;
	width: 640px;
	height: 100%;
	display: inline-block;
	margin: 0;
	overflow: scroll;
	position: relative;
	line-height: normal;
}

.cmfeditor_datas_color {
	background-color: #ffffff;
	float: right;
	width: calc(100% - 360px);
	max-width: calc(100% - 360px);
	height: calc(100% - 35px);
	border: 1px solid #808080;
	display: inline-block;
	margin-right: 10px;
	overflow: auto;
	position: relative;
	line-height: normal;
}

.cmfeditor_datas_background {
	background: url('/modul/cmfeditor/images/grid.png');
}

.cmfeditor_buttons {
	float: right;
	background: #EEEEEE;
	width: calc(100% - 48px);
	height: 10%;
	border: 1px solid #808080;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	overflow: auto;
}

.cmfeditor_items {
	float: right;
	background-color: #EEEEEE;
	width: 300px;
	height: calc(100% - 35px);
	border: 1px solid #808080;
	display: inline-block;
	margin-top: 0;
	margin-right: 10px;
	overflow: auto;
}

.cmfeditor_window {
	height: 100%;
	width: 100%;
	display: block;
	overflow: visible; 
}

.cmfeditor_item {
	display: table;
	position: absolute;
	top:10px;
	left: 10px;
	/*background-color: #fff;*/
	/*border: 1px solid #808080;*/
	color: #000;
	padding: 3px;
}

.cmfeditor_item:hover {
	border: 1px solid #808080;
}

.cmfeditor_item_move {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #4098F7;
	color: #fff;
}

.cmfeditor_item_move_right {
	display: none;
	text-align: center;
	width: 10px;
	background-color: #4098F7;
	color: #fff;
	float: right;
	cursor: grab;
}

.cmfeditor_item_move_right:hover, .cmfeditor_item:hover .cmfeditor_item_move_right{
	display: inline-block;
}

.cmfe_items_label {
	display: inline-block;
	cursor: nw-resize;
}

.cmfe_items_label:hover {
	background-color: #fff;
}

.cmfe_items_label input[type="text"], .cmfe_items_label select{
	width: 100%;
	cursor: nw-resize;
}

.cmfe_items_label textarea{
	width: 100%;
	height: 100%;
	cursor: nw-resize;
}

.cmfe_poz_size {
	display: inline-block;
	width: 100px;
}

.cmfe_serialize_readonly{
	background-color: #e8e8e8;
}

.cmfeditor_window h1 {
	margin: 0;
	padding: 5px;
	font-size: 21px;
}

.radio_elem_name, .select_elem_name{
	width: 240px !important;
}

.radio_elem_value, .select_elem_value{
	width: 102px !important;
}

.icon_removeme::before	{
	content: "\f00d";
	font-size: 14px;
	padding: 0;
	cursor: pointer;
	color: #ff0000;
}

.cmfe_vline	{
	width: 100%;
	background-color: #000;
}

.cmfe_hline	{
	height: 100%;
	background-color: #000;
}

.cmfe_page_bar, .cmfe_buttons_bar	{
	width: 100%;
	height: calc(50% - 25px);
	display: table;
	padding: 5px 0;
}

.cmfe_page_bar {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.cmfe_page_row {
	width: 100%;
	display: block;
}

.cmfe_page_name {
	width: 40%;
	display: inline-block;
	color: #000000;
	text-align: left;
}

.cmfe_page_value {
	width: 55%;
	display: inline-block;
	text-align: left;
	color: #000000;
}

.cmfe_buttons_bar input[type="button"] {
	width: 120px;
}