@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Inter UI';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/InterUI/Inter-UI-Light-BETA.woff2") format("woff2"), url("../fonts/InterUI/Inter-UI-Light-BETA.woff") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/InterUI/Inter-UI-Medium.woff2") format("woff2"), url("../fonts/InterUI/Inter-UI-Medium.woff") format("woff");
}

@font-face {
	font-family: IonIcons;
	src: url(../vendor/ionicons/fonts/ionicons.ttf);
}

body {
	background-color: #36F;
	font-family: 'Inter UI', Arial, Helvetica, sans-serif;
	font-size: calc(11px + 0.25vmin);
	font-weight: 300;
	line-height: 1;
	color: #646366;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

strong {
	font-weight: 500;
}

i {
	font-style: italic;
}

a, button {
	text-decoration: none;
	transition: opacity .1s linear;
}

nav a, nav a:visited {
	color: #444;
}

nav a:hover, button:hover, table a:hover, table .icon:hover, a.download:hover, .sublabel a:hover {
	opacity: 0.6;
}

#nav .open>a, nav a.selected {
	color: #36F;
	font-weight: 400;
}

.scroll a, .truncate, #breadcrumb span:not(.icon) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#nav, header {
	position: fixed;
	z-index: 100;
}

header, #login {
	width: 100%;
	background-color: #373e40;
}

header nav {
	display: flex;
	align-items: center;
	padding: 1vmax 2vmax;
}

header img {
	height: 5vmax;
	width: auto;
	padding-right: 2.5vw;
}

header nav * {
	white-space: nowrap;
}

header nav a:not(.logout) {
	padding: 0 1.5vw;
}

header nav a, header nav a:visited {
	color: #36F;
}

header .mobile-nav {
	font-size: 230%;
	z-index: 100;
}

header .logout {
	font-size: 200%;
}

.spacer {
	flex-grow: 1;
}

#login, #nav, #content {
	top: 7vmax;
	min-height: calc(100vh - 7vmax);
}

#nav, #content {
	background-color: #a9a8ac;
	width: 20vw;
	padding: 2vmax;
	z-index: 10;
}

#nav {
	padding-right: 1.5vmax;
	height: calc(100vh - 7vmax);
	overflow: hidden;
}

#nav a {
	line-height: 1.41;
	display: block;
	margin: 2vmin 0;
	position: relative;
}

#nav .mnu_sub {
	margin: 0 0 3vmin 2vmin;
}

#nav .toggle:after {
	position: absolute;
	right: -16px;
}

#nav .open .toggle:after {
	content: "\f104";
}

#nav span:first-child {
	width: 90%;
	display: inline-block;
}

#nav .icon {
	font-size: 140%;
	line-height: 0;
	position: absolute;
	right: 0;
}

#nav:hover {
	overflow-y: auto;
}

#breadcrumb {
	line-height: 1.41;
	margin-bottom: 3.7vmax;
}

#breadcrumb>div {
	cursor: pointer;
	float: left;
	position: relative;
	margin-right: 2vw;
}

#breadcrumb .icon {
	margin-right: 0.5em;
	position: relative;
	top: -0.3em;
}

#breadcrumb span:not(.icon) {
	max-width: 20em;
	display: inline-block;
}

#breadcrumb div.icon {
	transform: translateX(50%);
}

#breadcrumb a.dropdown {
	clear: both;
	cursor: pointer;
	display: block;
	text-align: center;
	top: 3px;
	width: calc(100% + 2vw);
}

#breadcrumb .inner>div:last-of-type a.label:hover {
	color: inherit;
}

.scroll {
	position: absolute;
	z-index: 13;
}

.scroll div {
	background-color: #e3e2e6;
	box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
	max-height: calc(85vh - 80px);
	max-width: 40vw;
	overflow-x: hidden;
	overflow-y: auto;
}

.scroll a {
	background-color: #fff;
	display: block;
	padding: 0.4em 0.7em;
}

.scroll a:empty {
	display: none;
}

.scroll a:hover {
	background-color: #DDD;
}

