.card-title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.col .sp-preview {
	width: 100%;
	height: 100%;
}

.col .sp-dd,
.small .sp-dd {
	display: none !important;
}

#dur>div>input[type="number"][name="duration"]:hover,
#dur>div>input[type="number"][name="duration"]:focus {
	z-index: 1;
}

#i-clickevent div.content>div.form.remotecontrol {
	height: 45px;
}

#i-clickevent div.content>div.form.remotecontrol>select {
	margin-top: 10px;
}

#i-clickevent div.content>div.form.remotecontrol>input[type=radio]:not(old)+label {
	display: flex;
}

#i-clickevent div.content>div.form.remotecontrol>input[type=radio]:not(old)+label:before {
	line-height: 45px;
}

#i-clickevent div.content>div.form.remotecontrol>input[type=radio]:not(old)+label span {
	line-height: 18px;
	padding-left: 8px;
	padding-top: 3px;
}

#i-clickevent div.content>div.form>input[type=radio]:not(old)+label {
	width: 120px;
	overflow: hidden;
}

#i-clickevent div.content>div.form>input,
#i-clickevent div.content>div.form>select {
	height: 25px;
}

#i-clickevent select[name="serialdevice"],
#i-clickevent select[name="page"],
#i-clickevent select[name="videocontrol"],
#i-clickevent select[name="target"] {
	height: 25px;
}

#i-clickevent div[name="serialdevice"],
#i-clickevent div[name="page"],
#i-clickevent div[name="videocontrol"] {
	top: 25px;
}

#i-clickevent div[name="page"] div.form *,
#i-clickevent div[name="videocontrol"] div.form * {
	width: 100%;
}

/*NEU*/
#i-clickevent ol {
	padding: 0px;
	overflow-y: hidden;
	height: auto;
}

#i-clickevent>div>div.content {
	background: inherit;
}

#i-clickevent ol {
	height: auto;
	min-height: 0px;
	background: inherit;
	margin-left: -7px;
	width: calc(100% + 14px);
}

#i-clickevent ol:empty {
	display: none;
}

#i-clickevent ol:not(.ui-sortable-disabled) {
	counter-reset: item;
}

#i-clickevent ol>li {
	list-style-type: decimal;
	background: white;
	display: list-item;
	padding-right: 0px;
	border-top: 1px dotted rgba(0, 0, 0, .3);
	border-bottom: 1px dotted rgba(0, 0, 0, .3);
	overflow: visible;
	white-space: nowrap;
	height: auto;
	min-height: 33px;
	line-height: 33px;
	position: relative;
	margin-bottom: 3px;
}

#i-clickevent ol:not(.ui-sortable-disabled)>li {
	padding-left: 26px;
}

#i-clickevent ol>li.closed {
	height: 33px;
}

#i-clickevent ol>li div.background {
	position: absolute;
	width: 100%;
	height: 33px;
	padding: 0px;
	margin: 0px;
	background: var(--medium);
	opacity: .8;
}

#i-clickevent ol>li.closed div.background {
	pointer-events: none;
	height: 33px;
}

#i-clickevent ol>li.closed div.properties {
	display: none !important;
}

#i-clickevent ol>li>div.form.header {
	padding: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: absolute;
	top: 0px;
	right: 0px;
}

#i-clickevent ol>li>div.form.header,
#i-clickevent ol>li:before {
	overflow-x: visible;
	color: var(--font-over-medium) !important;
}

#i-clickevent ol:not(.ui-sortable-disabled)>li>div.form:not(.background) {
	width: calc(100% - 25px);
}

#i-clickevent ol:not(.ui-sortable-disabled)>li:not(.sortable-placeholder):before {
	margin-right: 5px;
	font-weight: 500;
	content: counters(item, ".") ".";
	counter-increment: item;
	margin-left: -20px;
	color: inherit;
	position: relative;
	z-index: 1;
}

#i-clickevent ol>li>div.form>label,
#i-clickevent ol>li>div.form.header>select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 1;
	appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

#i-clickevent ol>li>div.form.header>select option {
	color: initial;
}

#i-clickevent ol>li>div.form.header>select,
#i-clickevent ol>li:not(.closed)>div.form>label[name="name"] {
	font-size: inherit;
	font-weight: 500;
	position: relative;
	color: inherit;
	background-color: inherit;
	border: none;
	padding: 0px;
}

#i-clickevent ol>li.closed>div.form.header>select,
#i-clickevent ol>li:not(.closed)>div.form.header>select+label {
	display: none;
}

#i-clickevent ol>li:not(.closed)>div.properties {
	overflow: hidden;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#i-clickevent ol.ui-sortable-disabled>li:not(.closed)>div.properties {
	padding-top: 35px;
}

#i-clickevent ol>li:not(.closed)>div.properties>hr {
	margin: 0px;
}

/* #i-clickevent ol.ui-sortable-disabled>li .form>i.fa-info-circle {
	left: 95px;
 }
#i-clickevent ol.ui-sortable-disabled>li:not(.closed)>div.properties .right {
	width: calc(100% - 110px);
}*/
#i-clickevent ol:not(.ui-sortable-disabled)>li .form>i.fa-info-circle {
	left: 80px;
}

#i-clickevent ol:not(.ui-sortable-disabled)>li:not(.closed)>div.properties .right {
	width: calc(100% - 105px);
}

#i-clickevent ol>li>div.form>i.fa {
	text-align: center;
	width: 12px;

}

#i-clickevent ol>li>div.form>button:last-child {
	margin-right: 7px;
}

#i-clickevent ol>li div.form.header>button.fa,
#i-clickevent ol>li:not(.closed) div.form.header>button.fa:hover {
	border: none;
	background-color: transparent;
}

#i-clickevent ol>li button.fa-chevron-circle-up,
#i-clickevent ol>li button.fa-chevron-circle-down {
	border: none;
	background: transparent;
	right: 6px;
	top: 6px;
	margin-right: 7px;
}

#i-clickevent ol>li button.fa-chevron-circle-up:before,
#i-clickevent ol>li button.fa-chevron-circle-down:before {
	font-size: 16px;
}

#i-clickevent ol>li.closed button.fa-chevron-circle-up {
	display: none;
}

#i-clickevent ol>li:not(.closed) button.fa-chevron-circle-down {
	display: none;
}

#i-clickevent ol:not(.ui-sortable-disabled)>li.closed>div.form>label[name="name"] {
	cursor: n-resize;
}

#i-clickevent ol.ui-sortable-disabled>li label {
	margin-left: 7px;
}

#i-clickevent ol:not(.ui-sortable-disabled)>li>div.form.header>select {
	margin-left: 0px;
}

#i-clickevent ol.ui-sortable-disabled>li>div.form.header>select {
	margin-left: 7px;
}

/* #i-clickevent ol > li:nth-child(odd) {
    background: white;
}*/
.panel .form div.trenner {
	width: 1px;
	height: 25px;
	background-color: var(--medium);
}

.panel .form.flex div.trenner {
	margin-left: 4px;
	margin-right: 8px;
}

.panel .form div.image {
	height: 109px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .2);
	box-sizing: border-box;
	background-image: url(/html5/img/transparent-3.png);
	background-color: white;
}

.panel .form div.image.left {
	width: 109px;
}

