.material-icons {
	text-decoration: none;
}
.material-icons.small {
	font-size: 120%;
	line-height: 1;
}
.font_courier {
	font-family: 'Courier New', Courier, serif;
}
label:hover, .pointer:hover {
	cursor: pointer;
}
[disabled='disabled'], [disabled='disabled']:hover {
	background-color: var(--bg-disabled);
}
input[type='checkbox'], input[type='radio'] {
	position: absolute;
	display: inline-block;
	opacity: 0;
	width: 0;
	z-index: -1;
}
input[type='checkbox'] + span, input[type='checkbox'] + label, input[type='radio'] + label {
	display: inline-block;
}
input[type='checkbox'] + label span, input[type='radio'] + label span {
	vertical-align: middle;
}
input[type='checkbox'] + span::before, input[type='checkbox'] + label::before, input[type='radio'] + label::before, .webform_infotext_indicator::before {
	font-family: 'Material Icons';
	content: 'check_box_outline_blank';
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	color: var(--text-dark);
	margin-right: 10px;
	vertical-align: middle;
}
input[type='checkbox']:focus + span::before, input[type='checkbox']:focus + label::before, input[type='radio']:focus + label::before, .webform_field_yesno input[type='checkbox']:focus + label {
	color: var(--bg-default);
}
input[type='radio'] + label::before {
	content: 'radio_button_unchecked';
}
input[type='checkbox']:checked + span::before, input[type='checkbox']:checked + label::before {
	content: 'check_box';
}
input[type='radio']:checked + label::before {
	content: 'radio_button_checked';
}
input:not([type='checkbox'], [type='radio']), textarea, .webform_select_box {
	background-color: var(--bg-input);
}
input:not([type='checkbox'], [type='radio']):focus, textarea:focus, .webform_select_box:focus, .webform_selectmenu:focus {
	outline: var(--bg-default) 2px solid;
	border-radius: 2px;
}
input:disabled, select:disabled, .ui-selectmenu-disabled {
	background-color: var(--bg-disabled);
	color: var(--text-disabled);
}
.webform_field_yesno input[type='checkbox'] + label::before {
	content: 'toggle_off';
	font-size: 50px;
	line-height: .6;
	color: var(--bg-palered);
}
.webform_field_yesno input[type='checkbox']:checked + label::before {
	content: 'toggle_on';
	color: var(--bg-green);
}
.webform_content input[type='datetime-local'], .webform_content input[type='date'], .webform_content input[type='time'] {
	width: auto;
}
.webform_content, .webform_tabs, .webform, .webform_tab, .webform_block {
	position: relative;
	display: block;
}
.webform_content {
	overflow: hidden;
}
/* tabs */
.webform_tab {
	display: none;
	animation: fadeEffect .5s;
}
.webform_tab.currenttab, .webform_tab.visibletab {
	display: block;
}
.webform_tab > .webform_block > .webform_field:first-child {
	margin-top: 0 !important;
}
.webform_tab > .webform_block > .webform_field:last-child {
	margin-bottom: 0 !important;
}
/* form */
.webform_tab > .webform_block > .webform_fullblock, .webform_tab > .webform_block:first-child > .webform_fullblock {
	margin: -16px -16px 0 -16px !important;
}
.webform_tab > .webform_block + .webform_block > .webform_fullblock {
	margin-top: 16px !important;
}
.webform_tab > .webform_block:last-child > .webform_fullblock {
	margin-bottom: -16px !important;
}
.webform_fullblock, .webform_tab > .webform_block > .webform_fullblock + .webform_field {
	margin-top: 32px !important;
}
.webform_tab > .webform_block > .webform_field + .webform_fullblock {
	margin-top: 16px !important;
}
.webform_fullwidth {
	margin-left: -16px !important;
	margin-right: -16px !important;
}
.webform_labelbox label {
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
	color: var(--text-between);
}
.webform_fieldbox {
	position: relative;
}
.webform_elementlist {
	min-height: 100px;
}
.webform_block > div:first-child .webform_labelbox label {
	margin-top: 0;
}
span.material-icons {
	vertical-align: middle;
}
.webform_labelbox label > span.material-icons.w3-margin-left, .w3-button > span.material-icons.w3-margin-left {
	margin-left: 8px !important;
}
.w3-button > span.material-icons.w3-margin-left {
	margin-right: -8px !important;
}
.webform_labelbox label > span.material-icons.w3-margin-right, .w3-button > span.material-icons.w3-margin-right {
	margin-right: 8px !important;
}
.w3-button > span.material-icons.w3-margin-right {
	margin-left: -8px !important;
}
.webform_requiredstring {
	margin-left: 8px;
}
.webform_infotext_indicator {
	margin-left: 8px;
}
.webform_infotext_indicator::before {
	content: 'info_outline';
	vertical-align: top;
}
.webform_infotext_indicator .w3-tag {
	display: none;
	position: absolute;
	top: 5px;
	left: 10px;
	box-sizing: border-box;
	width: 200px;
	z-index: 10;
}
.webform input, .webform select, .webform textarea, .webform_contentlist, .webform_selectmenu {
	width: 100%;
}
.webform_field_hiddenfield {
	display: none;
}
/* fields */
.webform_selectdropdown, .webform_selectmenu_icon {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	min-height: 100%;
	width: auto;
	border: 0 none;
}
.webform hr {
	height: 1px;
	width: 100%;
	margin: 0;
}
.webform_field_checkbox .webform_fieldbox label, .webform_field_radiobutton .webform_fieldbox label, .webform_field_yesno .webform_fieldbox label {
	display: block;
	width: 100%;
	padding: 2px 0;
}
.webform_linkbox .webform_linkbox_buttons {
	position: absolute;
	top: 0;
	right: 0;
}
.webform_linkbox .webform_linkbox_buttons span {
	position: relative;
	margin-left: 1px;
	overflow: visible;
}
.webform_linkbox .webform_linkbox_buttons span > div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	padding: 5px;
	z-index: 1;
	display: none;
}
.webform_linkbox .webform_linkbox_buttons span > div > span {
	vertical-align: top;
}
.webform_slider_box, .webform_field_slider .ui-slider-range {
	position: relative;
	box-sizing: border-box;
	width: auto;
	height: 6px;
	border: 1px solid #aaa;
	border-radius: 2px;
	background-color: inherit;
	margin: 10px 30px;
	cursor: pointer;
}
.webform_slider_box .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 60px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	margin-left: -31px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	border: 1px solid #444;
	background-color: var(--bg-lightgray);
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	color: var(--text-dark);
	box-sizing: border-box;
	overflow: hidden;
	cursor: ew-resize;
	-ms-touch-action: none;
	touch-action: none;
}
.webform_field_slider .ui-slider-range {
	background-color: var(--bg-gray);
	margin: 0;
	top: -1px;
}
.webform_field_slider.smallhandle .webform_slider_box {
	margin-left: 10px;
	margin-right: 10px;
}
.webform_field_slider.smallhandle .ui-slider-handle {
	width: 20px;
	margin-left: -11px;
}
.webform_slider_value_box {
	display: block;
}
.webform_slider_value_title {
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
}
.webform_fileupload > input {
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.webform_fileupload > span {
	display: inline-block;
	vertical-align: middle;
}
.webform_fileupload .file_info {
	max-width: 100%;
	width: 250px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.webform_imageselect {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #666;
}
.webform_imageselect input {
	position: absolute;
	z-index: -100;
}
.webform_imageselect span.material-icons {
	position: relative;
	float: right;
	margin-right: 0;
	margin-left: 0;
	cursor: pointer;
}
.webform_imageselect .showimage {
	display: none;
}
.webform_imageselect[data-imageset='1']:hover .showimage {
	display: block;
}
.webform_imageselect .showimage span.material-icons {
	float: left;
}
.webform_imageselect .iconimage {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
.webform_imageselect .iconimage .material-icons {
	line-height: 150px;
	color: var(--text-between);
	float: none;
	cursor: default;
}
.webform_imageselect .imagedelete {
	display: none;
}
.captcha_math_text {
	margin-right: 10px;
}
.captcha_image {
	margin-bottom: 5px;
}
/* lists */
.webform_contenttable .td-buttons {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.webform_contenttable .td-buttons > div {
	margin-left: 1px;
}
.webform_contenttable .newline {
	opacity: .5;
}
.webform_contenttable .newline:hover {
	opacity: 1;
}
.webform_contenttable .newline td {
	vertical-align: middle;
}
.webform_contenttable .newline .button-normal:hover {
	cursor: pointer;
}
.webform_contenttable .newline .material-icons, .webform_tabs .material-icons {
	font-size: inherit;
	line-height: inherit;
	margin-right: 10px;
}
.webform_tabs .material-icons {
	vertical-align: top;
}
.webform_contenttable .td-buttons .ui-sortable-handle:hover {
	cursor: move;
}
.webform_contenttable th .material-icons.arrow_drop_down, .webform_contenttable th .material-icons.arrow_drop_up {
	position: absolute;
}
.webform_contenttable .fullblock {
	display: block;
	margin: -8px;
	padding: 8px;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
}
.webform_contenttable .fullblock.w3-border {
	padding: 7px;
}
.webform_contenttable td:first-child .fullblock {
	margin: -8px -8px -8px -16px;
	padding: 8px 8px 8px 16px;
}
.webform_contenttable td:first-child .fullblock.w3-center {
	margin: -8px -8px -8px -16px;
	padding: 8px 12px 8px 12px;
}
.webform_contenttable td:first-child .fullblock.w3-border {
	margin: -8px -8px -8px -16px;
	padding: 7px 7px 7px 15px;
}
.webform_contenttable td:first-child .fullblock.w3-border.w3-center {
	margin: -8px -8px -8px -16px;
	padding: 7px 11px 7px 11px;
}
.webform_contenttable .w3-table, .webform_contenttable .w3-table-all {
	word-break: break-word;
}
.webform_contenttable .w3-tag {
	display: none;
	position: absolute;
	margin-left: 10px;
	box-sizing: border-box;
	width: auto;
}
.webform_contenttable .paging {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.webform_contenttable .paging .w3-button {
	margin-left: 1px;
	margin-right: 1px;
}
.webform_contenttable .paging .pageselect {
	display: inline-block;
}
.webform_contenttable .paging .pageselect input {
	display: inline-block;
	width: 40px;
	text-align: center;
}
.webform_contenttable .perpage, .webform_contenttable .selectable {
	float: right;
	display: block;
	width: 100px;
	padding-top: 8px;
}
.webform_contenttable .selectable {
	float: left;
	width: auto;
}
.webform_contenttable .selectable > span.material-icons {
	line-height: 40px;
	vertical-align: top;
	margin-right: 5px;
}
.webform_contenttable .selectable .webform_selectmenu {
	display: inline-block;
	width: auto;
	min-width: 150px;
}
.webform_contenttable .placeholder {
	color: transparent !important;
}

.webform_content.tableform .webform_labelbox {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.webform_content.tableform .webform_labelbox label {
	margin-top: 8px !important;
}
.webform_content.tableform .webform_fieldbox {
	display: inline-block;
	width: 70%;
}
.webform_content.tableform .webform_fieldbox:first-child {
	margin-left: 30%;
}
.webform_confirmbuttons:before, .webform_confirmbuttons:after {
	display: block;
	content: '';
	clear: both;
}
.webform_confirmbuttons:before {
	margin-top: 16px;
	border-top: 1px solid #aaa;
}
.webform_content.tableform input, .webform_content.tableform select, .webform_content.tableform textarea, .webform_content.tableform .webform_contentlist, .webform_content.tableform .webform_selectmenu, .webform_content.tableform .werbform_autocompletebox {
	width: 100%;
}
.webform_confirmbuttons button {
	color: var(--text-dark);
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	margin: 0;
	width: 49.99%;
	float: left;
}
.webform_confirmbuttons .webform_field:last-child button {
	float: right;
}
.webform_confirmbuttons button span {
	margin-right: 10px;
	font-size: 20px;
	line-height: 18px;
}
.webform_confirmbuttons > .webform_field {
	width: 50%;
	display: inline-block;
}
.webform_tab > .webform_block.webform_confirmbuttons > .webform_field:first-child, .webform_tab > .webform_block.webform_confirmbuttons > .webform_field:last-child {
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}
.webform_errorcode {
	display: none;
}
.webform_errorcode > span {
	display: block;
}
.webform_markred .webform_errorcode {
	display: block;
}
.webform_response div {
	position: relative;
	padding-right: 40px;
}
.webform_response div:first-child {
	margin-top: 0;
}
.webform_response div:last-child {
	margin-bottom: 20px;
}
.webform_header_tab .webform_response div:first-child {
	margin-top: 32px;
}
.webform_header_tab .webform_response div:last-child {
	margin-bottom: 0;
}
.webform_response div p {
	padding: 10px 0;
}
.webform_response pre {
	overflow: auto;
}
.response_closer {
	position: absolute;
	font-size: 24px !important;
	right: 10px;
	top: 10px;
	opacity: .5;
}
.response_closer:hover {
	opacity: 1;
	cursor: pointer;
}
.webform_loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	z-index: 1000;
}
.webform_spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -10px 0 0 -30px;
	border: 10px solid #fff;
	border-radius: 50%;
	border-top: 10px solid #666;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}

/* autocomplete */
.webform_autocomplete, .webform_selectmenu_menu {
	position: absolute;
	top: 8px;
	left: -8px;
	z-Index: 100;
}
.webform_selectmenu {
	position: relative;
	display: block;
	max-width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.webform_selectmenu_menu {
	display: none;
}
.webform_selectmenu_menu_open {
	display: block;
}
.webform_selectmenu_icon {
	padding: 8px 8px 0 0;
}
.webform_tabs .w3-button {
	line-height: 150%;
}
.webform_tabs .w3-button span {
	font-size: 160%;
}
.webform_autocomplete, .webform_selectmenu_menu ul {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
  border-collapse: inherit;
	background-color: var(--bg-white);
	border: 1px solid var(--bg-mediumgray);
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
}
.webform_selectmenu_menu ul {
	margin-top: -1px;
	margin-bottom: 20px;
}
.webform_autocomplete li, .webform_selectmenu_menu li:not(.ui-menu-item), .webform_selectmenu_menu li div {
	background-color: var(--bg-white);
	border-bottom: 1px solid #ccc;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid var(--bg-mediumgray);
	color: var(--text-dark);
}
.webform_selectmenu_menu.webform_selectmenu_optgroup li div {
	padding-left: 30px;
}
.webform_selectmenu_menu.webform_selectmenu_optgroup .ui-selectmenu-optgroup {
	background-color: var(--bg-disabled);
	color: var(--text-dark) !important;
}
.webform_autocomplete li:last-child, .webform_selectmenu_menu li:last-child div {
	border: 0;
}
.webform_autocomplete li span {
	font-weight: bold;
	color: var(--text-marked);
}
.webform_autocomplete li.marked, .webform_autocomplete li:hover, .webform_autocomplete li.marked span, .webform_autocomplete li:hover span, .webform_selectmenu_menu .ui-state-active, .webform_selectmenu_menu li:hover {
	background-color: var(--bg-default);
	color: var(--text-light);
	cursor: pointer;
}
.webform_autocomplete li i, .webform_selectmenu_menu li i {
	font-weight: normal !important;
	background-color: var(--bg-gray) !important;
	padding: 1px 3px;
	font-style: normal;
	display: block;
}
.webform_autocomplete li.marked i, .webform_autocomplete li:hover i, .webform_selectmenu_menu li.marked i, .webform_selectmenu_menu li:hover i {
	background-color: var(--bg-marked) !important;
}
.webform_password {
	position: relative;
}
.webform_password span {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 1em;
	height: 1em;
	transform: translateY(-50%);
	color: var(--text-between);
	display: block;
	cursor: pointer;
}
.webform_password span:hover {
	color: var(--text-dark);
}
.webform .leftblock, .webform .rightblock {
	display: inline-block;
	width: 50%;
}
/* tinyMCE fix */
.tox.tox-tinymce-aux {
  z-index: 10000;
}
/* UI control */
.ui-helper-hidden-accessible {display:none;}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1000;
}
.ui-tooltip, .ui-datepicker, .ui-dialog {
	position: absolute;
	width: auto;
	z-index: 9999;
	display: none;
	cursor: default;
	word-break: break-word;
}
.ui-tooltip {
	top: -9999px;
	left: -9999px;
}
.ui-dialog {
	position: fixed;
	max-height: 90vh;
	max-width: 95vw;
	overflow: auto;
	top: 50% !important;
	transform: translateY(-50%);
}
.ui-dialog-title {
	width: auto;
	font-weight: bold;
}
.ui-dialog-titlebar-close:hover {
	cursor: pointer;
}
.ui-dialog-content {
	overflow: auto;
	max-height: calc(90vh - 100px) !important;
	min-height: 100px !important;
}
/* dialog resizing */
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