.scroll a.selected {
	background-color: #373e40;
	color: #FFF;
}

.scroll a+a {
	margin-top: 1px;
}

#login, #content {
	background-color: #e3e2e6;
	padding: calc(2vmax + 2vmin) 3.3vw 10vmax 3.3vw;
	position: absolute;
}

#content {
	left: 20vw;
	width: 80vw;
}

#CMS_lang_toggles {
	background-color: #e3e2e6;
	position: sticky;
	position: -webkit-sticky;
	top: 6vmax;
	padding: 3vh 0 2vh;
	margin-bottom: 2vh;
	z-index: 12;
}

#panel .separator {
	border-bottom: 0.07em solid #646366;
}

.hide-languages {
	visibility: hidden;
}

.smalltxt, .counter {
	font-size: 75%;
	font-style: italic;
	letter-spacing: 0.04em;
	justify-content: right;
}

.linktable>span {
	display: inline-block;
	padding: 6px 4px 6px 0;
}

/* general */

.hide {
	display: none;
}

.open .hide {
	display: block;
}

/*FORMS*/

form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

form>div {
	width: 100%;
}

.check-group {
	margin-bottom: 2vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.check-group>div>div:last-of-type {
	margin-bottom: 0;
}

form>div {
	margin-bottom: 3vh;
}

input[type="password"], input[type="text"], input[type="email"], textarea, select {
	background-color: #FFF;
	color: #36F;
	line-height: 1.41;
	width: 100%;
	padding: 0.4em 2em 0.4em 0.7em;
}

.input-wrap, .input-wrap>label {
	display: flex;
	align-items: center;
	width: auto;
}

.input-wrap {
	column-gap: 3vw;
	row-gap: 1em;
	flex-wrap: wrap;
	position: relative;
}

.input-wrap label {
	margin: 0 2.5% 0 0.7em;
}

.select {
	background-color: #FFF;
	position: relative;
}

.select::after {
	font-family: ionicons;
	content: "\f280";
	font-size: 140%;
	position: absolute;
	right: 0.75em;
	line-height: 1.8;
}

select {
	background-color: transparent;
	position: relative;
	z-index: 1;
}

textarea {
	background-color: #fff;
	padding: 0.6vh 0.8vw;
	min-height: 50px;
	resize: vertical;
}

input:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

input.error, textarea.error, select.error {
	background: #fff0f4 !important;
	box-shadow: 0 0 10px #c51244;
}

input.valid, textarea.valid, select.valid {
	background: #d9f4d1 !important;
	box-shadow: 0 0 10px #03b603;
}

.cke_bottom, .cke_top, .cke_contents, .cke_chrome {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.cke_editable {
	font-family: 'Inter UI', Arial, Helvetica, sans-serif !important;
	font-size: calc(11px + 0.25vmin) !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	color: #444 !important;
}

div.input-wrap input[type="file"] {
	width: auto;
	margin: 0;
	float: none;
	background: none;
	position: relative;
	border: none;
}

form>div>input[type="checkbox"], form>div>input[type="radio"] {
	position: relative;
}

.ts {
	display: block;
}

/* toggle switcher */

.toggleswitch, .ts-check, .ts-switch, .ts-track {
	margin: 0;
	padding: 0;
	position: relative;
}

.toggleswitch {
	width: 36px;
	height: 20px;
	border-radius: 100px;
	background-color: #ddd;
	overflow: hidden;
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
}

.ts_check {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 6;
}

.ts_check:checked~.ts_track {
	box-shadow: inset 0 0 0 20px #36F;
}

.ts_check:checked~.ts_switch {
	right: 2px;
	left: 17px;
	transition: .25s cubic-bezier(0.785, 0.135, 0.150, 0.860);
	transition-property: left, right;
	transition-delay: .05s, 0s;
}

.ts_switch {
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 17px;
	background-color: #fff;
	border-radius: 36px;
	z-index: 1;
	transition: .25s cubic-bezier(0.785, 0.135, 0.150, 0.860);
	transition-property: left, right;
	transition-delay: 0s, .05s;
}

.ts_track {
	border: 1px solid #36F;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
	/*box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .05);*/
	border-radius: 40px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ff0000;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #ff0000;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #ff0000;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #ff0000;
}

#form_actions {
	display: flex;
	justify-content: space-between;
	margin: 3vh 0 0;
	flex-grow: 1;
}

#form_actions button, #processing button {
	color: #fff;
	display: inline-block;
	text-align: center;
	transition: all 0.1s linear;
}