.panel .form div.image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.panel .form div.right.one-third {
	display: flex;
	justify-content: space-between;
}

.panel .form div.right.one-third>* {
	width: 64px;
	position: initial !important;
}


.panel .form input.right.half,
.panel .form select.right.half {
	width: calc((100% - 120px) / 2 - 2px);
}

.panel .form input.right.half:first-of-type,
.panel .form select.right.half:first-of-type {
	right: calc((100% - 120px) / 2 + 2px);
}

.sp-preview {
	width: 100%;
	height: 100%;
}

.panel div.flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 25px;
}

.panel .form div.right.flex {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	height: 25px;
}

.panel .form div.right.flex select {
	flex-grow: 1;
	width: 0px;
}

.panel .form.flex,
.panel .form div.right.flex {
	gap: 4px;
}

/* .panel .form div.right.flex>*:not(:last-child),
.panel .form.flex>*:not(:last-child) {
	margin-right: 4px;
} */

.panel .form div.right.flex>div:not(:last-child):not(.select_menu) {
	margin-right: 6px;
	width: auto;
	display: block;
	height: 100%;
}

input[type="file"] {
	-webkit-appearance: none;
	-moz-appearance: none !important;
	appearance: none;
	color: inherit;
}

#alert-dialog input[type=checkbox]:not(old)+label {
	padding: 3px;
}

li div.thumb i.fa.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	width: 100%;
	height: 100%;
}

.ui-menu-item span.charhighlight {
	color: black;
}

.ui-menu-item .ui-state-active span.charhighlight,
.ui-menu-item.ui-state-selected span.charhighlight {
	color: white;
}

.right button.ui-datepicker-trigger {
	position: absolute;
	right: 0px;
	width: 25px;
}

input.hasDatepicker:disabled+button {
	pointer-events: none;
	opacity: .5;
}

.right.sound button {
	width: 25px;
}

.right.sound button.media {
	left: 0px;
}

.right.sound button.delete {
	left: 30px;
}

.right.sound input[type="url"] {
	left: 60px;
	width: 110px;
	opacity: 1;
}

.right.sound button.preview {
	right: 0px;
}

.gradient-color-picker .gradient-colors .right {
	overflow-x: hidden;
}

.gradient-color-picker:not(.linear) .gradient-angle,
.gradient-color-picker.none button[name="add_gradient_color"],
.gradient-color-picker.none .gradient-align,
.gradient-color-picker.qrcode button[name="add_gradient_color"],
.gradient-color-picker.qrcode .gradient-align {
	display: none;
}

.gradient-color-picker .gradient-colors .sp-replacer,
.gradient-color-picker button[name="add_gradient_color"] {
	width: 25px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
}

.gradient-color-picker button[name="add_gradient_color"] {
	right: 0px;
}

.gradient-color-picker .gradient-colors .sp-replacer {
	padding: 2px;
}

.gradient-color-picker:not(.none):not(.qrcode) .gradient-colors .right {
	width: calc(100% - 150px);
	right: 30px;
}

.gradient-color-picker.none .gradient-colors .sp-replacer,
.gradient-color-picker.qrcode .gradient-colors .sp-replacer {
	width: 100% !important;
}

.gradient-color-picker.qrcode .gradient-colors .sp-replacer {
	position: unset !important;
	height: 25px !important;
}

.gradient-color-picker.qrcode .gradient-colors {
	height: 54px !important;
}

.gradient-color-picker.qrcode .gradient-colors>label {
	line-height: 27px !important;
}

.gradient-color-picker.qrcode .gradient-colors .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	background: transparent !important;
}

.gradient-color-picker .sp-replacer .sp-dd {
	display: none;
}

.gradient-color-picker .sp-replacer .sp-preview {
	margin-right: 0px;
	width: 100% !important;
}

.ui-menu .ui-menu-item-wrapper {
	word-wrap: break-word;
}

table.exp {
	width: 100%;
	color: black;
	color: var(--darker);
	/* border-top:1px dotted black; 
	border-top:1px dotted var(--medium); 
	border-bottom:1px dotted black; 
	border-bottom:1px dotted var(--medium);
	margin-bottom:15px; */
}

table.exp th,
table.exp td {
	text-align: center;
	padding: 0px 10px 10px 10px !important;
	border-left: 10px solid var(--lighter);
}

table.exp tr {
	background: white;
}

input.exp::optional {
	border: 1px solid green !important;
}

input.exp::optional:invalid {
	border: 1px solid red !important;
}

input.exp {
	width: 100% !important;
	height: auto !important;
	text-align: center !important;
	padding: 5px !important;
	float: none !important;
	margin-top: 5px !important;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, .4);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, .4);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, .4);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, .4);
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type=checkbox].weekday:not(old)+label {
	font-size: inherit;
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 0px !important;
	text-align: center;
	width: 35px;
	opacity: .8;
}

#settings input[type=checkbox].weekday:not(old)+label {
	box-sizing: border-box !important;
	border: 1px solid rgb(66, 81, 101);
	border: 1px solid var(--medium);
	color: black;
	background-color: white;
	height: 25px;
}

input[type=checkbox]:checked.weekday:not(old)+label {
	text-decoration: none;
	font-weight: 600;
	opacity: 1;
}

input[type=checkbox].weekday:not(old)+label:before,
input[type=checkbox]:checked.weekday:not(old)+label:before {
	display: none;
	content: '';
}

#screen-editor #content {
	top: 60px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	display: block;
	background: rgb(34, 34, 34);
	background: var(--medium);
	overflow: hidden;
}

:not(.xml-editor.status)>select:not(.xml-editor.status):not(.no-arrow) {
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%);
	background-position:
		calc(100% - 15px) 50%,
		calc(100% - 10px) 50%;
	background-size:
		5px 5px,
		5px 5px;
	background-repeat: no-repeat;
	padding-right: 25px !important;
}

.form button {
	top: 0px;
}

body,
.selectable-none {
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* Likely future */
}

.selectable-all {
	-webkit-user-select: all;
	/* Chrome all / Safari all */
	-moz-user-select: all;
	/* Firefox all */
	-ms-user-select: all;
	/* IE 10+ */
	user-select: all;
	/* Likely future */
}

.selectable-text {
	-webkit-user-select: text;
	/* Chrome all / Safari all */
	-moz-user-select: text;
	/* Firefox all */
	-ms-user-select: text;
	/* IE 10+ */
	user-select: text;
	/* Likely future */
}

table.tool-tip td {
	padding: 5px;
	font-size: 13px;
}

table.tool-tip td:first-child {
	width: 50px;
	font-weight: 600;
	font-size: 14px;
}

#options .panel .form>i.fa-info-circle {
	line-height: 25px;
	font-size: 16px;
	left: 100px;
	position: absolute;
}

#options .panel .form label.title,
#options .panel .form .label.title {
	/* width:109px; */
	width: calc(100% - 204px);
}

#options .panel .form>i.fa-info-circle+label.title {
	width: 85px;
}

.CM input,
.CM select,
.CM textarea {
	box-sizing: border-box;
	height: 25px;
}

select {
	padding-left: 0px;
}

.CM input,
.CM textarea {
	padding-left: 6px;
	padding-right: 6px;
}

.wnd .panel .head.removable {
	margin-bottom: 0px;
}

