@import "html_editor_992.css";
/* html editor */

.html-editor .se-content::selection,
.html-editor .se-content ::selection {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2156);
}

.html-editor .se-content::-moz-selection,
.html-editor .se-content ::-moz-selection {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2156);
}

div[contenteditable=false],
div[contenteditable=false] * {
    -moz-user-select: none;
}

div[contenteditable=false] div[contenteditable=true],
div[contenteditable=false] div[contenteditable=true] * {
    -moz-user-select: text;
}

.html-editor {
	width: 100%;
	position: relative;
}

.html-editor.se-editor {
	border: 1px solid var(--bordersedy-dark);
	margin-bottom: 1.14286rem;
}

.html-editor-header {
	width: 100%;
}

.html-editor .se-content.drag_drop_target {
	border: none;
}

.html-editor .se-content {
	padding: 1rem;
	padding-bottom: 2rem;
	min-height: 30rem;
}

.html-editor.white-bg .se-content {
	background-color: var(--bg);
}

.html-editor.resizable .se-content {
       min-height: 10rem;
       overflow-y: scroll;
       resize: vertical;
       height: 10rem;
}

.html-editor .se-app-content {
	padding: 1rem 0;
}

.html-editor .se-content {
	overflow: hidden;
	_overflow: visible; /* for IE */
	_zoom: 1; /* for IE */
}

.html-editor .se-code-back {
	padding: 0.6rem;
	border-bottom: 1px solid #ababab;
}

.html-editor .se-error-msg {
	background: #ffebeb;
	height: 3rem;
	max-width: 50rem;
}

.html-editor .se-loading,
.html-editor .se-progress {
	position: absolute;
	z-index: 20;
	height: 100%;
	width: 100%;
}

.html-editor .se-loading {
	background: #d2d2d2;
}

.html-editor .se-progress {
	background-color: hsla( 0, 0%, 4%, .1);
}

.html-editor .se-loading-content {
	margin: 20%;
}

.html-editor .se-progress-content {
	margin-left: 20%;
	width: 60%;
	position: relative;
	background-color: var(--bg);
	padding: 1rem;
	border: 1px solid var(--bordersedy);
	border-top: 3px solid var(--barva1);
}


.html-editor-header .se-header {
	margin: 0;
	background-color: #f1f1f1;
	color: #4e4e4e;
	font-family: Roboto,Open Sans,Arial,sans-serif;
	z-index: 15;
}

.html-editor.se-editor .se-header {
	border-bottom: 1px solid var(--bordersedy-dark);
}

.html-editor-header .disabled {
	color: #afafaf;
}

.html-editor .html-editor-header .item-visible.disabled:hover {
	background-color: transparent;
	cursor: default;
}

.tools_visible .item-visible.more {
	font-size: 2.6rem;
	letter-spacing: -0.16rem;
}

.tools_visible .item-visible:first-child::before {
	border-left: none;
	width: 0;
}

.html-editor-dropdown .btn:active,
.html-editor-dropdown .btn:hover {
	cursor: pointer;
}

.html-editor-dropdown .btn:hover,
.html-editor-dropdown .btn:active,
.tools_visible .item-visible:hover,
.tools_visible .item-visible:active,
.tools_visible .item-visible.active {
	background-color: #dedbdb;
}

.tools_visible .item-visible > .btn > .row {
	float: left;
}

.html-editor .html-editor-header .item-visible.more {
	line-height: 24px;
}

.tools_show_more .is-dropdown-submenu-item {
	padding: 4px 6px;
}

.tools_show_more > li > div.btn {
	transition: all 0.18s;
	padding: 0 2.9rem 0 2rem;
	height: 3rem;
	line-height: 3rem;
}

.tools_show_more > li > div.btn::after {
	border-top-color: #fff;
	transition: all 0.18s;
	right: 1.5rem;
	border-width: 5px 5px 0;
	margin-top: -2px;
}

.tools_show_more > li:hover > div.btn,
.tools_show_more > li:active > div.btn {
	color: #002776;
	background-color: #dedbdb;
	text-decoration: none;
}

.html-editor-dropdown .color-btn {
	height: 2rem;
	margin: 0.3rem;
}

.html-editor-header .se-header .btn {
	cursor: pointer;
}

