
/* open-sans */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-italic.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-italic.woff') format('woff'), url('../fonts/open-sans-v17-latin-italic.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-600.woff') format('woff'), url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	padding-top: 40px;
}
@media (max-width: 1600px) {
	html, body {
		font-size: 14px;
	}
	body {
		padding-top: 38px;
	}
	.material-icons {
		font-size: 22px;
	}
}
@media (max-width: 1260px) {
	html, body {
		font-size: 13px;
	}
	body {
		padding-top: 36px;
	}
	.material-icons {
		font-size: 21px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
}
@media (max-width: 1024px) {
	html, body {
		font-size: 12px;
	}
	body {
		padding-top: 34px;
	}
	.material-icons {
		font-size: 19px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}
}
.hidden {
	display: none;
}
html, body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 .material-icons, h2 .material-icons, h3 .material-icons, h4 .material-icons, h5 .material-icons, h6 .material-icons {
	font-size: inherit;
	line-height: inherit;
	vertical-align: bottom;
}
.centerelement {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
.backend_login, .backend_login_fb {
	max-width: 90%;
	width: 400px;
}
.backend_login_fb {
	width: 600%;
}
.backend_login a {
	text-decoration: none;
}
.w3-dropdown-hover:first-child {
	background-color: inherit;
	color: inherit;
}
.w3-dropdown-hover:hover {
	background-color: inherit;
	color: inherit;
}
.w3-dropdown-hover:hover .w3-dropdown-content {
	display: none;
}
.w3-dropdown-hover:hover > .w3-dropdown-content {
	display: block;
}
#backend_bottomcontent {
	min-height: calc(100vh - 40px);
	height: auto;
}
#backend_bottomcontent #backend_mainblock {
	margin-left: 200px;
}
.mainmenubox {
	position: fixed;
	width: 200px;
	height: 100%;
	z-index: 1;
}
@media (max-width: 1260px) {
	#backend_bottomcontent {
		min-height: calc(100vh - 37px);
	}
}
@media (max-width: 1024px) {
	#backend_bottomcontent {
		min-height: calc(100vh - 35px);
	}
}
#backend_mainmenu {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 10px;
}
#backend_mainmenu > div div {
	min-width: 100%;
	width: auto;
}
#backend_mainmenu > div div a {
	width: 230px;
}
#backend_mainmenu a {
	white-space: normal;
}
.backendmenu .w3-dropdown-hover.has-sub:hover > a:first-child::before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "arrow_right";
	font-family: "Material Icons";
	padding: 8px 0;
}
.backend_top_menus .w3-dropdown-hover.has-sub:hover > a:first-child::before {
	left: 0;
	right: auto;
	content: "arrow_left";
}
#backend_bottomcontent.collapse .mainmenubox {
	width: 54px;
}
#backend_bottomcontent.collapse #backend_mainmenu > div > a {
	font-size: 0;
	line-height: 0;
}
#backend_bottomcontent.collapse #backend_mainmenu > div > a > span {
	margin-right: 0;
}
#backend_bottomcontent.collapse #backend_mainblock {
	margin-left: 54px;
}
.generationstats {
	margin: 10px 0 0 0;
}
#backend_topcontentbar {
	z-index: 10;
}
#backend_topcontentbar .w3-bar {
	overflow: visible;
}
#backend_topcontentbar > div {
	width: auto;
}
.backend_top_menus .menu_flag_icon {
	vertical-align: middle;
}
.backend_top_menus .menu_flag_icon img {
	width: auto;
	height: 12px;
	display: inline-block;
	vertical-align: baseline;
}
.backend_top_menus a > span, #backend_mainmenu a > span {
	line-height: 1;
	margin-right: 6px;
	vertical-align: top;
}
#backend_mainmenu a > span:first-child {
	float: left;
}
.backendmenu a {
	position: relative;
	display: inline-block;
}
.backendmenu .notice {
	position: absolute;
	display: block;
	top: 50%;
	right: 6px;
	margin-right: 0 !important;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	line-height: 22px !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: var(--bg-red);
	color: var(--text-light);
	border-radius: 50%;
}
.backend_top_menus .w3-dropdown-hover {
	position: relative;
}
.backend_top_menus .w3-bar-item {
	white-space: nowrap;
}
.backend_top_menus .w3-dropdown-content .w3-dropdown-content {
	position: absolute;
	top: 0;
	left: 100%;
}
#backendmenu_topright .w3-dropdown-content {
	right: 0;
}
#backendmenu_topright .w3-dropdown-content .w3-dropdown-content {
	position: absolute;
	top: 0;
	left: auto;
	right: 100%;
}
#backend_mainmenu .w3-dropdown-content {
	position: absolute;
	top: 0;
	left: 100%;
}
#backend_topleftmenu > div:first-child {
	margin-right: 6px;
}
#backend_menu_minimize {
	font-size: 0;
	line-height: 0;
	padding: 8px;
	margin-left: -8px;
}
#backend_menu_minimize span {
	margin: 0;
	transform: rotate(90deg);
}
#backend_menu_minimize.closed span {
	transform: rotate(270deg);
}
@media (max-width: 1600px) {
	#backend_topleftmenu > div:first-child {
		margin-right: 8px;
	}
}
@media (max-width: 1260px) {
	#backend_topleftmenu > div:first-child {
		margin-right: 9px;
	}
}
@media (max-width: 1024px) {
	#backend_topleftmenu > div:first-child {
		margin-right: 11px;
	}
}
@media (max-width: 768px) {
	.backend_top_menus > div > div > a {
		font-size: 0;
		line-height: 0;
	}
	.backend_top_menus > div > div > a > span {
		margin-right: 0;
	}
}
#webform_form_right_block, #webform_form_left_block, #webform_translate_left_block, #webform_translate_right_block, .webform_block.mainmenu, .webform_block.rightblock {
	width: 50%;
	display: inline-block;
}
#flag_preview_img {
	width: 32px;
	height: auto;
}
#webform_language-admin .menu_flag_icon img {
	width: 26px;
	height: auto;
}
#webform_translate_buttons_block > .webform_field {
	display: inline-block;
}
#webform_form_buttonblock_block {
	margin: 0;
}
#webform_form_buttonblock_block > .webform_field {
	display: inline-block;
	margin-right: 20px;
}
.button-nomargin button {
	margin: 0 !important;
}
#webform_form_addressblock_block {
	display: none;
}
#webform_form_addressblock_block.show {
	display: block;
}
.webform_block.buttons-inline > div {
	display: inline-block;
}
#backend_maincontent .webform_content:not(.webform_notabs) form.webform, .ui-dialog .webform_content:not(.webform_notabs) form.webform {
	display: grid;
	grid-template-areas: "response" "header" "tabs" "content" "footer";
	grid-template-rows: auto auto auto 1fr auto;
	height: calc(100vh - 110px);
}
.ui-dialog .dialogbox {
	height: 100% !important;
	max-height: calc(100% - 80px) !important;
}
.ui-dialog .dialogbox .webform_content, .ui-dialog .dialogbox .webform, .ui-dialog .webform_content:not(.webform_notabs) form.webform {
	height: 100%;
	overflow: auto;
}
#backend_maincontent .webform_content:not(.webform_notabs) form.webform > .webform_tab, .ui-dialog .webform_content:not(.webform_notabs) form.webform > .webform_tab {
	overflow: auto;
}
#backend_maincontent .webform_content:not(.webform_notabs) form.webform .webform_response, .ui-dialog .webform_content:not(.webform_notabs) form.webform > .webform_response {
	grid-area: response;
}
#backend_maincontent .webform_content:not(.webform_notabs) form.webform .webform_tab, .ui-dialog .webform_content:not(.webform_notabs) form.webform > .webform_tab {
	grid-area: content;
}
#backend_maincontent .webform_content:not(.webform_notabs) form.webform .webform_tabs, .ui-dialog .webform_content:not(.webform_notabs) form.webform > .webform_tabs {
	grid-area: tabs;
}
#backend_maincontent .webform_content:not(.webform_notabs) form.webform .webform_header_tab, .ui-dialog .webform_content:not(.webform_notabs) form.webform > .webform_header_tab {
	grid-area: header;
}
#backend_maincontent .webform_content:not(.webform_notabs) form.webform .webform_footer_tab, .ui-dialog .webform_content:not(.webform_notabs) form.webform > .webform_footer_tab {
	grid-area: footer;
}
#backend_mediaframe .w3-modal {
	display: block;
	z-index: 100;
	padding-top: 0;
	cursor: pointer;
}
#backend_mediaframe > .w3-modal-content {
	position: fixed;
	margin: 0;
	width: calc(100% - 80px) !important;
	height: calc(100% - 80px);
	top: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 100;
}
#backend_mediaframe .close {
	z-index: 100;
}
#backend_mediaframe.noselection .th-selection span, #backend_mediaframe.filesonly .th-selection span, #backend_mediaframe.filesonly .folder .td-selection span {
	display: none;
}
.backend_mediacontent {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-gap: 0;
	grid-template-areas:
		"header header header header header"
		"files files files details details"
	;
	justify-content: stretch;
	justify-items: stretch;
}
@media (max-width: 768px) {
	.backend_mediacontent {
		grid-template-columns: 50% 50%;
		grid-template-areas:
			"header header"
			"files details"
		;
	}
}
.backend_mediacontent > header {
	grid-area: header;
}
.backend_mediacontent .foldersearch {
	width: auto;
	max-width: 500px;
}
.backend_mediafiles, .backend_mediafiles_uploader {
	grid-area: files;
	overflow: auto;
}
.backend_mediafiles_uploader {
	display: none;
	position: relative;
	margin: 16px;
	border: 10px dashed var(--bg-table-border);
	border-radius: 16px;
	padding: 16px;
}
.backend_mediafiles_uploader.dragover, .backend_mediafiles_uploader.displayed, .backend_mediafiles_uploader.displayed .webform_content {
	display: block;
}
.backend_mediafiles_uploader .webform_field_fileupload label {
	display: none !important;
}
.backend_mediafiles_uploader .webform_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	text-align: center;
	font-size: 30px;
	display: none;
}
.backend_mediafiles_uploader .dragnotice {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 30px;
}
.backend_mediafiles_detail {
	grid-area: details;
	overflow: auto;
	border-left: 1px solid var(--bg-table-border);
}
.backend_mediacontent .nobg {
	background-color: transparent !important;
}
.backend_mediacontent .noleftpadding form > .w3-padding-16:first-child {
	padding-left: 0;
}
.backend_mediacontent .headerblock {
	display: grid;
	grid-template-columns: 0 minmax(250px, 30%) 1fr 0;
}
.backend_mediafiles .webform_loader {
	background: transparent !important;
}
.backend_mediafiles > div {
	height: 100%;
	overflow: auto;
}
.backend_mediafiles form {
	overflow: hidden;
}
.backend_mediafiles tr.folder .td-selection label {
	display: none;
}
.backend_mediafiles .td-image:hover, .backend_mediafiles .td-filename:hover {
	cursor: pointer;
}
.backend_mediafiles .material-icons {
	vertical-align: middle;
	margin-right: 6px;
}
.backend_mediafiles.list .th-image, .backend_mediafiles.list .td-image {
	display: none;
}
.backend_mediafiles {
	user-select: none;
}
.backend_mediafiles.grid .table_head .table_column {
	width: auto !important;
	padding-right: 40px;
}
.backend_mediafiles.grid .table_head .th-selection {
	width: 50px !important;
	padding-right: 0;
}
.backend_mediafiles.grid .th-extension, .backend_mediafiles.grid .th-filesize, .backend_mediafiles.grid .th-image,
.backend_mediafiles.grid .td-extension, .backend_mediafiles.grid .td-date_added, .backend_mediafiles.grid .td-filesize {
	display: none;
}
.backend_mediafiles.grid .webform_contenttable {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 20px;
	padding: 0 20px;
}
@media (max-width: 768px) {
	.backend_mediafiles.grid .webform_contenttable {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}
.backend_mediafiles.grid .table_row.table_head {
	grid-column: 1 / -1;
	margin: 0 -20px;
}
.backend_mediafiles.grid .table_row:not(.table_head) {
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-shadow: inset 0 0 25px rgba(0, 0, 0, .2);
}
.backend_mediafiles.grid .table_column {
	border-bottom: 0 none;
}
.backend_mediafiles.grid .table_row:nth-child(2n) {
	background-color: var(--bg-table-odd);
}
.backend_mediafiles.grid .table_row:hover .table_column {
	background-color: transparent;
}
.backend_mediafiles.grid .td-selection {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	padding: 0;
}
.backend_mediafiles.grid .td-selection span::before {
	margin-right: 0;
	font-size: 30px;
	color: var(--text-gray);
	background-color: var(--text-light);
	border-radius: 5px;
	display: none;
}
.backend_mediafiles.grid .table_row:hover .td-selection span::before {
	display: block;
}
.backend_mediafiles.grid .td-selection input:checked + span::before {
	color: var(--text-dark);
	display: block;
}
.backend_mediafiles.grid .td-image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid var(--bg-table-even);
}
.backend_mediafiles.grid .table_row:hover .td-filename {
	background-color: rgba(255, 255, 255, .9) !important;
}
.backend_mediafiles.grid .td-image img {
	position: relative;
	max-width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.backend_mediafiles.grid .td-image i, .backend_mediafiles_detail .filepreview i {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 130px;
	line-height: 1em;
	color: var(--text-disabled);
}
.backend_mediafiles.grid .td-filename {
	position: absolute;
	text-align: center;
	width: 100%;
	display: block;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, .5) !important;
}
.backend_mediafiles.grid .td-filename i, .backend_mediafiles.grid .table_row.img .td-filename {
	display: none;
}
.backend_mediafiles.grid .file:not(.img) .td-extension, .backend_mediafiles_detail .filepreview .filext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	font-size: 30px;
	color: var(--text-light);
	font-weight: 600;
	display: block;
	cursor: pointer;
}
.backend_mediacontent .filebuttons .webform_field {
	margin: 0 !important;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.backend_mediacontent .filebuttons .webform_tab {
	margin: 0 !important;
	padding: 0 !important;
}
.backend_mediacontent .filebuttons button {
	margin-left: 0 !important;
}
@media (max-width: 768px) {
	.backend_mediacontent .filebuttons button {
		font-size: 0;
	}
	.backend_mediacontent .filebuttons button span.material-icons.w3-margin-right {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.backend_mediacontent .filebuttons .filetype_filter {
	margin-left: 40px !important;
	width: 150px;
	max-width: 100%;
}
.backend_mediacontent .filebuttons .filetype_filter .webform_select_box::before {
	position: absolute;
	top: 0;
	left: -32px;
	font-size: 24px;
	display: block;
	font-family: "Material Icons";
	content: "filter_alt";
	color: #fff;
}
.backend_mediafiles_detail .webform_content, .backend_mediafiles_detail .webform {
	height: 100%;
}
.backend_mediafiles_detail .webform_tabs {
	padding-left: 16px;
	padding-right: 16px;
}
.backend_mediafiles_detail .webform_header_tab .webform_field {
	text-align: center;
}
.backend_mediafiles_detail .filenamebutton {
	background-color: var(--bg-input) !important;
	border-bottom: 1px solid var(--bg-table-border);
}
.backend_mediafiles_detail .imgpreview {
	display: inline-block;
	background: repeating-conic-gradient(var(--bg-gray) 0% 25%, var(--bg-white) 0% 50%) 50% / 30px 30px;
}
.backend_mediafiles_detail .imgpreview img {
	max-width: 100%;
	height: auto;
}
.backend_mediafiles_detail .filepreview {
	position: relative;
	display: inline-block;
}
.backend_mediafiles_detail .filepreview i {
	top: auto;
	left: auto;
	transform: none;
}
.backend_mediafiles_detail .filebuttons {
	max-width: 100%;
	overflow: hidden;
	margin-top: 16px;
	text-align: center;
}
.backend_mediafiles_detail .filebuttons .delete button {
	font-size: 0;
	line-height: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent !important;
	color: var(--text-between) !important;
}
.backend_mediafiles_detail .filebuttons .delete span {
	margin: 0 !important;
}
.backend_mediafiles_detail .filebuttons .delete:hover button span {
	color: var(--bg-red) !important;
}
.backend_mediafiles_detail .changefilename {
	overflow: hidden;
}
.backend_mediafiles_detail {
	display: grid;
	grid-template-areas: "response" "content";
	grid-template-rows: min-content auto;
}
.backend_mediafiles_detail > .webform_response {
	grid-area: response;
}
.backend_mediafiles_detail > .webform_content {
	grid-area: content;
}
#webform_backend_media_details {
	display: grid;
	grid-template-areas: "header" "tabs" "content" "footer";
	grid-template-rows: auto auto 1fr 100px;
}
#webform_backend_media_details .webform_tab {
	grid-area: content;
}
#webform_backend_media_details .webform_header_tab {
	grid-area: header;
}
#webform_backend_media_details .webform_tabs {
	grid-area: tabs;
}
#webform_backend_media_details .webform_footer_tab {
	grid-area: footer;
}
#webform_backend_media_details .webform_tab {
	overflow: auto;
}
@media (max-width: 1680px) {
	.backend_mediafiles.grid .td-image i {
		font-size: 90px;
	}
}