.wnd .panel .content {
	width: 100%;
	height: calc(100% - 66px);
	padding: 8px;
	overflow-y: auto;
	top: 0px;
}

.wnd table td,
.wnd table th {
	padding: 5px;
}

.wnd table label {
	font-weight: normal;
	margin-bottom: 0px;
}

span.button-group {
	background: rgb(66, 81, 101);
	background: var(--medium);
	border-radius: 5px;
	display: block;
	height: inherit;
	width: auto;
	float: left;
	margin-right: 5px
}

span.button-group button {
	margin-right: 0px !important;
}

.rightcorner {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ui-dialog,
.ui-dialog .ui-dialog-content {
	padding: 4px;
}

span.ui-button {
	padding: 0px;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 4px;
	margin-right: 7px;
}

.fa.fa-svg:after {
	content: "SVG";
}

.fa.fa-swf:after {
	content: "SWF";
}

.fa.fa-ai:after {
	content: "AI";
}

.fa.fa-uppercase:before {
	content: "A \f176";
}

.fa.fa-lowercase:before {
	content: "a \f175";
}

.fa.fa-text:before {
	font-family: "Times New Roman", Georgia, serif;
	font-weight: bold;
	font-size: 17px;
	content: "T";
}

.fa.fa-wordwrap:before {
	font-weight: 500;
	font-size: 20px;
	content: "\21b5";
}

.fa.fa-shadow:before {
	content: "\f0c8";
}

.fa.fa-shadow:after {
	font-size: 16px;
	display: block;
	margin-top: -12px;
	margin-left: 6px;
	content: "\f096";
}

.fa.fa-svg:before,
.fa.fa-swf:before,
.fa.fa-ai:before {
	content: url(/html5/img/filetype-border.svg);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/css/images/ui-icons_1d2d44_256x240.png);
	background-position: -65px -16px;
}

option.ico {
	background-repeat: no-repeat !important;
	padding-left: 24px;
}

.ico .ui-icon {
	background-position: left;
}

.box {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline-style: dotted;
	outline-color: lightblue;
	outline-color: var(--light);

	pointer-events: visible;
	z-index: 100px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
	background: rgba(173, 216, 230, .15);
}

.dsp .drop {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#displays .content {
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	display: inline-block
}

#displays #dsp .drop {
	position: absolute;
	background-color: #2a2a2f;
	color: #959595;
	overflow: hidden;
}

#displays .dsp .drop .bgimage,
#displays .dsp .drop .thumbnail {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	width: inherit;
	height: inherit;
	border: 1px solid grey;
}

#displays .dsp .drop .bgimage {
	background-size: cover;
	opacity: .5;
}

#displays #dsp .drop:hover,
#displays #dsp .drop.selected {
	opacity: 1;
	background-color: white;
	color: #334256;
	color: var(--dark);
}

#displays .dsp .drop .text-container {
	position: absolute;
	width: inherit;
	display: none;
}

#displays .dsp .drop:hover .text-container {
	display: block;
}

#displays .dsp .drop:hover .text-container,
#displays #dsp .drop.selected .text-container {
	background-color: rgba(255, 255, 255, .7);
}

#displays #dsp .drop .text-container {
	background-color: rgba(42, 42, 47, .7);
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	overflow: hidden;
}

#displays .dsp .drop .thumbnail div {
	text-align: center;
}

#displays .dsp .drop .thumbnail div img {
	outline: 1px solid white;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
}

#displays .dsp .drop .text-container div,
#displays .dsp .drop .thumbnail div {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: inherit;
	overflow: hidden;
	white-space: nowrap;
	/* padding-left:10px;padding-right:10px; */
}

#displays .dsp .drop .thumbnail div img {
	object-fit: scale-down;
	width: 100%;
	height: 100%;
}

#displays .dsp .drop .text-container.top {
	top: 0px;
}

#displays .dsp .drop .text-container .left {
	text-align: left;

}

#displays #dsp .drop .text-container.top {
	border-top: 1px solid grey;
}

#displays .dsp .drop .text-container.bottom {
	bottom: 0px;
}

#displays .dsp .drop .text-container .right {
	text-align: right;

}

#displays #dsp .drop .text-container.bottom {
	border-bottom: 1px solid grey;
}

#i-slide .foot button.fa-camera {
	padding-left: 4px;
}

#i-slide .foot button {
	position: absolute;
}

#i-slide .foot button:nth-child(1) {
	left: 0px;
}

#i-slide .foot button:nth-child(2) {
	left: 30px;
}

#i-slide .foot button:nth-child(3) {
	left: 60px;
}

#i-slide .foot button:nth-child(4) {
	left: 90px;
}

button i.fa-plus {
	font-size: 8px;
	position: absolute;
	left: 3px;
	top: 3px;

	text-shadow: 1px 1px 1px white,
		1px -1px 1px white,
		-1px 1px 1px white,
		-1px -1px 1px white;
}

.panel button.aligning,
.panel button.flipping {
	float: left;
	width: 25px;
	margin-right: 4px;
	background-image: url(/html5/img/align.png);
	background-repeat: no-repeat;
	background-position-y: center;
	padding: 0px;
}

.panel button.aligning.selected,
.panel button.flipping.selected {
	background-image: url(/html5/img/align-selected.png);
}

.panel button.aligning.a-left {
	background-position-x: 0px;
}

.panel button.aligning.a-center {
	background-position-x: -26px;
}

.panel button.aligning.a-right {
	background-position-x: -52px;
}

.panel button.aligning.a-top {
	background-position-x: -78px;
}

.panel button.aligning.a-middle {
	background-position-x: -104px;
}

.panel button.aligning.a-bottom {
	background-position-x: -130px;
}

.panel button.aligning.a-center-horizontal {
	background-position-x: -156px;
}

.panel button.aligning.a-middle-vertical {
	background-position-x: -182px;
}

.panel button.aligning.a-horizontal {
	background-position-x: -208px;
}

.panel button.aligning.a-vertical {
	background-position-x: -234px;
}

.panel button.flipping.f-horizontal {
	background-position-x: -260px;
}

.panel button.flipping.f-vertical {
	background-position-x: -286px;
}

.background,
.foreground {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

.background {
	overflow: hidden;
}

#screen {
	outline: 1px solid black;
}

ul.ui-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ui-sortable li {
	box-sizing: border-box;
}

.ui-sortable li.ui-state-default.selected span.ui-icon {
	background-color: lightblue;
	background-color: var(--light);
}

.ui-sortable li.ui-state-default {
	color: #2A2A2F;
	cursor: default;
}

.panel ul.ui-sortable.content li.ui-state-default {
	padding: 15px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	box-sizing: border-box;
	background-color: #efefef;
	background-color: var(--lighter);
	color: #1d2d44;
	color: var(--darker);
	border: 1px solid #334256;
	border: 1px solid var(--dark);
	margin: 2px 0px 2px 0px;
	white-space: nowrap;
	overflow: hidden;
}

.panel ul.ui-sortable.content li.ui-state-default.selected {
	background-color: #334256;
	background-color: var(--dark);
	color: white;
	color: var(--light);

}

button {
	cursor: pointer;
}

button i,
button span,
button label {
	pointer-events: none
}

