html {
	font-size: 14px;
	line-height: 14px;
}

body {
	touch-action: pan-x pan-y;
}

/*Layout helpers*/

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
	/* support: IE7 */
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
 ----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
 ----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
 ----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}

.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;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	/* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 0 0 0 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .3em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	/* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -12px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -12px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	/*padding: .4em 1em;*/
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .2em;
	top: 4px;
	height: 25px;
	width: 25px;
}

.ui-dialog.no-dialog-padding {
	padding: 0px;
}

.ui-dialog.no-dialog-title>.ui-dialog-titlebar {
	display: none;
}

.ui-dialog.dialog-border {
	border: 1px solid #bbb;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	/*padding: .5em 1em;
	overflow: auto;*/
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0;
	/* support: IE7 */
	font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url('img/animated-overlay.gif');
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
	background-color: #fff;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
 ----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	color: #222222;
}

#dia_editor .ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(img/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
}

.ui-widget-content a {
	color: #222222;
}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

.ui-widget-header a {
	color: #222222;
}

/* Interaction states
 ----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	/*	border: 1px solid #d3d3d3;
	 background: #e6e6e6 url(img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50%
	 repeat-x;*/
	font-weight: normal;
	color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*border: 1px solid #999999;
	 background: #dadada url(img/ui-bg_glass_75_dadada_1x400.png) 50% 50%
	 repeat-x;*/
	font-weight: normal;
	color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	/*border: 1px solid #aaaaaa;
	 background: #ffffff url(img/ui-bg_glass_65_ffffff_1x400.png) 50% 50%
	 repeat-x;*/
	font-weight: normal;
	color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
 ----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	/*	background: #fbf9ee url(img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50%
	 repeat-x;*/
	color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	/*border: 1px solid #cd0a0a;
	 background: #fef1ec url(img/ui-bg_glass_95_fef1ec_1x400.png) 50% 50%
	 repeat-x;*/
	color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/*background-image: none;*/
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* For IE8 - See #6059 */
}

/* Icons
 ----------------------------------*/

/* states and images */
.ui-icon {
	width: 25px;
	height: 25px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	/* close button dialog */
	/* 	background-image: url(img/btt_25_25.png); */
	background-color: #555;
}

/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: 0px -50px;
}

.ui-icon-closethick {
	background-position: 0px -50px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
 ----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	/*background-color: transparent;*/
	opacity: .75;
	filter: Alpha(Opacity=5);
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	/*	background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50%
	 repeat-x;*/
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.qtip-default {
	border-color: #000;
}

.ui-tooltip-dark {
	color: #000;
	background-color: transparent;
}

.ui-tooltip-dark .qtip-content {
	background-color: rgb(137, 137, 137);
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

html,
body,
#wrapper,
#content {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#layout {
	overflow: hidden;
}

.layout_with_background {
	/* background-image: url("img/Editor_Hintergrund.png");*/
	background: #fff;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

#loader_global {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 33000;
}

.vertical-center-hack {
	position: absolute;
	display: block;
	top: 50%;
	margin: 0 auto;
	margin-top: -1000px;
	height: 2000px;
	text-align: center;
	line-height: 2000px;
	margin-top: -1000px;
	width: 100%;
}

.vertical-center-hack-wrap {
	line-height: 0;
}

.vertical-center-hack-content {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.view_chip img {
	height: 100%;
	width: 100%;
}

.view_chip_active {
	border: 2px solid #ff0000;
}

#vl_pos {
	border: 2px solid black;
	width: 16px;
	height: 16px;
	background: #fff url(img/ui-icons_888888_256x240.png) no-repeat -128px -48px;
	cursor: pointer;
}

#vl_pos_h {
	border: 2px solid black;
	width: 16px;
	height: 16px;
	background: #fff url(img/ui-icons_888888_256x240.png) no-repeat -160px -48px;
	cursor: pointer;
	margin-top: 10px;
}

/*
#vl_wrapper_display {
	position: absolute;
	overflow: hidden;
	top: 0px;
}
*/
#wrapper,
#content {
	position: absolute;
	top: 0px;
	left: 0px;
}

.dialog {
	background-color: #fff;
	padding: 0px;
	display: none;
}

.content {
	display: none;
	color: #000;
	background-color: #EFEFEF;
	overflow: hidden;
	position: absolute;
	-webkit-overflow-scrolling: touch;
	background-color: #EFEFEF;
}

.tex_chip_wrap {
	display: inline-block;
	margin: 5px 0px 0px 5px;
}

.tex_chip_wrap div {
	text-align: left;
	font-size: 16px;
}

.texture_chip {
	background: #cccccc center center;
	padding: 0px;
	border: 2px solid #777;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

/*--------------------------------------------------------------------------------------------------*/
html {
	background-color: #fff;
	color: #fff;
}

/* #logo {
	right: 0px;
	top: 0px;
	width: 245px;
	height: 100px;
	background-color: transparent;
	position: absolute;
} */

#menu {
	min-width: 150px;
	height: auto;
	/*font-weight: bold;*/
	position: absolute;
	color: #fff;
	right: 20px;
	/* transition: right .6s ease-in-out; */
	/*overflow: hidden;*/
}

.btt {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	margin-left: 0px;
	/* 	border: 5px solid #5d5d5d; */
	cursor: pointer;
}

#menu .btt {
	padding: 0 15px;
	height: 41px;
	line-height: 41px;
	background-color: #5d5d5d;
}

#menu .btt:hover,
#menu .btt.act {
	/* 	border-top: 5px solid var(--az-color); */
	background-color: var(--az-color);
}

.btt {
	border-width: 5px 0px;
}

#menu #btt_prod.btt {
	margin-left: 2px;
}

#btt_print.btt {
	background-position: 0px -328px;
}

#btt_full.btt {
	background-position: 0px -140px;
	display: none;
}

#btt_save.btt {
	background-position: 0px -70px;
	display: none;
}

#btt_contact.btt {
	background-position: 0px -210px;
	display: none;
}

#btt_share.btt {
	background-position: 0px -492px;
}

#btt_logout.btt {
	background-position: 0px -820px;
}

#btt_download.btt {
	background-position: 0px -1640px;
}

#btt_download.act,
#btt_download:hover {
	background-position: -41px -1640px;
}

#btt_print.act,
#btt_print:hover {
	background-position: -41px -328px;
}

#btt_full.act,
#btt_full:hover {
	background-position: -70px -140px;
}

#btt_save.act,
#btt_save:hover {
	background-position: -70px -70px;
}

#btt_contact.act,
#btt_contact:hover {
	background-position: -70px -210px;
}



#btt_share.act,
#btt_share:hover {
	background-position: -41px -492px;
}

#btt_logout.act,
#btt_logout:hover {
	background-position: -41px -820px;
}

#btt_qr_scan.btt {
	background: url(img/Buttonset_41px.png) no-repeat 0px -861px;
}

#btt_qr_scan.act,
#btt_qr_scan:hover {
	background-position: -41px -861px;
}

/* .room_chip {
	margin: 15px 0 0 15px;
	display: inline-block;
	cursor: pointer;
} */
.content {
	background-color: rgba(239, 239, 239, 0.75);
}

.tex_chip_wrap {
	height: 89px;
}

#content_rooms_editor {
	margin: 15px;
}

.chips_more {
	margin: 15px;
	text-align: center;
}

.chips_more div {
	display: inline-block;
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	cursor: pointer;
	height: 10px;
	line-height: 10px;
}

.chips_more div:hover {
	background-color: var(--az-color);
}

#btt_full_close {
	position: absolute;
	width: 70px;
	height: 70px;
	display: none;
	background: url(img/Buttonset_settings_content_70px.png) 0px -140px;
	cursor: pointer;
}

#btt_full_close:hover {
	background-position: 70px -140px;
}

#display,
#display_img_1,
#display_img_2,
#display_edit,
#display_edit_img_1,
#display_edit_img_2 {
	/*height: 100%;*/
	overflow: hidden;
}

#display_img_1,
#display_img_2,
#display_edit,
#display_edit_img_1,
#display_edit_img_2 {
	position: relative;
}

#display_edit_img_3 {
	display: none;
}

.info_texture,
.coordinate_texture,
.fav_texture {
	width: 27px;
	height: 27px;
	background: url(img/Buttonset_on_thumb.png) 0px 0px;
	cursor: pointer;
}

.info_texture {
	top: 0px;
	left: 0px;
}

.info_texture:hover {
	background-position: -27px 0px;
}

.coordinate_texture {
	bottom: 0px;
	left: 0px;
	background-position: 0 -54px;
}

.coordinate_texture:hover,
.coordinate_texture.act {
	background-position: -27px -54px;
}

.hide_fav .fav_texture {
	display: none;
}

.fav_texture {
	top: 0px;
	right: 0px;
	background-position: 0 -81px;
}

.fav_texture:hover,
.fav_texture.act {
	background-position: -27px -81px;
}


.ui-dialog .ui-dialog-titlebar {
	height: 41px;
	border: 0;
	color: #fff;
	line-height: 41px;
	font-weight: bold;
	width: 100%;
	background: rgba(115, 115, 115, 1) url();
}

.ui-dialog.ui-dialog-no-titlebar .ui-dialog-titlebar {
	display: none;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	padding-left: 15px;
	margin: 0;
}

.ui-dialog-content {
	background-color: #efefef;
	padding: 0;
}

.ui-dialog-titlebar-close {
	width: 25px;
	height: 25px;
}

#dia_info,
#dia_shoplink {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
}

#dia_info {
	/* overflow-y: auto; */

}

/*+++++++++++++++ new dia info v3++++++++++++++*/
#info_top {
	width: 900px;
	overflow: hidden;
	position: absolute;
	bottom: 270px;
}

#info_img {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.more #info_top_btts {
	display: none;
}

#info_top_btts {
	position: absolute;
	width: 117px;
	top: 25px;
	right: 25px;
}

.info_top_btt {
	height: 37px;
	line-height: 37px;
	width: 105px;
	padding-left: 12px;
	margin-bottom: 2px;
	background-color: #fff;
	color: #5d5d5d;
	cursor: pointer;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
}

.info_top_btt:hover,
.info_top_btt.act {
	color: var(--az-color);
}

#info_bottom {
	min-height: 240px;
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0px;
}

#info_bottom_l,
#info_bottom_r,
#info_bottom_l_hold {
	display: inline-block;
}

#info_bottom_l {
	width: 583px;
	height: 100%;
	vertical-align: top;
}

#info_bottom_l_hold {
	width: 583px;
	height: calc(100% - 29px);
	vertical-align: top;
}

.more #info_bottom_l {
	overflow-y: scroll;
}

#info_bottom_r {
	margin-left: 47px;
}

#info_logo {
	vertical-align: middle;
	text-align: center;
	height: 90px;
	width: 230px;
	margin-bottom: 24px;
}

.info_bottom_btt {
	height: 33px;
	width: 228px;
	border: 1px solid #5d5d5d;
	cursor: pointer;
	display: flex;
}

.info_bottom_btt .ico {
	height: 34px;
	width: 34px;
	background: url(img/Buttonset_KATALOG_34x34.png) no-repeat;
}

#info_btt_print {
	margin-bottom: 7px;
}

#info_btt_print .ico {
	background-position: 0px -102px;
}

#info_btt_print:hover .ico {
	background-position: -34px -102px;
}

#info_btt_fav .ico {
	background-position: 0px -204px;
}

#info_btt_fav:hover .ico,
#info_btt_fav.act .ico {
	background-position: -34px -204px;
}

.info_bottom_btt .txt {
	font-family: sans-serif;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	color: #5d5d5d;
}

.info_bottom_btt:hover .txt,
.info_bottom_btt.act .txt {
	color: var(--az-color);
}

.info_line {
	margin-top: 20px;
}

.info_row_v {
	color: #5d5d5d;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.info_line_top,
.info_line,
.info_row_t {
	color: #5d5d5d;
	font-weight: bold;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
}

.info_row {
	display: inline-block;
	width: 100%;
	min-height: 28px;
	line-height: 28px;
	border-top: 1px solid #5d5d5d;
}

#more_line {
	height: 29px;
	position: relative;
}

#more_line.hidden {
	display: none;
}

#more_line div {
	height: 29px;
	float: right;
	line-height: 29px;
	color: var(--az-color);
	cursor: pointer;
}

#more_line div:hover {
	color: #5d5d5d;
}

.more #info_more {
	display: none !important;
}

.more #info_bottom_l {
	overflow-y: auto;
	overflow-x: hidden;
}

#info_less {
	display: none;
}