.html-editor-hidden {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.se-dropdown {
	width: 300px;
	padding: 0.5rem 0;
}

.se-dropdown .se-img-insert-dropdown {
	margin: 1.5rem 2rem;
}

.se-dropdown-tiny {
	width: 1.5rem;
	height: 1.5rem;
	color: #ffffff;
	background-color: #ababab;
	padding: 0.1rem;
	border: 0px;
	text-align: center;
}

.se-dropdown .se-edit-list-icon {
	font-size: 1.6rem;
}

.se-dropdown .se-blok {
	padding-bottom: 1rem;
}

.html-editor .se-content td,
.html-editor .se-content th {
	height: 25px;
}

.html-editor .se-content:focus {
	outline: none;
}

.html-editor .se-ff-fix {
	height: 3rem;
}

.se-dropdown .form_files_ajax .se-insert {
	margin: 0;
}

.html-editor .html-editor-header {
	height: 40px;
}

.html-editor .html-editor-header .tools_visible {
	height: 40px;
	white-space: nowrap;
}
.html-editor .html-editor-header .tools_visible .submenu {
	white-space: initial;
}

.html-editor.se-editor .html-editor-header .tools_visible {
	padding: 0 10px;
}

.html-editor .html-editor-header .tools_visible .tools_show_more.menu {
	display: inline-block;
/*	position: absolute;
	right: 0;*/
	margin-right: var(--5px);
}

.html-editor .html-editor-header .item-visible {
	display: inline-block;
	white-space: nowrap;
	line-height: 32px;
	vertical-align: bottom;
	text-decoration: none;
	transition: all 0.18s;
	height: 32px;
	width: 32px;
	margin: 4px 0;
	text-align: center;
}

.html-editor .html-editor-header .item-visible:hover {
	background-color: #ccc;
}

.html-editor .html-editor-header .item-visible .odsazeni-zprava {
	margin-right: .5rem;
}

.html-editor .html-editor-header .item-visible.last-in-group:not(.se-last-visible)::before {
	display: block;
	float: right;
	width: 1px;
	background-color: var(--bordersedy-dark);
	height: 32px;
	margin-right: -12px;
	content: "";
}

.html-editor .html-editor-header .item-visible.se-tool-format {
	width: 7.5rem;
	text-align: left;
	padding: 0 1.71429rem 0 .5rem;
	position: relative;
	background-color: var(--input-bg);
	border: 1px solid var(--input-border-color);
	line-height: 2.21428571rem; /* 31px */
	margin-bottom: var(--2px);
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%238a8a8a;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='16 0 8 8 0 0 16 0'/%3E%3C/svg%3E");
	background-size: 10px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
	margin: 0 0 4px 0;
}
.html-editor .html-editor-header .item-visible.se-tool-format.hover { /* je otevřený */
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%238a8a8a;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='0 8 8 0 16 8 0 8'/%3E%3C/svg%3E");
}
.html-editor .html-editor-header .item-visible.se-tool-format::before {
	margin-right: -37px !important;
}

.html-editor .html-editor-header .item-visible .se-icon {
	font-size: 28px;
}

.html-editor .html-editor-header .item-visible .io-kat-ikona {
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	display: inline-block;
	font-size: 20px;
	line-height: 1.6;
	position: relative;
	top: 2px;
}

.html-editor .html-editor-header .item-visible .io-kat-ikona-popis {
	font-size: 0.78rem;
	line-height: 1.2rem;
	width: 100%;
	text-align: center;
}

.html-editor .html-editor-header .item-visible.se-code-off {
	width: 5rem;
}

.html-editor .html-editor-header .item-visible.se-code-off > div {
	position: relative;
}

.html-editor .html-editor-header .item-visible.se-code-off .isi-editor-html {
	margin-right: 0.2rem;
}

.html-editor .html-editor-header .item-visible.se-code-off .isi-x {
	font-size: 1rem;
	color: #8a8a8a;
	position: absolute;
	top: 0;
	right: 0.9rem;
}

.html-editor .html-editor-header .item-visible .se-barva-textu,
.html-editor .html-editor-header .item-visible .se-barva-pozadi {
	display: block;
	width: 18px;
	height: 4px;
	margin-top: -20px;
	margin-left: 7px;
}

.html-editor .html-editor-header .item-visible .se-barva-pozadi {
	width: 22px;
	margin-left: 4px;
}

.html-editor .html-editor-header .item-visible.has-tip {
	border-bottom: 0;
}

.html-editor .html-editor-header .item-visible.item-exp {
	width: 80px;
	text-align: center;
	height: 60px;
}

.html-editor .html-editor-header .items-exp {
	height: 4.2rem;
	width: auto;
}

.html-editor .html-editor-header .items-exp .item-exp:last-of-type {
	float: right;
}

.html-editor .html-editor-header .last-in-group + .item-visible {
	margin-left: 24px;
}

.html-editor .html-editor-header .last-in-group + .item-visible.item-show-more {
	margin-left: 0;
}

.html-editor .html-editor-header .last-in-group + .item-visible.item-show-more {
	margin-left: 0;
}

.html-editor .html-editor-header .item-visible.item-show-more.last-in-group::before {
	background-color: transparent;
}

.se-block-new-line {
	height: 1.5rem;
	cursor: text;
	position: fixed;
	top: -10000;
}

.html-editor pre.se-pre {
	cursor: pointer;
}

pre.se-pre {
	background-color: #e6e6e6;
	font-family: Consolas, Liberation Mono, Courier, monospace;
	color: #3a3a3a;
	border: 1px solid #cacaca;
	font-weight: 400;
	padding: .5rem;
	max-height: 20rem;
}