tbody button, form .icon {
	color: #36f;
	font-size: 1.24rem;
	cursor: pointer;
	transition: opacity .1s linear;
}

.sublabel, #panel .linktable, form_actions button, a.reload, a.del, a.add, a.btn {
	display: flex;
	/*margin: 1vh 0 0.5vh;
	justify-content: space-between;*/
	align-items: center;
	column-gap: 0.5em;
}

.CMS_lang>.sublabel {
	margin-top: 0.5em;
}

/*.doc-tmb .sublabel {
	margin: 0;
	align-items: center;
}*/

.sublabel:empty {
	display: none;
}

.sublabel a {
	padding: 0 0.2em;
}

a.reload, a.del, a.add, a.btn>span {
	box-sizing: border-box;
	font-family: "IonIcons";
	font-size: 120%;
	line-height: 109%;
	margin: 0;
	width: 100%;
	min-width: 36px;
}

td.add {
	vertical-align: text-top;
}

a.del {
	float: left;
	width: 52px;
	text-align: center;
}

a.btn {
	line-height: 205%;
	float: left;
	white-space: nowrap;
	min-width: 36px;
	margin-right: 0px;
	cursor: pointer;
}

a.reload, a.del, a.btn, a.add,
/*#panel a.active,
#panel a.selected,*/

#form_actions button, #processing button {
	background-color: #36F;
	border-radius: 2px;
	font-weight: 500;
	height: 3vmax;
	min-height: 26px;
	max-height: 50px;
	flex-basis: 20%;
	padding: 0 10px;
}

.linktable a, .linktable a:visited, .linktable button {
	color: #36F;
	border: 0.07em solid #36F;
	border-radius: 2px;
	font-size: 84%;
	white-space: nowrap;
	padding: 0.5em;
	cursor: pointer;
}

.linktable a.selected, .linktable a:hover {
	background-color: #36F;
	color: #FFF;
}

.linktable button {
	border-style: dotted;
	border-width: 0.1em;
	text-transform: uppercase;
}

.halfwidth {
	width: 49%;
}

/*.halfwidth input, .halfwidth textarea {
	padding: 0.6vh 0.7em;
}*/

.halfwidth .input-wrap {
	padding: 0.4vh 0;
	vertical-align: bottom;
	/*justify-content: space-between;*/
}

/*.halfwidth input[type="checkbox"], .halfwidth input[type="radio"] {
	padding: 0.6vh 3%;
}*/

#login .halfwidth:first-of-type {
	margin-bottom: 1vh;
}

#login .halfwidth, .clear {
	clear: left;
}

label:empty {
	display: none;
}

/*label.lbl,
label.lbl-tle,
label.lbl-txt,*/

label {
	margin-bottom: 0.8vh;
}

label.lbl-plugin {
	margin-bottom: 0.2vh;
}

.separator label {
	border: 0.07em solid #646366;
	border-bottom-color: #e3e2e6;
	border-radius: 4px 4px 0 0;
	padding: 0.6em 0.8em 0;
	margin-bottom: -0.07em;
	width: auto;
}

label>span {
	cursor: pointer;
	padding-left: 0.4em;
	white-space: nowrap;
}

input[type="checkbox"], input[type="radio"] {
	color: #36F;
	font-size: 120%;
}

input[type="radio"]:checked::before {
	font-family: "Ionicons";
	content: "\f1f7";
}

input[type="radio"]:not(:checked)::before {
	font-family: "Ionicons";
	content: "\f360";
}