/* button i.fa{
	margin-right:5px;
} */
#o-list ul.ui-sortable li.ui-state-default {
	position: relative;
	border-top: 0;
	border-top: 1px solid rgb(66, 81, 101);
	border-top: 1px solid var(--medium);
	height: 45px;

	outline: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 45px;
	line-height: 140%;
}

button,
input {
	font-family: 'Open Sans', sans-serif;
}

p {
	margin: 0px;
}

.pool.instance#pixabay:not(.closed) .options.second-panel button.pixabay {
	display: none;
}

.pool.instance#pixabay.closed .options.second-panel a {
	display: none;
}

.panel:not(.root) {
	margin: 5px;
}

ul .panel:not(.root) {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

div.panel:not(.root):not(.nohead):not(.searching) .wrapper {
	border: 1px solid black;
	border: 1px solid var(--medium);
	overflow: hidden;
	border-radius: 4px;
}

div.panel.dialog {
	border: none;
	border-radius: 0px;
}

.panel {
	position: relative;
	padding: 0px;
	display: block;
	width: auto;
	height: auto;
	background: transparent;
	box-sizing: border-box;
}

div#extras .content>div>.panel {
	min-height: 140px;
	border: 1px solid black;
	border: 1px solid var(--medium);
	overflow: hidden;
	border-radius: 4px;
}

.panel.closed:not(.searching):not(.footer),
.panel.empty {
	height: 30px;
	min-height: 30px !important;
	overflow: hidden;
}

.panel.closed>.wrapper>.content,
.panel.closed+div.panel.footer {
	visibility: hidden;
	display: none;
}

.panel.footer {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	margin-top: -8px;
	margin-bottom: -5px;
	position: sticky;
	bottom: -5px;
	height: 55px;
	background-color: inherit;
}

.panel.footer .wrapper {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	height: 50px;
}

.panel:not(.footer).closed {
	border-radius: 4px !important;
}

.panel .form {
	display: block;
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	overflow: hidden;
}

.panel .form>.form.right {
	margin-top: 0px;
	margin-bottom: 0px;
}

.panel .form label.title,
.panel .head,
.panel .content {
	margin: 0px;
	display: block;
	position: relative;
	padding: 0px;
}

.panel .form.disabled {
	opacity: .5;
	pointer-events: none;
}

.panel ul {
	display: block;
	position: relative;
	overflow: hidden;
}

.select .thumb,
.panel .dropbutton .thumb {
	width: inherit;
	height: inherit;
	background: transparent;
}

img.thumb {
	object-fit: contain;
}

div.thumb,
.select .thumb,
.panel .dropbutton .thumb {
	display: block;
	box-sizing: border-box;
	margin: 0px;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.panel li.select .thumb {
	background-size: cover;
}

#extras .select,
#extras .panel .dropbutton {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}

.select,
.panel .dropbutton {
	float: left;
	display: block;
	position: relative;
	margin: 2px;
	box-sizing: border-box;
	overflow: hidden;
}

.panel .dropbutton {
	background: transparent;
}

.select {
	background-color: white;
	background-repeat: repeat;
	background-image: url(/html5/img/transparent-2.png);
	outline: 1px solid lightblue;
	outline: 1px solid var(--medium);
}

.select .thumb:hover {
	border: 1px solid black;
	border: 1px solid var(--darker);
}

div.data.Media table {
	background-color: rgba(0, 0, 0, .2);
	background-repeat: repeat;
	background-image: url(/html5/img/transparent-3.png);
}

/* div.data.Color table {
	background-color: white;
	background-repeat: repeat;
	background-image: url(/html5/img/transparent-2.png);
} */

.select.selected {
	outline: 2px solid rgb(66, 81, 101);
	outline: 2px solid var(--medium);
}

.contextmenu .select.selected {
	outline: 2px solid white;
	outline: 2px solid var(--lighter);
}

.select:not(.selected):hover {
	outline: 1px solid rgb(66, 81, 101);
	outline: 1px solid var(--medium);
}

#pages {
	display: flex;
	overflow: hidden;
}

#pages>ul {
	position: relative;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex: 1 1 0%;
}

#pages>ul>li {
	flex-shrink: 1;
	min-width: 10px;
	max-width: 25px;
	overflow: hidden;
}