.more #info_less {
	display: block;
}

/*+++++++ end dia info v3++++++++++++*/
#dia_info_scrollBox {
	width: auto;
	height: calc(100% - 66px);
	overflow-y: scroll;
	position: relative;
	margin-top: 15px;
	border-top: 1px solid #ddd;
}

#dia_info_title,
#dia_pdf_title,
#dia_shoplink_title {
	font-weight: bold;
	padding-top: 10px;
	display: inline-block;
}

#dia_info_artnr {
	display: inline-block;
	padding: 10px 0px 0px 15px;
}

#dia_info_close,
#dia_pdf_close,
#dia_shoplink_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 27px;
	height: 27px;
	background: #000 url(img//Buttonset_on_thumb.png) 27px -27px;
	cursor: pointer;
}

#dia_info_close:hover,
#dia_pdf_close:hover,
#dia_shoplink_close:hover {
	background-position: 0px -27px;
}

#dia_info_mapping {
	width: 610px;
	height: 400px;
	overflow: hidden;
}

#text_info {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: inline-block;
	width: 200px;
	height: 385px;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: normal;
	background-color: #efefef;
	padding: 10px;
	font-size: 10px;
	line-height: 16px;
}

.text_info_key {
	font-weight: bold;
}

.text_info_value {}

.btt_rot {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(img/Buttonset_rotation_and_upload.png) 0px 0px;
	cursor: pointer;
}

.locks {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 6px;
	background: url(img/Buttonset_schloesslein.png) 0px -24px;
}

.locked {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 6px;
	background-position: 0px 0px;
}

#content_rooms_editor {
	font-weight: bold;
}

select {
	font-size: 12px;
}

.nippie {
	position: absolute;
	width: 46px;
	height: 46px;
	/* 	background: url(img/nippies.png); */
	background: url(img/btn_nippie_erweiterung.png);
	cursor: pointer;
}

.nippie:hover,
.nippie.act {
	background-position: -46px -138px;
}

.nippie0 {
	background-position: 0px 0px;
}

.nippie0:hover,
.nippie0.act {
	background-position: -46px 0px;
}

.nippie1 {
	background-position: 0px -46px;
}

.nippie1:hover,
.nippie1.act {
	background-position: -46px -46px;
}

.nippie2 {
	background-position: 0px -92px;
}

.nippie2:hover,
.nippie2.act {
	background-position: -46px -92px;
}

.nippie3 {
	background-position: 0px -138px;
}

.nippie3:hover,
.nippie3.act {
	background-position: -46px -138px;
}

.nippie4 {
	background-position: 0px -184px;
}

.nippie4:hover,
.nippie4.act {
	background-position: -46px -184px;
}

.nippie5 {
	background-position: 0px -230px;
}

.nippie5:hover,
.nippie5.act {
	background-position: -46px -230px;
}

.nippie6 {
	background-position: 0px -276px;
}

.nippie6:hover,
.nippie6.act {
	background-position: -46px -276px;
}

.nippie7 {
	background-position: 0px -322px;
}

.nippie7:hover,
.nippie7.act {
	background-position: -46px -322px;
}

.nippie8 {
	background-position: 0px -368px;
}

.nippie8:hover,
.nippie8.act {
	background-position: -46px -368px;
}

.nippie9 {
	background-position: 0px -414px;
}

.nippie9:hover,
.nippie9.act {
	background-position: -46px -414px;
}

.nippie10 {
	background-position: 0px -460px;
}

.nippie10:hover,
.nippie10.act {
	background-position: -46px -460px;
}

.nippie11 {
	background-position: 0px -506px;
}

.nippie11:hover,
.nippie11.act {
	background-position: -46px -506px;
}

.nippie12 {
	background-position: 0px -552px;
}

.nippie12:hover,
.nippie12.act {
	background-position: -46px -552px;
}

.nippie13 {
	background-position: 0px -598px;
}

.nippie13:hover,
.nippie13.act {
	background-position: -46px -598px;
}

.nippie14 {
	background-position: 0px -644px;
}

.nippie14:hover,
.nippie14.act {
	background-position: -46px -644px;
}

.nippie15 {
	background-position: 0px -690px;
}

.nippie15:hover,
.nippie15.act {
	background-position: -46px -690px;
}

.nippie16 {
	background-position: 0px -736px;
}

.nippie16:hover,
.nippie16.act {
	background-position: -46px -736px;
}

.nippie17 {
	background-position: 0px -782px;
}

.nippie17:hover,
.nippie17.act {
	background-position: -46px -782px;
}

.nippie18 {
	background-position: 0px -828px;
}

.nippie18:hover,
.nippie18.act {
	background-position: -46px -828px;
}

.editor_nippie {
	position: absolute;
	width: 46px;
	height: 46px;
	/* 	background: url(img/nippies.png) 0px -138px; */
	background: url(img/btn_nippies.png) 0px -138px;
}

.editor_nippie:hover,
.editor_nippie.act {
	background-position: -138px -138px;
}

.editor_nippie0 {
	background-position: 0px 0px;
}

.editor_nippie0:hover,
.editor_nippie0.act {
	background-position: -138px 0px;
}

.editor_nippie1 {
	background-position: 0px -46px;
}

.editor_nippie1:hover,
.editor_nippie1.act {
	background-position: -138px -46px;
}

.editor_nippie2 {
	background-position: 0px -92px;
}

.editor_nippie2:hover,
.editor_nippie2.act {
	background-position: -138px -92px;
}

.editor_nippie3 {
	background-position: 0px -138px;
}

.editor_nippie3:hover,
.editor_nippie3.act {
	background-position: -138px -138px;
}

.editor_nippie4 {
	background-position: 0px -184px;
}

.editor_nippie4:hover,
.editor_nippie4.act {
	background-position: -138px -184px;
}

.editor_nippie5 {
	background-position: 0px -230px;
}

.editor_nippie5:hover,
.editor_nippie5.act {
	background-position: -138px -230px;
}

.editor_nippie6 {
	background-position: 0px -276px;
}

.editor_nippie6:hover,
.editor_nippie6.act {
	background-position: -138px -276px;
}

.editor_nippie7 {
	background-position: 0px -322px;
}

.editor_nippie7:hover,
.editor_nippie7.act {
	background-position: -138px -322px;
}

.editor_nippie8 {
	background-position: 0px -368px;
}

.editor_nippie8:hover,
.editor_nippie8.act {
	background-position: -138px -368px;
}

.editor_nippie9 {
	background-position: 0px -414px;
}

.editor_nippie9:hover,
.editor_nippie9.act {
	background-position: -138px -414px;
}

.editor_nippie10 {
	background-position: 0px -460px;
}

.editor_nippie10:hover,
.editor_nippie10.act {
	background-position: -138px -460px;
}

.editor_nippie11 {
	background-position: 0px -506px;
}

.editor_nippie11:hover,
.editor_nippie11.act {
	background-position: -138px -506px;
}

.editor_nippie12 {
	background-position: 0px -552px;
}

.editor_nippie12:hover,
.editor_nippie12.act {
	background-position: -138px -552px;
}

.editor_nippie13 {
	background-position: 0px -598px;
}

.editor_nippie13:hover,
.editor_nippie13.act {
	background-position: -138px -598px;
}

.editor_nippie14 {
	background-position: 0px -644px;
}

.editor_nippie14:hover,
.editor_nippie14.act {
	background-position: -138px -644px;
}

.editor_nippie15 {
	background-position: 0px -690px;
}

.editor_nippie15:hover,
.editor_nippie15.act {
	background-position: -138px -690px;
}

.editor_nippie16 {
	background-position: 0px -736px;
}

.editor_nippie16:hover,
.editor_nippie16.act {
	background-position: -138px -736px;
}

.editor_nippie17 {
	background-position: 0px -782px;
}

.editor_nippie17:hover,
.editor_nippie17.act {
	background-position: -46px -782px;
}

.editor_nippie18 {
	background-position: 0px -828px;
}

.editor_nippie18:hover,
.editor_nippie18.act {
	background-position: -46px -828px;
}

.wall_colors {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	/* 	background-color: #aaa; */
	display: none;
}

.tex_chip_wrap_wc {
	display: inline-block;
	margin: 0px 0px 6px 6px;
	position: relative;
	vertical-align: top;
	border: solid 2px #fff;
}

.tex_chip_wrap_wc.last {
	border-color: var(--az-color);
}

.tex_chip_wrap_wc.act {
	background-color: var(--az-color);
}

.tex_chip_wrap_wc div {
	text-align: left;
	font-size: 16px;
}

.chip1 .texture_chip_wc {
	width: 100px;
}

.texture_chip_wc {
	position: relative;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	height: 100px;
	background-color: rgba(240, 240, 240, 0.8);
	background-image: url('img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.texture_chip_wc_s {
	width: 80px;
	height: 80px
}

.texture_chip_wc_m {
	width: 120px;
	height: 120px
}

.texture_chip_wc_l {
	width: 180px;
	height: 180px
}

.texture_chip_wc_xl {
	width: 280px;
	height: 280px
}

.texture_chip_wc_xxl {
	width: 600px;
	height: 600px
}

#btt_editor {
	display: inline-block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: url(img/Buttonset_rotation_and_upload.png) 0px -168px;
	vertical-align: middle;
	margin-left: 15px;
}

.dia_hr {
	padding: 5px 15px;
}

#viewlist_display {
	position: absolute;
	right: 0px;
	z-index: 20;
	bottom: 50px;
}

#viewlist_display table {
	right: 0px;
	margin: 0;
}

#viewlist_display td {
	background-color: #5d5d5d;
}

#viewlist_display #vl_ctrl_display {
	background-color: transparent;
	padding: 0;
	vertical-align: bottom;
}

.view_chip {
	position: relative;
	background: #808080 center center;
	margin: 8px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	height: 113px;
	width: 224px;
	border: 2px solid rgb(0, 0, 0);
}

.view_chip_active {
	border: 2px solid #ff0000;
}

#vl_pos_display {
	border: 2px solid black;
	width: 16px;
	height: 16px;
	background: #fff url(img/ui-icons_888888_256x240.png) no-repeat -128px -48px;
	cursor: pointer;
	display: none;
}

#vl_pos_h_display {
	border: 0px solid black;
	width: 41px;
	height: 110px;
	cursor: pointer;
	background-color: #5d5d5d;
}

#vl_pos_h_display:hover {
	background-color: var(--az-color);
}

#vl_pos_h_display_p1 {
	background: url(img/Buttonset_41px.png) 0px -287px;
	height: 41px;
	width: 41px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#vl_pos_h_display:hover #vl_pos_h_display_p1 {
	background: url(img/Buttonset_41px.png) -41px -287px;
}

#vl_pos_h_display_p2 {
	background: transparent url(img/Buttonset_41px.png) 0px -205px;
	height: 41px;
	width: 41px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#vl_pos_h_display:hover #vl_pos_h_display_p2 {
	background: url(img/Buttonset_41px.png) -41px -205px;
}

#vl_pos_h_display_p2.act {
	background: transparent url(img/Buttonset_41px.png) 0px -246px;
}

#vl_pos_h_display:hover #vl_pos_h_display_p2.act {
	background: transparent url(img/Buttonset_41px.png) -41px -246px;
}

#viewlist_display.vl_top {
	top: 0;
}

#viewlist_display.vl_bottom {
	bottom: 15px;
}

#viewlist_display.vl_right {
	right: 0px;
}

#viewlist_display.vl_left {
	left: 0px;
}

#btt_details_block {
	position: absolute;
	background-color: #5d5d5d;
	cursor: normal;
}

/*
#vl_wrapper_display {
	width: 100%;
	height: 100%;
}
*/
#forward_back_hold,
#display_edit,
#wrapper {
	display: none;
}

#display_time_loader {
	background: transparent url('img/ajax-loader.gif') no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 10px;
	border: 0px none;
	text-align: center;
	display: none;
	color: #0a0a0a;
	z-index: 20;
}

.btt_brightness {
	display: inline-block;
	width: 20%;
	height: 30px;
	margin: 0;
	cursor: pointer;
	transition: opacity 0.2s;
}

.btt_brightness.act,
.btt_brightness:hover {
	width: calc(20% - 4px);
	height: 26px;
	border: 2px solid #333;
}

.color_0 {
	background-color: #fff;
}

.color_1 {
	background-color: #ffe600;
}

.color_2 {
	background-color: #ffa800;
}

.color_3 {
	background-color: #ff0000;
	margin-right: 0px;
}

.color_4 {
	background-color: #ff64ff;
}

.color_5 {
	background-color: #9b00ff;
}

