.text-editor .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. 
	text-rendering: optimizeLegibility;*/
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE.
	font-feature-settings: 'liga'; */
}

.inputTextEditor {
	/*top: -9999999999px;
	left: -9999999999px;*/
	position: absolute;
	top: -999999px;
	left: -999999px;
	resize: vertical;
}

textarea[class="inputTextEditor"] {
	width: 99%;
	height: 200px;
	box-sizing: border-box;
}

input[type="text"].inputTextEditor {
	width: 99%;
	height: 29px;
	box-sizing: border-box;
}

.iframeTextEditor {
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
	overflow: auto;
	background-color: #fff;
}

div.textEditor {
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	overflow: auto;
	resize: vertical;
	display: inline-block;
	/*position: relative;*/
	-webkit-overflow-scrolling: touch;
	/*overflow-y: scroll;*/
}

div.textEditor iframe {
	border: 0px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	resize: none;
	
}

.text-editor {
	width: 100%;
	max-width: 600px;
}

@media all and (max-width: 799px) {
	.text-editor {
		width: 100%;
	}
}

.text-editor .table {
	border-spacing: 0px;
	display: table;
    border-collapse: separate;
    width: 100%;
    box-sizing: border-box;
}

.text-editor .cell {
	padding: 0px;
	min-width: 25px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}

.text-editor .row {
    display: table-row;
}

@media all and (max-width: 1024px) {
	.text-editor .cell {
		display: inline-block;
		width: 25px !important;
	}
}



.text-editor .puleditor {
	margin: 1px;
	padding: 0px;
	padding-top: 3px;
	border-radius: 3px;
	border: solid 1px #cecece;
	background-color: #eee;
	font-size: 18px;
	cursor: pointer;
	color: #333;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	text-align: center;
}

.text-editor .puleditor.sbiadito {
	background-color: #eee !important;
	pointer-events: none; 
	cursor: default;
}

.text-editor .puleditor:hover {
	background-color: #ddd;
}

.text-editor .puleditor:active {

	position: relative;
	top: 1px;
}

.text-editor select {
	margin: 1px;
	padding: 0px;
	border-radius: 3px;
	border: solid 1px #cecece;
	background-color: #eee;
	font-size: 12px;
	cursor: pointer;
	color: #333;
	height: 25px;
	box-sizing: border-box;
}

.text-editor select:hover {
	background-color: #ddd;
}

.windows_editor, .windows_editorSfondo {
	display: none;
}

.text-editor .windows_editor {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -225px;
	padding: 10px;
	width: 500px;
	height: 450px;
	background-color: #fff;
	border: solid 1px #666;
	border-radius: 5px;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
}

#texteditorimage_load {
	text-align: center;
}
#texteditorimage_load img {
	max-width: 20px;
}

#texteditortable_load {
	text-align: center;
}
#texteditortable_load img {
	max-width: 20px;
}