.panel .foot .form {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.panel .form .right.halfright {
	width: 110px;
	right: 0px;
}

.panel .form .right button.fa-trash-o {
	position: absolute;
	right: 0px;
}

.panel .form .right:not(.flex) select,
.panel .form .right:not(.flex) input,
.panel .form .right:not(.flex):not(.half) button:not(.flipping):not(.aligning) {
	position: absolute;
	top: 0px;
	float: left;

}

.panel .form .toggle-group {
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.panel .form .toggle-group>* {
	position: relative !important;
}

.panel .form .toggle-group>input {
	width: 0px;
	border-right: none !important;
	flex: 1 1 0%;
}

.panel .form .toggle-group>.toggle-button {
	flex: 0 0 0%;
	width: 25px;
	height: 25px;
	box-sizing: border-box !important;
	border: 1px solid rgb(66, 81, 101);
	border: 1px solid var(--medium);
	border-left: none !important;
	color: black;
	background-color: white;
}

div.toggle-button input[type=checkbox]:not(old)+label {
	width: 25px;
	height: 25px;
	text-align: center;
}

div.toggle-button input[type=checkbox]:not(old)+label:before {
	content: "\f067";
}

div.toggle-button input[type=checkbox]:not(old):checked+label:before {
	content: "\f068";
}

.panel:not(.pool) .content {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.panel .form label.title,
.panel .form .right {
	position: absolute;
	top: 0px;
	height: inherit;
}

.panel .form input.right {
	padding: 0px !important;
}

.panel .form label.title {
	line-height: 25px;
}

.panel .form .right {
	width: calc(100% - 120px);
	right: 0px;
	display: block;
	overflow: hidden;
}

.wnd .form .right {
	width: calc(100% - 120px);
}

.panel.dialog .form {
	font-size: 14px !important;
	font-weight: normal !important;
}

.panel.dialog .form.indent {
	padding-left: 20px !important;
}

.panel.dialog .form>label {
	font-weight: normal !important;
}

.panel.dialog .form .right {
	width: 66% !important;
}

.panel .form input.right.inputselect {
	width: calc(100% - 140px);
	right: 20px;
	border-right: none;
}

#items .panel .form .right {
	width: 66%;
}

.panel .form .stretch {
	width: 100%
}

.panel .form label.title {
	box-sizing: border-box;
	left: 0px;
	display: table-cell;
	vertical-align: middle;
}

.panel .form .math-number>* {
	position: absolute;
	margin-right: 0px !important;
	top: 0px;
}

.panel .form .math-number>input[type="text"],
.panel .form .math-number>input[type="text"]:disabled {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	width: calc(50% - 22px);
}

.panel .form .math-number>input[type="number"] {
	color: transparent !important;
	width: calc(50% - 2px);
}

.panel .form .math-number.single>input[type="text"] {
	width: calc(100% - 22px);
}

.panel .form .math-number.single>input[type="number"] {
	width: calc(100% - 2px);
}

.panel .form .math-number.chained>input[type="text"] {
	width: calc(50% - 32px);
}

.panel .form .math-number.chained>input[type="number"] {
	width: calc(50% - 12px);
}

.panel .form .math-number>input[type="text"][name="top"] {
	right: 22px;
}

.panel .form .math-number.chained>input[type="text"][name="height"] {
	right: 22px;
}

.panel .form .math-number>input[type="number"][name="top"],
.panel .form .math-number>input[type="number"][name="height"] {
	right: 0px;
}

.panel .form .math-number.chained>span.chain {
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

/*
<input type="number" name="left" onchange="SEdit.setPropertyHandler(this)" tabindex="-1" style="position: absolute; left: 0px; width: calc(50% - 2px);">
<input type="number" name="top" onchange="SEdit.setPropertyHandler(this)" tabindex="-1" style="position: absolute; right: 0px; width: calc(50% - 2px);">
<input type="text" name="left" oninput="SEdit.stringToNumber(this, false);" onchange="SEdit.stringToNumber(this, true)" tabindex="3" style="position: absolute; left: 0px; width: calc(50% - 22px); ">
<input type="text" name="top" oninput="SEdit.stringToNumber(this, false);" onchange="SEdit.stringToNumber(this, true)" tabindex="4" style="position: absolute; right: 22px; width: calc(50% - 22px);">*/
.panel .form .inputselect input {
	width: 176px;
	left: 0px;
}

.panel .form .inputselect input,
.panel .form .rangenumber input,
.panel .form .colornumber input {
	position: absolute;
}

.panel .form .rangenumber input[type="range"],
.panel .form .colornumber input[type="color"] {
	width: 130px;
}

.panel .form .rangenumber input[type="number"],
.panel .form .colornumber input[type="number"] {
	width: 65px;
	right: 0px;
}

.panel .form .rangenumber input[type="number"]+input[type="text"] {
	width: 42px;
	right: 27px;
}

.panel .form .inputselect select,
.panel .form .inputselect i {
	width: 25px;
	position: absolute;
}

table button {
	margin-right: 5px
}

.panel .form .inputselect i {
	pointer-events: none;
	padding-top: 0px;
	padding-left: 10px;
	line-height: 25px;
}

input[type=checkbox].button:not(old)+label,
table button,
button.fa,
.panel .form button,
.panel .form input[type="color"],
li.ui-state-default.page {
	border-radius: 5px;
}

.panel .form .inputselect i,
.form .inputselect select {
	left: 175px;
}

li.ui-state-default.page {
	float: left;
	margin: 0px 3px 0px 0px;
	cursor: pointer;
}

input[type=checkbox].button:not(old)+label,
.panel .form,
.panel .form input,
.panel .form select,
table button,
button.fa,
.panel .form button,
.panel .form .inputselect i,
li.ui-state-default.page,
.ui-selectmenu-button {
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	/* margin: 0px !important; */
}

.form input:not([type="checkbox"]):not([type="radio"]),
.form select {
	display: block;
}

tr.inner hr {
	opacity: .3;
	margin: 0px;
}

.panel hr,
tr hr {
	height: 8px;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .3) 728px, rgba(0, 0, 0, .3) 728px, transparent 100%);
	border: 0;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.panel .vr {
	width: 1px;
	height: 25px;
	display: block;
}

.panel hr,
.panel .vr {
	border: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/css/images/ui-icons_222222_256x240.png);
}

.panel textarea:not(.col),
input[type=checkbox].button:not(old)+label,
.panel input:not(old):not(.col):not([type="range"]),
.panel select:not(.col),
.ui-selectmenu-button:not(.col),
table button,
button.fa,
.panel .form button.fontsmenu,
.panel button:not(.icons),
.panel .inputselect i,
li.ui-state-default.page:not(.selected) {
	box-sizing: border-box !important;
	border: 1px solid rgb(66, 81, 101);
	border: 1px solid var(--medium);
	color: black;
	background-color: white;
}

.panel .form button.fontsmenu {
	border-radius: 0px !important;
	background-color: transparent !important;
}

.panel button.fa.hovered-icon {
	background-color: inherit;
	border: none;
}

.panel button.fa.hovered-icon.invert:not(:hover) {
	color: #efefef !important;
	text-shadow: 1px 1px 1px black,
		1px -1px 1px black,
		-1px 1px 1px black,
		-1px -1px 1px black;
}

.panel button.fa.hovered-icon.refresh:hover:before {
	content: "\f021";
}

input[type=checkbox].button:not(old)+label,
.ui-selectmenu-button:not(.col),
table button,
.panel button:not(.selected):not(.edit):not(.icons),
li.ui-state-default.page:not(.selected) {
	color: inherit !important;
}

textarea {
	resize: none;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-state-disabled.ui-menu-item {
	white-space: nowrap;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	line-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

input:not([type="button"]),
textarea,
keygen,
select,
button,
.ui-selectmenu-button {
	text-rendering: auto;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	margin: 0em 0em 0em 0em;
	font-size: 13px;
	font-family: inherit;
}

li.panel {
	background: transparent;
}

.panel .form button#pixabay {
	width: 25px;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

.panel input,
.panel select,
.panel button {

	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

button.fa:focus {
	border: 1px solid var(--dark);
}

input[type=checkbox].button:not(old)+label,
button.fa,
.panel button.fa,
li.ui-state-default.page {
	width: 25px;
	text-align: center;
}

.panel .form label.title {
	font-size: 12px;
}

.panel .form.head {
	background: #556c8c;
	background: var(--darker);
	border-bottom: 1px solid white;
}

.panel li .head button:not(.selected),
.panel .form.head input,
.panel .form.head button,
.panel .form.head select {
	background-color: inherit;
	top: 2px;
	color: inherit !important;
	border: none !important;
}

.panel input:not([type="checkbox"]):not([type="radio"]),
.panel select {
	text-indent: 5px;
}

.panel .wrapper {
	width: inherit;
	background: #efefef;
	overflow: hidden;
}

.panel .head {
	height: 30px;
	width: inherit;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	color: #fafafa;
	cursor: pointer;
	display: block;
	background-color: #334256;
	background-color: var(--dark);
	box-sizing: border-box;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.panel.two .head {
	background-color: #556c8c
}

.panel .foot {
	width: inherit;
	line-height: 15px;
	display: block;
	background-color: transparent;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 4px;
	border-top: 1px solid rgb(66, 81, 101);
	border-top: 1px solid var(--medium);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
}

.panel .head i {
	position: absolute;
	top: 7px;
}

.panel .head i:first-child {
	width: 20px;
	text-align: center;
}

.panel .head i:last-child {
	right: 6px;
	top: 6px;
	font-size: 16px;

}

.panel.closed .head .boxes {
	display: none;
}

.panel .wrapper .head:not(.removable) i:last-child:not(.fa-plus-circle):before,
.panel:not(.empty)>.head:not(.removable) i:last-child:before {
	content: "\f139";
	/* content: "\f077"; */
}

.panel.closed .wrapper .head:not(.removable) i:last-child:before,
.panel.closed:not(.empty)>.head:not(.removable) i:last-child:before {
	content: "\f13a";
	/* content: "\f078"; */
}

.panel .head.removable i:last-child:before {
	content: "\f00d";
}

.panel .head.removable i:last-child {
	top: 3px;
	right: 7px;
	font-size: 22px;
	cursor: pointer;
	background-color: inherit
}

.panel .foot button {
	margin-right: 5px;
}

.panel .head i.fa.folder:before {
	content: "\f07c" !important;
}

.panel.closed i.fa.folder:before {
	content: "\f07b" !important;
}

.panel input:not(old):not(.col):not([type="range"]):disabled,
.panel :not(.selectgroup)>select:not(.col):not(.inputselect):not(.opague):disabled {
	background: rgba(255, 255, 255, .3) !important;
	border: 1px dotted rgba(0, 0, 0, .3) !important;
	-webkit-appearance: none;
	-moz-appearance: none !important;
	appearance: none;
}

.panel div.form.head select:not(.col):not(.inputselect):disabled {
	background: transparent !important;
}


.panel select[name="concat"]:disabled {
	color: rgba(0, 0, 0, 0);
}

.ui-widget-content select:disabled {
	opacity: .3
}

.form input:disabled {
	background: transparent !important;
	border: none !important;
	cursor: default !important;
}

input[type=range]::-webkit-slider-thumb,
input[type=range]::-moz-range-thumb,
input[type=range]::-ms-thumb {
	cursor: pointer;
}

input[type=range]:disabled::-webkit-slider-thumb,
input[type=range]:disabled::-moz-range-thumb,
input[type=range]:disabled::-ms-thumb {
	cursor: default !important;
}

.form input[type="range"]:disabled {
	opacity: .5 !important;
}

.foot .form button.highlight {
	color: var(--highlight) !important;
	text-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

.form input.highlight,
.form select.highlight {
	border: 1px solid red !important;
}

textarea:focus,
input:focus {
	outline: none;
}

button:not(.opague):disabled {
	opacity: .3
}

button:disabled {
	cursor: default !important;
}

button,
select {
	-webkit-appearance: none;
	-moz-appearance: none !important;
	appearance: none;
	padding-left: 6px;
	padding-right: 6px;

}

input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none !important;
	appearance: none;
	width: 100%;
	background: transparent;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none !important;
	appearance: none;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;


	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: lightblue;
	background: var(--light);
	border: 1px solid #556c8c;
	box-sizing: border-box;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: lightblue;
	background: var(--light);
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: lightblue;
	background: var(--light);
	border: 1px solid #556c8c;
	box-sizing: border-box;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: lightblue;
	background: var(--light);
	border-color: #556c8c;
	border-width: 1px;
	color: transparent;
	box-sizing: border-box;
}

input[type=range]::-ms-fill-lower,
input[type=range]:focus::-ms-fill-lower {
	background: lightblue;
	background: var(--light);
}

input[type=range]::-ms-fill-upper,
input[type=range]:focus::-ms-fill-upper {
	background: white;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid lightblue;
	border: 1px solid var(--light);
	height: 25px;
	width: 16px;
	background: white;
	cursor: pointer;
	border-radius: 3px;
	margin-top: -12px;
	box-sizing: border-box;
}


input[type=range]::-moz-range-thumb {
	border: 1px solid lightblue;
	border: 1px solid var(--light);
	height: 25px;
	width: 16px;
	background: white;
	border-radius: 3px;
	cursor: pointer;
	box-sizing: border-box;
}


input[type=range]::-ms-thumb {
	border: 1px solid lightblue;
	border: 1px solid var(--light);
	height: 25px;
	width: 16px;
	border-radius: 3px;
	background: white;
	cursor: pointer;
	box-sizing: border-box;
}



input[type=checkbox]:not(old):not(.magnetic)+label:before {
	content: "\f096";
}

input[type=checkbox]:not(old):not(.magnetic):checked+label:before {
	content: "\f046";
}

input[type=radio]:not(old)+label:before {
	content: "\f10c";
}

input[type=radio]:not(old):checked+label:before {
	content: "\f192";
}

input[type=checkbox].reverse:not(old)+label:before {
	content: "\f046";
}

input[type=checkbox].reverse:not(old):checked+label:before {
	content: "\f096";
}

input[type=checkbox].lockedit:not(old)+label:before {
	content: "\f044";
}

input[type=checkbox].lockedit:not(old):checked+label:before {
	content: "\f096";
}

input[type=checkbox].unlock:not(old)+label:before {
	content: "\f023";
}

input[type=checkbox].unlock:not(old):checked+label:before {
	content: "\f13e";
}

input[type=checkbox].lock:not(old)+label:before {
	content: "\f13e";
}

input[type=checkbox].lock:not(old):checked+label:before {
	content: "\f023";
}

input[type=checkbox].chain:not(old)+label:before {
	width: inherit;
	content: "\f127";
}

input[type=checkbox].chain:not(old):checked+label:before {
	width: inherit;
	content: "\f0c1";
}

input[type=checkbox].visible:not(old)+label:before {
	content: "\f070";
}

input[type=checkbox].visible:not(old):checked+label:before {
	content: "\f06e";
}

input[type=checkbox].invisible:not(old):checked+label:before {
	content: "\f070";
}

input[type=checkbox].invisible:not(old)+label:before {
	content: "\f06e";
}

input[type=checkbox].muted:not(old):checked+label:before {
	content: "\f026";
}

input[type=checkbox].muted:not(old)+label:before {
	content: "\f028";
}

input[type=checkbox].magnetic:not(old)+label {
	background-image: url(/html5/img/magnet-slash.png);
}

input[type=checkbox].magnetic:not(old):checked+label {
	background-image: url(/html5/img/magnet.png);
}

#header span.check-box {
	width: 33px;
	height: 33px;
	margin-right: 5px;
	float: left;
}

#header span.check-box input[type=checkbox]+label:before {
	width: 33px;

	font-size: 20px;
	line-height: 33px !important;
	text-align: center;
}

select.warn,
#header span.check-box input[type=checkbox].lock.warn:not(old):checked+label {
	color: red;
}

li p.title {
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

li p.subtitle {
	font-weight: normal;
	white-space: nowrap;
	font-size: 11px;
}

div #items,
div#options {
	font-size: 12px !important;
}

div #items,
#content>div.flex,
div#stage,
div#options {
	border-top: 1px solid rgba(29, 45, 68, 0.50);
	border-bottom: 1px solid rgba(29, 45, 68, 0.50);
}

button.highlight {
	color: orange !important;
	color: var(--highlight) !important;
	text-shadow: 0 0 1px rgba(255, 0, 0, .1);
}

ul li .form.head button {
	background: transparent !important;
	border: none !important;
}

div#screen-preview {
	background: rgba(0, 0, 0, .5) url(/html5/img/empty-half.png);
	z-index: 97;
}