.color_6 {
	background-color: #009bff;
}

.color_7 {
	background-color: #008c00;
	margin-right: 0px;
}

.color_8 {
	background-color: #c9bbac;
}

.color_9 {
	background-color: #a47046;
}

.color_10 {
	background-color: #969696;
}

.color_11 {
	background-color: #000;
	margin-right: 0px;
}

.brightness0 {
	background-color: rgb(96, 56, 19);
}

.brightness1 {
	background-color: rgb(117, 76, 36);
}

.brightness2 {
	background-color: rgb(140, 98, 57);
}

.brightness3 {
	background-color: rgb(166, 124, 82);
}

.brightness4 {
	background-color: rgb(198, 156, 109);
}

.search_method {
	margin-left: 5px;
}

/*  */
.close_btt,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 41px;
	height: 41px;
	background: #000 url(img/Buttonset_41px.png) 0px -123px;
	cursor: pointer;
	border: 0;
	margin: 0;
	outline: none;
}

.close_btt:hover,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
	background-position: -41px -123px;
}

.ui-dialog .ui-dialog-titlebar .ui-icon {
	display: none;
}

.search_coll,
.search_appl,
.search_prod,
.search_cat,
.search_artnr,
.search_colors,
.search_patterns,
.search_brightness {
	display: inline-block;
	margin: 5px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 19px;
}

.search_collection,
.search_application,
.search_producer,
.search_category {
	width: 212px;
	height: 24px;
}

.search_articlenumber {
	width: 130px;
	height: 18px;
	border: 0px;
	padding: 0px;
}

/* template replace*/
.wall_colors_search_header {
	height: 41px;
	padding-top: 66px;
}

.wall_colors_content_header {
	height: 100px;
}

.wall_colors_fav_header {
	border-bottom: 1px solid #5d5d5d;
	height: 50px;
}

.wall_colors_fav_hold {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	border-left: 1px solid rgba(86, 86, 86, 0.8);
}

.wall_colors_fav {
	overflow-x: hidden;
	overflow-y: auto;
}

/*----*/
.size_selectors {
	display: inline;
	float: left;
	height: 34px;
	width: 34px;
	line-height: 34px;
	background-color: #000;
	color: #fff;
	margin-right: 8px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

.size_selectors.off {
	cursor: default;
	opacity: 0.5;
}

.size_selectors.off:hover {
	background-color: #000;
}

.size_selectors:hover,
.size_selectors.act {
	background-color: var(--az-color);
}

.size_selectors.mrg {
	margin-right: 16px;
}

.thumb_type_selectors {
	display: inline;
	float: left;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: #000;
	color: #fff;
	margin-right: 8px;
	cursor: pointer;
	text-align: center;
}

.thumb_type_selectors:hover {
	background-color: var(--az-color);
}

.thumb_type_selectors.act {
	background-color: var(--az-color);
}

.thumb_type_selectors.mrg {
	margin-right: 40px;
}

.label_thumb_options {
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
	color: #000;
	margin-right: 15px;
	margin-top: 4px;
}

.search_count {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #5d5d5d;
	margin-left: 10px;
	margin-top: 14px;
	font-family: sans-serif;
	font-size: 18px;
}

.search_head_label,
.fav_head_label {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #000;
	margin-left: 9px;
	margin-top: 10px;
}

.search_artnr_go {
	display: inline-block;
	width: 80px;
	height: 22px;
	background-color: #000;
	line-height: 22px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.search_artnr_go:hover {
	background-color: var(--az-color);
}

.search_artnr_form {
	display: inline;
	margin: 0;
}

.search_articlenumber_hold {
	border: 1px solid #000;
	background-color: #fff;
	height: 22px;
}

.tex_chip_info_hold {
	width: 100%;
	height: 90px;
}

.tex_chip_info_hold.hidden {
	display: none;
}

.tex_chip_info_text_hold {
	height: 100%;
	display: inline-block;
	line-height: 30px;
	margin-left: 5px;
	display: inline-block;
}

.tex_chip_info_prod_img {
	display: inline-block;
}

.tex_chip_info_prod_img img {
	vertical-align: bottom;
}

.tex_chip_info_art_nr,
.tex_chip_info_collection,
.tex_chip_info_name {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #000;
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.art_yes_no {
	display: inline;
	float: right;
	height: 25px;
	line-height: 25px;
	background-color: #000;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 15px;
	margin-top: 9px;
	cursor: pointer;
}

.art_yes_no:hover {
	background-color: var(--az-color);
}

.art_yes_no.act {
	background-color: var(--az-color);
}

#dia_info_titlebar {
	display: none;
}

#dia_info_infotext {
	/*
	position: absolute;
	top: 45px;
	right: 0px;
	*/
	display: inline-block;
	width: 300px;
	height: 100%;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: normal;
	padding: 10px;
	font-size: 12px;
	line-height: 19px;
}

#dia_info_content {
	display: inline-block;
	overflow: hidden;
	height: 100%;
	background-color: #ccc;
	background-image: url('img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#dia_info_img {
	width: 100%;
	position: relative;
}

/*
.ani {
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
transition: all 0.75s ease;
}
*/

#dia_contact {
	color: #5d5d5d;
	padding: 0px;
	background-color: #FFF;
	overflow: hidden;
	/* background: transparent url(img/kontakt.jpg) no-repeat 0 0; */
}

#objbar_content .odd {
	/*background-color: rgba(160, 160, 160, 0.75);*/
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}


.obj_div {
	position: relative;
}

.obj_row {
	height: 116px;
	white-space: nowrap;
}

.obj_head_text {
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding-left: 18px;
	font-size: 14px;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.obj_container {
	margin-left: 18px;
	width: 150px;
}

.obj_pic {
	background-color: grey;
	width: 150px;
	height: 113px;
}

.obj_bar {
	height: 20px;
	background-color: #292929;
	cursor: pointer;
}

.obj_bar_btt1 {
	background: transparent url(img/Buttonset_12x12.png) no-repeat 0 0;
	height: 12px;
	width: 12px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 115px;
}

.obj_bar_btt2 {
	background: transparent url(img/Buttonset_13x7.png) 0px 0px;
	height: 7px;
	width: 13px;
	display: inline-block;
	margin-left: 7px;
	vertical-align: top;
	margin-top: 8px;
}

.obj_bar.act .obj_bar_btt2 {
	background-position: -13px 0px;
}

.obj_img,
.obj_txt,
.obj_verlegerichtung,
.obj_verlegeart,
.obj_producer {
	display: inline-block;
	margin-right: 15px;
	width: 150px;
	height: 115px;
	vertical-align: top;
	height: 115px;
}

.obj_producer {
	line-height: 115px;
}

.obj_img {
	width: 150px;
	position: relative;
}

.obj_img_bg {
	background-color: rgba(127, 127, 127, 0.75);
}

.obj_txt {
	width: 265px;
}

.obj_verlegerichtung {
	width: 170px;
}

.obj_verlegeart {
	width: 140px;
}

.obj_producer {
	margin: 0;
}

.btt_obj_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	background: transparent url(img/Buttonset_on_thumb.png) no-repeat 0 0;
	cursor: pointer;
}

.btt_obj_del {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 27px;
	background: transparent url(img/Buttonset_on_thumb.png) no-repeat 0 0;
	background-position: 0px -27px;
	cursor: pointer;
}

.btt_obj_info:hover {
	background-position: -27px 0;
}


.btt_obj_del:hover {
	background-position: -27px -27px;
}

.obj_verlegerichtung {
	line-height: 0;
}

.obj_vr_lbl,
.obj_va_lbl {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.btt_obj_vr {
	width: 37px;
	height: 37px;
	display: inline-block;
	background: transparent url(img/Buttonset_Rotation.png) no-repeat 0 0;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

.obj_vr {
	background-color: #292929;
	width: 149px;
	height: 38px;
	padding-left: 1px;
}

.obj_vr_btt {
	width: 37px;
	height: 37px;
	display: inline-block;
	background: transparent url(img/Buttonset_Rotation.png) no-repeat 0 0;
	cursor: pointer;
}

.obj_vr_0 {
	background-position: 0 0;
}

.obj_vr_0:hover,
.obj_vr_0.act {
	background-position: -37px 0;
}

.obj_vr_45 {
	background-position: 0 -37px;
}

.obj_vr_45:hover,
.obj_vr_45.act {
	background-position: -37px -37px;
}

.obj_vr_90 {
	background-position: 0 -74px;
}

.obj_vr_90:hover,
.obj_vr_90.act {
	background-position: -37px -74px;
}

.obj_vr_135 {
	background-position: 0 -111px;
}

.obj_vr_135:hover,
.obj_vr_135.act {
	background-position: -37px -111px;
}

.obj_vr_180 {
	background-position: 0 -148px;
}

.obj_vr_180:hover,
.obj_vr_180.act {
	background-position: -37px -148px;
}

.obj_vr_225 {
	background-position: 0 -185px;
}

.obj_vr_225:hover,
.obj_vr_225.act {
	background-position: -37px -185px;
}

.obj_vr_270 {
	background-position: 0 -222px;
}

.obj_vr_270:hover,
.obj_vr_270.act {
	background-position: -37px -222px;
}

.obj_vr_315 {
	background-position: 0 -259px;
}

.obj_vr_315:hover,
.obj_vr_315.act {
	background-position: -37px -259px;
}

.obj_va_regel_lbl,
.obj_va_unregel_lbl {
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}

.obj_va_regel,
.obj_va_unregel {
	display: inline-block;
	width: 90px;
	vertical-align: top;
}

.obj_va_unregel {
	width: 100px;
}

.btt_obj_va_regel,
.btt_obj_va_unregel {
	width: 61px;
	height: 79px;
	background: transparent url(img/Buttonset_Verlegearten.png) no-repeat 0 0;
	cursor: pointer;
}

.obj_va_regel {
	margin-right: 15px;
}

.btt_obj_va_unregel {
	background-position: 0px -81px;
}

.btt_obj_va_regel:hover,
.btt_obj_va_regel.act {
	background-position: -61px 0px;
}

.btt_obj_va_unregel:hover,
.btt_obj_va_unregel.act {
	background-position: -61px -81px;
}

.objbar_art,
.objbar_artnr,
.objbar_kol {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
}

.objbar_artnr,
.objbar_kol {
	margin-top: 9px;
}

.objbar_prod_img {
	text-align: center;
	vertical-align: middle;
	/* 	height: 90px; */
}

.objbar_vals {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	height: 16px;
}

.obj_vr_lbl,
.obj_va_lbl {
	height: 36px;
	line-height: 17px;
}

.btt_obj_va {
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	background-color: #000;
	color: #fff;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
}

.btt_obj_va:hover,
.btt_obj_va.act {
	background-color: var(--az-color);
}

.btt_obj_va.act {
	cursor: default;
}

#up_down {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -83px;
	display: none;
	width: 55px;
	height: 165px;
	opacity: 0.8;
}

#left_right {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -83px;
	display: none;
	width: 165px;
	height: 55px;
	opacity: 0.8;
}

.wall_colors_fav_header_close {
	display: none;
}

#form_send_contact {
	margin-top: 12px;
	height: 440px;
	display: inline-block;
	width: 400px;
}

.form_contact_label {
	display: inline-block;
	width: 150px;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #5d5d5d;
}

.form_contact_input {
	display: inline-block;
	width: 200px;
	height: 17px;
	font-size: 12px !important;
}

.form_contact_div {
	display: inline-block;
	height: 25px;
	width: 400px;
	margin-bottom: 6px;
}

#form_send_contact_input_zip {
	width: 100px;
}

#form_send_contact_text_note {
	clear: both;
	display: block;
	position: relative;
	top: 8px;
	width: 350px;
	height: 90px;
}

#btt_form_send_contact_send {
	width: 120px;
	height: 32px;
	background-color: #000;
	color: #fff;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	display: none;
	position: absolute;
	bottom: 14px;
	left: 383px;
}

#form_contact_note {
	height: 120px;
}

#btt_form_send_contact_send:hover {
	background-color: var(--az-color);
}

.form_send_error {
	border-color: #f00
}

.text_orange {
	display: inline-block;
	color: var(--az-color);
	margin: 0px;
}

#contact_content {
	padding: 10px;
}

#contact_header {
	line-height: 45px;
	padding-left: 10px;
}

.search_reset {
	margin: 15px 0px 8px 0px;
	padding: 0px 0px 5px 20px;
	color: #5d5d5d;
	text-align: center;
	width: 249px;
	height: 22px;
	line-height: 20px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	border-bottom: 1px solid #5d5d5d
}

