/**
 *	This stylesheet will be injected into the content frame
 * 
 */

.empty-editor:after {
	content: "Lorem ipsum dolor";
	cursor: text;
	opacity: 0.4;
}

.empty-editor br {
	display: none;
}

img.ce-in-progress {
	/*outline: 5px solid #26bf72;
	outline-offset: -5px;*/
}

body:not(.editor-overlay-active) *[data-ce-host="true"]:not([contenteditable="true"]):not(:focus):hover {
	outline: 1px dashed #09f;
}

body:not(.editor-overlay-active) *[data-ce-host="true"][contenteditable="true"] [grid-row]:hover [grid-col] {
    outline: 1px dashed rgba(0, 153, 255, 0.5);
}

body:not(.editor-overlay-active) *[data-ce-host="true"][contenteditable="true"] [grid-row] [grid-col]:focus,
body:not(.editor-overlay-active) *[data-ce-host="true"][contenteditable="true"] [grid-row] [grid-col]:hover {
	outline: 1px dashed #09f;
}

body:not(.editor-overlay-active) *[data-ce-host="true"][contenteditable="true"] .slideshow.slick-initialized:focus,
body:not(.editor-overlay-active) *[data-ce-host="true"][contenteditable="true"] .slideshow.slick-initialized:hover {
	outline-offset: 0px;
	outline: 1px dashed #09f;
}

body:not(.editor-overlay-active) *[data-ce-host="true"][contenteditable="true"] .slideshow.slick-initialized.editing {
	outline-offset: 0px;
	outline: 1px dashed #09f;
}

.slideshow.slick-initialized * {
	cursor: default !important;
}

.slideshow.slick-initialized a,
.slideshow.slick-initialized img {
	cursor: pointer !important;
}

[data-ce-host="true"],
[data-ce-host="true"] *:not(img),
[data-ce-host="true"] a {
	cursor: text;
	-webkit-nbsp-mode: initial;
}