div#screen-preview div.head div.buttons {
	display: flex;
	justify-content: flex-end;
	top: 2px;
	right: 35px;
	height: 25px;
	font-size: 16px;
	margin: 0px;
	position: absolute;
	background-color: inherit;
	color: inherit;
	overflow: hidden;
	width: calc(100% - 300px)
}

div#screen-preview div.head div.buttons select {
	max-width: 250px;
}

div#screen-preview div.head div.buttons button,
div#screen-preview div.head div.buttons select {
	background-color: inherit;
	color: inherit;
	height: 100%;
	border: none;
}

div#screen-preview,
div.newscreen,
div#extras {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}


div.newscreen {
	background: rgb(66, 81, 101);
	background: var(--medium);

}

div#extras {
	background: rgba(0, 0, 0, .5);
	z-index: 98;
}

ul.content-filters li.or {
	/* padding-top: 4px; */
	height: 35px;
	border-top: 1px solid black;
}

ul.content-filters li.or button {
	top: 5px;
}

li.select.inactive {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
	opacity: .5;
}

.xml-editor.status>select {
	float: left;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	margin: 0px;
	top: 0px;
	height: inherit;
	border-width: 0px 1px 0px 0px;
	background-color: #FFFFFF;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
}
.xml-editor.status>select:not(.warn) {
	color: black;	
}