.search_reset:hover {
	color: var(--az-color);
}

.search_reset:hover .reset_icon {
	background-position: -9px 0px;
}

.chip_ico_trap {
	position: relative;
}

#info_buttons {
	position: absolute;
	width: 300px;
	height: 29px;
	left: 10px;
	bottom: 10px;
}

.btt_info {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	border: 1px solid #000;
	background-color: #282828;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}

.btt_info:hover,
.btt_info.act {
	background-color: var(--az-color);
}

#btt_info_2d,
#btt_info_3d {
	width: 30px;
}

#btt_info_add_favourite {
	width: 180px;
	position: absolute;
	right: 0px;
	margin-right: 0;
	cursor: pointer;
	/* 	display: none; */
}

#info_add_favourite_ico,
#info_add_favourite_lbl {
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
	height: 27px;
	width: 27px;
}

#info_add_favourite_ico {
	background: url(img/Buttonset_on_thumb.png) no-repeat 0 -81px;
}

#btt_info_add_favourite:hover #info_add_favourite_ico,
#btt_info_add_favourite.act #info_add_favourite_ico {
	background-position: -27px -81px;
	background-color: var(--az-color);
}

#info_add_favourite_lbl {
	width: 153px;
}

#up_down_slider {
	height: 125px;
	width: 10px;
	background-color: #ccc;
	margin-left: 22px;
	margin-top: 22px;
	border: 1px solid #999;
}

#up_down_slider .ui-slider-handle {
	border: 1px solid var(--az-color);
	background-color: var(--az-color);
	background-image: none;
	cursor: pointer;
}

#up_down_slider .ui-slider-range {
	background-color: #ccc;
	background-image: none;
}

#up_down_slider .ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #dfe5e7;
}

#left_right_slider {
	height: 10px;
	width: 125px;
	background-color: #ccc;
	margin-left: 22px;
	margin-top: 22px;
	border: 1px solid #999;
}

#left_right_slider .ui-slider-handle {
	border: 1px solid var(--az-color);
	background-color: var(--az-color);
	background-image: none;
	cursor: pointer;
}

#left_right_slider .ui-slider-range {
	background-color: #ccc;
	background-image: none;
}

#left_right_slider .ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #dfe5e7;
}


.objchip_name {
	width: auto;
	padding-top: 8px;
	padding-left: 18px;
	color: #fff;
	font-size: 14px;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.object_image {
	background-color: var(--az-color);
	cursor: pointer;
}

.object_item {
	display: inline-block;
	margin-top: 10px;
}

#dia_search,
#dia_twostep {
	background: #fff;
	overflow: hidden;
}

/*rooms 2.6*/
#rooms_content_search,
#rooms_content_picBox {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

#rooms_content_search {
	width: 318px;
	overflow-x: hidden;
	overflow-y: auto;
}

#rooms_content_picBox {
	top: 0px;
	border: 0;
	position: initial;
	overflow-x: hidden;
	overflow-y: auto;
}

.room_menu_0 #rooms_content_picBox {
	width: 100%;
}

.room_menu_1 #rooms_content_picBox {
	width: calc(100% - 318px);
}

#picBox_title {
	height: 83px;
	line-height: 83px;
	padding-left: 15px;
	border-left: 1px solid #5d5d5d;
}

#picBox_picHolder {
	overflow-y: auto;
	width: 100%;
	padding-bottom: 35px;
}

.room_menu_0 #picBox_picHolder {
	height: calc(100% - 118px);
	border-left: none;
}

.room_menu_1 #picBox_picHolder {
	height: calc(100% - 118px);
	border-left: 1px solid #5d5d5d;
	;
}

#nr_found,
#models_found {
	display: inline-block;
}

#reset_search:hover>#reset_search_lbl {
	color: var(--az-color);
}

#reset_search {
	height: 23px;
	line-height: 33px;
	padding: 20px 30px;
	margin-bottom: 20px;
	cursor: pointer;
}

#reset_search_ico {
	background: transparent url(img/Buttonset_Furniture_Doppelpfeil_16x16px.png) 0px 0px no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: inline-block;
}

#reset_search:hover>#reset_search_ico {
	background-position: -16px 0px;
}

#reset_search_lbl {
	color: #5d5d5d;
	vertical-align: top;
	line-height: 26px;
	display: inline-block;
}

#text_search {
	padding: 0px 12px 12px 22px;
	/* border-bottom: 1px solid #000; */
	width: 246px;
	margin-top: 20px;
}

#text_search_form>#text_search_input {
	width: 200px;
	height: 45px;
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

#text_search_form {
	white-space: nowrap;
}

#text_search_go {
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	border-left: 0;
	cursor: pointer;
	background: transparent url(img/Buttonset_Furniture_Lupe_25x25px.png);
}

#text_search_go:hover {
	background-position: -45px 0px;
}

/*rooms 2.6 end*/

/*accordion*/
#search_accordion h3 {
	height: 30px;
	line-height: 30px;
	border-top: solid 1px;
}

#search_accordion {
	width: 280px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	color: #5d5d5d;
}

.acc_ico {
	display: inline-block;
	width: 15px;
	height: 9px;
	background: transparent url(img/Buttonset_KATALOG_15x9px.png) 0 -9px;
	position: absolute;
	right: 15px;
	top: 17px;
}

h3:hover>.acc_ico {
	background-position: -15px -9px;
}

h3.act>.acc_ico {
	background-position: 0 0;
}

#acc_range_h,
#acc_size_h {
	border-top: 1px solid #000;
}

#acc_size_d {
	border-bottom: 1px solid #000;
}

h3.act:hover>.acc_ico {
	background-position: -15px 0;
}

.ui-accordion .ui-accordion-content {
	padding: 0 0 0 22px;
}

.ui-accordion .ui-accordion-header {
	padding: .5em .5em .5em 22px;
}

#search_accordion div .acc_ico_search {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	margin-right: 5px;
}

.act>.acc_ico_search {
	background: transparent url(img/Buttonset_KATALOG_13x10px.png) 0px 0px no-repeat;
	background-size: 13px 10px;
	background-position: 4px 5px;
}

.panel {
	height: 30px;
	line-height: 22px;
	margin-bottom: 1px;
	cursor: pointer;
	padding-top: 8px;
}

.panel_val {
	display: inline-block;
	vertical-align: top;
	color: #5d5d5d;
}

.panel:hover .panel_val,
.panel.act .panel_val {
	color: var(--az-color);
}

/*accordion end*/
#rooms_content {
	width: 100%;
	height: 100%;
	position: absolute;
}

#rooms_content_categories {
	/*height: 160px;*/
	width: 100%;
	position: relative;
	display: inline-block;
}

#rooms_content_picBox {
	/* 	width: 100%;
	position: relative;
	top: 160px;
	bottom: 0px;
	border-style: solid;
	border-width: 1px;
	border-width: 1px 0px 0px 0px; */

}

#picBox_uploadBar {
	width: 100%;
	height: 0px;
	background: rgba(115, 115, 115, 1);
}

.masterCategorieBox {
	width: 165px;
	margin: 15px 0px 10px 0px;
	border-left: 1px solid;
	padding: 0px 10px 0px 10px;
	display: block;
	float: left;
}

.room_chip {
	margin: 0px 0px 30px 30px;
	cursor: pointer;
	border: 1px solid #000;
	height: 162px;
	width: 288px;
	float: left;
}

.room_chip img {
	height: 100%;
	width: 100%;
}

.room_chip:hover,
.room_chip.act {
	border: 1px solid var(--az-color);
}

.categorieChoise {
	cursor: pointer;
}

.categorieChoise:hover,
.categorieChoise.act {
	color: var(--az-color);
}

.masterCategorieChoise {
	cursor: pointer;
}

.masterCategorieChoise.act,
.masterCategorieChoise:hover {
	color: var(--az-color);
}

#rooms_content_categories :first-child {
	border-left: none;
}

#rooms_content_toolbar {
	width: 100%;
	height: 45px;
	background: rgba(115, 115, 115, 1) url();
	position: relative;
}



#rooms_content_toolbar_leftToolBar {
	width: 50%;
	height: 45px;
	position: absolute;
	line-height: 45px;
}

#leftToolBar_text {
	height: 45px;
	display: inline-block;
	position: relative;
	color: #fff;
	line-height: 45px;
	/*left: 20px;*/
	margin-left: 10px;
	cursor: default;
}

#leftToolBar_button {
	display: inline-block;
	position: relative;
	/*left: 20px;*/
	height: 25px;
	line-height: 25px;
	background-color: var(--az-color);
	color: #fff;
	padding: 5px;
	margin-left: 8px;
	cursor: pointer;
}

#leftToolBar_button:hover {
	background-color: #000;
}

#load_unique_hold,
#load_unique_form,
#load_unique_label {
	display: inline-block;
}

#load_unique_hold {
	margin-left: 30px;
}

#load_unique_label {
	height: 45px;
	display: inline-block;
	position: relative;
	color: #fff;
	line-height: 45px;
}

#btt_ar_link {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 82px;
	height: 82px;
	left: 326px;
	bottom: 50px;
	background: transparent url(img/Buttonset_82x82px.png) no-repeat 0px -246px;
}

#btt_ar_link:hover {
	background-position: -82px -246px;
}

#btt_ar_home {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 82px;
	height: 82px;
	left: 224px;
	bottom: 50px;
	background: transparent url(img/Buttonset_82x82px.png) no-repeat 0px -164px;
}

#btt_ar_home:hover {
	background-position: -82px -164px;
}

/* compare Kram */
#displaycomp {
	background-color: #fff;
	overflow: hidden;
}

/* #comp_bar {
	width: 3px;
	background-color: var(--az-color);
	top: 0px;
} */

/* #comp_bar.act {
	background-color: rgba(206, 143, 52, 0.5);
} */

/* #cl_char {
	position: absolute;
	bottom: 0px;
	height: 50px;
	line-height: 50px;
	right: 4px;
	font-size: 36px;
	font-weight: bold;
}

#cr_char {
	position: absolute;
	bottom: 0px;
	height: 50px;
	line-height: 50px;
	left: 4px;
	font-size: 36px;
	font-weight: bold;
} */

/* #cl_text {
	position: absolute;
	bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	left: 10px;
}

#cr_text {
	position: absolute;
	bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	right: 10px;
} */

/* #cl_active {
	position: absolute;
	top: 8px;
	font-size: 13px;
	left: 10px;
	font-style: italic;
}

#cr_active {
	position: absolute;
	top: 8px;
	font-size: 13px;
	right: 10px;
	font-style: italic;
	display: none;
} */


#btt_compare {
	width: 82px;
	height: 82px;
	position: absolute;
	left: 20px;
	bottom: 50px;
	border: 0;
	line-height: 37px;
	background-color: #5d5d5d;
	color: #fff;
	display: flex;
	cursor: pointer;
	background-image: url(img/Buttonset_82x82px.png);
}

#btt_compare:hover {
	background-position: -82px 0px;
}

#btt_compare.act {
	background-color: var(--az-color);
	background-image: none;
}

/* 

#comp_mover {
	width: 5rem;
	height: 5rem;
	margin: 0 40px;
	cursor: pointer;
} */

#compare_close_btt {
	height: 37px;
	width: 37px;
	background-color: var(--az-color);
	background-image: url(img/Buttonset_37px.png);
	position: absolute;
	left: 22.5px;
	top: 22.5px;
	display: none;
}

#btt_compare.act #compare_close_btt {
	display: block
}

/* #comp_left,
#comp_right {
	position: absolute;
	top: 100px;
	background-color: #5d5d5d;
	width: 115px;
	height: 50px;
	text-align: center;
	padding: 0px;
	line-height: 15px;
	cursor: pointer;
	color: #fff;
} */

/* #comp_left {
	right: 3px;
} */

/* #comp_right {
	left: 3px;
} */
/*
#comp_left.act,
#comp_right.act {
	background-color: var(--az-color);
}
*/
/*
#comp_left.act #cl_header,#comp_right.act #cr_header {
	color: #b42557;
}
*/
#comp_mover:hover,
#comp_mover.act {
	background-position: -63px -383px;
}

#comp_bar,
#comp_mover {
	position: absolute;
}

#crh_act,
#clh_act {
	color: #b42557;
}

#displaycomp_div_1,
#displaycomp_div_2 {
	/*right: 0px !important;
    left: auto !important;*/

}

.display_image {
	position: relative;
}

#proj_save_text {
	padding: 15px 15px 10px 15px;
	display: inline-block;
	position: relative;
}

