.iEditor {
	position: relative;
}
.iEditor > span {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 27px;
	display: inline-block;
	position: relative;
}
.iEditor > span > .ie-view-editor {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 25px;
	font-size: 1.0em;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #7a7a7a;
}
.iEditor > form {
	position: relative !important;
	display: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 2px 25px 2px 25px;
	background-color: #f3e3c3;
	/*
	outline: 1px dotted #7a7a7a;
    outline-offset: 2px;
	*/
}
.iEditor > form input, .iEditor > form select, .iEditor > form textarea {
	float: left !important;
    font-size: inherit !important;
    padding: 0px 6px !important;
    height: 100% !important;
    border: 0px !important;
    outline: 1px dashed #f3e3c3 !important;
    outline-offset: -2px;
}
.iEditor > form > .ie-hide-editor {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 25px;
	font-size: 1.0em;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #7a7a7a;
}
.iEditor > form > .ie-form-sender {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 25px;
	font-size: 1.4em;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #7a7a7a;
}