.xml-editor li.row {
	box-sizing: border-box;
	overflow: visible;
	width: auto;
	margin: 0px;
}

.xml-editor li.row:not(#row_adder) {
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-left: none;
	border-right: none;
}

.xml-editor li.row#row_adder {
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.xml-editor li.row.data:nth-child(odd) {
	background: #efefef;
}

.xml-editor li.row,
.xml-editor li.row.data.selected input:focus,
.xml-editor li.row.data.selected select:focus {
	background: white;
	color: #2A2A2F;
}

.xml-editor li.row .Media table td {
	border: 5px solid var(--dark);
}

.xml-editor li.row.data.selected input[type="time"]::-webkit-calendar-picker-indicator {
	filter: invert(100%);
}

.xml-editor li.row.data.selected {
	color: white !important;
	color: var(--font-over-medium) !important;
	background: #334256;
	background: var(--medium);
}

.xml-editor li#Row_Number,
.xml-editor li.row .col.Row_Number.Number {
	position: sticky;
	left: 0px;
	z-index: 1;
}

.xml-editor .col:not(.Media):not(.String) {
	padding: 5px;
}

.xml-editor .col {
	position: absolute;
	top: 0px;
	height: inherit;
	color: inherit;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, .3);
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-top: none;
	border-bottom: none;
	background-color: transparent;
}
.xml-editor .col:not(select){
	padding: 0px !important;
}

.xml-editor .col.flex {
	align-items: center;
}

.xml-editor input.col:focus {
	background-color: white;
	border: 1px solid black;
}

textarea:disabled {
	overflow: hidden;
	background-color: transparent !important;
	border-style: dotted !important;
}

.xml-editor textarea:focus {
	outline: 1px solid black;
	background-color: rgba(255, 255, 255, .7)
}

.xml-editor li.row.data .col {
	pointer-events: none;
}

.xml-editor li.row.data.selected .col {
	pointer-events: auto;
}

.xml-editor li.row .sort.col {
	background-color: rgb(66, 81, 101);
	background-color: var(--medium);
	color: white;
	color: var(--font-over-medium);
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .8);
}

.xml-editor li.row.selected .sort.col {
	background: #1d2d44 !important;
	background: var(--darker) !important;
	color: white;
	color: var(--lighter);
}

ul.xml-editor.header>li {
	padding-left: 4px;
	overflow: hidden;
	color: white;
	background: var(--dark);
	box-sizing: border-box;
	height: inherit;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgb(29, 45, 68);
}

ul.xml-editor.header>li:not(.invisible).locked>p>i:before {
	content: "\f023";
}

ul.xml-editor.header>li.invisible>p>i:before {
	content: "\f070";
}

button.selected,
.panel button.selected,
.ui-sortable li.ui-state-default.selected:not(.row) {
	color: lightblue;
	color: var(--light) !important;
	background-color: #1d2d44;
	background-color: var(--darker) !important;
}

ul.sort-params li:last-child select,
ul.sort-params li:last-child input {
	display: none;
}

ul.content-filters li:last-child select,
ul.content-filters li:last-child input,
ul.content-filters li:last-child .search {
	display: none !important;
}

ul.sort-params li button[name="addorremove"]:before,
ul.content-filters li button[name="addorremove"]:before {
	content: "\f056";
}

ul.sort-params li:last-child button[name="addorremove"]:before,
ul.content-filters li:last-child button[name="addorremove"]:before {
	content: "\f055";
}

/* VISIBILITY-FILTERS */
ol#visibility-filters>li.labels {
	list-style-type: none;
}

ol#visibility-filters>li {
	height: 30px;
}

ol#visibility-filters>li>div.form {
	margin: 0px;
	padding: 0px;
	height: 100%;
	top: 0px;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}

ol#visibility-filters>li>div.form>label {
	float: left;
	display: block;
	height: 25px;
	background-color: var(--medium);
	color: white;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
}

ol#visibility-filters>li>div.form>*:not(:last-child),
ol#visibility-filters>li>div.form>*:not(button):not(label):not([name="filter"])>*:not(:last-child) {
	margin-right: 5px;
}

ol#visibility-filters>li>div.form>*:not(button),
ol#visibility-filters>li>div.form>*:not(button):not(label)>*:not(button) {
	width: 25px;
	overflow: hidden;
	flex: 1 1 0%;
}

ol#visibility-filters>li>div.form>*:not(button):not(label) {
	display: flex;
	justify-content: space-between;
}

ol#visibility-filters>li>div.form>*[name="concat"] {
	flex-grow: 0;
	min-width: 80px;
}

ol#visibility-filters>li>div.form>*[name="dataset"] input[type="number"] {
	flex-grow: 0;
	min-width: 55px;
}

ol#visibility-filters>li>div.form>*[name="dataset"] select[type="number"] {
	flex-grow: 0;
	min-width: 55px;
}

ol#visibility-filters.fromto>li>div.form>*[name="dataset"] {
	flex-grow: 1.5;
}

ol#visibility-filters>li>div.form>*[name="operator"] {
	flex-grow: 0;
	min-width: 160px;
}

ol#visibility-filters div[name="search"] {
	position: relative;
	flex-grow: 0;
	min-width: 25px;
	max-width: 25px;
	margin-left: 5px;
}

ol#visibility-filters div[name="search"] * {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
}

ol#visibility-filters div[name="search"] select {
	opacity: 0;
	cursor: pointer;
}

ol#visibility-filters div[name="search"] button {
	pointer-events: none;
}


input[type=checkbox]:not(old):disabled:checked+label,
input[type=radio]:not(old):disabled:checked+label {
	opacity: 1;
}

input[type=checkbox]:not(old):disabled:checked+label:before,
input[type=radio]:not(old):disabled:checked+label:before {
	opacity: .3;
}

#riders {
	display: flex;
	container-type: inline-size;
	justify-content: space-between;
	align-items: baseline;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	height: 35px;
	background: var(--medium);
	overflow: hidden;
	width: 350px;
	gap: 1px;
	border-bottom-width: 0px;
}

#riders>button.fa {
	/* margin: 5px 5px 0px 5px; */
	flex: 1 1 0%;
	border-radius: 5px 5px 0px 0px;
	box-sizing: border-box !important;
	border: none;
	color: black;
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	/* margin-top: 1px; */
	text-align: center;
}

#riders>button.fa:before {
	font-size: larger;
}

#riders>button.selected {
	border-bottom-width: 0px;
	color: black !important;
	font-weight: 500;
	background-color: white !important;
}

#riders>button:not(.selected) {
	border-bottom: 1px solid var(--medium);
}