#proj_save_label {
	display: inline-block;
	position: relative;
	font-size: 15px;
	padding-left: 15px;
}

#proj_save_id {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;
}

#prod_drop_div {
	left: 10px;
	position: absolute;
	display: none;
}

#compare_end_text {
	width: 620px;
	height: 148px;
	left: 10px;
	top: 10px;
	position: relative;
}

#compare_end_cancel,
#compare_end_end {
	width: 90px;
	position: absolute;
	border: 0;
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
	background-color: #5d5d5d;
	right: 20px;
	bottom: 10px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

#compare_end_end {
	right: 157px;
}

#compare_end_cancel:hover,
#compare_end_end:hover {
	background-color: var(--az-color);
}

#viewlist_wrap_display {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#proj_save_id_hold {
	padding-bottom: 25px;
}

.proj_save_line {
	height: 41px;
	line-height: 41px;
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 5px;
}

.proj_save_pic {
	background: transparent url(img/Buttonset_41px.png) 0px 0px;
	height: 41px;
	width: 41px;
	display: inline-block;
}

#proj_save_link_div_pic {
	background-position: 0px -1271px;
}

#proj_save_link_div:hover #proj_save_link_div_pic {
	background-position: -41px -1271px;
}

#proj_copy_link_pic {
	background-position: 0px -1312px;
}

#proj_copy_link_div:hover #proj_copy_link_pic {
	background-position: -41px -1312px;
}

#proj_map_link_div_pic {
	background-position: 0px -1230px;
}

#proj_map_link_div:hover #proj_map_link_div_pic {
	background-position: -41px -1230px;
}

#proj_log_link_div_pic {
	background-position: 0px -902px;
}

#proj_log_link_div:hover #proj_log_link_div_pic {
	background-position: -41px -902px;
}

.proj_save_text {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	vertical-align: top;
	margin-left: 10px;
}

.proj_save_line:hover .proj_save_text {
	color: var(--az-color);
}

#proj_save_link {
	color: #fff;
	text-decoration: initial;
}

/*---roomFav---*/
#roomFav_holder {
	background-color: #5d5d5d;
	position: absolute;
	/* right: -540px; */
	width: 41px;
	height: 114px;
	bottom: 133px;
}

#roomFav_scroll {
	width: 0px;
	height: 114px;
	overflow-x: scroll;
	position: absolute;
	left: 41px;
}

#roomFav_favHolder {
	background-color: #5d5d5d;
	height: auto;
	width: auto;
	height: 100%;
	padding-top: 4px;
	overflow-y: auto;
	/* 	display: inline-flex;
	display: -webkit-inline-box; OLD - iOS 6-, Safari 3.1-6
	display: -moz-inline-box; OLD - Firefox 19- (buggy but mostly works)
	display: -ms-inline-flexbox; TWEENER - IE 10
	display: -webkit-inline-flex; */
}

#roomFav_btt:hover #roomFav_btt_heart {
	background-position: -41px -164px;
}

#roomFav_btt_arrow {
	height: 41px;
	width: 41px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: transparent url(img/Buttonset_41px.png) 0px -205px;
}

#roomFav_btt:hover #roomFav_btt_arrow {
	background-position: -41px -205px;
}

#roomFav_btt.act #roomFav_btt_arrow {
	background-position: 0px -246px;
}

#roomFav_btt.act:hover #roomFav_btt_arrow {
	background-position: -41px -246px;
}

.roomFav_img {
	/* 	height: 156px;
	width: 234px; */
	width: calc(100% - 8px);
}

.roomFav_chip_holder {
	padding-bottom: 10px;
	/* 	height: 160px;
	width: 240px; */
}

.roomFav_chip {
	cursor: pointer;
	margin-left: 4px;
}

/*--- catalog chip ---*/
.chip1 .chip_icon_holder {
	visibility: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.chip_ico_trap:hover .chip_icon_holder {
	visibility: visible;
}

.ico_text {
	height: 27px;
	line-height: 27px;
	width: auto;
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.ico_logo_text {
	overflow: hidden;
	width: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
}

.bold_text {
	font-weight: bold;
}

.chip1 .ico_bar {
	height: 90px;
	background-color: white;
	display: flex;
	position: absolute;
	border: 1px solid #ddd;
}

.ico_logo {
	height: 90px;
	width: 180px;
	position: relative;
}

.ico_logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mode_a .ico_bar {
	display: none;
}

.mode_b .chip1 .ico_bar {
	width: calc(100% - 2px);
	bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.mode_c .chip1 .ico_bar {
	width: calc(100% - 2px);
	bottom: 65px;
}

.mode_a .ico_btt_box {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: auto;
	height: auto;
	display: flex;
}

.mode_b .chip1 .ico_btt_box {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: auto;
	display: flex;
}

.mode_c .chip1 .ico_btt_box {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 182px;
}

.mode_b .ico_logo {
	margin-left: auto;
	margin-right: auto;
}

.mode_c .ico_logo {
	margin-left: 15px;
	margin-right: 15px;
}

.mode_c .chip1 .ico_logo_textbox {
	height: 90px;
	width: auto;
	display: inline-block;
}

.mode_b .chip1 .ico_logo_textbox {
	width: auto;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
}

.mode_b .chip1 .ico_logo_textbox {
	height: 90px;
}

.mode_a .ico_logo_textbox {
	display: none;
}

.mode_a .chip1 .ico_text,
.mode_b .chip1 .ico_text {
	display: none;
}

.mode_c .chip1 .ico_text {
	line-height: 27px;
}

.mode_c .ico_btt_box_line {
	display: flex;
	margin-top: 5px;
}

.mode_b .chip1 .ico_btt_box_line {
	display: block;
	margin-top: 0px;
}

.mode_a .ico_btt_box_line+.ico_btt_box_line {
	margin-left: 10px;
}

.mode_b .chip1 .ico_btt_box_line+.ico_btt_box_line {
	margin-left: 10px;
}

.mode_a .fav_texture {
	display: block;
}

/* --- catalog animation ---*/
.mode_b .chip_ico_trap:hover .logo_show .ico_logo {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
	transition-delay: 1.5s;
}

.mode_b .chip_ico_trap:hover .logo_show .ico_logo {
	opacity: 0;
}

.mode_b .chip_ico_trap:hover .logo_show .ico_logo_textbox {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
	transition-delay: 2s;
}

.mode_b .chip_ico_trap:hover .logo_show .ico_logo_textbox {
	opacity: 1;
}

.ico_bar.logo_hide .ico_logo_textbox {
	opacity: 1;
}

/* skip animation */
.mode_b .chip_ico_trap:hover .logo_show.skip .ico_logo {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	opacity: 0;
	transition-delay: 0s;
}

.mode_b .chip_ico_trap:hover .logo_show.skip .ico_logo {
	opacity: 0;
}

.mode_b .chip_ico_trap:hover .logo_show.skip .ico_logo_textbox {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	opacity: 1;
	transition-delay: 0s;
}

.mode_b .chip_ico_trap:hover .logo_show.skip .ico_logo_textbox {
	opacity: 1;
}

/* skip2 animation */
.chip1 .chip_icon_holder.skip2 {
	visibility: visible;
}

.mode_b .skip2 .ico_logo {
	display: none;
}

/* .mode_b .chip1 .skip2 .ico_btt_box{
	display: none;
}
 */
.mode_b .chip1 .skip2 .ico_logo_textbox {
	opacity: 1;
}

.mode_b .chip_ico_trap:hover .logo_show.skip2 .ico_logo {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	opacity: 0;
	transition-delay: 0s;
}

.mode_b .chip_ico_trap:hover .logo_show.skip2 .ico_logo {
	opacity: 0;
}

.mode_b .chip_ico_trap:hover .logo_show.skip2 .ico_logo_textbox {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	opacity: 1;
	transition-delay: 0s;
}

.mode_b .chip_ico_trap:hover .logo_show.skip2 .ico_logo_textbox {
	opacity: 1;
}

/*--- explorer template ---*/
.ao-hidden {
	display: none;
}

.wall_colors_search {
	width: 318px;
	height: 100%;
}

.wall_colors_search_header {
	height: 0px;
	padding-top: 0px;
	border-right: 1px solid #5d5d5d;
	overflow: hidden;
}

#wall_colors_search_header_255 {
	height: 150px;
	overflow: hidden;
	background-color: #d8d8d8;
}

.use_switch {
	position: relative;
	display: inline-block;
	height: 42px;
	margin-top: 10px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	line-height: 41px;
	vertical-align: top;
	border-top: 1px solid #666;
	border-left: 0px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

.use_switch_c2 {
	width: calc(50% - 7px);
	border-left: 1px solid #aaa;
}

.use_switch_c3 {
	width: calc(33.3% - 7px);
	border-left: 1px solid #aaa;
}

.use_switch_first_c2 {
	width: calc(50% - 6px);
}

.use_switch_first_c3 {
	width: calc(33.3% - 6px);
}

.use_switch_back_active {
	background-color: #fff;
}

.use_switch_back {
	background-color: #ccc;
}

.wall_colors_content {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	margin-left: 0px;
	border-right: 1px solid #5d5d5d;
}

.wall_colors_content_hold {
	position: absolute;
	top: 0px;
	left: 318px;
	height: 100%;
}

.wall_colors_content_header {
	height: 50px;
	/* border-bottom: 1px solid #5d5d5d; */
}

.viewoption {
	height: auto;
	width: auto;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}

.wall_colors_template_content {
	color: #5d5d5d;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	line-height: 0px;
}

div#wall_colors_content_hold_7777 {
	margin-left: 0;
	background-color: #fff;
	width: 100%;
	left: 0;
}

div#wall_colors_7777 {
	position: absolute;
	top: 0;
	left: 0;
}

.view_mode_2 #pattern_holder {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.view_mode_2 .search_patterns {
	display: flex;
	border: none;
}

.view_mode_2 #brightness_holder {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.view_mode_2 .search_brightness {
	display: flex;
	border: none;
}


.searchpatternsbox,
.searchbrightnessbox,
.searchinstallmethod,
.searchrotation,
#more_methods_variants,
#more_methods_materials {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 20px;
}

.searchbrightnessbox {
	width: 261px;
}

.searchinstallmethod {
	margin-bottom: 15px;
	line-height: 0px;
}

#more_methods_materials {
	margin-bottom: 13px;
	line-height: 0px;
}

#more_methods_materials,
#more_methods_variants {
	margin-left: 10px;
	/*display: inline-block;*/
	white-space: nowrap;
}

#installmethod_expand {
	display: none;
	height: 184px;
	width: 40px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #5d5d5d;
	cursor: pointer;
	color: #5d5d5d;
	overflow: hidden;
	border-top: 1px solid #000;
}

#installmethod_expand.act {
	/* 	width: 100%; */
	/* 	width: auto; */
	cursor: auto;
}

#installmethod_front {
	height: 100%;
	/* 	width: 34px; */
	/* 	padding: 72px 3px 0 3px; */
	/* 	float: right; */
	position: absolute;
	right: 0px;
	background-color: #fff;
}

#installmethod_front.act {
	border-left: 1px solid #000;
	height: 184px;
	cursor: pointer;
}

#more_methods_title {
	font-size: 17px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	margin: 15px 0 15px 10px;
	padding-right: 51px;
	width: auto;
	line-height: 15px;
	white-space: nowrap;
}

.method_front_img {
	width: 34px;
	margin: 72px 3px 0 3px;
	height: 34px;
	width: 34px;
	background: url(img/Buttonset_KATALOG_34x34.png) no-repeat 0px -273px;
	cursor: pointer;
}

#installmethod_expand:hover .method_front_img {
	background-position: -34px -273px;
}

#installmethod_front.act .method_front_img {
	background-position: 0px -239px;
}

#installmethod_front.act:hover .method_front_img {
	background-position: -34px -239px;
}

#installmethod_back {
	width: 0px;
	height: 184px;
	overflow: hidden;
	float: left;
}

.btt_method {
	width: 46px;
	height: 37px;
	border: 1px solid #000;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 10px;
	display: inline-block;
	line-height: 0px;
}

.btt_method:hover,
.btt_method.act {
	border-color: var(--az-color);
}

.method_material {
	/* 	padding: 1px; */
	/* 	background: transparent url(img/Buttonset_KATALOG_34x34.png)0 0; */

}

.method_art {
	background: transparent url(img/Verlegearten_Buttonset_47x37.png) 0 0;
}

.method_art_0 {
	background-position: 0px 0px;
}

.method_art_1 {
	background-position: 0px -37px;
}

.method_art_2 {
	background-position: 0px -74px;
}