.button-normal {
	background-color: var(--bg-default) !important;
	color: var(--text-light) !important;
}
.button-red {
	background-color: var(--bg-red) !important;
	color: var(--text-light) !important;
}
.button-green {
	background-color: var(--bg-green) !important;
	color: var(--text-light) !important;
}
.button-yellow {
	background-color: var(--bg-yellow) !important;
	color: var(--text-dark) !important;
}
.button-palered {
	background-color: var(--bg-palered) !important;
	color: var(--text-light) !important;
}
.button-palegreen {
	background-color: var(--bg-palegreen) !important;
	color: var(--text-light) !important;
}
.button-normal-swap {
	background-color: var(--bg-default) !important;
	color: var(--text-light) !important;
}
.button-normal-swap:hover, .border-swap:hover {
	background-color: var(--bg-bluegray) !important;
	color: var(--text-light) !important;
}
.border-normal {
	border-color: var(--bg-default) !important;
	color: var(--text-light) !important;
}
.border-red {
	border-color: var(--bg-red) !important;
}
.border-green {
	border-color: var(--bg-green) !important;
}
.text-light {
	color: var(--text-light) !important;
}
.text-dark {
	color: var(--text-dark) !important;
}
.text-between {
	color: var(--text-between) !important;
}
.text-gray {
	color: var(--text-gray) !important;
}
.text-red {
	color: var(--bg-red) !important;
}
.text-yellow {
	color: var(--bg-yellow) !important;
}
.text-green {
	color: var(--bg-green) !important;
}