#riders>button:not(.selected):not(:hover) {
	border-bottom: 1px solid var(--medium);
}

@container (max-width: 450px) {
	#riders>button.selected {
		flex-grow: 2;
	}

	#riders>button:not(.selected):hover {
		flex-grow: 1.5;
	}

	#riders>button:not(.selected):not(:hover):before {
		margin-right: 0px !important;
	}

	#riders>button:not(.selected):not(:hover)>span {
		display: none;
	}
}

#items,
#content>div.flex {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 35px;
	height: calc(100% - 35px);
	background: white;
	overflow: hidden;
	width: 350px;
	border-top-width: 0px !important;
}

#content>div.flex {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	overflow: hidden;
}

#content>div.flex>.pools {
	flex: 1 1 0%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	overflow: hidden;
}

#content>div.flex>.pools>.custom {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	overflow: hidden;
}

#content>div.flex>.pools>.panel.pool:not(.closed) {
	flex: 1 1 0% !important;
	overflow: hidden;
}

#content>div.flex>.pools>.panel .head {
	margin-bottom: 0px;
}

#content>div.flex>.pools>.panel:not(:first-child) {
	margin-top: 0px;
}

#content>div.flex>.pools>.panel.pool:not(.closed) .wrapper {
	height: 100%;
}

#content>div.flex>.pools>.panel.pool:not(.closed, :only-child) .wrapper>.content {
	height: calc(100% - 30px);
}

#content>div.flex>.pools>.panel.pool:not(.closed):only-child .wrapper>.content,
#content>div.flex>.pools>.panel.pool:not(.closed) .wrapper>.content>.pool {
	height: 100% !important;
}

#content>div.flex>.pools>.panel.pool:not(.closed) .wrapper>.content>.pool>.container {
	overflow-y: scroll !important;
}

#content>div.flex>.pools>.panel.pool:not(.closed):only-child .wrapper>.head {
	display: none;
}

#content>div.flex>.pools>.panel.pool:not(.closed, #pool-pixabay, :only-child) .wrapper>.content>.pool>.container {
	height: calc(100% - 84px) !important;
}

#content>div.flex>.pools>.panel.pool:not(.closed):only-child .wrapper>.content>.pool>.container {
	height: calc(100% - 54px) !important;
}

#content>div.flex>.pools>.panel.pool#pool-pixabay:not(.closed) .wrapper>.content>.pool>.container {
	height: calc(100% - 139px) !important;
}

#custom-shapes .content {
	display: flex;
	gap: 4px;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-items: center;
	padding: 4px;
	overflow: hidden;
	height: auto;
	align-items: stretch;
}

#custom-shapes .content>div {
	flex: 1 1 33%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	background: white;
	border-radius: 4px;
	border: 1px solid black;
	border: 1px solid var(--medium);
	padding: 8px;
	gap: 4px;
}

#custom-shapes .content>div>div.canvas-container {
	flex: 1 1 0%;
	aspect-ratio: 1 / 1;
}

#custom-shapes .content>div>label:first-child {
	margin-bottom: 5px;
}

#screen-editor>#content>#options {
	position: absolute;
	padding: 0px;
	margin: 0px;
	right: 0px;
	top: 0px;
	display: block;
	height: inherit;
	background: white;
	overflow-x: hidden;
	overflow-y: scroll;
}

#screen-editor>#content>#options.closed {
	overflow: hidden !important;
}

#screen-editor>#content>#options.closed>.background {
	background-color: var(--light) !important;
}

#screen-editor>#content>#options.closed .panel {
	border-radius: 4px !important;
	height: 30px;
	min-height: 30px !important;
	overflow: hidden;
}

#screen-editor>#content>#options.closed .panel>.wrapper>.head>*:not(:first-child),
#screen-editor>#content>#options.closed .panel>.wrapper>.content,
#screen-editor>#content>#options.closed .panel>.wrapper>.foot,
#screen-editor>#content>#options.closed .panel+div.panel.footer {
	visibility: hidden !important;
	display: none !important;
}

#screen-editor #i-screeninfo div.buttons {
	width: auto;
	position: relative;
	display: flex;
	gap: 4px;
	justify-content: space-between;
}

#screen-editor #i-screeninfo div.buttons>select#add_info {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	width: 25px;
	cursor: pointer;
}

#screen-editor #i-screeninfo div.buttons>select#add_info+button {
	pointer-events: none;
}

#screen-editor #i-screeninfo div.form.flex {
	padding: 0px;
}

#screen-editor #i-screeninfo div.form.flex>label,
#screen-editor #i-screeninfo div.form.flex>input[type="url"] {
	width: 0px;
	flex: 1 1 0%;
}

#screen-editor #i-screeninfo textarea {
	width: 335px;
	height: auto;
	resize: vertical;
}

#screen-editor #i-screeninfo ol.hints {
	padding: 0px;
	overflow: hidden;
	counter-reset: item;
}

#screen-editor #i-screeninfo>div>div.content>ol.hints:empty,
#screen-editor #i-screeninfo>div>div.content>ol.hints:empty+hr,
#screen-editor #i-screeninfo ol.hints li.LICENSE_HINT_AI input[type="url"] {
	display: none;
}

#screen-editor #i-screeninfo ol.hints>li {
	list-style-type: decimal;
	display: list-item;
	padding-left: 26px;
	border-top: 1px dotted rgba(0, 0, 0, .3);
	border-bottom: 1px dotted rgba(0, 0, 0, .3);
	overflow: visible;
	white-space: nowrap;
	padding-top: 8px;
}

#screen-editor #i-screeninfo ol.hints>li>div.hint {
	position: relative;
	height: auto;
	margin-top: -25px;
}

#screen-editor #i-screeninfo ol.hints>li:before {
	margin-right: 5px;
	font-weight: 500;
	content: counters(item, ".") ".";
	counter-increment: item;
	margin-left: -20px;
}

#screen-editor #i-screeninfo ol.hints ol.hints {
	min-height: 33px;
}

#screen-editor #i-screeninfo ol.hints ol.hints>li:before {
	margin-left: -25px;
}

#screen-editor #i-screeninfo ol.hints>li>.hint>.form>input {
	width: 125px;
}

#screen-editor #i-screeninfo ol.hints ol.hints>li>.hint>.form>input {
	width: 99px;
}

#screen-editor #i-screeninfo ol.hints>li>.hint>.form:not(.license)>input[name="name"]:not(:disabled) {
	border-right-width: 0px;
	width: 105px;
}

#screen-editor #i-screeninfo ol.hints>li>.hint>.form>select.hint-type,
#screen-editor #i-screeninfo ol.hints>li.LICENSE_HINT_AI>.hint>.form>input {
	flex: 1 1 0% !important;
}

#screen-editor #i-screeninfo ol.hints>li>.hint>.form>input[name="name"]+select {
	padding-right: 0px !important;
	width: 20px;
	border-left-width: 0px;
	margin-left: -4px;
}

#screen-editor #i-screeninfo ol.hints>li>.hint>.form>input[name="name"]+select:disabled {
	display: none;
}

#alert-dialog>div.players,
#i-screeninfo>div>div.content>div.players {
	-webkit-column-gap: 10;
	-moz-column-gap: 10;
	column-gap: 10;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}