.method_art_3 {
	background-position: 0px -111px;
}

.method_art_4 {
	background-position: 0px -148px;
}

.method_art_5 {
	background-position: 0px -185px;
}

.method_art_6 {
	background-position: 0px -222px;
}

.method_art_7 {
	background-position: 0px -259px;
}

.method_art_8 {
	background-position: 0px -296px;
}

.method_art_9 {
	background-position: 0px -333px;
}

.method_art_10 {
	background-position: 0px -370px;
}

.method_art_11 {
	background-position: 0px -407px;
}

.method_art_12 {
	background-position: 0px -444px;
}

.method_art_13 {
	background-position: 0px -481px;
}

.method_art_14 {
	background-position: 0px -518px;
}

.method_art_15 {
	background-position: 0px -555px;
}

.method_art_16 {
	background-position: 0px -592px;
}

.method_art_17 {
	background-position: 0px -629px;
}

.method_art_18 {
	background-position: 0px -666px;
}

.method_art_19 {
	background-position: 0px -703px;
}

.method_art_20 {
	background-position: 0px -740px;
}

.method_art_21 {
	background-position: 0px -777px;
}

.method_art_22 {
	background-position: 0px -814px;
}

.searchrotation {
	margin-bottom: 10px;
	line-height: 0px;
}

.searchrotation>.btt_obj_vr {
	margin: 0 10px 0 0;
}

.filter_line:hover .filter_text,
.singlechoice:hover .singlechoice_text,
.singlechoice.act .singlechoice_text {
	color: var(--az-color);
}

.aoacc_back {
	width: auto;
	overflow-y: hidden;
	margin-left: 30px;
}

.aocon_content {
	width: auto;
	height: calc(100% - 15px);
	overflow-y: hidden;
}

.aocon_content>.textline {
	font-size: 17px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 15px;
	line-height: 15px;
}

.aoacc,
.aocontainer {
	margin-left: 0px;
}

.aocontainer {
	position: absolute;
	bottom: 0px;
	width: 317px;
	background-color: #fff;
}

.aofloor_mapping {
	height: 185px;
}

.aoarea {
	position: relative;
	top: 0px;
	width: auto;
	overflow-y: auto;
	height: calc(100% - 185px);
}

/* 
.aoacc_front {
	height: 56px;
	line-height: 56px;
	width: auto;
	cursor: pointer;
	position: relative;
	display: flex;
	border-top: 1px solid #5d5d5d;
	font-size: 17px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
} */

.aocon_top {
	height: 14px;
	width: auto;
	position: relative;
	display: flex;
	border-top: 1px solid #5d5d5d;
}

.aoacc_front_text {
	margin-left: 20px;
}

.active .aoacc_front_text {
	color: #5d5d5d;
}

.inactive .aoacc_front_text {
	color: #ccc;
}

.inactive .aoacc_front {
	cursor: default;
}

.aoacc_front_icon {
	width: 13px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 16px;
	background-position: 0px 0px;
}

.aoacc_front_icon .ico {
	width: 13px;
	height: 8px;
}

.inactive .aoacc_front:hover .aoacc_front_text {
	color: #ccc;
}

.aoacc_front:hover .aoacc_front_text {
	color: var(--az-color);
}

.aoacc_front:hover .aoacc_front_icon {
	background-position: -15px 0px;
}

.aoacc_front.closed .aoacc_front_icon {
	background-position: 0px -9px;
}

.aoacc_front.closed:hover .aoacc_front_icon {
	background-position: -15px -9px;
}

.inactive .aoacc_front .aoacc_front_icon,
.inactive .aoacc_front:hover .aoacc_front_icon {
	background-position: 0px -9px;
}

/*--- explorer mode css ---*/
.reset_icon {
	background: url(img/Buttonset_KATALOG_9x9px.png) no-repeat 0px 0px;
	height: 9px;
	width: 9px;
	margin-top: 6px;
	margin-right: 10px;
}



.searchtext {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-bottom: 10px;
	margin-left: 20px;
}

.searchtext_icon {
	height: 45px;
	width: 45px;
	cursor: pointer;
	background: transparent url(img/Buttonset_Furniture_Lupe_25x25px.png);
	border: 1px solid #5d5d5d;
}

.searchtext_icon:hover {
	background-position: -45px 0px;
}

.searchtext_input {
	height: 43px;
	width: 205px;
	border: none;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 0px;
	margin: 0px;
}

.searchtext_form {
	height: 45px;
	width: auto;
	border: 1px solid #5d5d5d;
	border-right: none;
}

/*--- --- ---*/


.shariff .theme-grey .shariff-button a {
	width: 41px;
	height: 42px;
	background: url(img/Buttonset_41px.png);
	margin: 0;
	border-right: 1px solid white;
}

.shariff .theme-grey .facebook a {
	background-position: 0px -574px;
}

.shariff .theme-grey .twitter a {
	background-position: 0px -533px;
}

.shariff .theme-grey .pinterest a {
	background-position: 0px -615px;
}

.shariff .theme-grey .facebook a:hover {
	width: 41px;
	height: 42px;
	background: url(img/Buttonset_41px.png) -41px -574px;
	;
	margin: 0;
}

.shariff .theme-grey .twitter a:hover {
	width: 41px;
	height: 42px;
	background: url(img/Buttonset_41px.png) -41px -533px;
	margin: 0;
}

.shariff .theme-grey .pinterest a:hover {
	width: 41px;
	height: 42px;
	background: url(img/Buttonset_41px.png) -41px -615px;
	margin: 0;
}

.shariff li {
	height: auto;
}

.shariff .orientation-horizontal li {
	margin-bottom: 0px;
}

.shariff li .fa {
	display: none;
}

.shariff .orientation-horizontal li .share_text {
	display: none;
}

.shariff .orientation-horizontal.col-1 li .share_text,
.shariff .orientation-horizontal.col-2 li .share_text,
.shariff .orientation-horizontal.col-3 li .share_text {
	display: none;
}

.shariff .orientation-horizontal.col-1 li {
	min-width: 41px;
}

.shariff .orientation-horizontal.col-3 ul {
	min-width: 123px;
}

.shariff .orientation-horizontal.col-3 li {
	min-width: 41px;
	margin: 0;
	padding: 0;
}

.dia_share>.ui-dialog-titlebar {
	display: none;
}

.chip_border_1 {
	border: 5px solid var(--az-color);
	position: absolute;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
}

.chip_border_2 {
	position: absolute;
	height: calc(100% - 2px);
	width: calc(100% - 2px);
}

.chip1 .chip_border_2 {
	border: 1px solid #ccc;
}

/*new dia info*/
#diaInfo_e1_hold {
	/*return btt*/
	height: 34px;
	width: 230px;
	border: 1px solid #5d5d5d;
	cursor: pointer;
	display: flex;
	margin: 15px 0px 0px 15px;
}

#diaInfo_e1_ico,
#diaInfo_e4_bttPrint_ico,
#diaInfo_e4_bttFav_ico {
	height: 34px;
	width: 34px;
	background: url(img/Buttonset_KATALOG_34x34.png) no-repeat;
}

#diaInfo_e1_text,
#diaInfo_e4_bttPrint_text,
#diaInfo_e4_bttFav_text {
	font-family: sans-serif;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	color: #5d5d5d;
}

#diaInfo_e2_hold {
	/*picture*/
	height: 860px;
	width: 900px;
	position: absolute;
	top: 40px;
	/*106*/
	left: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

#diaInfo_e2_text {
	height: 35px;
	width: 100%;
	line-height: 35px;
	position: absolute;
	top: -35px;
	font-size: 20px;
	font-weight: normal;
	color: #5d5d5d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#diaInfo_e2_imgHold {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#diaInfo_e2_img {
	width: 100%;
	height: 100%;
}

#diaInfo_e3_hold {
	/*logo*/
	position: absolute;
	height: 90px;
	width: 230px;
	top: 40px;
	left: 1300px;
}

#diaInfo_e3_hold img {
	margin: 0 auto;
	display: table;
}

#diaInfo_e4_hold {
	/*btt box*/
	position: absolute;
	height: auto;
	width: 230px;
	top: 209px;
	left: 1300px;
}

#diaInfo_e4_bttPrint,
#diaInfo_e4_bttFav {
	height: 34px;
	width: 228px;
	border: 1px solid #5d5d5d;
	cursor: pointer;
	display: flex;
}

#diaInfo_e1_hold:hover #diaInfo_e1_text,
#diaInfo_e4_bttPrint:hover #diaInfo_e4_bttPrint_text,
#diaInfo_e4_bttFav:hover #diaInfo_e4_bttFav_text,
#diaInfo_e4_bttFav.act #diaInfo_e4_bttFav_text {
	color: var(--az-color);
}

#diaInfo_e1_hold:hover,
#diaInfo_e4_bttPrint:hover,
#diaInfo_e4_bttFav:hover,
#diaInfo_e4_bttFav.act {
	background-color: #fff;
}

#diaInfo_e4_bttFav_ico {
	background-position: 0px -204px;
}

#diaInfo_e4_bttFav:hover #diaInfo_e4_bttFav_ico,
#diaInfo_e4_bttFav.act #diaInfo_e4_bttFav_ico {
	background-position: -34px -204px;
}

#diaInfo_e4_bttPrint_ico {
	background-position: 0px -102px;
}

#diaInfo_e4_bttPrint:hover #diaInfo_e4_bttPrint_ico {
	background-position: -34px -102px;
}

#diaInfo_e1_ico {
	background-position: 0px -238px;
}

#diaInfo_e1_hold:hover #diaInfo_e1_ico {
	background-position: -34px -238px;
}

#diaInfo_e4_bttFav {
	margin-top: 10px;
}

#diaInfo_e5_hold {
	/*2-3d*/
	position: absolute;
	height: 173px;
	width: 230px;
	top: 309px;
}

#diaInfo_e5_p1 {
	height: 171px;
	width: 228px;
	cursor: pointer;
	border: 1px solid #ddd;
}

#diaInfo_e5_p1_img {
	width: 100%;
	height: 100%;
}

#diaInfo_e6_hold {
	/*info*/
	width: 476px;
	position: absolute;
	top: 934px;
	display: table;
	left: 15px;
	margin-bottom: 15px;
}

#diaInfo_e6_title {
	font-size: 20px;
	font-weight: normal;
	color: #5d5d5d;
	border: none;
}

/* .text_info_key {
	display: inline-block;
	color: #5d5d5d;
	width: 50%;
	vertical-align: middle;
} */
.text_info_value,
.text_info_key {
	display: inline-block;
	color: #5d5d5d;
	width: 50%;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
}

.text_info_key_inner,
.text_info_value_inner {
	line-height: normal;
}

#diaInfo_e7_hold {
	/*harmonie*/

}

.no_search_result_text {
	margin-left: 15px;
	height: 30px;
	line-height: 30px;
}

.dummy_margin {
	height: 10px;
}

body.first_render_needed .ui-dialog-titlebar-close {
	display: none;
}

#dia_rooms {
	background-color: #fff;
}

#ratio_warning_text,
#ratio_warning_header {
	text-align: center;
	/* 	padding-top: 10%; */
	font-size: 20px;
}

#ratio_warning_header {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}

#dia_ratio_main>.ui-dialog-titlebar {
	display: none;
}

#dia_ratio_main>.ui-dialog-content {
	background-color: #FFF;
}

#ratio_main {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -147px;
	margin-left: -157px;
}

#ratio_tap_img {
	display: block;
	margin: 40px auto auto auto;
	width: 114px;
	height: 95px;
	background: url("img/bitte_drehen.jpg") 0px 0px no-repeat;
}

#logo_ratio {
	display: block;
	width: 245px;
	height: 100px;
	/* 	background: url("img/.jpg") 0px 0px no-repeat; */
	right: 0px;
	top: 0px;
}

#logo_ratio_img {
	width: 245px;
	height: 100px;
	background-color: transparent;
}

/* #btt_qr_scan { */
/* 	display:none; */
/* } */
#dia_qr_scan_titlebar {
	color: #FFF;
}

#dia_qr_scan {
	background-color: #FFF;
	color: #5d5d5d;
	padding: 20px;
}

#qr_scan_main {
	width: 361px;
	display: inline-block;
}

#qr_scan_title,
#qr_feedback_title {
	font-size: 1.2em;
	font-weight: bold;
}

#qr_scan_text,
#qr_feedback_text {
	width: 100%;
	padding: 20px 0px 20px 0px;
}

#btt_qr_fav {
	height: 50px;
	width: 200px;
	background: var(--az-color);
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: center;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	cursor: pointer;
}