input[type="radio"]:disabled::before {
	font-family: "Ionicons";
	content: "\f2bb";
	opacity: 0.4;
}

input[type="checkbox"]:checked::before {
	font-family: "Ionicons";
	content: "\f148";
}

input[type="checkbox"]:not(:checked)::before {
	font-family: "Ionicons";
	content: "\f380";
}

.CMS_languagecopy {
	margin: 0.6vh 0;
}

/*label[for="online-0"]::before {
	content: "\f133";
	font-family: "IonIcons";
}*/

.doc-tmb {
	display: flex;
	flex-wrap: wrap;
}

.doc-tmb>* {
	flex-grow: 0;
}

.doc-tmb img {
	width: auto;
	margin-right: 1vw;
}

.doc-tmb input {
	flex-grow: 1;
	align-self: center;
	padding: 0;
	margin: 0.8vh 0.015em;
	max-width: 280px;
}

.doc-tmb i.icon {
	font-size: 50px;
	margin: 0 2vw 0 0.15em;
	color: #444;
}

.doc-tmb a.download, .doc-tmb button.del, .doc-tmb .sublabel a {
	margin: 0 0.15em;
	align-self: center;
}

.doc-tmb a.download {
	margin-right: 0;
}

/*
.doc-tmb .fa {
    font-size: 50px;
}
*/

.show-small {
	display: none;
}

.semi-transparent {
	opacity: 0.1;
}

#processing {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 1000;
}

#processing.hide {
	display: none;
}

#processing .message {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	z-index: 10;
}

#processing .message-box {
	background-color: #FFF;
	border-radius: 2px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
	width: 70%;
	max-width: 800px;
	z-index: 1;
}

#processing .message-titlebox {
	background-color: #222;
	color: #FFF;
	padding: 1.5vh 1vw;
}

#processing .message-content {
	padding: 2vh 1vw 2.1vh;
}

#processing .message-footbox {
	display: flex;
	justify-content: space-between;
}

#processing .icon {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 25px 2px #eee;
	animation: spin 1s linear infinite;
	margin: -15px 0 0 -15px;
	left: 50%;
	top: 50%;
}

#processing .progress {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#processing .progress .bar {
	background-color: #222;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}

#processing .progress .percent {
	position: absolute;
	display: inline-block;
	top: -20px;
	left: calc(50% - 7px);
	font-size: 0.7em;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
		opacity: 0.2;
	}
	50% {
		transform: rotate(180deg);
		opacity: 1.0;
	}
	to {
		transform: rotate(360deg);
		opacity: 0.2;
	}
}

@media all and (max-width: 1024px) {
	.hide-small {
		display: none;
	}
	form>div>label:not([for]) {
		float: none;
		clear: both;
		width: 100%;
		display: inline-block;
	}
	.input-wrap.img-tmb {
		margin-bottom: -10px;
	}
	.halfwidth {
		clear: none;
		float: left;
		width: 100%;
	}
	.lbl {
		text-align: left;
	}
	#panel .separator {
		width: 100%;
		margin-left: 0px;
	}
}

@media all and (max-width: 900px) {
	.show-small:not(.hide) {
		display: flex;
	}
	header nav a:not(:first-of-type):not(:last-of-type) {
		margin-right: 10%;
		/*vertical-align: 50%;*/
	}
	#nav {
		visibility: hidden;
		width: 40vw;
		left: -250px;
	}
	#nav.open-nav {
		visibility: visible;
		left: 0;
		z-index: 11;
	}
	#login, #content {
		left: 0;
		width: 100%;
		padding: 3vh 3vw 8vh;
	}
	#breadcrumb {
		margin-bottom: 14.5vh;
	}
	div.input-wrap input[type="file"] {
		margin: 15px 0 0 -1%;
	}
	#processing .message {
		margin: -62px 0 0 -150px;
	}
	#processing .message-box {
		width: 90vw;
	}
	th.search input {
		width: 89%;
	}
	a.del {
		width: 36px;
	}
	a.btn {
		margin: 2px 0 0 0;
	}
	#panel .separator label {
		width: auto;
	}
}