#btt_qr_fav:hover {
	background: #000;
}

#qr_scan_selection {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qr_scan_cbx {
	height: 17px;
	width: 17px;
	min-width: 17px;
	border: 1px solid #5d5d5d;
	line-height: 19px;
	cursor: pointer;
	display: inline-block;
}

.qr_scan_haken {
	background: #FFF url(img/Buttonset_KATALOG_13x10px.png);
	height: 10px;
	width: 13px;
	margin: 3px 0px 0px 2px;
	transform: scale(1.3);
}

.qr_scan_selectline {
	padding-top: 10px;
}

#qr_scan_expandtext,
#qr_scan_replacetext {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	/*text-bottom;*/
	cursor: pointer;
}

#qr_scan_container {
	width: 210px;
	height: 210px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px 0px 40px;
}

#qr_scan_feedback {
	height: 100%;
	widht: 100%;
	overflow: hidden;
	display: none;
}

@media (max-device-width : 768px) {
	#ratio_warning_text {
		font-size: 30px;
	}

	#ratio_warning_header {
		font-size: 34px;
	}

	#ratio_tap_img {
		margin: 90px auto auto auto;
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		-o-transform: scale(1.4);
		transform: scale(1.4);
	}
}

/* --- --- Colorwall --- ---*/
.tex_img_wrapper {
	height: 100%;
	width: 100%;
}

.tex_img_wrapper img {
	position: relative;
	top: 50%;
	left: 50%;
}

.colorpicker_content>.aoacc>.aoacc_back>.chooselist>.filter_line.act {
	cursor: auto;
}

.colorpicker_template_content>.tex_chip_wrap_wc {
	margin: 0px;
	position: absolute;
}

.colorpicker_template_content {
	padding-left: 22px;
	position: relative;
}

.colorpicker_template_content>.chips_more {
	position: absolute;
}

.colorpicker_content>.aoacc>.aoacc_front {
	border-top: none;
}

.colorpicker_content_header>.searchcolors>#colors_border {
	width: 96%;
	height: 30px;
}

.colorpicker_content_header>.searchcolors>#colors_border>.btt_color {
	width: calc(100%/ 12);
	height: 30px;
}

.colorpicker_search_header {
	height: 0px;
	padding-top: 0px;
}

.colorpicker_search {
	width: 318px;
	height: 100%;
}

.colorpicker_content {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	margin-left: 0px;
	border-right: 1px solid #5d5d5d;
}

.colorpicker_content_hold {
	position: absolute;
	top: 0px;
	left: 318px;
	height: 100%;
}

.colorpicker_content_header {
	height: 50px;
}

.colorpicker_template_content {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	line-height: 0px;
}

.colorpicker_template_content>.chips_more div {
	padding: 15px;
}

.colorpicker_content_header>.searchcolors {
	margin-left: 0px;
	position: relative;
	top: 8px;
	left: 20px;
}

.colorpicker_content_header>.searchcolors {
	margin-left: 0px;
	position: relative;
	top: 8px;
	left: 20px;
}

.colorpicker {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	display: none;
}

.ico_logo_text_cp {
	line-height: 2.4;
}

.switchTexView_btn {
	width: 100px;
	height: 34px;
	/* 	background-color: #000; */
	display: inline;
	float: left;
	margin-right: 20px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	/* 	color: #fff; */
	border: none;
}

.switchTexView_btn:hover,
.switchTexView_btn.act {
	background-color: var(--az-color);
}


/* --- --- project Mapping --- --- */

#dia_send {
	color: #5d5d5d;
}

#ps_pic_container {
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	position: relative;
	border: 1px solid #5d5d5d;
}


/* --- --- project Mapping end --- --- */
#short_message_btt {
	height: 41px;
	line-height: 41px;
	background-color: #5d5d5d;
	width: 100px;
	text-align: center;
	margin-top: 15px;
	margin-left: 350px;
	color: #fff;
	cursor: pointer;
}

#short_message_btt:hover {
	background-color: var(--az-color);
}

#short_message_text {
	padding: 15px 15px 15px 0px;
	height: 100px;
}

/* ---- chip 1&2 ----*/
.mode_a .chip2 .fav_texture:hover,
.mode_a .chip2 .fav_texture.act {
	background-position: -27px -81px;
}

.mode_a .chip2 .fav_texture {
	width: 27px;
	height: 27px;
	background: url(img/Buttonset_on_thumb.png) 0px 0px;
	background-position: 0 -81px;
}

.mode_a .chip2 .info_texture {
	width: 27px;
	height: 27px;
	background: url(img/Buttonset_on_thumb.png) 0px 0px;
	background-position: 0 0px;
}

.mode_a .chip2 .info_texture:hover {
	background-position: -27px 0px;
}

.mode_a .chip2 .coordinate_texture {
	width: 27px;
	height: 27px;
	background: url(img/Buttonset_on_thumb.png) 0px -54px;
}

.mode_a .chip2 .coordinate_texture:hover,
.mode_a .chip2 .coordinate_texture.act {
	background-position: -27px -54px;
}

.mode_a .chip2 .chip_icon_holder {
	visibility: visible;
	height: 0px;
}

.mode_a .chip2 .ico_text,
.mode_b .chip2 .ico_text,
.mode_c .chip2 .ico_text,
.mode_a .chip2 .ico_bar {
	display: none;
}

.mode_b .chip2 .chip_icon_holder,
.mode_c .chip2 .chip_icon_holder {
	visibility: visible;
	height: 90px;
	border: 1px solid #5d5d5d;
	border-top-width: 0px;
}

.mode_b .chip2 .ico_btt_box,
.mode_c .chip2 .ico_btt_box {
	display: inline-block;
	height: 86px;
	width: 86px;
	padding: 2px;
	vertical-align: top;
	text-align: right;
}

.mode_b .chip2 .ico_btt_box_line,
.mode_c .chip2 .ico_btt_box_line {
	display: inline-block;
	margin-top: 3px;
	height: 37px;
	width: 37px;
	margin: 3px;
	vertical-align: top;
}

.mode_b .chip2 .ico_bar {
	vertical-align: top;
	display: inline-block;
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: calc(100% - 90px);
}

.mode_c .chip2 .ico_bar {
	width: calc(100% - 90px);
	bottom: 65px;
	display: inline-block;
}

.chip2 .info_texture,
.chip2 .coordinate_texture,
.chip2 .fav_texture {
	width: 37px;
	height: 37px;
	background: url(img/Buttonset_thumb_37px.png) 0px 0px;
	cursor: pointer;
}

.chip2 .info_texture:hover {
	background-position: -37px 0px;
}

.chip2 .coordinate_texture {
	bottom: 0px;
	left: 0px;
	background-position: 0 -74px;
}

.chip2 .coordinate_texture:hover,
.chip2 .coordinate_texture.act {
	background-position: -37px -74px;
}

.chip2 .fav_texture {
	top: 0px;
	right: 0px;
	background-position: 0 -111px;
}

.chip2 .fav_texture:hover,
.chip2 .fav_texture.act {
	background-position: -37px -111px;
}


.chip2 .texture_chip_wc {
	width: 100%;
}

.chip2 .ico_logo_text {
	font-size: 14px;
	line-height: 20px;
}

.chip2 .ico_bar {
	height: 90px;
	background-color: white;
	display: flex;
}

.chip2 .ico_logo_textbox {
	margin: 5px 0px 5px 5px;
}

/* --- --- Farb-Klassen --- ---*/
/* Primär Color*/
.first_color {
	color: #fff;
}

/* Sekundär Color*/
.second_color {
	color: #000;
}

/* Tertiär Color*/
.third_color {
	color: #5d5d5d;
}

/* Primär Background Color*/
.first_bg_color {
	background-color: #5d5d5d;
}

/* Sekundär Background Color*/
.second_bg_color {
	background-color: #fff;
}

/* Tertiär Background Color*/
.third_bg_color {
	background-color: #000;
}

/* Primär Border Color */
.first_border_color {
	border-color: #000;
}

/* Sekundär Border Color */
.second_border_color {
	border-color: #aaaaaa;
}

/* Tertiär Border Color */
.third_border_color {
	border-color: #5d5d5d;
}

/* Warning Color */
.warning_color {
	color: #f00;
}

@media (hover :hover) {

	/* Primär Hover Color */
	.first_hover_color:hover {
		background-color: var(--az-color);
	}

	/* Sekundär Hover Color */
	.second_hover_color:hover {
		background-color: var(--az-color);
	}
}

/*test*/
.mc1_c {
	color: var(--az-color);
}

/* --- --- Farb-Klassen Ende --- --- */
.off_grey.filter_line {
	opacity: 0.5;
}

.off_grey.filter_line:hover .filter_text {
	color: #5d5d5d;
}

.off_hide.filter_line {
	display: none;
}

.off_grey.btt_brightness,
.off_hide.btt_brightness {
	background-image: url(img/Buttonset_23x18_Kreuz.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: default;
}

.off_grey.btt_brightness:hover,
.off_hide.btt_brightness:hover {
	width: 20%;
	height: 30px;
	border: 0px;
}

.btt_color.off_grey,
.btt_color.off_hide {
	cursor: default;
	background-image: url(img/Buttonset_23x18_Kreuz.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.btt_pattern.off_grey,
.btt_pattern.off_hide {
	opacity: 0.2;
	cursor: default;
}

.invisible {
	display: none;
}

.payment_methods_line {
	margin: 5px 0px;
	cursor: pointer;
}

.payment_methods_line input,
.payment_methods_line label {
	cursor: pointer;
}

#pS_succes_pic_holder {
	width: 100%;
	height: 111px;
	vertical-align: middle;
	margin-top: 123px;
}

#pS_succes_pic {
	width: 143px;
	height: 110px;
	background-image: url(img/Buttonset_143x110.png);
	margin-left: 328px;
}

#pS_succes_txt1 {
	text-align: center;
	font-weight: 700;
	color: #5d5d5d;
	font-size: 36px;
	margin-top: 16px;
}

#pS_succes_txt2 {
	text-align: center;
	font-size: 18px;
	margin-top: 6px;
}

#pS_succes_btt {
	width: 145px;
	height: 41px;
	background-color: var(--az-color);
	line-height: 41px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-left: 327px;
	margin-top: 63px;
	cursor: pointer;
}


/*--- exploer dev ---*/
.off.filter_line {
	opacity: 0.5;
}

.off.filter_line:hover .filter_text {
	color: #5d5d5d;
}

.off.btt_brightness {
	background-image: url(img/Buttonset_23x18_Kreuz.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: default;
}

.off.btt_brightness:hover {
	width: 20%;
	height: 30px;
	border: 0px;
}

.btt_color.off {
	cursor: default;
	background-image: url(img/Buttonset_23x18_Kreuz.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.btt_pattern.off {
	opacity: 0.2;
	cursor: default;
}

.t-pos {
	-webkit-transition-property: right, left, top, bottom;
	-moz-transition-property: right, left, top, bottom;
	-o-transition-property: right, left, top, bottom;
	transition-property: right, left, top, bottom;
}

.t-size {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.t-size,
.t-pos {
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

/* .off.btt_color:hover {
	background-image: none;
} */
#dia_imp,
#dia_daschu {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px;
}

#btt_imp_daschu {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#btt_imp,
#btt_daschu {
	background-color: #5d5d5d;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
}

#btt_imp:hover,
#btt_daschu:hover {
	background-color: var(--az-color);
}

#contact_check_div {
	display: inline-block;
	width: 216px;
	font-size: 11px;
	position: relative;
	font-weight: bold;
	top: 13px;
	left: -27px;
	color: #5d5d5d;
	vertical-align: top;
	/* 	text-shadow: black 0.1px 0.4px 0.9px; */
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ds_link {
	color: var(--az-color);
	text-shadow: none;
	cursor: pointer;
}

#contact_check {
	margin-right: 5px;
}

#prod_drop_div_text {
	display: contents;
}

.dia_resize_masks {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

#dia_resize_mask1 {
	top: 0px;
	left: 0px;
	height: 100%;
}

#dia_resize_mask2 {
	top: 0px;
	left: 0px;
}

#dia_resize_mask3 {
	top: 0px;
	right: 0px;
	height: 100%
}

#dia_resize_mask4 {
	bottom: 0px;
	left: 0px;
}

#resize_canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#dia_resize_marker1 {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.3);
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	cursor: move;
	display: none;
}

#dia_resize_marker2 {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.3);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	cursor: move;
	display: none;
}

/* LAYING START */
#laying_results {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid var(--az-color);
}

/* LAYING END */
.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
	display: contents;
}

.shariff li .fab,
.shariff li .far,
.shariff li .fas {
	display: none;
}

.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
	display: none;
}

#marker_menu {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 254px;
	/* 	height: 133px; */
	z-index: 10;
}

.marker_btt {
	width: 254px;
	height: 41px;
	line-height: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	background-color: #fff;
	cursor: pointer;
	font-size: 14px;
	color: #5d5d5d;
}

.marker_btt:hover {
	color: var(--az-color);
}

.marker_ico {
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url('img/btn_31x31.png');
	margin: 5px 0px 0px 5px;
}

#marker_rot>.marker_ico {
	background-position: -0px -0px;
}

#marker_rot:hover>.marker_ico {
	background-position: -31px -0px;
}

.marker_info>.marker_ico {
	background-position: -0px -31px;
}

.marker_info:hover>.marker_ico {
	background-position: -31px -31px;
}

.marker_info.deact:hover>.marker_ico {
	background-position: -0px -31px;
}

.marker_twostep>.marker_ico {
	background-position: -0px -93px;
}

.marker_twostep:hover>.marker_ico {
	background-position: -31px -93px;
}

.marker_twostep.deact:hover>.marker_ico {
	background-position: -0px -93px;
}

#marker_va>.marker_ico {
	background-position: -0px -62px;
}

#marker_va:hover>.marker_ico {
	background-position: -31px -62px;
}

.cata_opt>.marker_ico {
	/* 	background: transparent url(img/nippies.png) -0px -41px; */
	background: transparent url(img/btn_nippies.png) -0px -41px;
}

.cata_opt:hover>.marker_ico {
	background-position: -41px -41px;
}

.marker_info.deact {
	color: #efefef;
	background-color: silver;
	cursor: auto;
}

.marker_info.deact:hover {
	color: #efefef;
}

.marker_lab {
	display: inline-block;
	width: calc(100% - 54px);
	margin-left: 18px;
	vertical-align: top;
}

#marker_rot_select {
	display: none;
	position: absolute;
	top: 46px;
	left: 0px;
	width: 164px;
	height: 41px;
	background-color: #5d5d5d;
	z-index: -1;
}

.marker_vr_btt {
	display: inline-block;
	width: 41px;
	height: 41px;
	background: transparent url("img/btn_Verlegung.png") 0px 0px;
	cursor: pointer;
}

.marker_vr_btt:hover,
.marker_vr_btt.act {
	background-position: -41px 0px;
}

.marker_vr_45 {
	background-position: -0px -164px;
}

.marker_vr_45:hover,
.marker_vr_45.act {
	background-position: -41px -164px;
}

.marker_vr_90 {
	background-position: -0px -41px;
}

.marker_vr_90:hover,
.marker_vr_90.act {
	background-position: -41px -41px;
}

.marker_vr_135 {
	background-position: -0px -41px;
}

.marker_vr_135:hover,
.marker_vr_135.act {
	background-position: -41px -41px;
}

.marker_vr_180 {
	background-position: -0px -82px;
}

.marker_vr_180:hover,
.marker_vr_180.act {
	background-position: -41px -82px;
}

.marker_vr_270 {
	background-position: -0px -123px;
}

.marker_vr_270:hover,
.marker_vr_270.act {
	background-position: -41px -123px;
}

.marker_vr_315 {
	background-position: -0px -287px;
}

.marker_vr_315:hover,
.marker_vr_315.act {
	background-position: -41px -287px;
}

.rot_select {
	display: none;
}

.nippie_wrap {
	position: absolute;
	height: 46px;
	width: 46px;
}

.nippie_mob {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 46px;
	height: 46px;
	cursor: pointer;
}

.ps_info_text {
	margin-bottom: 5px;
}

.room_info_text_mailLine {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

.room_info_text_mailLine:hover>.room_info_text_mailLabel {
	color: var(--az-color);
}

.room_info_text_mailCbx {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: transparent;
	border: 1px solid #5d5d5d;
}

.room_info_text_mailHook {
	display: none;
	width: 13px;
	height: 10px;
	margin: 7px 0px 0px 5px;
	background: transparent url("img/Buttonset_KATALOG_13x10px.png");
}

.room_info_text_mailLine.act .room_info_text_mailHook {
	display: block;
}

.room_info_text_mailLabel {
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 30px);
	font-size: 13px;
}

#ps_daschu {
	text-decoration: underline;
}

#btt_sendToFriend {
	width: 41px;
	height: 42px;
	background: url("img/Buttonset_41px.png") 0px -1270px;
	margin: 0px;
	border-right: 1px solid #fff;
	cursor: pointer;
	float: left;
}

#btt_sendToFriend:hover {
	background-position: -41px -1270px;
}

#sendToFriend_content {
	padding: 10px;
}

#form_sendToFriend {
	margin: 12px 0px 12px 0px;
	width: 100%;
	height: calc(100% - 112px);
}

.form_sendToFriend_div {
	display: inline-block;
	height: 25px;
	width: 50%;
	margin-bottom: 6px
}

.form_sendToFriend_label {
	display: inline-block;
	/* 	width: 120px; */
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #5d5d5d;
	margin-right: 10px;
}

.form_sendToFriend_input {
	display: inline-block;
	width: 150px;
	height: 17px;
	font-size: 12px !important;
}

#form_sendToFriend_note {
	height: 120px;
	width: 100%;
}

#form_sendToFriend_text_note {
	clear: both;
	display: block;
	position: relative;
	top: 8px;
	width: calc(100% - 10px);
	height: 90px;
}

#sendToFriend_check_div {
	display: inline-block;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #5d5d5d;
	vertical-align: top;
	/* 	text-shadow: black 0.1px 0.4px 0.9px; */
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 10px;
}

#btt_form_sendToFriend_send,
#btt_form_sendToFriend_close {
	width: 120px;
	height: 32px;
	background-color: #000;
	color: #fff;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	display: none;
	/* 	position: absolute; */
	/* 	bottom: 14px; */
	/* 	left: 383px; */
	border: none;
	padding: 0px;
}

#btt_form_sendToFriend_send:hover,
#btt_form_sendToFriend_close:hover {
	background-color: var(--az-color);
}

#btt_form_sendToFriend_close {
	/* 	display: inline-block; */

}

#btt_form_sendToFriend_div {
	height: 32px;
	margin-top: 20px;
}

#sendToFriend_check {
	margin-right: 5px;
	vertical-align: text-top;
}

/* #more_methods_variants { */
/* 	margin-bottom: 43px; */
/* } */
#more_methods_desc {
	font-size: 17px;
	font-weight: normal;
	margin: 10px;
	/*padding-right: 51px;*/
	font-family: Verdana, Arial, sans-serif;
	white-space: nowrap;
}

@media (hover :none) {
	.nippie {
		background-image: url(img/btn_nippies.png);
	}

	.nippie_mob {
		display: block;
		background: url(img/btn_nippie_mobile_plus.png);
		left: 30px;
	}

	.nippie_wrap {
		transform: scale(1.2);
	}
}

/* 190118 */
#pay_box {
	position: absolute;
	width: 300px;
	height: 120px;
	top: 0px;
	left: 0px;
	margin-left: calc(50% - 170px);
	padding: 20px;
	text-align: center;
	background-color: #fff;
	z-index: 106;
	display: none;
}

#pay_pal {
	width: 268px;
	height: 76px;
	position: relative;
	margin: 0px auto;
	cursor: pointer;
	background-image: url(img/pay_buttons/button_paypal_de.png);
}

#preclick_pay {
	display: none;
}

/* 190214 +++++++++++++++++++++++++++++++++ */
/* Shariff Buttons Refactoring */
#dia_share,
.dia_share {
	text-align: right;
}

.schare_chip {
	width: 42px;
	height: 42px;
	margin: 0px;
	text-align: center;
	display: inline-block;
	background-color: transparent;
	float: left;
}

.schare_icon {
	width: 41px;
	height: 42px;
	background: url(img/Buttonset_41px.png);
	margin: 0;
	border-right: 1px solid white;
}

#sh_facebook {
	background-position: 0px -574px;
}

#sh_facebook:hover {
	background-position: -41px -574px;
	cursor: pointer;
}

#sh_pinterest {
	background-position: 0px -615px;
}

#sh_pinterest:hover {
	background-position: -41px -615px;
	cursor: pointer;
}

#sh_twitter {
	background-position: 0px -533px;
}

#sh_twitter:hover {
	background-position: -41px -533px;
	cursor: pointer;
}

#sh_whatsapp {
	background-position: -2px -640px;
}

#sh_linkedin {
	background-position: 0px -1967px;
}

#sh_linkedin:hover {
	background-position: -41px -1967px;
	cursor: pointer;
}

#ts_your_choice_title {
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding: 15px 0 0 15px;
}

#ts_left,
#ts_right {
	display: inline-block;
	position: relative;
	height: 92px;
	overflow: hidden;
}

#ts_left {
	width: 125px;
	padding: 0 0 0 15px;
}

#ts_right {
	width: 145px;
	padding: 0 15px;
}

#ts_prod_img_div {
	width: 120px;
	height: 90px;
	display: inline-block;
	background-color: #ccc;
	border: 1px solid #000;
	overflow: hidden;
}

#ts_prod_img {
	width: 120px;
}

#btt_ts_change {
	height: 32px;
	border: 1px solid #000;
	display: inline-block;
	line-height: 32px;
	padding: 0 10px;
	background-color: #fff;
	position: absolute;
	right: 15px;
	bottom: 0;
	cursor: pointer;
}

#ts_prod_use {
	display: inline-block;
	position: absolute;
	bottom: 1px;
	right: 4px;
	width: 46px;
	height: 46px;
}

.icon_2step {
	width: 27px;
	height: 27px;
	background: transparent url(img/Buttonset_on_thumb.png) no-repeat 0px -164px;
	display: inline-block;
}

.singlechoice:hover.singlechoice_text.icon_2step {
	background-position: -27px -164px;
}

.text_2step {
	vertical-align: top;
	display: inline-block;
	margin-left: 5px;
}

.icon_2step_material {
	position: absolute;
	top: 5px;
	right: 5px;
}

@media (min-width : 2560px) {}

@media (max-width : 1280px) {
	.label_thumb_options {
		display: none;
	}
}

/* 200622 - new toggle-rotation */
.r_btt {
	position: absolute;
	left: 10px;
	width: 200px;
	height: 41px;
	text-align: center;
	border: 0px none;
	line-height: 37px;
	background-color: #5d5d5d;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	font-family: Verdana;
	display: flex;
	cursor: pointer;
	z-index: 1;
}

.r_btt:hover {
	background-color: var(--az-color);
}

#rotation_btt {
	bottom: 162px;
	display: block;
	z-index: 99;
}

#rotat_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 41px;
	height: 41px;
	background-image: url(img/btn_41x41.png);
	background-position: 0px -1967px;
	display: block;
}

#rotat_icon:hover,
#rotat_icon.act:hover,
#rotat_icon.act {
	background-position: -41px -1967px;
}

#r_btt_compare,
#r_compare_close_btt {
	bottom: 106px;
}

#r_btt_compare {
	display: block;
}

#r_compare_close_btt {
	display: none;
}

#comp_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 41px;
	height: 41px;
	background-image: url(img/btn_41x41.png);
	background-position: 0px -739px;
	display: block;
}

#comp_icon:hover,
#comp_icon.act:hover,
#comp_icon.act {
	background-position: -41px -739px;
}

#comp_close_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 41px;
	height: 41px;
	background-image: url(img/btn_41x41.png);
	background-position: 0px -698px;
	display: block;
}

#comp_close_icon:hover,
#comp_close_icon.act:hover,
#comp_close_icon.act {
	background-position: -41px -698px;
}

/* 200622 - new toggle-rotation */

/* 200702 - new mod_editor_button */


#btt_editor2 {
	width: 41px;
	height: 41px;
	padding: 0px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	background: transparent url(img/btn_41x41.png) no-repeat 0px -2009px;
}

#btt_editor2:hover,
#btt_editor2.act {
	background-position: -41px -2009px;
}

/* 200702 - new mod_editor_button */

/* START App Return Button */
#btt_back_app {
	position: absolute;
	display: block;
	cursor: pointer;
	background-position: 0px 0px;
	background: url(img/dreieck_app_back.png) no-repeat;
	top: 40px;
	left: 290px;
	width: 100px;
	padding-left: 31px;
	font-size: 15px;
	font-weight: bold;
	color: #3d4543;
	height: 24px;
	margin: 5px;
	line-height: 24px;
}

/* END App Return Button */