@CHARSET "UTF-8";

html {
	font-size: 14px;
	line-height: 14px;
}

//
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.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: 20px;
	height: 20px;
	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");
}

.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 {
	height: 90px;
	width: 160px;
	position: relative;
	background: #808080 center center;
	margin: 8px;
	padding: 0px;
	border: 2px solid #ffffff;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.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;
}

#viewlist_display.vl_top {
	top: 0;
}

#viewlist_display.vl_bottom {
	bottom: 15px;
}

#viewlist_display.vl_right {
	right: 0px;
}

#viewlist_display.vl_left {
	left: 0px;
}
/*
#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: #000 url(img/Hintergrund_Kamera_1920x1080.jpg) no-repeat center;
	background-size: cover;
	/*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;
	/*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 #ce8f34; */
	background-color: #ce8f34;
}

.btt {
	border-width: 5px 0px;
}

#btt_drop {
	position: absolute;
	border: 0;
	top: 30px;
	right: 30px;
	height: 41px;
	width: 41px;
	background: url(img/Buttonset_41px.png) 0px 0px;
	margin: 0;
	height: 41px;
}

#btt_drop.btt:hover, #btt_drop.btt.act {
	border-top: 0;
	background-position: -41px 0px;
}

#menu #btt_prod.btt {
	margin-left: 2px;
}

#content_drop>.btt {
	width: 41px;
	height: 41px;
	background: url(img/Buttonset_41px.png); /* 0px 0px;*/
	margin: 0;
	border-top: 1px solid white;
}

#dia_content_calc_mat>.btt {
	border-right: 1px solid white;
}

#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_calc_mat.btt {
	background-position: 0px -369px;
}

#btt_calc_floor.btt {
	width: 41px;
	height: 42px;
	background: url(img/Buttonset_41px.png);
	margin: 0;
	background-position: 0px -450px;
}

#btt_calc_curtains.btt {
	width: 41px;
	height: 42px;
	background: url(img/Buttonset_41px.png);
	margin: 0;
	background-position: 0px -409px;
	display: none;
}

#btt_share.btt {
	background-position: 0px -492px;
}

#btt_facebook.btt {
	background-position: 0px -280px;
}

#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_calc_mat.act, #btt_calc_mat:hover {
	background-position: -41px -369px;
}

#btt_calc_floor.act, #btt_calc_floor:hover {
	background-position: -41px -450px;
}

#btt_calc_curtains.act, #btt_calc_curtains:hover {
	background-position: -41px -409px;
}

#btt_share.act, #btt_share:hover {
	background-position: -41px -492px;
}

#btt_facebook.act, #btt_facebook:hover {
	background-position: -70px -280px;
}

#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);
}

#content_drop.content {
	position: absolute;
	width: 41px;
	display: none;
	background-color: #efefef;
}

#content_rooms_list, #content_prod_list {
	overflow-x: hidden;
	overflow-y: auto;
}

.tex_chip_wrap {
	height: 89px;
}

#content_rooms hr, #content_prod hr {
	margin: 0 15px;
}

#content_details hr {
	margin: 15px 0;
}

#content_rooms_editor, #content_rooms_title {
	margin: 15px;
}

#content_prod_search {
	margin: 15px;
}

#content_prod_produkt {
	margin-left: 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: #ce8f34;
}

#content_prod_search select {
	width: 40%;
}

#content_prod_produkt {
	display: none;
}

#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, .calculator_texture {
	width: 27px;
	height: 27px;
	background: url(img/Buttonset_on_thumb.png) 0px 0px;
	cursor: pointer;
}

.info_texture {
	top: 0px;
	left: 0px;
}

.hide_i .info_texture {
	display: none;
}

.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;
}

.fav_texture {
	top: 0px;
	right: 0px;
	background-position: 0 -81px;
}

.fav_texture:hover, .fav_texture.act {
	background-position: -27px -81px;
}

.calculator_texture {
	background-position: 0px -135px;
}

.calculator_texture:hover, .calculator_texture.act {
	background-position: -27px -135px;
}

.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; */
	
}

#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;
}

#det_rot_270.act, #det_rot_270:hover {
	background-position: -42px 0px;
}

#det_rot_0.act, #det_rot_0:hover {
	background-position: -42px -42px;
}

#det_rot_45.act, #det_rot_45:hover {
	background-position: -42px -84px;
}

#det_rot_315.act, #det_rot_315:hover {
	background-position: -42px -126px;
}

#det_top_left, #det_top_right, #det_bottom_left, #det_bottom_right {
	display: inline-block;
	vertical-align: top;
}

#det_bottom_left, #det_bottom_right {
	width: 150px;
}

#det_bottom_right {
	margin-left: 70px;
}

#det_thumb {
	width: 150px;
	height: 150px;
}

#det_thumb_i {
	top: -150px;
	left: 0px;
	display: inline-block;
}

#det_margin {
	margin: 15px;
}

#det_top_right {
	margin-left: 20px;
}

.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;
}

#det_thumb_i, #det_thumb_img {
	cursor: pointer;
}

#det_rot_0, #det_rot_45, #det_rot_315 {
	margin-left: 15px;
}

#det_rot_0 {
	background-position: 0px -42px;
}

#det_rot_45 {
	background-position: 0px -84px;
}

#det_rot_315 {
	background-position: 0px -126px;
}

#det_rot_title, #det_type_title {
	margin-bottom: 15px;
}

#det_boden_title, #det_wall1_title, #det_wall2_title, #content_rooms_editor, #content_rooms_title {
	font-weight: bold;
}

.det_wall {
	height: 40px;
	border: 1px solid #000;
	margin-top: 7px;
}

/* select { */
/* 	font-size: 12px; */
/* } */
.nippie {
	position: absolute;
	width: 46px;
	height: 46px;
	background: url(img/nippies.png);
	cursor: pointer;
}

.nippie:hover, .nippie.act {
	background-position: -46px -138px;
}

.nippie .Symbol_color {
	fill: #fff;
	/* 	stroke: #fff; */
}

.nippie .Outline_symbol {
	/* 	fill: #000; */
	stroke: #000;
}

.nippie.act .Outline_symbol {
	/* 	fill: rgba(31, 174, 219, 1); */
	stroke: rgba(31, 174, 219, 1);
}

.nippie .Hover_line {
	display: none;
	/* 	fill: #000; */
	stroke: #000;
}

.nippie:hover .Hover_line {
	display: block;
}

.nippie.no_hover:hover .Hover_line {
	display: none;
}

.nippie.act .Hover_line {
	/* 	fill: rgba(31, 174, 219, 1); */
	stroke: rgba(31, 174, 219, 1);
}

.nippie svg {
	width: 100%;
	height: 100%;
}

.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;
}

.editor_nippie {
	position: absolute;
	width: 46px;
	height: 46px;
	background: url(img/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;
}

.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 10px 10px;
	position: relative;
	vertical-align: top;
}

.tex_chip_wrap_wc.act {
	background-color: #ce8f34;
}

.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;
}

#dia_print {
	text-align: center;
	line-height: 200px;
	overflow: hidden;
}

#dia_print object {
	width: 100%;
	height: 100%;
}

#viewlist_display {
	position: absolute;
	right: -1000px;
	z-index: 20;
}

#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;
	border: 2px solid #5d5d5d;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.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: #ce8f34;
}

#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_prod_save {
	background-color: #5d5d5d;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #fff;
}

#btt_prod_save:hover {
	color: #000;
	background-color: #fff;
	border-color: #5d5d5d;
}

.btt_color {
	display: inline-block;
	height: 51px;
	margin: 0;
	width: 25%;
	cursor: pointer;
	padding: 0px;
	transition: opacity 0.2s;
}

.btt_color.act, .btt_color:hover {
	background-image: url(img/Buttonset_23x18_Hacken.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.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);
}

.filter_pattern_bg {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 20px 0px 10px;
}

.btt_pattern {
	width: 32px;
	height: 32px;
	background: transparent url(img/Buttonset_Mustersuche.png) 0 0;
	display: inline-block;
	margin-right: 14px;
	margin-top: 3px;
	cursor: pointer;
}

.search_patterns {
	margin-left: 5px;
}

.btt_method.method_last {
	/* 	margin-right: 51px; */
	
}

.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, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close>* {
	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: #ce8f34;
}

.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: #ce8f34;
}

.thumb_type_selectors.act {
	background-color: #ce8f34;
}

.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: #ce8f34;
}

.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: #ce8f34;
}

.art_yes_no.act {
	background-color: #ce8f34;
}

#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;
}
*/
#btt_objbar, #btt_favlist {
	width: 41px;
	height: 41px;
	background-color: #5d5d5d;
	color: #fff;
	line-height: 41px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-right: 3px;
}

#btt_objbar {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -41px;
}

#btt_objbar:hover, #btt_objbar.act {
	background-position: -41px -41px;
}

#btt_favlist:hover {
	background-position: -41px -82px;
}

#dia_objbar, #dia_favlist {
	width: 1000px;
	padding: 0;
	overflow: hidden;
}

#dia_contact {
	padding: 0px;
	overflow: hidden;
	/* background-color: #DDD; */
	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, .favlistchip {
	padding: 15px;
}

.obj_row {
	height: 116px;
	white-space: nowrap;
}

.obj_img, .obj_txt, .obj_verlegerichtung, .obj_verlegeart, .obj_producer, .favlistchip, .favlist_img_bg, .favlist_img {
	display: inline-block;
	margin-right: 15px;
	width: 150px;
	height: 115px;
	vertical-align: top;
	height: 115px;
}

.favlist_img_bg {
	margin: 0;
}

.favlistchip {
	position: relative;
}

.obj_producer {
	line-height: 115px;
}

.obj_img, .favlist_img {
	width: 150px;
	position: relative;
}

.favlist_img {
	margin: 0;
	cursor: pointer;
}

.obj_img_bg, .favlist_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, .btt_favlist_info, .btt_favlist_del {
	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_favlist_info {
	top: 15px;
	left: 15px;
}

.btt_favlist_del {
	background-position: 0px -27px;
	left: auto;
	top: 15px;
	right: 15px;
	top: 15px;
}

.btt_obj_info:hover, .btt_favlist_info:hover {
	background-position: -27px 0;
}

.btt_favlist_del:hover, .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_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;
}

#dia_objbar, #dia_favlist {
	overflow-x: hidden;
	overflow-y: auto;
}

.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: #ce8f34;
}

.btt_obj_va.act {
	cursor: default;
}

#up_down {
	display: block;
	position: absolute;
	top: 50%;
	right: 75px;
	margin-top: -83px;
	display: none;
	width: 55px;
	height: 165px;
	opacity: 0.8;
}

#up_down .ui-slider-vertical .ui-slider-handle {
	left: calc(50% - 11px);
}

#left_right .ui-slider-horizontal .ui-slider-handle {
	top: calc(50% - 11px);
}

#left_right {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -83px;
	display: none;
	width: 165px;
	height: 55px;
	opacity: 0.8;
}

#btt_mix_match_bar {
	display: inline-block;
	position: relative;
	/* left: 20px; */
	height: 25px;
	line-height: 25px;
	background-color: #ce8f34;
	color: #fff;
	padding: 5px 20px 5px 20px;
	margin-left: 10px;
	margin-right: 30px;
	cursor: pointer;
}

#btt_mix_match_bar:hover {
	background-color: #000;
}

#mm_menu {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: 0px;
	display: none;
	opacity: 0.8;
}

.btt_mm {
	width: 55px;
	height: 55px;
	background: url(img/Buttonset_MM.png) 0px 0px;
	margin-left: 4px;
	display: block;
	float: left;
	cursor: pointer;
}

.btt_mm:hover, #btt_mm_0.act {
	background-position: -55px 0px;
}

#btt_mm_1 {
	background-position: 0px -110px;
}

#btt_mm_1:hover, #btt_mm_1.act {
	background-position: -55px -110px;
}

#btt_mm_2 {
	background-position: 0px -165px;
}

#btt_mm_2:hover, #btt_mm_2.act {
	background-position: -55px -165px;
}

.mix_match {
	position: absolute;
	width: 450px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0px;
	display: none;
}

.mix_match_header {
	height: 41px;
	width: 100%;
	background-color: rgba(86, 86, 86, 0.8);
}

.mix_match_content {
	-webkit-overflow-scrolling: touch;
}

.mm0_rule {
	background-color: #000;
	height: 1px;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

#mm_0, #mm_1, #mm_2 {
	padding: 0px;
}

.mm_chip_wrap {
	display: inline-block;
	margin: 5px 0px 0px 10px;
	position: relative;
}

.mm_chip {
	position: relative;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	width: 100px;
	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;
	border: 1px solid #ccc;
}

.mm_chip:hover, .mm_chip.act {
	border: 1px solid #ce8f34;
}

.wall_colors_fav_header_close {
	display: none;
}

#form_send_contact {
	margin-top: 12px;
	height: 440px;
}

.form_contact_label {
	display: inline-block;
	width: 150px;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	/* color: #000; */
	color: #fff;
}

.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;
	position: relative;
	top: -37px;
	line-height: 32px;
	padding-left: 5px;
	left: 371px;
	text-align: center;
	cursor: pointer;
}

#form_contact_note {
	height: 120px;
}

#btt_form_send_contact_send:hover {
	background-color: #ce8f34;
}

.form_send_error {
	border-color: #f00
}

.text_orange {
	display: inline-block;
	color: #ce8f34;
	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 #5d #5d5d5d
}

.search_reset:hover {
	color: #ce8f34;
}

.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: #ce8f34;
}

#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: #ce8f34;
}

#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 #ce8f34;
	background-color: #ce8f34;
	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 #ce8f34;
	background-color: #ce8f34;
	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;
}

#btt_favlist {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -82px;
	width: 41px;
	height: 41px;
	margin-right: 5px;
	margin-left: 5px;
	/*position: absolute;*/
}

.favlist_use {
	margin: 15px 0 0 15px;
	border-bottom: 1px solid #ccc;
}

#box_content {
	height: 100%;
	width: 100%; /*600px;*/
	overflow-y: auto;
}

.object_image {
	background-color: #ce8f34;
	cursor: pointer;
}

.object_item {
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
}

#dia_objects {
	padding: 0px;
}

.mm0_roomblock {
	/* border-bottom: 1px solid #000; */
	position: relative;
}

.mm0_roomblock.act {
	background-color: rgba(196, 196, 196, 0.8);
}

.mm0_roomblock.act .mm0_button {
	display: inline;
}

#new_mm0_content {
	
}

.mm0_roomblock_element {
	display: inline-block;
	margin: 15px 12px 15px 12px;
	position: relative;
	vertical-align: top;
}

.mm0_roomblock_element .mm0_radioinputdiv {
	margin: 3px 1px 3px 1px;
	cursor: pointer;
}

.mm0_roomblock_element .mm0_radioinputdiv input {
	margin: 3px 10px 3px 3px;
}

.mm0_roomblock_element_choiseblock {
	margin-top: 0;
	min-width: 180px;
}

.mm0_button {
	display: none;
	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;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.mm0_radioinputdiv.act {
	background-color: rgba(86, 86, 86, 0.8);
	color: #ce8f34;
}

.mm0_button.act, .mm0_button:hover {
	background-color: #ce8f34;
}

.mix_match_header {
	color: #fff;
}

.mix_match_header_0_titlebox {
	position: absolute;
	top: 11px;
	left: 15px;
	font-weight: 600;
}

#dia_search {
	/* 	background: #fff; */
	overflow: hidden;
}

#favourites_empty {
	margin-left: 15px;
	line-height: 100px;
}

/*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: #ce8f34;
}

#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: #ce8f34; */
	
}

/*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 #ce8f34;
}

.categorieChoise {
	cursor: pointer;
}

.categorieChoise:hover, .categorieChoise.act {
	color: #ce8f34;
}

.masterCategorieChoise {
	cursor: pointer;
}

.masterCategorieChoise.act, .masterCategorieChoise:hover {
	color: #ce8f34;
}

#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: #ce8f34;
	color: #fff;
	padding: 5px;
	margin-left: 8px;
	cursor: pointer;
}

#leftToolBar_button:hover {
	background-color: #000;
}

#load_unique_hold, #load_unique_form, #load_unique_label, #load_unique_input {
	display: inline-block;
}

#load_unique_hold {
	margin-left: 30px;
}

#load_unique_go {
	display: inline-block;
	position: absolute;
	/* margin-left: 10px; */
	height: 25px;
	line-height: 25px;
	background-color: #ce8f34;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	top: 38px;
	right: 10px;
}

#load_unique_label {
	height: 45px;
	display: inline-block;
	position: relative;
	color: #fff;
	line-height: 45px;
}

#load_unique_go:hover {
	background-color: #000;
}

#load_unique_input {
	width: 75px;
	/* margin-left: 3px; */
	position: absolute;
	top: 44px;
	left: 15px;
}

#btt_ar_link {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 82px;
	height: 82px;
	left: 326px;
	bottom: 20px;
	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: 20px;
	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_mover_show {
	width: 63px;
	height: 57px;
	/*background-color: rgba(50, 50, 50, 0.6);*/
	/* 	background-image: url(img/Buttonset_63x57px.png); */
	cursor: pointer;
	left: -30px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#comp_bar {
	width: 3px;
	/* 	background-color: #ce8f34; */
}

#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;
}

#roomFav_add_btt {
	width: 82px;
	height: 82px;
	position: absolute;
	left: 122px;
	bottom: 20px;
	border: 0;
	line-height: 37px;
	background-color: #5d5d5d;
	color: #fff;
	display: flex;
	cursor: pointer;
	background-image: url(img/Buttonset_82x82px.png);
	background-position: 0px -82px;
}

#roomFav_add_btt.act, #roomFav_add_btt:hover {
	background-position: -82px -82px;
}

/* #btt_compare { */
/* 	width: 82px; */
/* 	height: 82px; */
/* 	position: absolute; */
/* 	left: 20px; */
/* 	bottom: 20px; */
/* 	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: #ce8f34; */
/* 	background-image: none; */
/* } */
#comp_mover {
	width: 63px;
	height: 57px;
	/*background: transparent url(img/buttonset_nav_63x63.png) 0 -383px;
	background-color: rgba(50,50,50,0.6);*/
	margin: 0 40px;
	cursor: pointer;
}

#compare_close_btt {
	height: 37px;
	width: 37px;
	/* 	background-color: #ce8f34; */
	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: #ce8f34; */
	
}

/*
#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;
}

#btt_rooms {
	position: relative;
}

#btt_rooms_menu {
	top: 41px;
	height: 0px;
	display: block;
	position: absolute;
	right: 0px;
	overflow: hidden;
	z-index: 99;
}

.rooms_menu {
	border-top: 1px solid #fff;
	display: block;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
}

#btt_rooms_load {
	height: 82px;
	padding: 0 15px;
	line-height: 41px;
	background-color: #5d5d5d;
}

#prod_drop_div {
	left: 10px;
	position: absolute;
	display: none;
}

#btt_products {
	width: 90px;
	position: absolute;
	border: 0;
	padding: 0 15px;
	height: 41px;
	line-height: 41px;
	background-color: #5d5d5d;
	left: 380px;
	top: 30px;
	color: #fff;
}

#btt_products:hover {
	background-color: #ce8f34;
}

#compare_end_text {
	width: 620px;
	height: 148px;
	left: 10px;
	top: 10px;
	position: relative;
}

#compare_end_end {
	right: 157px;
}

#viewlist_wrap_display {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mm0_empty {
	height: 20px;
	margin: 3px 1px 3px 1px;
}

/* claculator ---------------------------------------------------*/
#calculator_block_1 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 64px;
	padding: 0px;
	width: 283px;
	height: 194px;
	margin: 0px;
}

#calculator_block_2 {
	position: absolute;
	left: 283px;
	top: 64px;
	width: 284px;
	height: 194px;
}

#calculator_block_3 {
	background-color: #E8E8E8;
	position: absolute;
	top: 258px;
	width: 567px;
	height: 76px;
}

#calculator_block_4 {
	position: absolute;
	top: 333px;
	left: 0px;
	height: 114px;
	width: 567px;
}

.calculator_block {
	display: inline-block;
	height: 128px;
	width: 365px;
}

.calc_input {
	width: 53px;
	height: 25px;
	border: 1px solid;
	padding: 0px;
	text-align: right;
	padding-right: 3px;
}

#btt_calc_pdf {
	width: 99px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	position: absolute;
	right: 22px;
	bottom: 26px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: none;
}

#btt_calc_pdf:hover, #btt_calc_pdf.act {
	background-color: #ce8f34;
}

#calculator_block_1 .leftside, #calculator_block_2 .leftside, #calculator_block_4 .leftside {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#calculator_block_1 .leftside {
	padding-left: 22px;
	width: 112px;
	height: 27px;
}

#calculator_block_2 .leftside {
	width: 105px;
	height: 27px;
}

#calculator_block_4 .leftside {
	padding-left: 22px;
	width: 180px;
	height: 20px;
}

#dia_calculator {
	padding: 0px;
	background-color: white;
}

.separator {
	height: 5px;
}

.separator2 {
	height: 18px;
}

#calc_packagesize {
	text-align: right;
}

#calc_needetnum {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Arial Bold', sans-serif;
}

#calculator_text1 {
	padding-left: 22px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Arial Bold', sans-serif;
}

#calculator_text2 {
	padding-left: 22px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Arial Bold', sans-serif;
}

#calculator_text3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 22px;
	padding-top: 11px;
}

#calculator_text4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 22px;
	padding-top: 14px;
	padding-bottom: 6px;
}

#calc_baseboards, #calc_underlay, #calc_profile {
	padding-right: 5px;
	text-align: right;
	width: 90px;
}

.calc_m {
	padding-left: 4px;
}

#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: #ce8f34;
}

#proj_save_link {
	color: #fff;
	text-decoration: initial;
}

/*---roomFav---*/
#roomFav_holder {
	background-color: #5d5d5d;
	position: absolute;
	/* right: -540px; */
	right: 0px;
	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;
	display: table;
	/* 	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 {
	background-color: #5d5d5d;
	position: absolute;
	left: 0px;
	height: 114px;
	width: 41px;
	cursor: pointer;
	top: 0px;
}

#roomFav_btt:hover {
	background-color: #ce8f34;
}

#roomFav_btt_heart {
	height: 41px;
	width: 41px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url(img/Buttonset_41px.png) 0px -164px;
}

#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: 88px;
	width: 162px;
}

.roomFav_chip_holder {
	height: 96px;
	width: 172px;
	position: relative;
	display: table-cell;
}

.roomFav_chip {
	margin: 4px 4px;
	cursor: pointer;
}
/*--- 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: 100%;
	bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.mode_c .chip1 .ico_bar {
	width: 100%;
	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: 100%;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	/* 	left: 50%; */
	/* 	transform: translate(-50%, 0%); */
	opacity: 1;
}

.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: 1;
}

.mode_b .chip_ico_trap:hover .logo_show .ico_logo_textbox {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
	transition-delay: 2s;
}

.mode_b .chip_ico_trap:hover .logo_show .ico_logo_textbox {
	opacity: 1;
}

.logo_hide .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-bottom: 1px solid #5d5d5d; */
}

.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;
}

.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;
}

#colors_border {
	width: 259px;
	height: 153px;
	border: 1px solid;
	margin-bottom: 20px;
	line-height: 0px;
	border-color: #5d5d5d;
}

.searchcolors {
	margin-left: 20px;
}

.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_variants {
	margin-bottom: 43px;
}

#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: #ce8f34;
}

.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, .singlechosse {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	line-height: 16px;
	cursor: pointer;
	padding-bottom: 3px;
	padding-top: 7px;
	transition: opacity 0.2s;
}

.filter_box, .singlechosse_box {
	height: 20px;
	width: 20px;
	min-width: 20px;
	border: #5d5d5d 1px solid;
}

.filter_text, .singlechosse_text {
	margin-left: 8px;
	color: #5d5d5d;
	line-height: 22px;
	font-size: 15px;
}

.filter_line:hover .filter_text, .filter_line.act .filter_text, .singlechosse:hover .singlechosse_text, .singlechosse.act .singlechosse_text
	{
	color: #ce8f34;
}

.filter_haken {
	background: #fff url(img/Buttonset_KATALOG_13x10px.png);
	height: 10px;
	width: 13px;
	margin-top: 2px;
	display: none;
	margin-top: 5px;
	margin-left: 4px;
}

.filter_line.act .filter_haken, .singlechosse.act .filter_haken {
	display: block;
}

.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 {
	height: 9px;
	width: 15px;
	position: absolute;
	right: 15px;
	top: 23px;
	background: #fff url(img/Buttonset_KATALOG_15x9px.png);
	background-position: 0px 0px;
}

.inactive .aoacc_front:hover .aoacc_front_text {
	color: #ccc;
}

.aoacc_front:hover .aoacc_front_text {
	color: #ce8f34;
}

.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;
}

.textline {
	color: #5d5d5d;
	margin-left: 20px;
}

.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;
}

/*--- --- ---*/
#btt_rooms_print {
	display: 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-color: transparent;
	background-position: 0px -574px;
}

.shariff .theme-grey .twitter a {
	background-color: transparent;
	background-position: 0px -533px;
}

.shariff .theme-grey .pinterest a {
	background-color: transparent;
	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 li a {
	position: unset;
}

.shariff .orientation-horizontal li {
	margin-bottom: 0px;
}

.shariff li .fa, .shariff li .fab {
	display: none;
}

.shariff .orientation-horizontal li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text
	{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	line-height: 75px;
	width: calc(100% - 75px);
	font-size: 17px;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sm_btt_text {
	height: 75px;
	line-height: 75px;
	width: calc(100% - 75px);
	font-size: 17px;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* 	color: #fff; */
	cursor: pointer;
}

.sm_btt_text:hover {
	/* 	color: rgba(31, 174, 219, 1); */
	
}

.shariff .orientation-horizontal .twitter .share_text {
	top: 75px;
}

.shariff .orientation-horizontal .facebook .share_text {
	top: 150px;
}

.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.shariff-col-3 ul, .shariff .orientation-horizontal.button-style-standard.shariff-col-3 ul {
	min-width: 123px;
}

.shariff .orientation-horizontal.shariff-col-3 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
	width: 100%;
	min-width: 75px;
	margin: 0;
	padding: 0;
	max-width: none;
}

.dia_share>.ui-dialog-titlebar {
	display: none;
}

.chip_border_1 {
	border: 5px solid #ce8f34;
	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;
}

/* #dia_content_calc_mat.ui-dialog-titlebar { */
/* 	display: none; */
/* } */

/*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: #ce8f34;
}

#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;
}

.info_row {
	display: inline-block;
	width: 100%;
	/* 	height: 37px; */
	line-height: 37px;
	border-top: 1px solid #5d5d5d;
}

.text_info_key {
	width: 50%;
	display: inline-block;
}

.text_info_value {
	display: inline-block;
}

#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: #ce8f34;
	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%;
	width: 100%;
	overflow: hidden;
	display: none;
}

.font_size_a {
	font-size: 19px;
}

@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: absolute;
}

.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: 0px;
}

.colorpicker_template_content {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	line-height: 0px;
	-webkit-overflow-scrolling: touch
}

.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;
}

/* --- --- fanDeck --- ---*/
.wall_colors_content_hold_fanDeck {
	position: absolute;
	top: 0px;
	left: 318px;
	height: 100%;
	width: calc(100% - 319px);
}

.wall_colors_content_hold_fanDeck>.wall_colors_content_header {
	position: relative;
	z-index: 110;
}

.fanDeck_page_hold {
	position: absolute;
	left: 320px;
	/* top: 10px; */
	cursor: pointer;
	height: 417px;
	width: 92px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
}

.fanDeck_color_pages {
	border-radius: 10px;
	border: 1px solid #333;
	background-color: #fff;
	display: block;
	position: absolute;
	width: 90px;
	height: 415px;
	transform-origin: 10px 30px;
	-webkit-transform-origin: 10px 30px;
	-moz-transform-origin: 10px 30px;
	-ms-transform-origin: 10px 30px;
	-o-transform-origin: 10px 30px;
	transition-duration: 0.6s;
	transition-property: transform;
}

.fanDeck_page_hold .first_page_chip {
	border-radius: 10px 10px 0px 0px;
}

.page_chips {
	width: 100%;
	height: calc(100% - 10px);
	position: relative;
	cursor: pointer;
	transform-origin: 10px 30px;
	-webkit-transform-origin: 10px 30px;
	-moz-transform-origin: 10px 30px;
	-ms-transform-origin: 10px 30px;
	-o-transform-origin: 10px 30px;
	transform: scale(1.0);
}

.page_chip_text {
	width: 100%;
	overflow: hidden;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	color: #000;
}

.fanDeck_chip_holder {
	width: auto;
	height: 11%;
}

.fanDeck_colorSelector {
	width: 800px;
	height: 40px;
	position: absolute;
	border: 1px solid;
}

.fanDeck_slider {
	width: 800px;
	height: 40px;
	position: absolute;
	cursor: pointer;
}

.fanDeck_slider .ui-slider {
	height: 40px;
}

.fanDeck_slider .ui-slider-horizontal .ui-slider-handle {
	top: 10px;
	width: 0px;
	height: 0px;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	background: transparent;
	margin-left: -20px;
	outline: none;
	cursor: pointer;
}

.colorSelector {
	height: 40px;
	left: 0px;
	top: 0px;
	position: absolute;
}

.fanDeck_holder {
	width: 830px;
	height: 510px;
	position: relative;
	/* 	left: calc(50% - 415px);
	top: calc(50% - 285px); */
	/* background-color: antiquewhite; */
}

.slider_holder {
	/* 	top: calc(50% + 228px);
	left: calc(50% - 401px); */
	position: relative;
	margin-top: 20px;
}

/* --- --- fanDeck end --- ---*/
.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: #ce8f34;
}

/* --- --- project Mapping --- --- */
#btt_projFolder {
	width: 41px;
	height: 41px;
	padding: 0px;
	margin-left: 5px;
	display: inline-block;
	background-color: #5d5d5d;
	cursor: pointer;
	margin-right: 5px;
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -902px;
}

#btt_projFolder:hover, #btt_projFolder.act {
	background-position: -41px -902px;
}

#dia_projFolder_login_content, #dia_projFolder_createAccount_content {
	width: auto;
	height: 279px;
	margin-right: 54px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#login_bar_1 {
	height: 82px;
}

#login_bar_2 {
	height: 41px;
	margin-top: 17px;
}

#login_bar_1_pic {
	height: 82px;
	width: 82px;
	background: transparent url(img/Buttonset_82x82px.png) no-repeat 0px -328px;
	display: inline-block;
	vertical-align: top;
}

#login_bar_1_text {
	width: 277px;
	height: 82px;
	display: inline-block;
	margin-left: 13px;
	color: #5d5d5d;
}

#login_bar_1_text #text1 {
	font-weight: 600;
	font-size: 19px;
	margin-top: 5px;
}

/* #userName, #userPW {
	height: 52px;
	margin-top: 17px;
} */
.userField {
	height: 52px;
	margin-top: 17px;
}

.userField input {
	height: 46px;
	width: 358px;
	padding-left: 10px;
}

/* #userName input, #userPW input {
	height: 46px;
	width: 368px;
	padding-left: 10px;
} */
#login_bar_2_text {
	display: inline-block;
	height: 41px;
	width: 259px;
	vertical-align: top;
	color: #ce8f34;
	font-size: 14px;
}

#login_bar_2_text #text1 {
	cursor: pointer;
	margin-top: -5px;
}

#login_bar_2_text #text2 {
	margin-top: 12px;
	cursor: pointer;
}

.projFolder_btt1 {
	height: 41px;
	width: 113px;
	background-color: #5d5d5d;
	color: #fff;
	line-height: 41px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.projFolder_btt1:hover {
	background-color: #ce8f34;
}

#createAccount_btt {
	margin-top: 25px;
	margin-left: 152px;
	width: 220px;
}

#projFolder_content_control {
	width: 280px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

#projFolder_content_roomList {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	overflow: auto;
}

.pf_mode_a #projFolder_content_roomList {
	height: 100%;
}

.pf_mode_b #projFolder_content_roomList {
	height: calc(100% - 437px);
}

.pf_mode_a #projFolder_content_upload {
	display: none;
}

.pf_mode_b #projFolder_content_upload {
	width: 100%;
	height: 200px;
	border-bottom: solid 1px #C1C1C1;
	position: relative;
}

.pf_mode_a #projFolder_content_inwork {
	display: none;
}

.pf_mode_a #projFolder_content_roomList_line {
	display: none;
}

.pf_mode_b #projFolder_content_inwork {
	width: 100%;
	height: 235px;
	border-bottom: solid 1px #C1C1C1;
}

#projFolder_content_inwork_line .aocircle {
	display: inline-block;
	margin-left: 15px;
	background-color: orange;
}

#projFolder_content_inwork_line .aotext, #projFolder_content_roomList_line .aotext {
	display: inline-block;
	padding-left: 10px;
	font-weight: 700;
	color: #5d5d5d;
	font-size: 13px;
}

#projFolder_content_roomList_line .aocircle {
	display: inline-block;
	margin-left: 15px;
	background-color: green;
}

#projFolder_content_upload_text {
	font-weight: 700;
	color: #5d5d5d;
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding-top: 45px;
}

#projFolder_content_upload_btt {
	height: 82px;
	width: 82px;
	background: transparent url(img/Buttonset_82x82px.png) no-repeat 0px -410px;
	cursor: pointer;
	margin-left: 50%;
	transform: translateX(-50px);
	position: absolute;
	bottom: 20px;
}

#projFolder_content_upload_btt.act, #projFolder_content_upload_btt:hover {
	background-position: -82px -410px;
}

#projFolder_content {
	height: 100%;
	width: calc(100% - 282px);
	display: inline-block;
	border-left: 2px solid #636363;
	background-color: #fff;
}

#control_userData {
	height: 85px;
	background-color: #5d5d5d;
}

#control_newFolder {
	background-color: #fff;
	/* height: 85px; */
	border-bottom: solid 2px #C1C1C1;
}

#control_newFolder_title {
	margin-left: 10px;
	padding-top: 10px;
	color: #5d5d5d;
	font-weight: 600;
}

#control_newFolder_add, #control_photoService {
	height: 41px;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
	margin-bottom: 15px;
}

#control_photoService {
	margin-top: 10px;
	margin-bottom: 15px;
	display: none;
}

#control_newFolder_add_btt, #control_photoService_btt {
	height: 41px;
	width: 41px;
	display: inline-block;
}

#control_newFolder_add_btt {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1066px;
}

#control_photoService_btt {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1435px;
}

#control_newFolder_add:hover #control_newFolder_add_btt {
	background-position: -41px -1066px;
}

#control_newFolder_add:hover #control_newFolder_add_text {
	color: #ce8f34;
}

#control_photoService:hover #control_photoService_btt, #control_photoService.act #control_photoService_btt {
	background-position: -41px -1435px;
}

#control_photoService:hover #control_photoService_text, #control_photoService.act #control_photoService_text {
	color: #ce8f34;
}

#control_newFolder_add_text, #control_photoService_text {
	display: inline-block;
	height: 41px;
	vertical-align: top;
	line-height: 41px;
	margin-left: 10px;
	color: #5d5d5d;
}

#control_userFolders {
	height: calc(100% - 179px); /* 229 */
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
}

#control_userData_data {
	display: inline-block;
	height: 41px;
	width: 229px;
	margin-left: 10px;
	margin-top: 22px;
	vertical-align: top;
}

#control_userData_data_pic {
	height: 41px;
	width: 41px;
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -902px;
	vertical-align: top;
	display: inline-block;
}

#control_userData_data_text {
	height: 41px;
	width: 188px;
	vertical-align: top;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

#control_userData_buttons {
	display: inline-block;
	height: 85px;
	width: 41px;
}

#control_btt_options {
	background: transparent url(img/Buttonset_23x23.png) no-repeat 0px 0px;
	height: 23px;
	width: 23px;
	margin-top: 10px;
	cursor: pointer;
}

#control_btt_options:hover, #control_btt_options.act {
	background-position: -23px 0px;
}

#control_btt_exit {
	background: transparent url(img/Buttonset_23x23.png) no-repeat 0px -23px;
	height: 23px;
	width: 23px;
	margin-top: 19px;
	cursor: pointer;
}

#control_btt_exit:hover, #control_btt_exit.act {
	background-position: -23px -23px;
}

#control_userData_buttons {
	display: inline-block;
}

.projFolder {
	border-bottom: 2px solid #F1F1F1;
}

.projFolder.closed {
	height: 50px;
}

.folder_gr2.off {
	opacity: 0.8;
	cursor: default;
}

.projFolder.open {
	height: auto;
	padding-bottom: 10px;
}

.folderPic {
	background: transparent url(img/Buttonset_30x25.png) no-repeat 0px 0px;
	height: 25px;
	width: 30px;
	vertical-align: top;
	display: inline-block;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.folder_gr:hover .folderPic {
	background-position: -30px 0px;
}

.folder_gr:hover  .folderText {
	color: #ce8f34;
}

.projFolder.open .folderPic {
	background-position: -30px -25px;
}

.folderText {
	vertical-align: top;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	max-width: 195px;
	color: #5d5d5d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.folder_gr, .folder_gr2 {
	display: inline-block;
	width: auto;
	cursor: pointer;
}

.bttEdit {
	background: transparent url(img/Buttonset_23x23.png) no-repeat 0px -46px;
	height: 23px;
	width: 23px;
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.projFolder.closed .bttEdit {
	display: none;
}

.folderContent {
	height: auto;
}

.projFolder.closed .folderContent {
	display: none;
}

.folderContent_row {
	width: 232px;
	margin-left: 48px;
}

.folderRow_left {
	display: inline-block;
	width: 35%;
	color: #5d5d5d;
	font-weight: 600;
	vertical-align: top;
}

.folderRow_right {
	display: inline-block;
	/* 	width: 35%; */
	color: #5d5d5d;
	margin-left: 5px;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 145px;
}

.projFolder_room {
	height: 200px;
	border-bottom: solid 2px #C1C1C1;
}

.projFolder_room_pic {
	height: 180px;
	width: 242px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 10px 15px;
	overflow: hidden;
	cursor: pointer;
}

.projFolder_room_pic.act {
	cursor: auto;
	pointer-events: none;
}

.projFolder_room_info {
	display: inline-block;
	vertical-align: top;
	height: 200px;
	width: calc(100% - 267px);
}

.projFolder_room_info_text {
	display: inline-block;
	vertical-align: top;
	height: 180px;
	width: calc(100% - 170px);
	padding-top: 10px;
	color: #5d5d5d;
	margin-right: 10px;
}

.projFolder_room_info_btt {
	display: inline-block;
	vertical-align: top;
	height: 200px;
	width: 142px;
	padding-top: 10px;
}

.room_info_text_name {
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.room_info_text_date {
	margin-bottom: 40px;
}

.room_info_text_commentText {
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.projFolder_room_info_btt_line {
	height: 41px;
	line-height: 41px;
	/* 	margin-bottom: 5px; */
	cursor: pointer;
	vertical-align: top;
}

.projFolder_room_info_btt_text {
	display: inline-block;
	vertical-align: top;
	width: 101px;
	color: #5d5d5d;
}

.projFolder_room_info_btt_status {
	width: 75px;
	height: 65px;
	cursor: auto;
	padding-top: 12px;
}

.pf_mode_b .projFolder_room_btt_move {
	display: none;
}

.pf_mode_b .projFolder_room_btt_delete {
	display: none;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_text, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_text
	{
	color: #ce8f34;
}

.projFolder_room_info_btt_pic {
	height: 41px;
	width: 41px;
	display: inline-block;
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px 0px;
	vertical-align: top;
}

.projFolder_room_info_btt_pic.btt_open {
	background-position: 0px -1107px;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_open, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_open
	{
	background-position: -41px -1107px;
}

.projFolder_room_info_btt_pic.btt_edit {
	background-position: 0px -1394px;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_edit, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_edit
	{
	background-position: -41px -1394px;
}

.projFolder_room_info_btt_pic.btt_move {
	background-position: 0px -984px;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_move, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_move
	{
	background-position: -41px -984px;
}

.projFolder_room_info_btt_pic.btt_delete {
	background-position: 0px -1025px;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_delete, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_delete
	{
	background-position: -41px -1025px;
}

.projFolder_status {
	height: 20px;
	width: 20px;
	background-color: silver;
	margin: 0px auto 10px auto;
	border-radius: 10px;
}

.projFolder_status.act.ready {
	background-color: green;
}

.projFolder_status.act.inwork {
	background-color: red;
}

.dia_pf_color_padding {
	padding-left: 15px;
	color: #5d5d5d;
}

.overflow_hidden {
	overflow: hidden;
}

.dia_pf_background {
	background-color: #fff;
}

.dia_pf {
	background-color: #fff;
	overflow: hidden;
	padding-left: 15px;
	color: #5d5d5d;
}

#folderDetails_title, #folderAdd_title, #roomAdd_title {
	color: #5d5d5d;
	font-weight: 600;
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 5px;
}

.folderDetails_inputTitle, .roomAdd_inputTitle, .roomDetails_inputTitle {
	margin-bottom: 4px;
	margin-top: 10px;
}

#changeName_input {
	margin-top: 25px;
}

.changePass_input {
	margin-top: 15px;
}

.folderDetails_input, .folderAdd_input, .roomAdd_input, .roomDetails_input, .changeName_input, .changePass_input,
	.checkReg_input {
	width: 450px;
	height: 50px;
}

.folderDetails_input input, .folderAdd_input input, .roomAdd_input input, .roomDetails_input input, .changeName_input input,
	.changePass_input input, .checkReg_input input {
	height: 46px;
	margin: 0px;
	width: 431px;
	padding: 0px 0px 0px 15px;
	color: #5d5d5d;
}

#folderDetails_lowerBar {
	padding-top: 23px;
}

#dia_projFolder_login, #dia_projFolder_createAccount {
	padding-left: 54px;
}

#folderDetails_btt_save, #roomAdd_btt_save, #roomDetails_btt_save, #changeName_btt_save, #changePass_btt_save, #checkReg_btt,
	#checkReg_btt2 {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 41px;
	line-height: 41px;
	background-color: #5d5d5d;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#folderDetails_btt_save:hover, #folderDetails_btt_save.act, #folderAdd_btt_add:hover, #roomAdd_btt_save:hover,
	#roomDetails_btt_save:hover, #changeName_btt_save:hover, #changePass_btt_save:hover, #checkReg_btt:hover, #checkReg_btt2:hover
	{
	background-color: #ce8f34;
}

#roomAdd_btt_save, #roomDetails_btt_save {
	margin-top: 20px;
}

#changeName_btt_save {
	margin-left: 320px;
	margin-top: 20px;
}

#changePass_btt_save {
	margin-left: 320px;
	margin-top: 15px;
}

#checkReg_btt {
	display: inline-block;
	vertical-align: top;
	margin-left: 190px;
}

#folderDetails_text_delete {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	line-height: 41px;
	margin-left: 12px;
	margin-right: 12px;
	width: 253px;
	text-align: end;
}

#folderDetails_btt_delete {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	width: 41px;
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1025px;
	cursor: pointer;
}

#folderDetails_btt_delete:hover {
	background-position: -41px -1025px;
}

#folderAdd_title2 span, #folderAdd_folderName_input span, .roomAdd_inputTitle span {
	color: #ce8f34;
}

.folderAdd_input {
	padding-bottom: 4px;
	padding-top: 8px;
}

#folderAdd_btt_add {
	width: 130px;
	height: 41px;
	color: #fff;
	background-color: #5d5d5d;
	text-align: center;
	line-height: 41px;
	margin-left: 320px;
	margin-top: 5px;
	cursor: pointer;
}

#accountSettings_title {
	padding-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#accountSettings_btt_changeName_ico, #accountSettings_btt_changePW_ico {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	width: 41px;
	background-color: #5d5d5d;
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1025px;
}

#accountSettings_btt_changeName_text, #accountSettings_btt_changePW_text {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	line-height: 41px;
	padding-left: 10px;
}

#accountSettings_btt_changePW {
	margin-top: 10px;
}

#accountSettings_btt_changeName #accountSettings_btt_changeName_ico {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1148px;
}

#accountSettings_btt_changePW #accountSettings_btt_changePW_ico {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1189px;
}

#accountSettings_btt_changePW #accountSettings_btt_changeName_ico {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1189px;
}

#accountSettings_btt_changeName, #accountSettings_btt_changePW {
	display: inline-block;
	cursor: pointer;
	opacity: 0.6;
}

#accountSettings_btt_changeName:hover #accountSettings_btt_changeName_ico {
	background-position: -41px -1148px;
}

#accountSettings_btt_changeName:hover #accountSettings_btt_changeName_text {
	color: #ce8f34;
}

#accountSettings_btt_changePW:hover #accountSettings_btt_changePW_ico {
	background-position: -41px -1189px;
}

#accountSettings_btt_changePW:hover #accountSettings_btt_changePW_text {
	color: #ce8f34;
}

#saveRoom_title, #moveRoom_title {
	font-weight: 600;
	padding-top: 10px;
	font-size: 19px;
}

#saveRoom_content, #moveRoom_content {
	height: 343px;
	width: 448px;
	border: 1px solid #5d5d5d;
	overflow-y: auto;
}

#moveRoom_content .folderText, #saveRoom_content .folderText {
	max-width: 395px;
}

#saveRoom_content_head {
	border-bottom: 1px solid #5d5d5d;
	height: 85px;
}

#saveRoom_content_head_title {
	margin-left: 10px;
	padding-top: 10px;
	color: #5d5d5d;
	font-weight: 600;
}

#saveRoom_content_head_add {
	height: 41px;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
	display: inline-block;
}

#saveRoom_content_head_add_btt {
	background: transparent url(img/Buttonset_41px.png) no-repeat 0px -1066px;
	height: 41px;
	width: 41px;
	display: inline-block;
}

#saveRoom_content_head_add:hover #saveRoom_content_head_add_btt {
	background-position: -41px -1066px;
}

#saveRoom_content_head_add_text {
	display: inline-block;
	height: 41px;
	vertical-align: top;
	line-height: 41px;
	margin-left: 10px;
	color: #5d5d5d;
}

#saveRoom_content_head_add:hover #saveRoom_content_head_add_text {
	color: #ce8f34;
}

#saveRoom_btt {
	width: 128px;
	height: 41px;
	color: #fff;
	background-color: #5d5d5d;
	text-align: center;
	line-height: 41px;
	margin-left: 320px;
	margin-top: 15px;
	cursor: pointer;
}

#saveRoom_btt:hover {
	background-color: #ce8f34;
}

#dia_send {
	color: #5d5d5d;
}

#saveRoom_content_list {
	height: 257px;
}

.projFolder_room_img {
	height: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}

#roomAdd_roomComment_text, #roomDetails_roomComment_text, #pf_picInput_text {
	width: 417px;
	height: 90px;
	color: #5d5d5d;
	padding: 15px;
	max-height: 90px;
	resize: none;
}

.folder_error {
	margin-top: 10px;
	margin-right: 15px;
	height: 90px;
	color: red;
	line-height: 45px;
}

#dia_projFolder_createAccount_error {
	margin-top: 25px;
}

#checkReg_head {
	padding-right: 15px;
	margin-top: 15px;
	height: 70px;
}

#checkReg_holder {
	display: block;
	margin-top: 15px;
}

.aocircle {
	height: 10px;
	width: 10px;
	padding: 0px;
	border-radius: 50%;
}

#projFolder_userInput_title1 {
	color: #5d5d5d;
	margin-top: 15px;
	font-size: 13px;
	line-height: 19px;
}

#projFolder_userInput_title2 {
	font-weight: 700;
	color: #5d5d5d;
	font-size: 13px;
	margin-top: 18px;
	margin-bottom: 12px;
}

.projFolder_userInput_title {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#dia_projFolder_userInput .projFolder_userInput_select {
	font-size: 13px;
}

#userInput_select_0, #userInput_select_1, #projFolder_userInput_select label {
	cursor: pointer;
}

.projFolder_userInput_select {
	width: calc(100% - 20px);
	height: 31px;
	color: #5d5d5d;
}

#projFolder_userInput_select input {
	height: 17px;
	width: 17px;
}

#projFolder_userInput_select label {
	vertical-align: top;
	margin-left: 10px;
	color: #5d5d5d;
	margin-top: 15px;
	font-size: 13px;
}

#userInput_select_1 {
	margin-left: 25px;
}

#dia_projFolder_userInput .dia_projFolder_inputText {
	font-size: 13px;
}

.dia_projFolder_inputText {
	width: calc(100% - 40px);
	height: 25px;
	padding-left: 15px;
	color: #5d5d5d;
}

#projFolder_userInput_adress .left_c {
	display: inline-block;
	width: 215px;
}

#projFolder_userInput_adress .right_c {
	display: inline-block;
	margin-left: 15px;
	width: 215px;
}

#projFolder_userInput_adress .dia_projFolder_inputText {
	width: calc(100% - 20px);
}

#projFolder_userInput_btt {
	color: #fff;
	background-color: #5d5d5d;
	width: 215px;
	height: 41px;
	line-height: 42px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	bottom: 9px;
	right: 20px;
}

#projFolder_userInput_btt:hover {
	background-color: #ce8f34;
}

#privat_column, #buisnes_column {
	display: none;
}

#privat_column.act, #buisnes_column.act {
	display: block;
}

#ps_title {
	height: 40px;
	line-height: 45px;
}

#ps_title div {
	display: inline-block;
}

#ps_title_l {
	color: #5d5d5d;
	font-weight: 600;
	font-size: 13px;
}

#ps_title_r {
	margin-left: 4px;
	font-size: 10.5px;
}

#ps_content_l {
	width: 650px;
	display: inline-block;
	height: 436px;
	vertical-align: top;
}

#ps_content_r {
	width: 295px;
	margin-left: 20px;
	display: inline-block;
	height: 436px;
	vertical-align: top;
}

#ps_pic_container {
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	position: relative;
	border: 1px solid #5d5d5d;
}

.ps_pic_btt {
	height: 41px;
	width: 41px;
	background-color: grey;
	position: absolute;
	bottom: 7px;
	background: transparent url(img/Buttonset_41px.png) no-repeat;
	cursor: pointer;
}

#ps_pic_btt_1 {
	background-position: 0px -1517px;
	right: 100px;
}

#ps_pic_btt_1:hover {
	background-position: -41px -1517px;
}

#ps_pic_btt_2 {
	background-position: 0px -1558px;
	right: 53px;
}

#ps_pic_btt_2:hover {
	background-position: -41px -1558px;
}

#ps_pic_btt_3 {
	background-position: 0px -1599px;
	right: 6px;
}

#ps_pic_btt_3:hover {
	background-position: -41px -1599px;
}

.dia_projFolder_inputPicText {
	width: calc(100% - 20px);
	height: 25px;
	padding-left: 15px;
	color: #5d5d5d;
}

.projFolder_userPicInput_title {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.projFolder_picInput_select {
	width: 100%;
	height: 31px;
	color: #5d5d5d;
}

.pf_boxSelect .filter_text {
	font-size: 13px;
}

#ps_content #pf_picInput_text {
	width: 263px;
	height: 140px;
	max-height: 140px;
}

#ps_lowerBar {
	height: 41px;
	margin-right: 20px;
	margin-top: 20px;
	vertical-align: top;
}

#ps_lowerBar_btt_abort {
	color: #fff;
	background-color: #5d5d5d;
	width: 285px;
}

#ps_lowerBar_price {
	margin-left: 115px;
	font-weight: 600;
	color: #5d5d5d;
	font-size: 20px;
}

#ps_lowerBar_price .price {
	font-size: 19px;
	margin-left: 5px;
}

#ps_lowerBar_btt_next {
	float: right;
	background-color: #ce8f34;
	color: #fff;
	width: 295px;
}

#ps_lowerBar_btt_abort, #ps_lowerBar_btt_next {
	cursor: pointer;
	text-align: center;
}

#ps_lowerBar_btt_abort, #ps_lowerBar_price, #ps_lowerBar_btt_next {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	vertical-align: top;
}

/* --- --- 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: #ce8f34;
}

#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 .calculator_texture {
	width: 27px;
	height: 27px;
	background: url(img/Buttonset_on_thumb.png) 0px 0px;
	background-position: 0 -135px;
}

.mode_a .chip2 .calculator_texture:hover, .mode_a .chip2  .calculator_texture.act {
	background-position: -27px -135px;
}

.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 {
	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, .chip2 .calculator_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 .calculator_texture {
	background-position: 0px -185px;
}

.chip2 .calculator_texture:hover, .chip2  .calculator_texture.act {
	background-position: -37px -185px;
}

.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;
}

/*test*/
.mc1_c {
	color: #ce8f34;
}

/* --- --- Farb-Klassen Ende --- ---*/

/*--- exploer dev ---*/
.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;
}

/* .off.btt_color:hover {
	background-image: none;
} */

/*--- Spectrum Express ---*/
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui-dialog .ui-dialog-titlebar {
	background: #000;
	color: #FFF;
}

.ui-dialog-content, #dia_search, #dia_rooms, #dia_objbar, #dia_favlist, #dia_send, #dia_load {
	/* 	background: rgba(0, 0, 0, 0.75); */
	/* 	background: #000; */
	/* 	color: #FFF; */
	
}

.search_reset, .search_count, .textline, .active .aoacc_front_text, .filter_text, .singlechosse_text, .ui-widget-content,
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .panel_val {
	/* 	color: #FFF; */
	
}

.panel:hover .panel_val, .panel.act .panel_val, .filter_line:hover .filter_text, .filter_line.act .filter_text, .singlechosse:hover .singlechosse_text,
	.singlechosse.act .singlechosse_text {
	/* 	color: rgba(31, 174, 219, 1); */
	
}

.filter_box, .singlechosse_box {
	border-color: #FFF;
}

/* .colorpicker_content>.aoacc>.aoacc_back>.chooselist>.filter_line.act { */
/* 	cursor: auto; */
/* } */
.colorpicker>.wall_colors_search>.wall_colors_content>.aoacc>.aoacc_back>.chooselist>.filter_line.act {
	cursor: auto;
}

.searchbrightnessbox {
	margin-left: 0px;
}

.btt_pattern {
	background: transparent url(img/Buttonset_KATALOG_32x32px.png) 0 0;
}

.pattern_0.off:hover {
	background-position: 0px -5100px;
}

.pattern_0.act, .pattern_0:hover, .filter_pattern_line.act .pattern_0, .filter_pattern_line:hover .pattern_0 {
	background-position: -75px -5100px;
}

.pattern_1, .pattern_1.off:hover {
	background-position: 0px -5175px;
}

.pattern_1.act, .pattern_1:hover, .filter_pattern_line.act .pattern_1, .filter_pattern_line:hover .pattern_1 {
	background-position: -75px -5175px;
}

.pattern_2, .pattern_2.off:hover {
	background-position: 0px -5250px;
}

.pattern_2.act, .pattern_2:hover, .filter_pattern_line.act .pattern_2, .filter_pattern_line:hover .pattern_2 {
	background-position: -75px -5250px;
}

.pattern_3, .pattern_3.off:hover {
	background-position: 0px -5325px;
}

.pattern_3.act, .pattern_3:hover, .filter_pattern_line.act .pattern_3, .filter_pattern_line:hover .pattern_3 {
	background-position: -75px -5325px;
}

.pattern_4, .pattern_4.off:hover {
	background-position: 0px -5400px;
}

.pattern_4.act, .pattern_4:hover, .filter_pattern_line.act .pattern_4, .filter_pattern_line:hover .pattern_4 {
	background-position: -75px -5400px;
}

.pattern_5, .pattern_5.off:hover {
	background-position: 0px -5475px;
	margin-right: 0px;
}

.pattern_5.act, .pattern_5:hover, .filter_pattern_line.act .pattern_5, .filter_pattern_line:hover .pattern_5 {
	background-position: -75px -5475px;
}

/* .searchpatternsbox, .searchbrightnessbox { */
/* 	margin-left: 0px; */
/* } */
.aoacc_front {
	border-top: 1px solid #FFF;
}

.wall_colors_content {
	border-right: none;
	margin-top: 50px;
}

.btt_brightness {
	margin-bottom: -5px;
}

.aoacc_back {
	margin-left: 20px;
}

/* .searchcolors { */
/* 	margin-left: 0px; */
/* } */
.aoacc_front_icon {
	right: 0px;
}

.aoacc {
	width: 282px;
	/* 	margin-right: 18px; */
}

.search_reset {
	position: absolute;
	top: 0px;
}

.searchtext_form {
	height: 45px;
	width: auto;
	border: 1px solid #FFF;
	border-right: none;
}

.searchtext_icon, #text_search_go, #text_search_form>#text_search_input {
	border: 1px solid #FFF;
}

#text_search_go {
	border-left: none;
}

.room_chip:hover, .room_chip.act {
	border: none;
	/* 	border: 1px solid rgba(31, 174, 219, 1); */
}

.close_btt, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	/* 	border-left: 1px solid rgba(255, 255, 255, 1); */
	width: 42px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	/* 	margin: .2em; */
	padding: 0;
	outline: 0;
	/* 	border-left: 1px solid rgba(255, 255, 255, 1); */
	/* 	border-right: 1px solid rgba(255, 255, 255, 1); */
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 160px);
	margin: 0px 80px 0px 80px;
	height: 100%;
}

.ui-widget-overlay.max {
	width: 100%;
	margin: 0px;
	z-index: 170;
}

#text_search_form>#text_search_input {
	background-color: transparent;
	color: #FFF;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #FFF;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #FFF;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #FFF;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
}

#proj_load_title {
	padding: 20px 20px 0 20px;
}

#proj_load_text {
	padding: 10% 20px 0 20px;
}

#load_unique_go {
	top: auto;
	/* 	bottom: 20px; */
	bottom: auto;
	right: 50px;
	background-color: transparent;
	border: 1px solid #FFF;
	/* 	padding: 3px 60px 3px 15px; */
	padding: 3px 97px 3px 15px;
	background-color: transparent;
	margin-top: 50%;
}

#load_unique_input_wrapper {
	position: absolute;
	display: block;
	left: 228px;
	/* 	margin-left: auto; */
	/* 	margin-right: auto; */
	margin: 10% auto 0px auto;
}

#load_unique_input {
	top: 10px;
	height: 23px;
	width: 225px
}

#proj_load_text {
	position: absolute;
	display: block;
	/* 	left: 153px; */
	left: 115px;
	margin-left: auto;
	margin-right: auto;
}

#reset_search_lbl {
	color: #FFF;
}

#reset_search:hover>#reset_search_lbl {
	color: rgba(31, 174, 219, 1);
}

.searchtext_input {
	background-color: transparent;
}

.searchtext {
	margin-bottom: 15px;
}

.colorpicker>.wall_colors_search>.wall_colors_content>.searchpatternsbox, .colorpicker>.wall_colors_search>.wall_colors_content>.searchbrightnessbox
	{
	border: 1px solid #FFF;
	width: 260px;
	margin-left: 0px;
}

#share_sm_title {
	height: 75px;
	line-height: 75px;
	text-align: center;
	/* 	color: #000; */
	/* 	background-color: rgba(31, 174, 219, 1); */
	line-height: 75px;
}

#share_sm_title>span {
	width: calc(100% - 150px);
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

#share_sm_text {
	/* 	padding: 15px; */
	padding: 30px 28px 30px 28px;
	/* 	display: inline-block; */
	/* 	position: relative; */
	width: 590px;
	/* 	font-family: AvenirNextLTW01-Regular; */
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
}

.shariff .orientation-horizontal {
	display: block;
}

#proj_save_text {
	padding: 10% 15px 15px 15px;
	display: inline-block;
	position: relative;
}

#proj_save_id_hold {
	padding-top: 5%;
}

.shariff .theme-grey .shariff-button a {
	width: 75px;
	border: none;
	height: 75px;
	margin: 0px;
	/* 	background: transparent url(img/SPECTRUM-iconset-blue@1.5x.png) no-repeat; */
	float: right;
}

.shariff .theme-grey .facebook a {
	background-position: 0px -4500px;
}

.shariff .theme-grey .twitter a {
	background-position: 0px -4575px;
}

.shariff .theme-grey .pinterest a {
	background-position: 0px -4650px;
}

.shariff .theme-grey .shariff-button a:hover {
	width: 75px;
	height: 75px;
	margin: 0px;
	/* 	background: transparent url(img/SPECTRUM-iconset-blue@1.5x.png) no-repeat; */
}

.shariff .theme-grey .facebook a:hover {
	background-position: -150px -4500px;
}

.shariff .theme-grey .twitter a:hover {
	background-position: -150px -4575px;
}

.shariff .theme-grey .pinterest a:hover {
	background-position: -150px -4650px;
}

.close_btt, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	/* 	background-position: 41px -123px; */
	
}

.ui-widget-overlay {
	/*	background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50%
	 repeat-x;*/
	background-color: transparent; /*#000;*/
	opacity: .75;
	filter: Alpha(Opacity = 5);
	opacity: .75;
}

.thumb_type_selectors.act, .size_selectors:hover, .size_selectors.act, .thumb_type_selectors:hover, .thumb_type_selectors.act {
	background-color: rgba(31, 174, 219, 1);
}

.aoacc_front:hover .aoacc_front_text, .aoacc_front:hover .aoacc_front_text, .aoacc_front:hover .aoacc_front_text, .search_reset:hover
	{
	color: rgba(31, 174, 219, 1);
}

.label_thumb_options {
	color: #FFF;
}

#proj_save_link_div {
	/* 	background-color: rgba(31, 174, 219, 1); */
	background-color: transparent;
	border: 1px solid #FFF;
	padding: 5px 20px 5px 20px;
	margin-top: 20%;
	bottom: auto;
	display: inline-block;
	position: absolute;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	text-decoration: initial;
	float: left;
	left: 12px;
	color: #fff;
}

#menu_left {
	width: 75px;
	height: 100%;
	left: 0px;
}

#menu_right {
	/* 	background-color: #000; */
	width: 75px;
	height: calc(100% - 315px);
	right: 0px;
}

#right_main_wrapper {
	position: relative;
	top: calc(50% - 150px);
}

.main_bar {
	/* 	background-color: #000; */
	width: 75px;
	height: 100%;
	position: absolute;
	z-index: 20;
}

/* .main_bar .btt, #btt_compare.btt { */
/* 	background-color: #000; */
/* } */
.main_bar .btt:hover, .main_bar .btt.highlight, #btt_compare.btt:hover, #btt_compare.btt.highlight {
	border-color: rgba(31, 174, 219, 1);
}

#left_right_slider .ui-slider-handle {
	border: 1px solid rgba(31, 174, 219, 1);
	background-color: rgba(31, 174, 219, 1);
	background-image: none;
	cursor: pointer;
}

#up_down_slider .ui-slider-handle {
	border: 1px solid rgba(31, 174, 219, 1);
	background-color: rgba(31, 174, 219, 1);
	background-image: none;
	cursor: pointer;
}

.btt, #btt_compare, #btt_rooms_load, #btt_objbar, #btt_favlist, #btt_rooms_editor, .start_btt {
	height: 75px;
	width: 75px;
	margin: 0px;
	cursor: pointer;
}

#btt_compare {
	/* 	position: initial; */
	/* 	background: url(../../appli/materialo/img/Buttonset_82x82px.png) -10px -11px; */
	
}

#btt_rooms_load {
	color: #FFF;
	text-align: center;
	line-height: 35px;
	padding: 0;
	background-color: transparent;
}

#btt_rooms_load:hover {
	background-color: rgba(31, 174, 219, 1);
}

#btt_compare.act #compare_close {
	display: block;
}

#btt_compare.hidden_class {
	display: none;
}

#compare_close_btt {
	height: 37px;
	width: 37px;
	/* 	background-color: rgba(31, 174, 219, 1); */
	/* 	background-image: url(img/Buttonset_37px.png); */
	position: absolute;
	left: 27.5px;
	/* 	right: 102.5px; */
	top: 27.5px;
	display: none;
	cursor: pointer;
}

#compare_close {
	position: absolute;
	top: 30px;
	width: 90px;
	height: 90px;
	/* 	background-color: rgba(31, 174, 219, 1); */
	display: none;
	cursor: pointer;
}

#comp_left, #comp_right {
	/* 	background-color: #000; */
	/* 	color: #FFF; */
	
}

#comp_bar, #comp_left.act, #comp_right.act {
	/* 	background-color: rgba(31, 174, 219, 1); */
	
}

#comp_bar.act {
	/* 	background-color: rgba(31, 174, 219, 0.5); */
	
}

#compare_end_cancel, #compare_end_end {
	width: 90px;
	position: absolute;
	border: 1px solid;
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
	/* 	background-color: transparent; */
	right: 20px;
	bottom: 10px;
	/* 	color: #FFF; */
	cursor: pointer;
	text-align: center;
}

#compare_end_cancel:hover, #compare_end_end:hover {
	/* 	background-color: rgba(31, 174, 219, 1); */
	
}

#compare_end_end {
	right: 157px;
}

.shariff .orientation-horizontal {
	/* 	padding-left: 4px; */
	
}

.dia_share>.ui-dialog-titlebar, .dia_express_share>.ui-dialog-titlebar {
	display: block;
}

#share_sm_title>h3 {
	margin: 0px;
	padding-top: 10px;
}

#search_accordion div .acc_ico_search {
	border: 1px solid #FFF;
}

#picBox_title {
	border: none;
}

.room_menu_1 #picBox_picHolder {
	border: none;
}

.acc_ico {
	right: 0px;
}

.room_chip {
	height: 33%; /*270px;*/
	width: 33%; /*270px;*/
	overflow: hidden;
	/* 	margin: 0px 0px 0.05% 0.05%; 20px */
	margin: 0px 0px 1px 1px;
	border: none;
}

#text_search_go {
	background: transparent url(img/Buttonset_KATALOG_34x34px.png) no-repeat 5px 6px;
}

#text_search_go:hover {
	background: transparent url(img/Buttonset_KATALOG_34x34px.png) no-repeat -29px 6px;
}

#reset_search_ico, .reset_icon {
	width: 34px;
	height: 34px;
	background: transparent url(img/Buttonset_KATALOG_34x34px.png) 0px -272px no-repeat;
	margin-top: 0px;
}

#reset_search:hover>#reset_search_ico, .search_reset:hover>.reset_icon {
	background: transparent url(img/Buttonset_KATALOG_34x34px.png) -34px -272px no-repeat;
}

#diaInfo_e1_ico, #diaInfo_e4_bttPrint_ico, #diaInfo_e4_bttFav_ico {
	background: transparent url(img/Buttonset_KATALOG_34x34px.png) 0px -238px no-repeat;
}

#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: rgba(31, 174, 219, 1);
}

#diaInfo_e1_hold:hover, #diaInfo_e4_bttPrint:hover, #diaInfo_e4_bttFav:hover, #diaInfo_e4_bttFav.act {
	background-color: transparent;
}

#diaInfo_e1_hold, #diaInfo_e4_bttPrint, #diaInfo_e4_bttFav {
	border-color: #FFF;
}

#diaInfo_e1_hold:hover, #diaInfo_e4_bttPrint:hover, #diaInfo_e4_bttFav:hover {
	border-color: rgba(31, 174, 219, 1);
}

#diaInfo_e4_bttPrint_ico {
	background-position: 0px -102px;
}

#diaInfo_e4_bttFav_ico {
	background-position: 0px -204px;
}

#diaInfo_e1_ico {
	
}

#reset_search_lbl {
	line-height: 36px;
}

.reset_text {
	line-height: 34px;
}

.searchtext_icon {
	background: transparent url(img/Buttonset_KATALOG_34x34px.png) no-repeat 5px 6px;
}

.searchtext_icon:hover {
	background: transparent url(img/Buttonset_KATALOG_34x34px.png) no-repeat -29px 6px;
}

.acc_ico, .aoacc_front_icon {
	background: transparent url(img/Buttonset_KATALOG_15x9px.png) 0 -9px;
}

.act>.acc_ico_search {
	/* 	background: transparent url(img/Buttonset_KATALOG_13x10px.png) 0px 0px no-repeat; */
	/* 	background-size: 13px 10px; */
	/* 	background-position: 4px 5px; */
	
}

.filter_haken {
	background: transparent url(img/Buttonset_KATALOG_13x10px.png);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #FFF;
}

/* .close_btt, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close { */
/* 	background: transparent url(img/Buttonset_41px.png) -41px -123px; */
/* } */
.close_btt:hover, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
	background-position: 0px -123px;
}

.btt_mm {
	background: url(img/Buttonset_MM.png) 0px 0px;
}

/* #comp_mover_show { */
/* 	background-image: url(img/slider.png); */
/* } */
.btt_obj_vr {
	background: transparent url(img/Buttonset_Rotation.png) no-repeat 0 0;
}

.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: 75px;
}

/*ein fehlendes elem?*/
.btt_obj_info, .btt_favlist_info {
	background: transparent url(img/Buttonset_on_thumb.png) no-repeat 0 0;
}

.btt_obj_del, .btt_favlist_del {
	background: transparent url(img/Buttonset_on_thumb.png) no-repeat 0 -27px;
}

.btt_obj_va:hover, .btt_obj_va.act {
	background-color: rgba(31, 174, 219, 1);
}

.colorpicker_template_content>.tex_chip_wrap_wc {
	margin: 0px;
	position: absolute;
}

.search_reset {
	margin-top: 5px;
}

.nippie {
	width: 54px;
	height: 71px;
	background: transparent;
	/* 	background: transparent url(img/Caparol_Spectrum_Iconset_v009_mlo.png) no-repeat 0px -3240px; */
	/* 	background: transparent url(svg_wrapper.php?file=/img/drop.svg&w=54&h=71&style=3) 0px 0px no-repeat; */
}

.nippie:hover, .nippie.act {
	background-position: -0px -0px;
}

.nippie1 {
	background-position: -0px -0px;
}

.nippie1:hover, .nippie1.act {
	background-position: -0px -0px;
}

.nippie0 {
	background-position: -0px -0px;
}

.nippie0:hover, .nippie0.act {
	background-position: -0px -0px;
}

.nippie_text {
	position: absolute;
	top: 48px;
	left: 0px;
	width: 100%;
	text-align: center;
	/* 	color: #000; */
	overflow: visible;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nippie.act .nippie_text, .nippie_text.act {
	/* 	color: rgba(31, 174, 219, 1); */
	
}

.info_texture, .coordinate_texture, .fav_texture, .calculator_texture {
	background: url(img/Buttonset_on_thumb.png) 0px 0px;
}

.fav_texture {
	background-position: 0px -81px;
}

.coordinate_texture {
	background-position: 0 -54px;
}

.calculator_texture {
	background-position: 0px -135px;
}

.search_head_label, .fav_head_label {
	color: #FFF;
}

.mm0_radioinputdiv.act {
	color: rgba(31, 174, 219, 1);
}

#dia_info, #dia_shoplink {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.75);;
}

#diaInfo_e1_text, #diaInfo_e4_bttPrint_text, #diaInfo_e4_bttFav_text {
	color: #FFF;
}

#loader, #loader3 {
	border-top-color: #000;
}

#loader2, #loader4 {
	border-top-color: rgba(31, 174, 219, 1);
}

.colorpicker_template_content {
	padding-left: 22px;
	position: absolute;
}

.colorpicker_template_content>.chips_more {
	position: absolute;
}

.colorpicker>.wall_colors_search>.wall_colors_content>.aoacc>.aoacc_front {
	border-top: none;
}

.colorpicker_content_header>.searchcolors>#colors_border {
	width: 95%;
	height: 30px;
	/* 	margin: 10px 20px 10px 20px; */
	display: none;
}

.colorpicker_content_header>.searchcolors>#colors_border>.btt_color {
	width: 8.33%;
	height: 30px;
}

/* .colorpicker_template_content>.texture_chip_wc>.chip_icon_holder> */

/* .ico_bar, .mode_b .ico_bar, .mode_a .ico_bar, .mode_c .ico_bar */
.ico_bar_cp, .mode_b .ico_bar_cp, .mode_a .ico_bar_cp, .mode_c .ico_bar_cp {
	background: transparent;
	border: none;
	color: white;
	height: 60px;
	bottom: 0px;
	display: block;
}

/* .ico_logo:hover, .mode_b .chip_ico_trap:hover .ico_logo, .mode_a .chip_ico_trap:hover .ico_logo,  .mode_c .chip_ico_trap:hover .ico_logo */
.ico_logo_cp:hover, .mode_b .chip_ico_trap_cp:hover .ico_logo_cp, .mode_a .chip_ico_trap_cp:hover .ico_logo_cp, .mode_c .chip_ico_trap_cp:hover .ico_logo_cp
	{
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	opacity: 0;
	transition-delay: 0s;
}
/* .ico_logo_textbox:hover, .mode_b .chip_ico_trap:hover .ico_logo_textbox, .mode_a .chip_ico_trap:hover .ico_logo_textbox, .mode_c .chip_ico_trap:hover .ico_logo_textbox */
.ico_logo_textbox_cp:hover, .mode_b .chip_ico_trap_cp:hover .ico_logo_textbox_cp, .mode_a .chip_ico_trap_cp:hover .ico_logo_textbox_cp,
	.mode_c .chip_ico_trap_cp:hover .ico_logo_textbox_cp {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	opacity: 1;
	transition-delay: 0s;
}

/* .mode_a .ico_btt_box, .mode_b .ico_btt_box, .mode_c .ico_btt_box */
.mode_a .ico_btt_box_cp, .mode_b .ico_btt_box_cp, .mode_c .ico_btt_box_cp {
	display: none;
}

.ico_logo_cp {
	display: none;
}

.mode_b .ico_logo_textbox_cp, .mode_a .ico_logo_textbox_cp, .mode_c .ico_logo_textbox_cp, .ico_logo_textbox_cp {
	opacity: 1;
	visibility: visible;
	margin: 0px;
	left: 0px;
	transform: translate(0%, 0%);
	display: block;
}

.ico_logo_text_cp {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px 10px 0px 10px;
	line-height: 1.4;
}

.object_image {
	/* 	background-color: #000; */
	background-color: rgba(31, 174, 219, 1);
}

.mm0_button.act, .mm0_button:hover {
	background-color: rgba(31, 174, 219, 1);
}

.filter_pattern_bg {
	background-position: -0px -5100px;
}

.pattern_0.off:hover {
	background-position: 0px -5100px;
}

.pattern_0.act, .pattern_0:hover, .filter_pattern_line.act .pattern_0 {
	background-position: -75px -5100px;
}

.pattern_1, .pattern_1.off:hover {
	background-position: 0px -5175px;
}

.pattern_1.act, .pattern_1:hover, .filter_pattern_line.act .pattern_1 {
	background-position: -75px -5175px;
}

.pattern_2, .pattern_2.off:hover {
	background-position: 0px -5250px;
}

.pattern_2.act, .pattern_2:hover, .filter_pattern_line.act .pattern_2 {
	background-position: -75px -5250px;
}

.pattern_3, .pattern_3.off:hover {
	background-position: 0px -5325px;
}

.pattern_3.act, .pattern_3:hover, .filter_pattern_line.act .pattern_3 {
	background-position: -75px -5325px;
}

.pattern_4, .pattern_4.off:hover {
	background-position: 0px -5400px;
}

.pattern_4.act, .pattern_4:hover, .filter_pattern_line.act .pattern_4 {
	background-position: -75px -5400px;
}

.pattern_5, .pattern_5.off:hover {
	background-position: 0px -5475px;
	margin-right: 0px;
}

.pattern_5.act, .pattern_5:hover, .filter_pattern_line.act .pattern_5 {
	background-position: -75px -5475px;
}

#btt_rooms_gallery.btt {
	background-position: 0px -7380px;
}

#btt_rooms_gallery.btt:hover, #btt_rooms_gallery.act {
	background-position: -60px -7380px;
}

#btt_rooms_gallery.btt:hover.deact, #btt_rooms_gallery.deact {
	background-position: -180px -7380px;
}

#btt_rooms_mm.btt {
	background-position: 0px -9660px;
}

#btt_rooms_mm.btt:hover, #btt_rooms_mm.act {
	background-position: -60px -9660px;
}

#btt_rooms_mm.btt:hover.deact, #btt_rooms_mm.deact {
	background-position: -180px -9660px;
}

#btt_colorwall.btt {
	background-position: 0px -2760px;
}

#btt_colorwall.btt:hover, #btt_colorwall.act {
	background-position: -60px -2760px;
}

#btt_colorwall.btt:hover.deact, #btt_colorwall.deact {
	background-position: -180px -2760px;
}

#btt_colorwall.btt.disabled {
	cursor: auto;
	pointer-events: none;
	background-position: -180px -2760px;
}

#btt_compare.btt {
	background-position: -0px -1800px
}

#btt_compare.btt:hover, #btt_compare.btt.highlight {
	background-position: -150px -1800px
}

#btt_compare.act {
	background-position: -75px -1800px
}

#btt_compare.btt:hover.deact, #btt_compare.deact {
	cursor: auto;
	pointer-events: none;
	background-position: -225px -1800px;
}

#btt_tsr.btt {
	background-position: -0px -4425px;
}

#btt_tsr.btt:hover, #btt_tsr.btt.highlight {
	background-position: -150px -4425px;
}

#btt_tsr.act, #tsrInfo_icon {
	background-position: -75px -4425px;
}

#btt_tsr.btt:hover.deact, #btt_tsr.deact {
	cursor: auto;
	pointer-events: none;
	background-position: -225px -4425px;
}

#btt_toeditor.btt {
	background-position: -0px -5625px;
}

#btt_toeditor.btt:hover, #btt_toeditor.btt.highlight {
	background-position: -150px -5625px;
}

#btt_toeditor.act {
	background-position: -75px -5625px;
}

#btt_toeditor.btt:hover.deact, #btt_toeditor.deact {
	cursor: auto;
	pointer-events: none;
	background-position: -225px -5625px;
}

#btt_express_share.btt {
	background-position: -0px -4350px;
}

#btt_express_share.btt:hover {
	background-position: -150px -4350px;
}

#btt_express_share.act, #btt_express_share.highlight {
	background-position: -75px -4350px;
}

#btt_express_share.btt:hover.deact, #btt_express_share.deact {
	background-position: -225px -4350px;
}

#btt_express_info.btt {
	background-position: -0px -1575px;
}

#btt_express_info.btt:hover {
	background-position: -150px -1575px;
}

#btt_express_info.act, #btt_express_info.highlight {
	background-position: -75px -1575px;
}

#btt_express_info.btt:hover.deact, #btt_express_info.deact {
	background-position: -225px -1575px;
}

#btt_dataprot.btt, #start_btt_info.start_btt {
	background-position: -0px -1575px;
}

#btt_dataprot.btt:hover, #start_btt_info.start_btt:hover {
	background-position: -150px -1575px;
}

#btt_dataprot.act, #start_btt_info.act {
	background-position: -75px -1575px;
}

#btt_dataprot.btt:hover.deact, #btt_dataprot.deact, #start_btt_info.start_btt:hover.deact, #start_btt_info.deact, #dataprot_icon
	{
	background-position: -225px -1575px;
}

#btt_color_info.btt {
	background-position: -0px -2475px;
}

#btt_color_info.btt:hover {
	background-position: -150px -2475px;
}

#btt_color_info.act {
	background-position: -75px -2475px;
}

#btt_color_info.btt:hover.deact, #btt_color_info.deact {
	background-position: -225px -2475px;
}

#btt_rooms_editor.btt {
	background-position: 0px -7920px;
}

#btt_rooms_editor.btt:hover, #btt_rooms_editor.act {
	background-position: -60px -7920px;
}

#btt_rooms_editor.btt:hover.deact, #btt_rooms_editor.deact {
	pointer-events: none;
	cursor: auto;
	background-position: -180px -7920px;
}

#btt_objbar {
	background-position: 0px -1920px;
}

#btt_objbar.btt:hover, #btt_objbar.act {
	background-position: -60px -1920px;
}

#btt_objbar.btt:hover.deact, #btt_objbar.deact {
	background-position: -180px -1920px;
}

/* #btt_favlist.btt { */
/* 	background-position:  -60px -1680px; */
/* } */

/* #btt_favlist.btt:hover { */
/* 	background-position:  -60px -1680px; */
/* } */
#btt_print.btt {
	background-position: 0px -7860px;
}

#btt_print.btt:hover, #btt_print.act {
	background-position: -60px -7860px;
}

#btt_print.btt:hover.deact, #btt_print.deact {
	background-position: -180px -7860px;
}

#btt_rooms_load.btt {
	background-position: 0px -6960px;
}

#btt_rooms_load.btt:hover, #btt_rooms_load.act {
	background-position: -60px -6960px;
}

#btt_rooms_load.btt:hover.deact, #btt_rooms_load.deact {
	background-position: -180px -6960px;
}

#btt_save.btt {
	display: block;
	background-position: 0px -7020px;
}

#btt_save.btt:hover, #btt_save.act {
	display: block;
	background-position: -60px -7020px;
}

#btt_save.btt:hover.deact, #btt_save.deact {
	display: block;
	background-position: -180px -7020px;
}

#btt_back.btt {
	display: block;
	background-position: -60px -5760px;
}

#btt_back.btt:hover, #btt_back.act {
	display: block;
	background-position: -120px -5760px;
}

#btt_back.btt:hover.deact, #btt_back.deact {
	display: block;
	background-position: 0px -5760px;
}

#editor_tool_magic_wand.btt {
	background-position: -0px -1875px;
}

#editor_tool_magic_wand:hover, #editor_tool_magic_wand.btt.highlight {
	background-position: -150px -1875px;
}

#editor_tool_magic_wand.act {
	background-position: -75px -1875px;
}

#editor_tool_magic_wand:hover.deact, #editor_tool_magic_wand.deact {
	background-position: -225px -1875px;
}

#editor_tool_paint.btt, #btt_editor_paint {
	background-position: -0px -1950px;
}

#editor_tool_paint:hover, #editor_tool_paint.btt.highlight, #btt_editor_paint:hover, #btt_editor_paint.highlight {
	background-position: -150px -1950px;
}

#editor_tool_paint.act, #btt_editor_paint.act, #btt_editor_paint.tool_on {
	background-position: -75px -1950px;
}

#editor_tool_paint:hover.deact, #editor_tool_paint.deact, #btt_editor_paint:hover.deact, #btt_editor_paint.deact {
	background-position: -225px -1950px;
}

#editor_tool_grid.btt {
	background-position: -0px -2025px;
}

#editor_tool_grid:hover, #editor_tool_grid.btt.highlight {
	background-position: -150px -2025px;
}

#editor_tool_grid.act {
	background-position: -75px -2025px;
}

#editor_tool_grid:hover.deact, #editor_tool_grid.deact {
	background-position: -225px -2025px;
}

#editor_tool_add_area.btt {
	background-position: -0px -2100px;
}

#editor_tool_add_area:hover, #editor_tool_add_area.btt.highlight {
	background-position: -150px -2100px;
}

#editor_tool_add_area.act {
	background-position: -75px -2100px;
}

#editor_tool_add_area:hover.deact, #editor_tool_add_area.deact {
	background-position: -225px -2100px;
}

#editor_tool_remove_area.btt {
	background-position: -0px -2175px;
}

#editor_tool_remove_area:hover, #editor_tool_remove_area.btt.highlight {
	background-position: -150px -2175px;
}

#editor_tool_remove_area.act {
	background-position: -75px -2175px;
}

#editor_tool_remove_area:hover.deact, #editor_tool_remove_area.deact {
	background-position: -225px -2175px;
}

#editor_tool_erase.btt, #btt_editor_erase {
	background-position: -0px -2250px;
}

#editor_tool_erase:hover, #editor_tool_erase.btt.highlight, #btt_editor_erase:hover, #btt_editor_erase.highlight {
	background-position: -150px -2250px;
}

#editor_tool_erase.act, #btt_editor_erase.act, #btt_editor_erase.tool_on {
	background-position: -75px -2250px;
}

#editor_tool_erase:hover.deact, #editor_tool_erase.deact, #btt_editor_erase:hover.deact, #btt_editor_erase.deact {
	background-position: -225px -2250px;
}

#btt_editor_retmarker {
	background-position: -0px -3375px;
}

#btt_editor_retmarker:hover, #btt_editor_retmarker.highlight {
	background-position: -150px -3375px;
}

#btt_editor_retmarker.act {
	background-position: -75px -3375px;
}

#btt_editor_retmarker.deact, #btt_editor_retmarker:hover.deact {
	background-position: -225px -3375px;
}

#btt_editor_reference {
	background-position: -0px -3450px;
}

#btt_editor_reference:hover, #btt_editor_reference.highlight {
	background-position: -150px -3450px;
}

#btt_editor_reference.act, #btt_editor_reference.state_act {
	background-position: -75px -3450px;
}

#btt_editor_reference.deact, #btt_editor_reference:hover.deact {
	background-position: -225px -3450px;
}

#btt_editor_fitzoom {
	background-position: -0px -825px;
}

#btt_editor_fitzoom:hover, #btt_editor_fitzoom.highlight {
	background-position: -150px -825px;
}

#btt_editor_fitzoom.act {
	background-position: -75px -825px;
}

#btt_editor_fitzoom.deact, #btt_editor_fitzoom:hover.deact {
	background-position: -225px -825px;
}

#btt_editor_comment {
	background-position: -0px -3525px;
}

#btt_editor_comment:hover, #btt_editor_comment.highlight {
	background-position: -150px -3525px;
}

#btt_editor_comment.act {
	background-position: -75px -3525px;
}

#btt_editor_comment.deact, #btt_editor_comment:hover.deact {
	background-position: -225px -3525px;
}

#btt_editor_send {
	background-position: -0px -3600px;
}

#btt_editor_send:hover, #btt_editor_send.highlight {
	background-position: -150px -3600px;
}

#btt_editor_send.act {
	background-position: -75px -3600px;
}

#btt_editor_send.deact, #btt_editor_send:hover.deact {
	background-position: -225px -3600px;
}

#btt_print_send {
	background-position: -0px -3600px;
}

#btt_print_send:hover, #btt_print_send.highlight {
	background-position: -150px -3600px;
}

#btt_print_send.act {
	background-position: -75px -3600px;
}

#btt_print_send.deact, #btt_print_send:hover.deact {
	background-position: -225px -3600px;
}

#editor_history_back.btt {
	background-position: 0px -525px;
}

#editor_history_back:hover {
	background-position: -150px -525px;
}

#editor_history_back.act {
	background-position: -75px -525px;
}

#editor_history_back:hover.deact, #editor_history_back.deact {
	background-position: -225px -525px;
}

#editor_history_next.btt {
	background-position: 0px -600px;
}

#editor_history_next:hover {
	background-position: -150px -600px;
}

#editor_history_next.act {
	background-position: -75px -600px;
}

#editor_history_next:hover.deact, #editor_history_next.deact {
	background-position: -225px -600px;
}

#editor_zoom_plus.btt {
	background-position: 0px -675px;
}

#editor_zoom_plus:hover {
	background-position: -150px -675px;
}

#editor_zoom_plus.act {
	background-position: -75px -675px;
}

#editor_zoom_plus:hover.deact, #editor_zoom_plus.deact {
	background-position: -225px -675px;
}

#editor_zoom_minus.btt {
	background-position: -0px -750px;
}

#editor_zoom_minus:hover {
	background-position: -150px -750px;
}

#editor_zoom_minus.act {
	background-position: -75px -750px;
}

#editor_zoom_minus:hover.deact, #editor_zoom_minus.deact {
	background-position: -225px -750px;
}

#editor_objects_btt.btt {
	background-position: 0px -9960px;
}

#editor_objects_btt:hover, #editor_objects_btt.act {
	background-position: -60px -9960px;
}

#editor_objects_btt:hover.deact, #editor_objects_btt.deact {
	background-position: -180px -9960px;
}

#btt_nav_icon, #help_close_btt, #start_back {
	background-position: -0px -4200px;
}

/* #btt_nav_icon:hover { */
/* 	background-position:  -150px -4200px; */
/* } */
#btt_nav_icon.act, #btt_nav.highlight>#btt_nav_icon, #btt_nav_icon:hover, #help_close_btt.act, , #help_close_btt:hover,
	#start_back:hover, #start_back.act {
	background-position: -75px -4200px;
}

#btt_nav_icon:hover.deact, #btt_nav_icon.deact, #help_close_btt.deact, #start_back.deact {
	background-position: -225px -4200px;
}

#btt_collection.btt {
	/* 	background: transparent url(img/SPECTRUM-iconset-blue@1.5x.png) no-repeat 0px -2400px; */
	background-position: 0px -2400px;
}

#btt_collection:hover, #btt_collection.highlight {
	background-position: -150px -2400px;
}

#btt_collection.act {
	background-position: -75px -2400px;
}

#btt_collection:hover.deact, #btt_collection.deact {
	background-position: -225px -2400px;
}

#btt_filter.btt, #btt_inspi_filter.btt {
	background-position: 0px -1500px;
}

#btt_filter:hover, #btt_inspi_filter:hover, #btt_filter.highlight, #btt_inspi_filter.highlight {
	background-position: -150px -1500px;
}

#btt_filter.act, #btt_inspi_filter.act {
	background-position: -75px -1500px;
}

#btt_filter:hover.deact, #btt_filter.deact, #btt_inspi_filter.deact, #btt_inspi_filter:hover.deact {
	background-position: -225px -1500px;
}

#btt_fav.btt {
	background-position: -0px -225px;
}

#btt_fav:hover, #btt_fav.highlight {
	background-position: -150px -225px;
}

#btt_fav.act {
	background-position: -75px -225px;
}

#btt_fav:hover.deact, #btt_fav.deact {
	background-position: -225px -225px;
}

#btt_view.btt {
	background-position: -60px -2040px;
}

#btt_view:hover, #btt_view.act, #btt_view.highlight {
	background-position: -120px -2040px;
}

#btt_view:hover, #btt_view.act, #btt_view.highlight {
	background-position: -120px -2040px;
}

#btt_view:hover.deact, #btt_view.deact {
	background-position: 0px -2040px;
}

#btt_cust_gallery_img.btt {
	/* 	background: transparent url(img/BTT_Gallery_inactive_1920x1080.png) no-repeat 0px 0px; */
	
}

#btt_cust_gallery:hover #btt_cust_gallery_img {
	/* 	background: transparent url(img/BTT_Gallery_active_1920x1080.png) no-repeat 0px 0px; */
	
}

#btt_cust_gallery_img.act, #btt_cust_gallery_img.highlight {
	/* 	background: transparent url(img/BTT_Gallery_active_1920x1080.png) no-repeat 0px 0px; */
	
}

#btt_editor_obj.btt {
	background-position: -0px -1725px;
}

#btt_editor_obj:hover, #btt_editor_obj.highlight {
	background-position: -150px -1725px;
}

#btt_editor_obj.act {
	background-position: -75px -1725px;
}

#btt_editor_obj:hover.deact, #btt_editor_obj.deact {
	background-position: -225px -1725px;
}

#btt_editor_tool.btt {
	background-position: -0px -1200px;
}

#btt_editor_tool:hover, #btt_editor_tool.highlight {
	background-position: -150px -1200px;
}

#btt_editor_tool.act, #btt_editor_tool.start, #btt_editor_tool.tool_on {
	background-position: -75px -1200px;
}

#btt_editor_tool:hover.deact, #btt_editor_tool.deact {
	background-position: -225px -1200px;
}

#btt_cloud.btt, #startbtt_cloud.start_btt, #btt_edt-cloud {
	background-position: -0px -2700px;
}

#btt_cloud.act, #startbtt_cloud.act, #btt_cloud.highlight, #btt_edt-cloud.highlight {
	background-position: -150px -2700px;
}

#btt_cloud.loggt, #startbtt_cloud.loggt, #btt_edt-cloud.loggt {
	background-position: -75px -2700px;
}

#btt_cloud:hover, #startbtt_cloud:hover, #btt_edt-cloud:hover {
	background-position: -150px -2700px;
}

#btt_cloud:hover.deact, #btt_cloud.deact, #startbtt_cloud:hover.deact, #startbtt_cloud.deact, #btt_edt-cloud.deact {
	background-position: -225px -2700px;
}

#btt_chipsearch.btt, #btt_edt-search {
	background-position: -0px -0px;
}

#btt_chipsearch:hover, #btt_edt-search:hover {
	background-position: -150px -0px;
}

#btt_chipsearch.act, #btt_chipsearch.highlight, #btt_edt-search.highlight {
	background-position: -75px -0px;
}

#btt_chipsearch:hover.deact, #btt_chipsearch.deact, #btt_edt-search.deact {
	background-position: -225px -0px;
}

#btt_help.btt, #start_btt_help.start_btt, #btt_edt-help {
	background-position: -0px -75px;
}

#btt_help:hover, #start_btt_help:hover, #btt_edt-help:hover {
	background-position: -150px -75px;
}

#btt_help.act, #start_btt_help.act, #btt_help.highlight, #btt_edt-help.highlight {
	background-position: -75px -75px;
}

#btt_help:hover.deact, #btt_help.deact, #start_btt_help:hover.deact, #start_btt_help.deact, #btt_edt-help.deact {
	background-position: -225px -75px;
}

.desc_nav_icon.collection {
	background-position: -0px -1650px;
}

.desc_nav_icon.inspiration {
	background-position: -0px -1275px;
}

.desc_nav_icon.custom {
	background-position: -0px -3225px;
}

.filter_line_cb, .coll_change_img, .filter_color_img, .filter_pattern_img, .objconf_brightness_btt, .choice_icon,
	.changeProd_icon, .tsrFilter_icon, .sendPS_line_icon, .sendPrint_line_icon, .prodgroup_line_icon {
	background-position: -0px -2325px;
}

#sendPS_line_noticket>.sendPS_line_icon, #sendPrint_line_noticket>.sendPrint_line_icon {
	background-position: -0px -5925px;
}

#sendPS_line_noticket:hover>.sendPS_line_icon, #sendPrint_line_noticket:hover>.sendPrint_line_icon {
	background-position: -150px -5925px;
}

#sendPS_line_noticket.act>.sendPS_line_icon, #sendPrint_line_noticket.act>.sendPrint_line_icon {
	background-position: -75px -5925px;
}

.reg_icon {
	background-position: -0px -2325px;
}

.reg_cb:hover .reg_icon {
	background-position: -150px -2325px;
}

.reg_cb.act .reg_icon, .sendPS_line.act>.sendPS_line_icon, .sendPrint_line.act>.sendPrint_line_icon {
	background-position: -75px -2325px;
}

.producer_choose_row.act>.filter_line_cb, .coll_change_result.act>.coll_change_img, .subbar_filter_line.act>.filter_line_cb,
	.filter_color_line.act .filter_color_img, #filter_pattern_5_no.filter_pattern_line.act .filter_pattern_img,
	#filter_pattern_5_no.filter_pattern_line:hover .filter_pattern_img, .objconf_line:hover>.objconf_brightness_btt, .objconf_line.act>.objconf_brightness_btt,
	#choice_line_contrast.act>.choice_icon, .changeProd_line.act>.changeProd_icon, .tsrFilter_line.act>.tsrFilter_icon,
	.prodgroup_line.act>.prodgroup_line_icon {
	background-position: -75px -2325px;
}

.producer_choose_row.deact>.filter_line_cb, .coll_change_result.deact>.coll_change_img, .subbar_filter_line.deact>.filter_line_cb,
	.filter_color_line.deact .filter_color_img, .filter_pattern_line.deact .filter_pattern_img, .objconf_line.deact>.objconf_brightness_btt,
	#choice_line_contrast.deact>.choice_icon, .changeProd_line.deact>.changeProd_icon, .tsrFilter_line.deact>.tsrFilter_icon,
	.prodgroup_line.deact>.prodgroup_line_icon {
	background-position: -225px -2325px;
}

#start_collection .start_icon {
	background-position: 0px 0px;
}

#start_collection:hover .start_icon, #start_collection.act .start_icon {
	background-position: 0px 0px;
}

#start_inspiration .start_icon {
	background-position: 0px 0px;
}

#start_inspiration:hover .start_icon, #start_inspiration.act .start_icon {
	background-position: 0px 0px;
}

#start_custom .start_icon {
	background-position: 0px 0px;
}

#start_custom:hover .start_icon, #start_custom.act .start_icon {
	background-position: 0px 0px;
}

#desc_logo {
	background-position: -75px -0px;
}

#start_express_logo {
	background-position: -0px -0px;
}

#search_accordion div .acc_ico_search {
	background-position: -0px -2325px;
}

#search_accordion div .panel.act .acc_ico_search {
	background-position: -75px -2325px;
}

#express_tv {
	background-position: -0px -4800px;
}

#express_tv:hover {
	background-position: -150px -4800px;
}

#remote_line.act #express_tv {
	background-position: -75px -4800px;
}

#spectrum_id {
	background-position: -0px -4725px;
}

#spectrum_id:hover {
	background-position: -150px -4725px;
}

.sm_line.act>#spectrum_id {
	background-position: -75px -4725px;
}

#express_pdf {
	background-position: -0px -4875px;
}

#express_pdf:hover {
	background-position: -150px -4875px;
}

#save_prj {
	background-position: -0px -2700px;
}

#save_prj:hover {
	background-position: -150px -2700px;
}

.sm_line.act #save_prj {
	background-position: -75px -2700px;
}

#save_fav {
	background-position: -0px -225px;
}

#save_fav:hover {
	background-position: -150px -225px;
}

.chip_fav_btt {
	background-position: 0px -225px;
}

.chip_fav_btt:hover, .chip_fav_btt.act {
	background-position: -75px -225px;
}

.chip_dim_btt {
	background-position: 0px -5550px;
}

.chip_dim_btt.act {
	background-position: -75px -5550px;
}

.chip_dim_btt:hover {
	background-position: -150px -5550px;
	/*test*/
}

#btt_add_obj {
	background-position: 0px -1050px;
}

#btt_add_obj.deact {
	background-position: -225px -1050px;
}

#btt_remove_obj {
	background-position: 0px -1125px;
}

#btt_remove_obj.deact {
	background-position: -225px -1125px;
}

#btt_refresh_obj {
	background-position: 0px -3825px;
}

.obj_line_conf {
	background-position: 0px -150px;
}

.obj_line_conf:hover {
	background-position: -150px -150px;
}

.obj_line_conf.act {
	background-position: -75px -150px;
}

.obj_line_naming {
	background-position: 0px -8100px;
}

.obj_line_naming:hover {
	background-position: -150px -8100px;
}

.obj_line_naming.act {
	background-position: -75px -8100px;
}

#search_icon {
	background-position: -225px 0px;
}

.layout_with_background, #dia_custom_overlay {
	/* 	background: #000 url(img/Hintergrund_Kamera_1920x1080.jpg) no-repeat center; */
	background-size: cover;
}

.projFolder_room_info_btt_pic.btt_delete {
	background-position: -0px -3750px;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_delete, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_delete
	{
	background-position: -150px -3750px;
}

.projFolder_room_info_btt_pic.btt_send {
	background-position: -0px -3600px;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_send, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_send
	{
	background-position: -150px -3600px;
}

#share_sm_icon {
	background-position: -225px -4350px;
}

.obj_line .obj_line_icon_img {
	background-position: -0px -5850px;
}

.obj_line.act .obj_line_icon_img {
	background-position: -75px -5850px;
}

.close_btt, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	background-position: -0px -3355px;
}

.close_btt:hover, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
	background-position: -50px -3355px;
}

#c_btt_newacc {
	background-position: -0px -2775px;
}

#c_btt_newacc:hover {
	background-position: -150px -2775px;
}

#c_btt_newacc.act {
	background-position: -75px -2775px;
}

#c_btt_forgotten {
	background-position: -0px -2850px;
}

#c_btt_forgotten:hover {
	background-position: -150px -2850px;
}

#c_btt_forgotten.act {
	background-position: -75px -2850px;
}

#passforgotten_header_icon, #changePass_header_icon {
	background-position: -225px -2850px;
}

#dataprot_line_imp>.dataprot_btt {
	background-position: -0px -5775px;
}

#dataprot_line_imp:hover>.dataprot_btt {
	background-position: -150px -5775px;
}

#dataprot_line_imp.act>.dataprot_btt {
	background-position: -75px -5775px;
}

#dataprot_line_dataprot>.dataprot_btt {
	background-position: -0px -5700px;
}

#dataprot_line_dataprot:hover>.dataprot_btt {
	background-position: -150px -5700px;
}

#dataprot_line_dataprot.act>.dataprot_btt {
	background-position: -75px -5700px;
}

#start_content {
	width: 100%;
	height: 100%;
	background: transparent; /* url(img/start_screen.jpg);*/
	background-size: cover;
}

/* .rooms_menu { */
/* 	border-top: 1px solid #fff; */
/* 	display: block; */
/* 	position: relative; */
/* 	white-space: nowrap; */
/* 	font-size: 14px; */
/* } */
.colorpicker>.wall_colors_search {
	width: 0px; /*318px;*/
	height: 100%;
}

/* .colorpicker_search_header { */
/* 	height: 0px; */
/* 	padding-top: 0px; */
/* } */
.wall_colors_search_header {
	height: 0px;
	padding-top: 0px;
}

.wall_colors_search>.wall_colors_content {
	margin-top: 0px;
}

.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: 0px; /*318px;*/
	height: 100%;
}

.colorpicker_content_header {
	height: 0px;
	/* 	height: 50px; */
	/* border-bottom: 1px solid #5d5d5d; */
}

.colorpicker_template_content {
	color: #FFF;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	line-height: 0px;
}

.colorpicker_template_content>.chips_more div {
	padding: 15px;
}

.chips_more div:hover {
	background-color: rgba(31, 174, 219, 1);
}

.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;
	/* 	background-color: #aaa; */
	display: none;
}

.tex_img_wrapper {
	height: 100%;
	width: 100%;
}

.tex_img_wrapper img {
	position: relative;
	top: 50%;
	left: 50%;
}

.deact {
	cursor: auto;
	pointer-events: none;
}

#left_menu_desc {
	direction: ltr;
}

#right_menu_desc {
	right: 0px;
	direction: rtl;
}

.menu_bar {
	width: 75px;
	position: absolute;
	height: 100%;
	z-index: 160;
	overflow-y: auto;
	overflow-x: hidden;
}

#left_menu_desc_inner {
	opacity: 0;
	display: none;
	margin-left: 75px;
	width: 260px;
	height: 100%;
	/* 	border-left: 1px solid #fff; */
	/* 	border-right: 1px solid #fff; */
	/* 	background-color: rgba(0, 0, 0, 0.9); */
}

#right_menu_desc_inner {
	position: relative;
	opacity: 0;
	display: none;
	right: 75px;
	width: 200px;
	height: 100%;
	/* 	border-right: 1px solid #fff; */
	/* 	border-left: 1px solid #fff; */
	/* 	background-color: rgba(0, 0, 0, 0.9); */
}

.desc {
	/* 	background-color: #000; */
	height: 75px;
	max-width: 100%;
	/* 	color: #fff; */
	/* 	text-align: center; */
	line-height: 75px;
	/* 	cursor: pointer; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	/* 	box-sizing: border-box; */
	/* 	border-bottom: 1px solid transparent; */
}

.desc:hover, .desc.highlight {
	/* 	color: rgba(31, 174, 219, 1); */
	/* 	border-color: rgba(31, 174, 219, 1); */
	
}

.desc.act {
	/* 	color: rgba(31, 174, 219, 1); */
	
}

.desc.left {
	text-align: left;
	padding: 0px 16px 0px 10px;
}

.desc.right {
	text-align: right;
	padding: 10px 10px 10px 16px;
	direction: ltr;
}

#desc_nav {
	max-width: calc(100% - 26px);
	/* 	background-color: rgba(30, 30, 30, 1); */
}

#dia_objbar {
	height: 100%;
}

.desc_inner {
	
}

.editor_obj_select:hover {
	/* 	background-color: rgba(31, 174, 219, 1); */
	
}

#ratio_main {
	color: #000;
}

#btt_nav.btt {
	margin: 0px;
	/* 	padding: 10px; */
	/* 	background-color: rgba(30, 30, 30, 1); */
	box-sizing: content-box;
	border: none;
}

#desc_nav>span {
	vertical-align: top;
	max-width: calc(100% - 60px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.desc_nav_icon, #desc_nav>span {
	display: inline-block;
}

.desc_nav_icon {
	margin: 0px 0px 0px 3px;
}

#btt_nav_icon, .desc_nav_icon {
	height: 75px;
	width: 75px;
}

.subbar {
	position: absolute;
	top: 0px;
	left: -600px;
	height: 100%;
	width: 600px;
	/* 	background-color: rgba(0, 0, 0, 0.9); */
	z-index: 150;
}

.inner_subbar {
	position: absolute;
	top: 0px;
	height: 100%;
	/* 	background-color: rgba(0, 0, 0, 0.9); */
	z-index: 145;
}

.inner_subbar.right {
	right: 34%; /*-270px;*/
	width: 34%;
}

.inner_subbar.left {
	left: -34%; /*-270px;*/
	width: 34%;
}

#dia_express_fav {
	width: 1000px;
	color: #fff;
}

#dia_express_share, #dia_dataprot {
	width: 300px;
	left: auto;
	right: -300px;
}

#dia_cloud, #dialog_register {
	left: auto;
	right: -470px;
}

#dia_toolsize {
	width: 120px;
	left: -120px;
}

#toolsize_content {
	height: calc(100% - 75px);
}

.toolsize_info {
	width: 100%;
	text-align: center;
	margin: 40px 0px 40px 0px;
}

#toolsize_slider {
	width: 15px;
	height: calc(100% - 206px);
	margin: auto;
}

#dia_cloud.tostart, #dia_dataprot.tostart, #dia_prjmap.tostart {
	z-index: 200;
}

#dia_photoservice.tostart, #dialog_register.tostart, #dia_changePass.tostart, #dialog_passforgotten.tostart {
	z-index: 190;
}

.ui-widget-overlay.tostart {
	width: 100%;
	margin: 0px;
}

.hidden_class {
	display: none;
}

.main_header {
	display: none;
	height: 75px;
	line-height: 75px;
}

.main_tsr_header {
	height: 75px;
	line-height: 75px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.subbar_div {
	display: inline-block;
	width: 50%;
	height: calc(100% - 75px);
	vertical-align: top;
}

.subbar_title {
	height: 75px;
	width: 100%;
	text-align: center;
	line-height: 75px;
	/* 	background-color: rgba(31, 174, 219, 1); */
}

.subbar_content, .inner_subbar_content, #selection_filter_color, #selection_filter_lrv {
	/* 	color: #fff; */
	overflow-y: auto;
	height: calc(100% - 25px);
}

.producer_choose_row, .coll_change_result, .sm_line, .dataprot_line, .slider_line, .tsrFilter_line, .choice_line,
	.prodgroup_line {
	width: 100%;
	height: 75px;
	cursor: pointer;
	/* 	color: #fff; */
}

.producer_choose_row:hover, .producer_choose_row.act, .coll_change_result:hover, .coll_change_result.act, .subbar_filter_line.act,
	.subbar_filter_line:hover, .filter_color_line.act, .filter_color_line:hover, #filter_pattern_5_no.filter_pattern_line.act,
	.filter_pattern_line:hover, .sm_line:hover, .dataprot_line:hover, .prodgroup_line:hover, .prodgroup_line.act {
	/* 	color: rgba(31, 174, 219, 1); */
	
}

.producer_choose_row.deact, .coll_change_result.deact, .subbar_filter_line.deact, .filter_color_line.deact, .filter_pattern_line.deact,
	.prodgroup_line.deact {
	color: #ccc;
}

.filter_line_label, .coll_change_result_txt, .filter_color_text, .filter_pattern_text, .sm_text, .dataprot_text, .slider_text,
	.changeProd_text, .tsrFilter_text, .choice_text, .prodgroup_line_text {
	display: inline-block;
	height: 75px;
	line-height: 75px;
	width: calc(100% - 75px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.filter_color_text, .filter_pattern_text, .dataprot_text, .slider_text, .choice_text {
	width: calc(100% - 105px);
	text-align: right;
}

.filter_line_cb, .coll_change_img, .filter_color_cb, .filter_pattern_cb, .sm_btt, .dataprot_btt, .choice_icon, .changeProd_icon,
	.tsrFilter_icon, .prodgroup_line_icon {
	display: inline-block;
	height: 75px;
	width: 75px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	vertical-align: top;
	margin: 0px 0px;
}

.filter_color_cb, .filter_pattern_cb {
	padding: 0px 20px 0px 10px;
}

.filter_color_img, .filter_pattern_img {
	height: 75px;
	width: 75px;
}

.filter_color_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
	margin: 20px 0px 0px 30px;
	border-radius: 5px;
	z-index: -1;
}

.start_icon {
	height: 192px;
	margin: 25px auto 25px auto;
	background-repeat: no-repeat;
}

#start_collection .start_icon {
	width: 131px;
}

#start_inspiration .start_icon {
	width: 151px;
}

#start_custom .start_icon {
	width: 178px;
}

.start_option {
	height: 480px;
	width: 288px;
	/* 	background-color: rgba(0, 0, 0, 0.75); */
	display: inline-block;
	border-radius: 12px;
	cursor: pointer;
	vertical-align: top;
}

.start_option.deact {
	opacity: 0.8;
	cursor: auto;
	pointer-events: none;
}

#start_inspiration {
	margin: 0px calc(( 100% - 864px)/2);
	/*0px 264px;
	300px*/
}

.start_title {
	text-align: left;
	border-bottom: 1px solid transparent;
	/* 	font-weight: bold; */
	padding-left: 25px;
}

.start_text {
	margin: 25px;
	font-size: 12px;
}

#start_select {
	width: calc(100% - calc(( 100% - 864px)/2));
	/*1392px; */
	/* 	margin: auto; */
	/* 	padding-top: calc(25% - 240px); */
	position: absolute;
	top: 50%;
	left: calc(( 100% - 864px)/4);
	/*calc(50% - 696px);*/
	z-index: 20;
	transform: translate(0px, -50%);
}

#start_dia_parent {
	z-index: 161;
}

#rooms_dia_parent, #colorpicker_dia_parent {
	z-index: 101;
}

#start_id {
	position: absolute;
	top: 0px;
	left: calc(50% - 200px);
	height: 75px;
	width: auto; /*438px;*/
	line-height: 75px;
	z-index: 25;
}

#start_id_label {
	display: inline-block;
	margin-right: 15px;
}

#start_id_input {
	display: inline-block;
	width: 170px;
	height: 35px;
	/* 	color: #fff; */
	background-color: transparent;
	border: 2px solid;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-height: 39px;
	vertical-align: middle;
}

#start_id_btt {
	display: inline-block;
	width: 130px;
	height: 39px;
	/* 	color: #000; */
	/* 	background-color: rgba(31, 174, 219, 1); */
	text-align: center;
	line-height: 39px;
	margin-left: 10px;
	border-radius: 5px;
	cursor: pointer;
}

#spectrum_id_title {
	margin: 30px auto;
	text-align: center;
}

#spectrum_id_input {
	display: block;
	margin: 30px auto;
	width: 170px;
	height: 25px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

#spectrum_id_btt {
	margin: 30px auto;
	width: 130px;
	height: 31px;
	color: #000;
	background-color: rgba(31, 174, 219, 1);
	text-align: center;
	line-height: 31px;
	border-radius: 5px;
	cursor: pointer;
}

#picBox_title {
	display: none;
}

#rooms_content_picBox {
	overflow: hidden;
}

.room_menu_0 #picBox_picHolder {
	height: calc(100% - 35px);
	border-left: none;
}

.room_menu_0 #rooms_content_picBox {
	height: 100%;
}

.room_menu_1 #picBox_picHolder {
	height: calc(100% - 35px);
	border-left: 1px solid #5d5d5d;;
}

.room_menu_1 #rooms_content_picBox {
	height: 100%;
}

#colorpicker_content {
	height: 100%;
	width: 100%;
	/* 	background-color: rgba(30, 30, 30, 1); */
}

.info_wrapper, #start_info_wrapper {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	/* 	background-color: #000; */
}

#start_express_logo {
	width: 212px;
	height: 75px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 25;
	background-repeat: no-repeat;
}

.start_btt_line {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 100%;
	z-index: 20;
}

.start_btt_line.act {
	/* 	background-color: rgba(0, 0, 0, 0.8); */
	
}

.start_btt_line.left {
	right: auto;
	left: 0px;
}

#start_btt_info {
	display: none;
	margin-bottom: 50px;
}

.start_btt_space {
	height: 120px;
	width: 75px;
}

#btt_color_info {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#field_color_info {
	height: 240px;
	width: 75px;
	/* 	background-color: rgba(30, 30, 30, 1); */
	width: 75px;
}

#text_color_info {
	position: absolute;
	top: 0px;
	/* 	right: 5px; */
	width: 65px;
	margin: 5px 5px 0px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-line;
	color: #000;
	font-size: 14px;
	max-height: 160px;
}

#btt_logo {
	/* 	cursor: auto; */
	/* 	pointer-events: none; */
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
}

#desc_logo {
	position: absolute;
	bottom: 0px;
	padding: 0px;
	/* 	margin: 0px 10px; */
	height: 75px;
	width: 180px;
	pointer-events: none;
	background-repeat: no-repeat;
}

.start_option:hover .start_title {
	/* 	color: rgba(31, 174, 219, 1); */
	/* 	border-color: rgba(31, 174, 219, 1); */
	
}

.filter_slider, .filter_choice {
	height: 100%;
	width: 100%;
}

#hbzw_slider, #contrast_slider, #wind_slider, #sun_slider, #temp_slider {
	width: 15px;
	height: calc(100% - 160px);
	margin: auto;
}

.slider_max_label, .slider_min_label, .tsrSelection_desc_top, .tsrSelection_desc_bott {
	height: 60px;
	line-height: 60px;
	margin: 0px auto 20px auto;
	width: 200px;
	text-align: center;
}

#slider_min_label {
	margin: 10px auto 0px auto;
}

.ui-widget-content {
	/* 	background-color: rgba(30, 30, 30, 1); */
	
}

.ui-slider-handle {
	/* 	background-color: rgba(255, 255, 255, 1); */
	border: 10px solid;
	border-radius: 20px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -13px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -13px;
}

.slide_value {
	display: block;
	background-color: transparent;
	border: 2px solid;
	height: 34px;
	line-height: 34px;
	width: 70px;
	margin: -10px 0px 0px -95px;
	text-align: center;
	/* 	color: rgba(31, 174, 219, 1); */
}

/* #search_accordion h3 { */
/* 	height: 80px; */
/* 	width: 100%; */
/* 	text-align: center; */
/* 	line-height: 80px; */
/* 	color: #000; */
/* 	background-color: rgba(31, 174, 219, 1); */
/* 	margin: 0px 0px 20px 0px; */
/* 	border: none; */
/* } */
.acc_panel_h {
	height: 75px;
	width: 100%;
	text-align: center;
	line-height: 75px;
	/* 	color: #000; */
	/* 	background-color: rgba(31, 174, 219, 1); */
	margin: 0px 0px 20px 0px;
	border: none;
}

#search_accordion {
	width: 100%;
}

.panel {
	padding: 0px 0px 8px 0px;
	text-align: center;
	height: 75px;
}

#search_accordion div .acc_ico_search {
	margin: 0px 0px 0px 10px;
	border: none;
	height: 75px;
	width: 75px;
	margin-right: calc(50% - 85px);
}

.panel_val {
	text-align: right;
	width: calc(50% - 38px);
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#dia_collection.opening, #dia_filter.opening, #dia_room_filter.opening, #dia_express_share.opening {
	z-index: 155;
}

#desc_color {
	position: absolute;
	bottom: 0px;
	height: 220px;
}

#desc_color_text {
	text-align: left;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-line;
	color: #000;
	line-height: 30px;
}

#colorchip_content {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#colorchip_info {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 20px;
}

#colorchip_info_title {
	font-size: 18px;
}

#colorchip_info_text {
	max-height: calc(100% - 212px);
	margin: 20px 0px;
	overflow: auto;
}

.chip_fav_btt, .chip_dim_btt {
	height: 75px;
	width: 75px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}

.chipIconHolder>.chip_fav_btt, .chipIconHolder>.chip_dim_btt {
	position: relative;
	cursor: pointer;
	float: right;
}

.chipIconHolder {
	/* 	display: none; */
	position: absolute;
	top: 0px;
	right: 0px;
	/* 	width: 100%; */
	/* 	height: 100%; */
	/* 	cursor: pointer; */
}

.chipInfoHolder {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#supersized_show {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	color: #fff;
}

#supersized {
	z-index: 0;
}

#play-button, #tray-button, #thumb-tray {
	background: url('../../../img/bg-hover.png') repeat-x 0 44px;
}

#prevslide, #nextslide {
	z-index: 0; /*5*/
}

#progress-back, #controls-wrapper {
	background: transparent;
}

#progress-bar, #controls {
	display: none;
}

#nextthumb, #prevthumb {
	bottom: 129px;
}

#supersized li {
	/* 	z-index: 0; */
	
}

#content_share {
	position: relative;
	height: 225px;
	width: calc(100% - 20px);
	margin-left: 20px;
}

#social_media_line {
	height: auto;
	width: calc(100% - 20px);
	padding-left: 20px;
	font-size: 17px;
}

.sm_btt, .dataprot_btt {
	height: 75px;
	width: 75px;
	cursor: pointer;
	float: right;
}

#dia_remote {
	/* 	text-align: center; */
	/* 	padding-top: 25px; */
	height: 100%;
}

#check_remote, #submit_remote {
	display: block;
	margin: 15px auto 15px auto;
	cursor: pointer;
}

#submit_remote {
	width: 150px;
	height: 40px;
	background-color: #000;
	color: #fff;
}

#submit_remote.top_margin {
	margin-top: 130px;
}

#submit_text {
	line-height: 40px;
}

.ui-widget-content a {
	/* 	color: #fff; */
	
}

.chip_wrapper {
	position: relative;
	background: transparent bottom left;
	top: 0px;
	left: 0px;
	border: 0px none;
	float: left;
}

#dia_custom_overlay {
	height: 100%;
	width: 100%;
	/* 	background-color: #000; */
}

#dia_editorobj, #dia_editor_tool {
	width: 20%;
}

#obj_header {
	height: 75px;
	/* 	background-color: rgba(31, 174, 219, 1); */
	text-align: center;
}

.editor_btt {
	display: inline-block;
	height: 75px;
	width: 75px;
	margin: 0px;
	cursor: pointer;
}

.editor_btt.deact {
	cursor: auto;
	pointer-events: none;
}

.obj_line {
	height: 75px;
	line-height: 75px;
	color: #fff;
	/* 	text-align: center; */
	cursor: pointer;
	padding-left: 10px;
}

.obj_line_text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 225px);
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: initial;
	position: relative;
	top: 50%;
	transform: translate(-0px, -50%);
}

.obj_line_input {
	display: none;
	width: calc(100% - 225px);
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: top;
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
}

#dia_editorobj.photoservice .obj_line_text, #dia_editorobj.photoservice .obj_line_input {
	width: calc(100% - 150px);
}

.obj_line_input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #000;
}

.obj_line_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 1;
}

.obj_line_input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}

.obj_line_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
}

.obj_line_icon {
	position: relative;
	display: inline-block;
	height: 75px;
	width: 75px;
	margin: 0px;
}

.obj_line_icon_img {
	width: 100%;
	height: 100%;
}

.obj_line_icon_bg {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 35px;
	height: 35px;
	/* 	z-index: -1; */
	border-radius: 5px;
}

.obj_line_icon_grid {
	display: none;
	position: absolute;
	top: 20px;
	right: 24px;
	line-height: initial;
	color: lightgray;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.2);
}

.tool_btt_line {
	height: 75px;
	line-height: 75px;
	/* 	color: #fff; */
	cursor: pointer;
}

.editor_tools.btt, .tool_btt_text {
	display: inline-block;
}

.tool_btt_text:hover, .tool_btt_text.highlight, .tool_btt_text.act {
	/* 	color: rgba(31, 174, 219, 1); */
	
}

.tool_btt_text {
	width: calc(100% - 100px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#prevthumb, #nextthumb {
	cursor: auto;
}

#start_container, #start_content_slider {
	width: 100%;
	height: 100%;
}

#start_def_bg {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 100%;
	/* height: 100%; */
	transform: translate(-50%, -50%);
}

#cloud_login, #cloud_logout {
	width: 100%;
	height: 100%;
}

#login_cloud_header, #register_cloud_header, #passforgotten_cloud_header, #changePass_cloud_header {
	text-align: center;
}

.main_cloud_header, #photo_header, .main_objconf_header {
	height: 75px;
	line-height: 75px;
	/* 	background-color: rgba(31, 174, 219, 1); */
}

#photo_header {
	padding-left: 40px;
}

.cloud_input_line {
	height: 75px;
	line-height: 75px;
}

.cloud_input_label, .cloud_input_input {
	display: inline-block;
	height: 30px;
	width: 45%;
}

.cloud_input_label {
	width: 40%;
	margin-left: 25px;
	height: 75px;
}

.cloud_input_input {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

#btt_login_cloud {
	height: 35px;
	line-height: 35px;
	width: calc(100% - 50px);
	margin: 20px 25px;
	/* 	padding: 5px 20px; */
	/* 	color: #000; */
	/* 	background-color: rgba(31, 174, 219, 1); */
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	border: none;
}

.c_option_label, .c_option_icon, .user_option_label, .user_option_icon, .photo_option_label, .photo_option_icon,
	#passforgotten_header_icon {
	display: inline-block;
}

.c_option_icon, .user_option_icon, .photo_option_icon {
	height: 75px;
	width: 75px;
	margin: 0px 160px 0px 10px;
	/* 	background: transparent url(img/SPECTRUM-iconset-blue@1.5x.png) no-repeat 0px 0px; */
	cursor: pointer;
}

.photo_option_icon {
	margin: 0px 10px 0px 0px;
}

.c_option_label, .user_option_label, .photo_option_label {
	width: calc(50% - 85px);
	margin-left: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.photo_option_label {
	width: calc(100% - 85px);
	margin: 0px;
}

.cloud_option_line {
	height: 75px;
	line-height: 75px;
	text-align: left;
}

#cloud_user_name, #cloud_user_logout {
	display: inline-block;
}

#cloud_user_name {
	margin: 0px 15px;
	vertical-align: top;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#cloud_user_logout {
	position: absolute;
	right: 0px;
}

#logout_label, #cloud_user_logout>#logout_btt {
	display: inline-block;
}

#logout_label {
	vertical-align: top;
}

#logout_btt {
	height: 75px;
	width: 75px;
	margin: 0px;
	/* 	background: transparent url(img/SPECTRUM-iconset-blue@1.5x.png) no-repeat; */
	cursor: pointer;
}

#logout_btt {
	background-position: 0px -3150px;
}

#logout_btt:hover, #logout_btt.act {
	background-position: -225px -3150px;
}

#user_option_prj>.user_option_icon {
	background-position: 0px -3000px;
}

#user_option_prj:hover>.user_option_icon {
	background-position: -150px -3000px;
}

#user_option_prj.act>.user_option_icon {
	background-position: -75px -3000px;
}

#user_option_photoservice>.user_option_icon {
	background-position: 0px -3225px;
}

#user_option_photoservice:hover>.user_option_icon {
	background-position: -150px -3225px;
}

#user_option_photoservice.act>.user_option_icon {
	background-position: -75px -3225px;
}

#user_option_photoservice.deact>.user_option_icon {
	background-position: -225px -3225px;
}

#user_option_printservice>.user_option_icon {
	background-position: -0px -975px;
}

#user_option_printservice:hover>.user_option_icon {
	background-position: -150px -975px;
}

#user_option_printservice.act>.user_option_icon {
	background-position: -75px -975px;
}

#user_option_printservice.deact>.user_option_icon {
	background-position: -225px -975px;
}

#user_option_settings>.user_option_icon {
	background-position: 0px -150px;
}

#user_option_settings:hover>.user_option_icon {
	background-position: -150px -150px;
}

#user_option_settings.act>.user_option_icon {
	background-position: -75px -150px;
}

#user_option_fav>.user_option_icon {
	background-position: 0px -180px;
}

#user_option_fav:hover>.user_option_icon {
	background-position: -60px -180px;
}

#user_option_fav.act>.user_option_icon {
	background-position: -120px -180px;
}

#user_option_specid>.user_option_icon {
	background-position: 0px -3305px;
}

#user_option_specid:hover>.user_option_icon {
	background-position: -60px -3305px;
}

#user_option_specid.act>.user_option_icon {
	background-position: -120px -3305px;
}

#user_option_cloudsave>.user_option_icon {
	background-position: 0px -2160px;
}

#user_option_cloudsave:hover>.user_option_icon {
	background-position: -60px -2160px;
}

#user_option_cloudsave.act>.user_option_icon {
	background-position: -120px -2160px;
}

#user_option_print>.user_option_icon {
	background-position: 0px -3300px;
}

#user_option_print:hover>.user_option_icon {
	background-position: -150px -3300px;
}

#user_option_print.act>.user_option_icon {
	background-position: -75px -3300px;
}

#photo_option_task>.photo_option_icon {
	background-position: 0px -3075px;
}

#photo_option_task:hover>.photo_option_icon {
	background-position: -150px -3075px;
}

#photo_option_task.act>.photo_option_icon {
	background-position: -75px -3075px;
}

#photo_option_show>.photo_option_icon {
	background-position: 0px -4050px;
}

#photo_option_show:hover>.photo_option_icon {
	background-position: -150px -4050px;
}

#photo_option_show.act>.photo_option_icon {
	background-position: -75px -4050px;
}

.user_option_line, .photo_option_line {
	height: 75px;
	line-height: 75px;
	text-align: right;
	cursor: pointer;
}

.act.opening {
	z-index: 155;
}

.act.closing {
	z-index: 148;
}

#dialog_pass_forgotten_content {
	height: 100%;
}

#iframe_register, #iframe_pass_forgotten {
	height: 100%;
	width: 100%;
}

#colorchip_content {
	background-size: cover;
}

#btt_drop {
	display: none;
}

#editor_tool_content, #dialog_register_content, #obj_content {
	overflow: auto;
	height: calc(100% - 75px);
}

#reg_header_title, #reg_header_mandatory {
	height: 100%;
	/* 	height: 50%; */
}

#reg_header_mandatory {
	font-size: 12px;
	line-height: 38px;
}

.reg_line, .passforgotten_line, .changePass_line {
	position: relative;
	padding-left: 25px;
	clear: both;
}

.changePass_line {
	padding-left: 60px;
}

.reg_label, .passforgotten_label, .changePass_label {
	display: inline-block;
	height: 75px;
	line-height: 75px;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
	min-width: 50%;
	max-width: 100%;
}

#passforgotten_line_data {
	margin-top: 180px;
}

#passforgotten_line_help {
	margin-top: 124px;
}

#reg_hint_pwd {
	position: absolute;
	top: 56px;
	left: 28px;
	font-size: 10px;
}

.reg_input, .reg_dd, #search_input, .saveprj_input, .loadprj_input, #clipboard_loadprj, #sendPS_input, #commentPS_field,
	#refPS_input, .remote_input, .objconf_select, .passforgotten_input, .changePass_input, #sendPrint_input, #commentPrint_field,
	#refPrint_input {
	display: inline-block;
	width: calc(50% - 29px); /*148px;*/
	height: 30px; /*23px;*/
	margin: 20px 20px 20px 0px;
	/*12px 0px 11px 0px;*/
	/* 	color: #fff; */
	background-color: transparent;
	border: 2px solid;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	vertical-align: top;
	/* 	caret-color: rgba(31, 174, 219, 1); */
	padding-left: 5px;
	float: right;
	background-color: transparent;
}

.changePass_input {
	width: calc(50% - 69px);
	margin: 20px 60px 20px 0px;
}

.reg_dd {
	height: 27px;
	width: 50%;
}

.reg_dd option {
	background-color: #000;
}

/* .reg_dd option:hover { */
/* 	background-color: rgba(31, 174, 219, 1); */
/* 	box-shadow: 0 0 10px 100px rgba(31, 174, 219, 1) inset; */
/* } */
#btt_line_newacc, #btt_line_accact, #btt_line_passforgotten, #btt_line_changePass {
	width: 200px;
	margin: 20px auto;
}

.accact_text {
	border: 1px solid #000;
}

#reg_title_text {
	display: inline-block;
}

#reg_title_icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	vertical-align: top;
	background-position: -225px -2775px;
}

#btt_newacc_login, #btt_accact, #btt_passforgotten, #btt_changePass, #btt_userdata, #btt_userhelp, #btt_userdelete,
	#btt_psw_reset {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	/* 	background-color: rgba(31, 174, 219, 1); */
	/* 	color: #000; */
	text-align: center;
	cursor: pointer;
	border: none;
}

#btt_userdata, #btt_userhelp {
	position: absolute;
	top: 50%;
	left: 226px;
	transform: translate(0px, -50%);
}

#btt_userdelete {
	display: none;
	position: absolute;
	top: calc(50% + 100px);
	left: 226px;
	transform: translate(0px, -50%);
}

#selection_filter_color, #selection_filter_lrv {
	display: none;
	/* 	height: 100%; */
	width: 100%;
}

#selection_filter_contrast {
	display: none;
	height: calc(100% - 75px);
	width: 100%;
}

#info_imp_text, #info_dataprot_text, #info_terms_text, #info_integrity_text {
	width: calc(100% - 107px);
	height: calc(100% - 64px);
	padding: 32px 75px 32px 32px;
	overflow: auto;
}

#info_terms_text>ol {
	padding: revert;
}

.info_rightbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 100%;
}

.info_rightbar_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 75px;
	cursor: pointer;
}

#info_share_text, #info_custom_text {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	text-align: center;
}

#info_terms_text {
	text-align: left;
}

#dia_info_imp, #dia_help, #dia_message, #dia_info_dataprot, #dia_info_terms {
	/* 	background-color: rgba(30, 30, 30, 0.8); */
	
}

#info_imp_dia_parent, #help_dia_parent, #message_dia_parent, #info_dataprot_dia_parent, #info_terms_dia_parent, #info_integrity_dia_parent {
	background-color: transparent;
}

#info_imp_dia_parent.ui-dialog .ui-dialog-titlebar, #info_dataprot_dia_parent.ui-dialog .ui-dialog-titlebar,
	#info_terms_dia_parent.ui-dialog .ui-dialog-titlebar, #info_integrity_dia_parent.ui-dialog .ui-dialog-titlebar {
	display: none;
}

.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;
}

#dia_editor_tool>.main_header {
	display: block;
	text-align: center;
	/* 	background-color: rgba(31, 174, 219, 1); */
	/* 	color: #000; */
}

#search_label, #dataprot_label {
	vertical-align: top;
}

#search_icon, #dataprot_icon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 75px;
}

#search_input {
	display: block;
	height: 41px;
	margin: 15px auto;
	float: none;
	width: calc(100% - 50px);
}

#dia_chipsearch, #dia_saveprj, #dia_loadprj, #dia_photoservice, #dia_remote {
	width: 20%;
	left: auto;
	right: -20%;
}

#dia_objconf {
	width: 25%; /*245px;*/
	left: -25%; /*-245px;*/
}

.search_line {
	height: 75px;
	cursor: pointer;
}

.search_line_label {
	display: inline-block;
	width: calc(100% - 125px);
	line-height: 25px;
	margin: 13px 0px 0px 25px;
	vertical-align: top;
}

.search_line_icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	margin-right: 25px;
	background: #ddd;
}

#chipsearch_content {
	height: calc(100% - 175px);
}

.c_nippie {
	position: absolute;
	top: 0px;
	left: 0px;
}

.search_line_artnr, .search_line_coll {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#selection_filter_selection {
	height: 100%;
}

#selection_filter_content {
	height: calc(100% - 75px);
}

#dia_objects {
	width: 210px;
}

#objects_header_title, #passforgotten_header_title, #remote_header_title, #changePass_header_title {
	text-align: center;
}

#dialog_objects_content {
	height: calc(100% - 100px);
}

#dia_obj_selection .object_item {
	display: inline-block;
}

.object_item {
	display: block;
	margin: 15px 25px;
}

.object_label {
	margin-top: 15px;
}

/* .chip_ico_trap:hover .chipIconHolder { */
/* 	display: block; */
/* } */
#custom_btt_line {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	float: left;
	clear: both;
}

#btt_cust_gallery, #btt_cust_lastprj, #btt_cust_cloud {
	display: inline-block;
	width: 294px;
	height: 406px;
	cursor: pointer;
	padding-top: 64px;
}

#btt_cust_lastprj {
	display: none;
}

#btt_cust_gallery_img, #btt_cust_lastprj_img, #btt_cust_cloud_img {
	width: 194px;
	height: 343px;
	margin: 0px auto;
	display: block;
	top: calc(50% - 172px);
}

#btt_cust_gallery_text, #btt_cust_lastprj_text, #btt_cust_cloud_text {
	text-align: center;
}

.room_info_text_name, .room_info_text_id {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin: 10px;
}

.projFolder_room {
	display: inline-block;
	height: auto;
	border: none;
	width: auto;
	position: relative;
	padding: 1px;
}

.projFolder_room_info {
	display: block;
	height: 100px;
	width: 100%;
}

.projFolder_room_pic {
	height: calc(100% - 100px);
	width: 100%;
	margin: 0px;
}

.projFolder_room_info_text {
	width: 100%;
	height: auto;
}

.projFolder_room_info_btt {
	position: absolute;
	bottom: 100px;
	left: 0px;
	height: 75px;
	width: calc(100% - 40px);
	padding: 0px 20px;
	display: none;
}

.projFolder_room:hover .projFolder_room_info_btt {
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
}

.projFolder_room_info_btt_line {
	display: inline-block;
	height: 75px;
	line-height: 75px;
}

.projFolder_room_info_btt_text, .projFolder_room_info_text {
	color: #fff;
}

.projFolder_room_info_btt_pic {
	width: 75px;
	height: 75px;
}

.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_text, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_text
	{
	color: rgba(31, 174, 219, 1);
}

.dialog_prjmap_content, #dialog_prjmap_content {
	background-color: #000;
	height: calc(100% - 25px);
	overflow-x: hidden;
	overflow-y: auto;
}

.tostart>.dialog_prjmap_content, .tostart>#dialog_prjmap_content {
	height: calc(100% - 75px);
}

#share_sm_icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	margin-left: 20px;
	vertical-align: top;
	float: right;
}

.shariff .orientation-horizontal li {
	float: none;
}

/* .obj_line.act>.obj_line_text { */
/* 	color: rgba(31, 174, 219, 1); */
/* } */
#info_imp_dia_parent {
	z-index: 1000;
}

.saveprj_line, .loadprj_line, .express_line, .remote_line, .objconf_line {
	height: 75px;
	line-height: 75px;
	width: calc(100% - 20px);
	padding-left: 20px;
}

.remote_line {
	width: calc(100% - 25px);
	padding-left: 25px;
}

.saveprj_label, .loadprj_label, .remote_label, .objconf_label {
	display: inline-block;
	width: 30%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#objconf_contrast_label {
	width: 100%;
}

.saveprj_input, .loadprj_input, .remote_input, .objconf_select {
	width: calc(60% - 40px);
	height: 41px;
	margin: 15px 20px 15px 20px;
}

.objconf_select {
	float: none;
}

.objconf_select>option {
	background-color: #000;
}

.btt_saveprj_name, #btt_copy_link, #btt_send_link, #remote_open_link, #remote_send_link, #remote_deact_link {
	width: calc(100% - 40px);
	height: 45px;
	line-height: 45px;
	margin: 15px 20px;
	/* 	color: #000; */
	/* 	background-color: rgba(31, 174, 219, 1); */
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

#remote_open_link, #remote_send_link {
	/* 	background-color: #fff; */
	/* 	color: #000; */
	
}

#clipboard_loadprj {
	height: 120px;
	width: calc(100% - 40px);
	margin: 15px 20px;
	float: none;
	resize: none;
}

#reg_label_dataprot {
	min-width: calc(50% - 11px);
	max-width: 100%;
	text-decoration: underline; /* rgba(30, 30, 30, 1)*/
}

.reg_cb {
	display: inline-block;
	width: calc(100% - 25px);
	height: 75px;
	line-height: 75px;
}

.reg_icon {
	display: inline-block;
	height: 75px;
	width: 75px;
	cursor: pointer;
}

.reg_text {
	display: inline-block;
	width: calc(100% - 125px);
	overflow: hidden;
	/* 	white-space: nowrap; */
	text-overflow: ellipsis;
	border: 1px solid #000;
	line-height: initial;
	vertical-align: top;
}

#passforgotten_header_wrapper, #changePass_header_wrapper {
	margin: 0px auto;
}

#passforgotten_header_title, #changePass_header_title {
	display: inline-block;
}

#passforgotten_header_icon, #changePass_header_icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	vertical-align: top;
}

#sendPS_text, #refPS_text, #sendPrint_text, #refPrint_text {
	width: calc(100% - 25px);
	max-height: 370px;
	padding-top: 15px;
	overflow: hidden;
}

#sendPS_mail, .sendPS_line, #sendPrint_mail, .sendPrint_line {
	height: 75px;
	line-height: 75px;
	cursor: pointer;
}

#sendPS_mail, #sendPrint_mail {
	cursor: auto;
}

.sendPS_detail_line, .sendPrint_detail_line {
	height: 25px;
	line-height: 25px;
}

.sendPS_detail_text, .sendPrint_detail_text {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sendPS_detail_ticket, #sendPrint_detail_ticket {
	cursor: pointer;
}

.sendPS_line_icon, .sendPS_line_label, .sendPrint_line_icon, .sendPrint_line_label {
	display: inline-block;
}

#sendPS_label, #sendPrint_label {
	height: 50px;
	line-height: 50px;
	/* 	margin-left: 20px; */
}

#sendPS_input, #sendPrint_input {
	display: block;
	width: calc(100% - 75px);
	/* 	margin: 12px auto 11px auto; */
	float: none;
}

.sendPS_line_icon, .sendPrint_line_icon {
	width: 75px;
	height: 75px;
	vertical-align: top;
	cursor: pointer;
}

#btt_sendPS_order, #btt_sendPrint_order {
	width: calc(100% - 75px);
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(31, 174, 219, 1);
	color: #000;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 25px;
}

#commentPS_title, #commentPrint_title {
	width: calc(100% - 25px);
	height: 50px;
	line-height: 50px;
	padding-top: 15px;
}

#commentPS_field, #commentPrint_field {
	height: 300px;
	width: calc(100% - 35px);
	margin: 15px 0px;
	float: none;
	resize: none;
}

#main_refPS_content, #main_refPrint_content {
	height: calc(100% - 75px);
}

#refPS_size, #refPrint_size {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 70px);
	width: calc(100% - 330px);
}

#refPS_input, #refPrint_input {
	width: 75px;
	float: none;
	color: rgba(31, 174, 219, 1);
	border-color: rgba(31, 174, 219, 1);
	border-radius: 0px;
}

#refPS_unit, #refPrint_unit {
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	color: rgba(31, 174, 219, 1);
}

#refPS_unit, #refPS_input, #refPrint_unit, #refPrint_input {
	display: inline-block;
	vertical-align: inherit;
}

.retmarker {
	width: 75px;
	height: 75px;
	background: transparent url(svg_wrapper.php?file=/img/btn_retusche-markerl.svg&w=75&h=75) 0px 0px no-repeat;
	/* 	background-color: rgba(31, 174, 219, 1); */
}

.retmarker.scale_1 {
	width: 100px;
	height: 100px;
}

.retmarker.scale_2 {
	width: 50px;
	height: 50px;
}

.retmarker.scale_4 {
	width: 25px;
	height: 25px;
}

#refmeasure_hold {
	display: none;
	width: 250px;
	height: 14px;
	/* 	background-color: crimson; */
}

#refmeasure_size {
	display: none;
	position: absolute;
	/* 	width: 100%; */
	/* 	height: 100%; */
	/* 	margin: 25px 25px 0px 25px; */
	text-align: center;
	color: rgba(31, 174, 219, 1);
	font-weight: bold;
	font-size: 25px;
	overflow: visible;
	white-space: nowrap;
}

.ref_grid {
	display: none;
}

.ref_grid {
	border: 10px solid;
	border-radius: 20px;
	/* 	margin-top: -7px; */
	background: rgba(255, 255, 255, 1);
	border-color: rgba(31, 174, 219, 1);
	background: rgba(255, 255, 255, 1);
}

#refMeasure_grid_3, #refMeasure_grid_4 {
	opacity: 0;
	pointer-events: none;
}

#refmeasure_hold.state_act>#refmeasure_size, #refmeasure_hold.state_act>.ref_grid {
	display: block;
}

#dia_inspi_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#dia_fandeck, #dia_printservice_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#dia_fandeck {
	display: none;
	left: 75px;
	width: calc(100% - 150px);
	height: 100%;
	z-index: 120;
}

#dia_printservice_overlay {
	display: none;
	background-color: transparent;
}

.ico_logo_text_cp {
	color: #fff;
}

.ico_logo_text_cp.black {
	color: #000;
}

.ico_logo_text_cp.background {
	background-color: rgba(0, 0, 0, 0.3);
}

#retmarker_hold {
	display: none;
	position: absolute;
	/*z-index: 11100;*/
	width: 100%;
	height: 100%;
	/*border-top: 1px solid #cfcfcf;
	 border-bottom: 2px solid #cfcfcf;*/
	cursor: pointer;
	overflow: hidden;
}

#help_iframe_wrapper {
	width: 100%;
	height: 100%;
}

#help_close_btt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	width: 75px;
	cursor: pointer;
}

#warning_message_text {
	position: relative;
	top: 50%;
	width: 50%;
	text-align: center;
	margin: 0px auto;
}

#message_text_first {
	display: block;
}

#start_info_wrapper {
	height: 315px;
	background: transparent;
}

#start_btt_menu {
	width: 75px;
	height: calc(100% - 315px);
	right: 0px;
}

#start_btt_wrapper {
	position: relative;
	top: calc(50% - 150px);
}

.colorpicker_template_content {
	margin: 0px;
	padding: 0px;
}

.obj_line_conf, .objconf_brightness_btt, .obj_line_naming {
	display: inline-block;
	width: 75px;
	height: 75px;
}

#objconf_brightness_line {
	cursor: pointer;
}

/* .objconf_line:hover>#objconf_brightness_label, .objconf_line.act>#objconf_brightness_label { */
/* 	color: rgba(31, 174, 219, 1); */
/* } */
#bslider, #cslider {
	position: relative;
	top: 30px;
	width: calc(100% - 40px); /*190px;*/
	background: #cccccc;
}

#start_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.close_btt, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	width: 50px;
	height: 41px;
}

.nippie_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.shariff-button.twitter:hover .sm_btt_text, .shariff-button.facebook:hover .sm_btt_text, .shariff-button.pinterest:hover .sm_btt_text
	{
	/* 	color: rgba(31, 174, 219, 1); */
	
}

.magic_wand>* {
	cursor: url("img/Zauberstab_S.png") 50 0, auto;
	/* 	img/SPECTRUM-iconset-blue@1x.png */
}

.painter>* {
	cursor: url("img/pinsel.png") 0 50, auto;
}

.eraser>* {
	cursor: url("img/radierer.png") 0 50, auto;
}

#dia_editorobj.inspiration .obj_line_info {
	display: inline-block;
}

#dia_editorobj.inspiration .obj_line_conf, #dia_editorobj.inspiration #btt_add_obj, #dia_editorobj .obj_line_info,
	#dia_editorobj.photoservice .obj_line_conf, #dia_editorobj.photoservice .obj_line_info, #contrast_components .obj_line_conf {
	display: none;
}

#dia_editorobj.inspiration .obj_line_naming {
	visibility: hidden;
	pointer-events: none;
}

.obj_line_rot, .obj_line_info {
	display: inline-block;
	width: 75px;
	height: 75px;
}

.obj_line_rot {
	background-position: 0px -3825px;
}

.obj_line_info {
	background-position: 0px -2475px;
}

.obj_line:hover .obj_line_info {
	background-position: -75px -2475px;
}

.obj_line .obj_line_info.deact {
	background-position: -225px -2475px;
}

iframe {
	border: none;
}

.choice_bg {
	position: absolute;
	top: 20px;
	right: 50px;
	height: 35px;
	width: 35px;
	background-color: #000;
	border-radius: 5px;
	height: 35px;
}

#choice_line_contrast {
	position: relative;
}

#dia_contrastchip {
	display: none;
	position: absolute;
	top: 0px;
	right: 75px;
	/* 	left: 75px; */
	height: 100%;
	background-color: transparent;
	width: calc(100% - 20% - 410px);
}

#dia_contrastchip.no_room {
	width: calc(100% - 75px);
	right: 0px;
}

#contrast_chips {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#contrast_components {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#components_desc, #contrastcomponents_title {
	margin-left: 10px;
}

#components_desc, #components_components {
	width: calc(100% - 10px);
}

#components_desc>p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#contrastchip_title {
	width: 100%;
	height: 75px;
	text-align: center;
}

#contrastchip_content {
	width: 100%;
	height: calc(100% - 75px)
}

.contrastchip_basecolor {
	height: 256px;
	width: 100%;
	background-color: transparent;
	cursor: pointer;
}

.contrastchip_text {
	padding-bottom: 10px;
}

.contrastchip_title_text {
	padding-top: 10px;
}

#contrastchip_title_info {
	padding-top: 5px;
}

#contrastchip_colors {
	height: calc(100% - 256px);
	overflow: auto;
}

#contrast_slider.ui-widget-content.deact, #contrast_slider.deact .ui-widget-header, #contrast_slider.ui-widget-content.deact .ui-state-default
	{
	background-color: gray;
}

#contrast_slider.deact .ui-slider-handle {
	border-color: darkgray;
}

#contrast_choice_value, #contrast_choice_brightness {
	/* 	-moz-appearance: none; */
	/* 	-webkit-appearance: none; */
	/* 	appearance: none; */
	display: block;
	width: 90%;
	height: 36px;
	margin: 5px 0px 25px 0px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

#choice_content {
	margin: 25px 0px 0px 10px;
}

#contrast_choice_value option, #contrast_choice_brightness option {
	background-color: #000;
}

#contrast_choice_value:active, #contrast_choice_brightness:active {
	background-color: #000;
}

#contrast_choice_value option li:hover, #contrast_choice_brightness option li:hover {
	background-color: red;
}

#contrast_choice_value option:hover, #contrast_choice_brightness option:hover {
	background-color: red;
	box-shadow: 0 0 10px 100px red inset;
}

#contrast_choice_value:focus::-ms-value, #contrast_choice_brightness:focus::-ms-value {
	background-color: red;
}

.desc_nav_icon {
	position: absolute;
	right: 0px;
}

#start_postit {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 138px;
	height: 152px;
	margin: 10px 100px 0px 0px;
	cursor: pointer;
	z-index: 25;
}

#reg_line_accact, #reg_line_dataprot, #reg_cb_dataprot {
	height: auto;
	line-height: inherit;
}

.tsr_line {
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	/* 	padding-left: 10px; */
}

.tsr_icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	vertical-align: top;
	/* 	margin: auto; */
}

.tsr_text {
	display: inline-block;
	width: calc(100% - 85px);
	height: 75px;
	line-height: 75px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 75px;
}

#wind_line>.tsr_icon {
	background-position: -0px -6000px;
}

#wind_line:hover>.tsr_icon {
	background-position: -150px -6000px;
}

#wind_line.act>.tsr_icon, #wind_line.highlight>.tsr_icon {
	background-position: -75px -6000px;
}

#sun_line>.tsr_icon {
	background-position: -0px -6075px;
}

#sun_line:hover>.tsr_icon {
	background-position: -150px -6075px;
}

#sun_line.act>.tsr_icon, #sun_line.highlight>.tsr_icon {
	background-position: -75px -6075px;
}

#temp_line>.tsr_icon {
	background-position: -0px -4425px;
}

#temp_line:hover>.tsr_icon {
	background-position: -150px -4425px;
}

#temp_line.act>.tsr_icon, #temp_line.highlight>.tsr_icon {
	background-position: -75px -4425px;
}

#changeProd_line>.tsr_icon, #tsrFilter_line>.tsr_icon {
	background-position: -0px -6150px;
}

#changeProd_line:hover>.tsr_icon, #tsrFilter_line:hover>.tsr_icon {
	background-position: -150px -6150px;
}

#changeProd_line.act>.tsr_icon, #changeProd_line.highlight>.tsr_icon, #tsrFilter_line.act>.tsr_icon, #tsrFilter_line.highlight>.tsr_icon
	{
	background-position: -75px -6150px;
}

#compareTSR_line>.tsr_icon {
	background-position: -0px -6225px;
}

#compareTSR_line:hover>.tsr_icon {
	background-position: -150px -6225px;
}

#compareTSR_line.act>.tsr_icon, #compareTSR_line.highlight>.tsr_icon {
	background-position: -75px -6225px;
}

#btt_resetInspi {
	background-position: -0px -8250px;
}

#btt_resetInspi.act {
	background-position: -75px -8250px;
}

#btt_resetInspi:hover, #btt_resetInspi.highlight {
	background-position: -150px -8250px;
}

#btt_backInspi {
	background-position: -0px -525px;
}

#btt_backInspi.act {
	background-position: -75px -525px;
}

#btt_backInspi:hover, #btt_backInspi.highlight {
	background-position: -150px -525px;
}

#btt_forwardInspi {
	background-position: -0px -600px;
}

#btt_forwardInspi.act {
	background-position: -75px -600px;
}

#btt_forwardInspi:hover, #btt_forwardInspi.highlight {
	background-position: -150px -600px;
}

#dia_tsrSelection {
	width: 30%;
	left: -30%;
}

#dia_tsr.subbar {
	width: 20%;
	left: -20%;
}

.reg_text>a, #reg_text_dataprot>a {
	text-decoration: underline;
	cursor: pointer;
}

.tsrSelection_content {
	display: none;
	height: 100%;
}

#tsrSelection_tsr_content, #tsr_content {
	height: calc(100% - 75px);
}

.tsrSelection_title {
	height: 75px;
	line-height: 75px;
	text-align: center;
}

#dia_tsrInfo {
	display: none;
	position: absolute;
	top: 0px;
	left: 75px;
	height: 75px;
	width: calc(100% - 150px);
}

#tsrInfo_display {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	margin-right: 75px;
}

#tsrInfo_icon {
	height: 75px;
	width: 75px;
}

.tsrInfo {
	display: inline-block;
	vertical-align: middle;
}

#tsrInfo_desc {
	/* 	height: 100%;	 */
	
}

#tsrInfo_prod {
	font-weight: bold;
}

#changeProd_line, #subbar_filter_tsr {
	display: none;
}

#tsr_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#start_back {
	display: none;
}

.start_btt_line.act>#start_back {
	display: block;
}

#btt_premap_save {
	position: absolute;
	top: 40px;
	left: calc(50% - 100px);
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#close_subbar {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-position: 0px -3900px;
}

#close_subbar:hover {
	background-position: -75px -3900px;
}

#btt_more_chips {
	margin: 15px auto;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	width: 100px;
}

#btt_more_chips:hover {
	background-color: rgba(31, 174, 219, 1);
}

.demochip, .externchip, .contrast_chip {
	box-sizing: border-box;
}

#fandeck_content {
	position: relative;
}

#fandeck_content, .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination>.swiper-pagination-bullet {
	background: #fff;
	opacity: .4;
}

.swiper-pagination>.swiper-pagination-bullet-active {
	background: rgba(31, 174, 219, 1);
	opacity: 1.0;
}

.swiper_fd_img {
	position: relative;
	top: 37px;
	margin: auto;
	cursor: pointer;
	height: 160%;
}

.swiper_fd_name {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 8%; /*100px;*/
	transform: translate(-50%, 0px);
	/* 	height: 26px; */
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

.impr_layer {
	position: absolute;
	bottom: 0px;
	/* 	background: #000; */
}

#impr_layer_start {
	left: 0px;
	width: 100%;
	height: 75px;
	line-height: 75px;
	z-index: 20;
}

#impr_layer_main {
	left: 75px;
	width: calc(100% - 150px);
	height: 25px;
	line-height: 25px;
	z-index: 161;
}

.impr_layer_wrap {
	position: absolute;
	top: 0rem;
	right: 1.3rem;
	color: #848484;
	font-size: 15px;
}

.impr_layer_wrap>p {
	display: inline-block;
	margin: 0px 5px;
}

#impr_layer_start>.impr_opt_show {
	margin-left: 217px;
}

#impr_layer_main>.impr_opt_show {
	margin-left: 0px;
}

.impr_opt {
	display: inline-block;
	cursor: pointer;
}

#impr_opt_cloud {
	display: inline-block;
	/*vertical-align: top;*/
}

#impr_opt_cloud.loggt {
	display: inline-block;
}

#impr_layer_main p, #impr_layer_start p {
	display: inline-block;
	margin: 0px 5px;
}/*#impr_opt_cloud>p*/ 

#btt_dataprot {
	display: none;
}

#info_imp_top {
	position: relative;
	width: 100%;
	height: 75px;
}

#info_imp_close {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	background-position: -0px -4200px;
}

#info_imp_iframe {
	width: 100%;
	height: calc(100% - 75px);
}

#fandeck_content .swiper-container-horizontal>.swiper-pagination-bullets, #fandeck_content .swiper-pagination-custom,
	.swiper-pagination-fraction {
	bottom: 50px;
}

#custom_overlay_wrap {
	width: 100%;
	height: 100%;
}

#psw_reset_main, #new_psw_info_main, #cloud_reg_main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 640px;
	height: 453px;
	background-color: rgba(31, 31, 31, 1);
}

#psw_reset_text {
	width: calc(100% - 40px);
	padding: 50px 20px;
	text-align: center;
}

#new_psw_info_text, #cloud_reg_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
}

#psw_reset_back, #new_psw_info_reset_back, #cloud_reg_back {
	width: 200px;
	height: 60px;
	text-align: center;
}

#new_psw_info_back, #cloud_reg_back {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 75px;
	background-position: 0px -5025px;
	cursor: pointer;
}

#new_psw_info_line, #cloud_reg_line {
	position: absolute;
	bottom: 75px;
	left: 50%;
	height: 75px;
	transform: translate(-50%, 0px);
	cursor: pointer;
}

#new_psw_info_line_text, #cloud_reg_line_text {
	display: inline-block;
	height: 75px;
	line-height: 75px;
	vertical-align: top;
}

#new_psw_info_line_ico {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	background-position: -0px -2850px;
}

#cloud_reg_line_ico {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	background-position: -0px -2700px;
}

#new_acc_content, #psw_forgotten_content {
	display: none;
}

#login_cloud_back {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 75px;
	background-position: 0px -5025px;
	cursor: pointer;
}

#btt_line_psw_reset {
	margin-top: 40px;
	text-align: center;
}

#passforgotten_line_text {
	height: 55px;
	padding-top: 20px;
}

.needed_hint {
	position: absolute;
	bottom: 125px;
	right: 25px;
}

#psw_reset_hint {
	bottom: 25px;
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
	display: none;
}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
	display: none;
}

#colorpicker_head {
	display: none;
	height: 75px;
	width: 100%;
}

#head_fav_btt {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 300px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	cursor: pointer;
}

.head_btt_ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent url(svg_wrapper.php?file=/img/download.svg&w=22&h=20&fillcolor=222,222,222) 15px 15px no-repeat;
}

.head_btt_txt {
	display: inline-block;
	width: 245px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dia_head #colorpicker_head {
	display: block;
}

.dia_head #color_area_H {
	/*.dia_head #colors, .dia_head #demobox, .dia_head #chips*/
	height: calc(100% - 75px);
}

@media screen and (-ms-high-contrast: none) {
	#start_select {
		width: calc(100% - 500px);
	}
}

@media ( -ms-high-contrast :none) and ( min-width : 2560px) {
	#start_select {
		width: calc(100% - 700px);
	}
}

@media ( -ms-high-contrast :none) and ( max-width : 1024px) {
	#start_select {
		width: calc(100% - 100px);
	}
}

@media ( min-width : 2560px) {
	/*--- Startscreen ---*/
	#start_select {
		width: calc(100% - calc(( 100% - 1152px)/2));
		left: calc(( 100% - 1152px)/4);
	}
	.start_option {
		height: 640px;
		width: 384px;
	}
	#start_inspiration {
		margin: 0px calc(( 100% - 1152px)/2);
		/* 		margin: 0px 352px; */
	}
	.start_icon {
		margin: 30px auto 35px auto;
	}
	.start_title {
		padding-left: 30px;
		font-size: 30pt;
	}
	.start_text {
		margin: 30px;
		font-size: 15pt;
	}
	#start_express_logo {
		width: 272px;
		height: 100px;
	}
	/*--- Startscreen End ---*/
	/*--- Nippie ---*/
	.nippie {
		width: 78px;
		height: 94px;
	}
	.nippie_text {
		top: 58px;
	}
	/*--- Nippie End ---*/
	/*--- Buttonset ---*/
	.main_bar, .menu_bar, #menu_left, #menu_right, #field_color_info, .start_btt_line, #start_btt_menu {
		width: 100px;
	}
	#text_color_info {
		top: 100px;
		width: 90px;
	}
	.btt, #btt_compare, #btt_rooms_load, #btt_objbar, #btt_favlist, #btt_rooms_editor, .start_btt, #btt_nav_icon, .desc_nav_icon,
		.chip_fav_btt, .sm_btt, .shariff .theme-grey .shariff-button a, .shariff .theme-grey .shariff-button a:hover, .c_option_icon,
		.user_option_icon, .photo_option_icon, #logout_btt, #search_accordion div .acc_ico_search, .filter_line_cb, .coll_change_img,
		.filter_color_cb, .filter_color_img, #search_icon, .chip_dim_btt, .filter_pattern_cb, .filter_pattern_img, .sm_btt,
		.chip_dim_btt, #passforgotten_header_icon, #help_close_btt, .projFolder_room_info_btt_pic, .filter_pattern_bg, .obj_line_icon,
		.editor_btt, .obj_line_conf, .obj_line_naming, .objconf_brightness_btt, .dataprot_btt, .dataprot_icon, #dataprot_icon,
		.obj_line_info, .choice_icon, #changePass_header_icon, .reg_icon, #reg_title_icon, #btt_tsr, .tsr_icon, .changeProd_icon,
		.tsrFilter_icon, #tsrInfo_icon, .sendPS_line_icon, .sendPrint_line_icon, #close_subbar, #share_sm_icon, .prodgroup_icon {
		width: 100px;
		height: 100px;
	}
	#left_menu_desc_inner {
		margin-left: 100px;
		width: 340px;
	}
	#right_menu_desc_inner {
		right: 100px;
		width: 317px;
	}
	.desc, .cloud_option_line, .cloud_input_line, .main_cloud_header, #photo_header, .cloud_input_label, .user_option_line,
		.photo_option_line, .panel_val, .panel, #search_accordion h3, .filter_line_label, .coll_change_result_txt, .subbar_title,
		.producer_choose_row, .coll_change_result, #desc_logo, .search_line, .filter_line_label, .coll_change_result_txt,
		.filter_color_text, .filter_pattern_text, .sm_line, .sm_text, .projFolder_room_info_btt_line, .projFolder_room_info_btt,
		.shariff .orientation-horizontal li .share_text, .tool_btt_line, .main_header, #obj_header, .obj_line, .main_cloud_header,
		#photo_header, .main_objconf_header, .sm_btt_text, .dataprot_line, .dataprot_text, .slider_text, .reg_line, .reg_cb, .tsr_line,
		.main_tsr_header, .tsrSelection_title, .changeProd_line, .changeProd_text, .tsrFilter_line, .tsrFilter_text, .tsr_text,
		.choice_text, .sendPS_line, .sendPrint_line, #share_sm_title, .prodgroup_line_text, .prodgroup_line {
		height: 100px;
		line-height: 100px;
	}
	.shariff .orientation-horizontal .twitter .share_text {
		top: 100px;
	}
	.shariff .orientation-horizontal .facebook .share_text {
		top: 200px;
	}
	#btt_cust_gallery_img, #btt_cust_lastprj_img, #btt_cust_cloud_img {
		width: 259px;
		height: 458px;
	}
	#btt_cust_gallery, #btt_cust_lastprj, #btt_cust_cloud {
		width: 392px;
		height: 625px;
	}
	#custom_btt_line {
		/* 		min-width: 1200px; */
		
	}
	.obj_line_icon_bg {
		top: 27px;
		left: 27px;
		height: 47px;
		width: 47px;
	}
	#share_sm_title>span {
		width: calc(100% - 200px);
	}
	.sm_btt_text {
		width: calc(100% - 100px);
	}
	.tsr_text {
		width: calc(100% - 110px);
	}
	.ui-slider-vertical .ui-slider-handle {
		left: -13px;
	}
	.ui-slider-horizontal .ui-slider-handle {
		top: -9px;
	}
	.objconf_label {
		width: 25%;
	}
	.obj_line_conf {
		background-position: 0px -200px;
	}
	.obj_line_conf.act {
		background-position: -200px -200px;
	}
	.obj_line_conf:hover {
		background-position: -100px -200px;
	}
	.obj_line_naming {
		background-position: 0px -10800px;
	}
	.obj_line_naming.act {
		background-position: -200px -10800px;
	}
	.obj_line_naming:hover {
		background-position: -100px -10800px;
	}
	.filter_pattern_bg {
		background-position: -0px -6800px;
	}
	#search_icon {
		background-position: -300px 0px;
	}
	#btt_nav_icon, #help_close_btt, #start_back {
		background-position: -0px -5600px;
	}
	/* 	#btt_nav.highlight>#btt_nav_icon, #btt_nav_icon:hover { */
	/* 		background-position:  -100px -5600px; */
	/* 	} */
	#btt_nav_icon.act, #btt_nav.highlight>#btt_nav_icon, #btt_nav_icon:hover, #help_close_btt.act, #help_close_btt:hover,
		#start_back:hover, #start_back.act {
		background-position: -100px -5600px;
	}
	#btt_nav_icon:hover.deact, #btt_nav_icon.deact, #help_close_btt.deact, #start_back.deact {
		background-position: -300px -5600px;
	}
	#btt_collection.btt {
		/* 		background-position:  0px -3200px; */
		background-position: 0px -3200px;
	}
	#btt_collection:hover, #btt_collection.highlight {
		background-position: -200px -3200px;
	}
	#btt_collection.act {
		background-position: -100px -3200px;
	}
	#btt_collection:hover.deact, #btt_collection.deact {
		background-position: -300px -3200px;
	}
	#btt_filter.btt, #btt_inspi_filter.btt {
		background-position: 0px -2000px;
	}
	#btt_filter:hover, #btt_inspi_filter:hover, #btt_filter.highlight, #btt_inspi_filter.highlight {
		background-position: -200px -2000px;
	}
	#btt_filter.act, #btt_inspi_filter.act {
		background-position: -100px -2000px;
	}
	#btt_filter:hover.deact, #btt_filter.deact, #btt_inspi_filter.deact, #btt_inspi_filter:hover.deact {
		background-position: -300px -2000px;
	}
	#btt_fav.btt {
		background-position: -0px -300px;
	}
	#btt_fav:hover, #btt_fav.highlight {
		background-position: -200px -300px;
	}
	#btt_fav.act {
		background-position: -100px -300px;
	}
	#btt_fav:hover.deact, #btt_fav.deact {
		background-position: -300px -300px;
	}
	#btt_cloud.btt, #startbtt_cloud.start_btt, #save_prj {
		background-position: -0px -3600px;
	}
	#btt_cloud.act, #startbtt_cloud.act, #btt_cloud.highlight, #save_prj.act {
		background-position: -200px -3600px;
	}
	#btt_cloud.loggt, #startbtt_cloud.loggt {
		background-position: -100px -3600px;
	}
	#btt_cloud:hover, #startbtt_cloud:hover, #save_prj:hover {
		background-position: -200px -3600px;
	}
	#btt_cloud:hover.deact, #btt_cloud.deact, #startbtt_cloud:hover.deact, #startbtt_cloud.deact {
		background-position: -300px -3600px;
	}
	#btt_chipsearch.btt {
		background-position: -0px -0px;
	}
	#btt_chipsearch:hover {
		background-position: -200px -0px;
	}
	#btt_chipsearch.act, #btt_chipsearch.highlight {
		background-position: -100px -0px;
	}
	#btt_chipsearch:hover.deact, #btt_chipsearch.deact {
		background-position: -300px -0px;
	}
	#btt_help.btt, #start_btt_help.start_btt, #btt_edt-help {
		background-position: -0px -100px;
	}
	#btt_help:hover, #start_btt_help:hover, #btt_edt-help:hover {
		background-position: -200px -100px;
	}
	#btt_help.act, #start_btt_help.act, #btt_help.highlight, #btt_edt-help.highlight {
		background-position: -100px -100px;
	}
	#btt_help:hover.deact, #btt_help.deact, #start_btt_help:hover.deact, #start_btt_help.deact, #btt_edt-help.deact {
		background-position: -300px -100px;
	}
	.desc_nav_icon.collection {
		background-position: -0px -2200px;
	}
	.desc_nav_icon.inspiration {
		background-position: -0px -1700px;
	}
	.desc_nav_icon.custom {
		background-position: -0px -4300px;
	}
	.filter_line_cb, .coll_change_img, .filter_color_img, .filter_pattern_img, .objconf_brightness_btt, .choice_icon,
		.changeProd_icon, .tsrFilter_icon, .sendPS_line_icon, .sendPrint_line_icon, .prodgroup_line_icon {
		background-position: -0px -3100px;
	}
	.producer_choose_row.act>.filter_line_cb, .coll_change_result.act>.coll_change_img, .subbar_filter_line.act>.filter_line_cb,
		.filter_color_line.act .filter_color_img, #filter_pattern_5_no.filter_pattern_line.act .filter_pattern_img,
		#filter_pattern_5_no.filter_pattern_line:hover .filter_pattern_img, .objconf_line:hover>.objconf_brightness_btt, .objconf_line.act>.objconf_brightness_btt,
		#choice_line_contrast.act>.choice_icon, .changeProd_line.act>.changeProd_icon, .tsrFilter_line.act>.tsrFilter_icon,
		.sendPS_line.act>.sendPS_line_icon, .sendPrint_line.act>.sendPrint_line_icon, .prodgroup_line.act>.prodgroup_line_icon {
		background-position: -100px -3100px;
	}
	.producer_choose_row.deact>.filter_line_cb, .coll_change_result.deact>.coll_change_img, .subbar_filter_line.deact>.filter_line_cb,
		.filter_color_line.deact .filter_color_img, .filter_pattern_line.deact .filter_pattern_img, .objconf_line.deact>.objconf_brightness_btt,
		#choice_line_contrast.deact>.choice_icon, .changeProd_line.deact>.changeProd_icon, .tsrFilter_line.deact>.tsrFilter_icon,
		.sendPS_line.deact>.sendPS_line_icon, .sendPrint_line.deact>.sendPrint_line_icon, .prodgroup_line.deact>.prodgroup_line_icon {
		background-position: -300px -3100px;
	}
	#sendPS_line_noticket>.sendPS_line_icon, #sendPrint_line_noticket>.sendPrint_line_icon {
		background-position: -0px -7900px;
	}
	#sendPS_line_noticket:hover>.sendPS_line_icon, #sendPrint_line_noticket:hover>.sendPrint_line_icon {
		background-position: -200px -7900px;
	}
	#sendPS_line_noticket.act>.sendPS_line_icon, #sendPrint_line_noticket.act>.sendPrint_line_icon {
		background-position: -100px -7900px;
	}
	/* 	#start_collection .start_icon { */
	/* 		background: transparent url(img/icon-fandeck-inactive-1024x768.png) no-repeat 0px 0px; */
	/* 	} */
	/* 	#start_collection:hover .start_icon, #start_collection.act .start_icon { */
	/* 		background-position:  0px 0px; */
	/* 	} */
	/* 	#start_inspiration .start_icon { */
	/* 		background: transparent url(img/icon-inspiration-inactive-1024x768.png) no-repeat 0px 0px; */
	/* 	} */
	/* 	#start_inspiration:hover .start_icon, #start_inspiration.act .start_icon { */
	/* 		background: transparent url(img/icon-inspiration-active-1024x768.png) no-repeat 0px 0px; */
	/* 	} */
	/* 	#start_custom .start_icon { */
	/* 		background: transparent url(img/icon-ownPicture-inactive-1024x768.png) no-repeat 0px 0px; */
	/* 	} */
	/* 	#start_custom:hover .start_icon, #start_custom.act .start_icon { */
	/* 		background: transparent url(img/icon-ownPicture-active-1024x768.png) no-repeat 0px 0px; */
	/* 	} */
	/* 	#start_express_logo { */
	/* 		background: transparent url(img/logo_SPexpress.png) no-repeat 0px 0px; */
	/* 	} */
	#btt_logo.btt, #start_express_logo {
		background-position: -0px -0px;
	}
	#desc_logo {
		background-position: -100px -0px;
	}
	#search_accordion div .acc_ico_search {
		background-position: -0px -3100px;
	}
	#search_accordion div .panel.act .acc_ico_search {
		background-position: -100px -3100px;
	}
	#express_tv {
		background-position: -0px -6400px;
	}
	#express_tv:hover {
		background-position: -200px -6400px;
	}
	#remote_line.act #express_tv {
		background-position: -100px -6400px;
	}
	#spectrum_id {
		background-position: -0px -6300px;
	}
	#spectrum_id:hover {
		background-position: -200px -6300px;
	}
	.sm_line.act>#spectrum_id {
		background-position: -100px -6300px;
	}
	#express_pdf {
		background-position: -0px -6500px;
	}
	#express_pdf:hover {
		background-position: -200px -6500px;
	}
	.chip_fav_btt {
		background-position: 0px -300px;
	}
	.chip_fav_btt:hover, .chip_fav_btt.act {
		background-position: -100px -300px;
	}
	#btt_add_obj {
		background-position: 0px -1400px;
	}
	#btt_remove_obj {
		background-position: 0px -1500px;
	}
	#btt_remove_obj.deact {
		background-position: -300px -1500px;
	}
	#btt_refresh_obj {
		background-position: -0px -5100px;
	}
	.obj_line_icon_img {
		background-position: -0px -7800px;
	}
	#c_btt_newacc {
		background-position: -0px -3700px;
	}
	#c_btt_newacc:hover {
		background-position: -200px -3700px;
	}
	#c_btt_newacc.act {
		background-position: -100px -3700px;
	}
	#reg_title_icon {
		background-position: -300px -3700px;
	}
	#c_btt_forgotten {
		background-position: -0px -3800px;
	}
	#c_btt_forgotten:hover {
		background-position: -200px -3800px;
	}
	#c_btt_forgotten.act {
		background-position: -100px -3800px;
	}
	#passforgotten_header_icon, #changePass_header_icon {
		background-position: -300px -3800px;
	}
	#btt_compare.btt {
		background-position: -0px -2400px;
	}
	#btt_compare.btt:hover, #btt_compare.btt.highlight {
		background-position: -200px -2400px;
	}
	#btt_compare.act {
		background-position: -100px -2400px;
	}
	#btt_compare.btt:hover.deact, #btt_compare.deact {
		cursor: auto;
		pointer-events: none;
		background-position: -300px -2400px;
	}
	#btt_tsr.btt {
		background-position: -0px -5900px;
	}
	#btt_tsr.btt:hover, #btt_tsr.btt.highlight {
		background-position: -200px -5900px;
	}
	#btt_tsr.act, #tsrInfo_icon {
		background-position: -100px -5900px;
	}
	#btt_tsr.btt:hover.deact, #btt_tsr.deact {
		cursor: auto;
		pointer-events: none;
		background-position: -300px -5900px;
	}
	#btt_toeditor.btt {
		background-position: -0px -7500px;
	}
	#btt_toeditor.btt:hover, #btt_toeditor.btt.highlight {
		background-position: -200px -7500px;
	}
	#btt_toeditor.act {
		background-position: -100px -7500px;
	}
	#btt_toeditor.btt:hover.deact, #btt_toeditor.deact {
		cursor: auto;
		pointer-events: none;
		background-position: -300px -7500px;
	}
	#btt_express_share.btt {
		background-position: -0px -5800px;
	}
	#btt_express_share.btt:hover {
		background-position: -200px -5800px;
	}
	#btt_express_share.act, #btt_express_share.highlight {
		background-position: -100px -5800px;
	}
	#btt_express_share.btt:hover.deact, #btt_express_share.deact {
		background-position: -300px -5800px;
	}
	#btt_express_info.btt {
		background-position: -0px -2100px;
	}
	#btt_express_info.btt:hover {
		background-position: -200px -2100px;
	}
	#btt_express_info.act, #btt_express_info.highlight {
		background-position: -100px -2100px;
	}
	#btt_express_info.btt:hover.deact, #btt_express_info.deact {
		background-position: -300px -2100px;
	}
	#btt_dataprot.btt, #start_btt_info.start_btt {
		background-position: -0px -2100px;
	}
	#btt_dataprot.btt:hover, #start_btt_info.start_btt:hover {
		background-position: -200px -2100px;
	}
	#btt_dataprot.act, #start_btt_info.act {
		background-position: -100px -2100px;
	}
	#btt_dataprot.btt:hover.deact, #btt_dataprot.deact, #start_btt_info.start_btt:hover.deact, #start_btt_info.deact, #dataprot_icon
		{
		background-position: -300px -2100px;
	}
	#btt_color_info.btt {
		background-position: -0px -3300px;
	}
	#btt_color_info.btt:hover {
		background-position: -200px -3300px;
	}
	#btt_color_info.act {
		background-position: -100px -3300px;
	}
	#btt_color_info.btt:hover.deact, #btt_color_info.deact {
		background-position: -300px -3300px;
	}
	#btt_editor_obj.btt {
		background-position: -0px -2300px;
	}
	#btt_editor_obj:hover, #btt_editor_obj.highlight {
		background-position: -200px -2300px;
	}
	#btt_editor_obj.act {
		background-position: -100px -2300px;
	}
	#btt_editor_obj:hover.deact, #btt_editor_obj.deact {
		background-position: -300px -2300px;
	}
	#btt_editor_tool.btt {
		background-position: -0px -1600px;
	}
	#btt_editor_tool:hover, #btt_editor_tool.highlight {
		background-position: -200px -1600px;
	}
	#btt_editor_tool.act, #btt_editor_tool.start, #btt_editor_tool.tool_on {
		background-position: -100px -1600px;
	}
	#btt_editor_tool:hover.deact, #btt_editor_tool.deact {
		background-position: -300px -1600px;
	}
	.chip_dim_btt {
		background-position: 0px -7400px;
	}
	.chip_dim_btt.act {
		background-position: -100px -7400px;
	}
	.chip_dim_btt:hover {
		background-position: -200px -7400px;
	}
	.projFolder_room_info_btt_pic.btt_delete {
		background-position: -0px -5000px;
	}
	.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_delete, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_delete
		{
		background-position: -200px -5000px;
	}
	.projFolder_room_info_btt_pic.btt_send {
		background-position: -0px -4800px;
	}
	.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_send, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_send
		{
		background-position: -200px -4800px;
	}
	#btt_cust_gallery_img.btt {
		/* 		background: transparent url(img/BTT_Gallery_inactive_2560x1440.png) no-repeat 0px 0px; */
		
	}
	#btt_cust_gallery:hover #btt_cust_gallery_img {
		/* 		background: transparent url(img/BTT_Gallery_active_2560x1440.png) no-repeat 0px 0px; */
		
	}
	#btt_cust_gallery_img.act, #btt_cust_gallery_img.highlight {
		/* 		background: transparent url(img/BTT_Gallery_active_2560x1440.png) no-repeat 0px 0px; */
		
	}
	#editor_history_back.btt {
		background-position: 0px -700px;
	}
	#editor_history_back:hover {
		background-position: -200px -700px;
	}
	#editor_history_back.act {
		background-position: -100px -700px;
	}
	#editor_history_back:hover.deact, #editor_history_back.deact {
		background-position: -300px -700px;
	}
	#editor_history_next.btt {
		background-position: 0px -800px;
	}
	#editor_history_next:hover {
		background-position: -200px -800px;
	}
	#editor_history_next.act {
		background-position: -100px -800px;
	}
	#editor_history_next:hover.deact, #editor_history_next.deact {
		background-position: -300px -800px;
	}
	#editor_zoom_plus.btt {
		background-position: 0px -900px;
	}
	#editor_zoom_plus:hover {
		background-position: -200px -900px;
	}
	#editor_zoom_plus.act {
		background-position: -100px -900px;
	}
	#editor_zoom_plus:hover.deact, #editor_zoom_plus.deact {
		background-position: -300px -900px;
	}
	#editor_zoom_minus.btt {
		background-position: -0px -1000px;
	}
	#editor_zoom_minus:hover {
		background-position: -200px -1000px;
	}
	#editor_zoom_minus.act {
		background-position: -100px -1000px;
	}
	#editor_zoom_minus:hover.deact, #editor_zoom_minus.deact {
		background-position: -300px -1000px;
	}
	#editor_tool_magic_wand.btt {
		background-position: -0px -2500px;
	}
	#editor_tool_magic_wand:hover, #editor_tool_magic_wand.btt.highlight {
		background-position: -200px -2500px;
	}
	#editor_tool_magic_wand.act {
		background-position: -100px -2500px;
	}
	#editor_tool_magic_wand:hover.deact, #editor_tool_magic_wand.deact {
		background-position: -300px -2500px;
	}
	#editor_tool_paint.btt, #btt_editor_paint {
		background-position: -0px -2600px;
	}
	#editor_tool_paint:hover, #editor_tool_paint.btt.highlight, #btt_editor_paint:hover, #btt_editor_paint.highlight {
		background-position: -200px -2600px;
	}
	#editor_tool_paint.act, #btt_editor_paint.act, #btt_editor_paint.tool_on {
		background-position: -100px -2600px;
	}
	#editor_tool_paint:hover.deact, #editor_tool_paint.deact, #btt_editor_paint:hover.deact, #btt_editor_paint.deact {
		background-position: -300px -2600px;
	}
	#editor_tool_grid.btt {
		background-position: -0px -2700px;
	}
	#editor_tool_grid:hover, #editor_tool_grid.btt.highlight {
		background-position: -200px -2700px;
	}
	#editor_tool_grid.act {
		background-position: -100px -2700px;
	}
	#editor_tool_grid:hover.deact, #editor_tool_grid.deact {
		background-position: -300px -2700px;
	}
	#editor_tool_add_area.btt {
		background-position: -0px -2800px;
	}
	#editor_tool_add_area:hover, #editor_tool_add_area.btt.highlight {
		background-position: -200px -2800px;
	}
	#editor_tool_add_area.act {
		background-position: -100px -2800px;
	}
	#editor_tool_add_area:hover.deact, #editor_tool_add_area.deact {
		background-position: -300px -2800px;
	}
	#editor_tool_remove_area.btt {
		background-position: -0px -2900px;
	}
	#editor_tool_remove_area:hover, #editor_tool_remove_area.btt.highlight {
		background-position: -200px -2900px;
	}
	#editor_tool_remove_area.act {
		background-position: -100px -2900px;
	}
	#editor_tool_remove_area:hover.deact, #editor_tool_remove_area.deact {
		background-position: -300px -2900px;
	}
	#editor_tool_erase.btt, #btt_editor_erase {
		background-position: -0px -3000px;
	}
	#editor_tool_erase:hover, #editor_tool_erase.btt.highlight, #btt_editor_erase:hover, #btt_editor_erase.highlight {
		background-position: -200px -3000px;
	}
	#editor_tool_erase.act, #btt_editor_erase.act, #btt_editor_erase.tool_on {
		background-position: -100px -3000px;
	}
	#editor_tool_erase:hover.deact, #editor_tool_erase.deact, #btt_editor_erase:hover.deact, #btt_editor_erase.deact {
		background-position: -300px -3000px;
	}
	#btt_editor_retmarker {
		background-position: -0px -4500px;
	}
	#btt_editor_retmarker:hover, #btt_editor_retmarker.highlight {
		background-position: -200px -4500px;
	}
	#btt_editor_retmarker.act {
		background-position: -100px -4500px;
	}
	#btt_editor_retmarker.deact, #btt_editor_retmarker:hover.deact {
		background-position: -300px -4500px;
	}
	#btt_editor_reference {
		background-position: -0px -4600px;
	}
	#btt_editor_reference:hover, #btt_editor_reference.highlight {
		background-position: -200px -4600px;
	}
	#btt_editor_reference.act, #btt_editor_reference.state_act {
		background-position: -100px -4600px;
	}
	#btt_editor_reference.deact, #btt_editor_reference:hover.deact {
		background-position: -300px -4600px;
	}
	#btt_editor_fitzoom {
		background-position: -0px -1100px;
	}
	#btt_editor_fitzoom:hover, #btt_editor_fitzoom.highlight {
		background-position: -200px -1100px;
	}
	#btt_editor_fitzoom.act {
		background-position: -100px -1100px;
	}
	#btt_editor_fitzoom.deact, #btt_editor_fitzoom:hover.deact {
		background-position: -300px -1100px;
	}
	#btt_editor_comment {
		background-position: -0px -4700px;
	}
	#btt_editor_comment:hover, #btt_editor_comment.highlight {
		background-position: -200px -4700px;
	}
	#btt_editor_comment.act {
		background-position: -100px -4700px;
	}
	#btt_editor_comment.deact, #btt_editor_comment:hover.deact {
		background-position: -300px -4700px;
	}
	#btt_editor_send {
		background-position: -0px -4800px;
	}
	#btt_editor_send:hover, #btt_editor_send.highlight {
		background-position: -200px -4800px;
	}
	#btt_editor_send.act {
		background-position: -100px -4800px;
	}
	#btt_editor_send.deact, #btt_editor_send:hover.deact {
		background-position: -300px -4800px;
	}
	#btt_print_send {
		background-position: -0px -4800px;
	}
	#btt_print_send:hover, #btt_print_send.highlight {
		background-position: -200px -4800px;
	}
	#btt_print_send.act {
		background-position: -100px -4800px;
	}
	#btt_print_send.deact, #btt_print_send:hover.deact {
		background-position: -300px -4800px;
	}
	.obj_line .obj_line_icon_img {
		background-position: -0px -7800px;
	}
	.obj_line.act .obj_line_icon_img {
		background-position: -100px -7800px;
	}
	.shariff .theme-grey .shariff-button a, .shariff .theme-grey .shariff-button a:hover {
		background-position: 0px 0px;
	}
	.shariff .theme-grey .facebook a {
		background-position: -0px -6000px;
	}
	.shariff .theme-grey .twitter a {
		background-position: -0px -6100px;
	}
	.shariff .theme-grey .pinterest a {
		background-position: -0px -6200px;
	}
	.shariff .theme-grey .facebook a:hover {
		background-position: -200px -6000px;
	}
	.shariff .theme-grey .twitter a:hover {
		background-position: -200px -6100px;
	}
	.shariff .theme-grey .pinterest a:hover {
		background-position: -200px -6200px;
	}
	.c_option_icon, .user_option_icon, .photo_option_icon {
		background-position: 0px 0px;
	}
	#logout_btt {
		background-position: 0px -4200px;
	}
	#logout_btt:hover, #logout_btt.act {
		background-position: -300px -4200px;
	}
	#user_option_prj>.user_option_icon {
		background-position: 0px -4000px;
	}
	#user_option_prj:hover>.user_option_icon {
		background-position: -200px -4000px;
	}
	#user_option_prj.act>.user_option_icon {
		background-position: -100px -4000px;
	}
	#user_option_photoservice>.user_option_icon {
		background-position: 0px -4300px;
	}
	#user_option_photoservice:hover>.user_option_icon {
		background-position: -200px -4300px;
	}
	#user_option_photoservice.act>.user_option_icon {
		background-position: -100px -4300px;
	}
	#user_option_photoservice.deact>.user_option_icon {
		background-position: -300px -4300px;
	}
	#user_option_printservice>.user_option_icon {
		background-position: 0px -1300px;
	}
	#user_option_printservice:hover>.user_option_icon {
		background-position: -200px -1300px;
	}
	#user_option_printservice.act>.user_option_icon {
		background-position: -100px -1300px;
	}
	#user_option_printservice.deact>.user_option_icon {
		background-position: -300px -1300px;
	}
	#user_option_settings>.user_option_icon {
		background-position: 0px -200px;
	}
	#user_option_settings:hover>.user_option_icon {
		background-position: -200px -200px;
	}
	#user_option_settings.act>.user_option_icon {
		background-position: -100px -200px;
	}
	#user_option_fav>.user_option_icon {
		background-position: 0px -180px;
	}
	#user_option_fav:hover>.user_option_icon {
		background-position: -60px -180px;
	}
	#user_option_fav.act>.user_option_icon {
		background-position: -120px -180px;
	}
	#user_option_specid>.user_option_icon {
		background-position: 0px -6610px;
	}
	#user_option_specid:hover>.user_option_icon {
		background-position: -60px -6610px;
	}
	#user_option_specid.act>.user_option_icon {
		background-position: -120px -6610px;
	}
	#user_option_cloudsave>.user_option_icon {
		background-position: 0px -4320px;
	}
	#user_option_cloudsave:hover>.user_option_icon {
		background-position: -60px -4320px;
	}
	#user_option_cloudsave.act>.user_option_icon {
		background-position: -120px -4320px;
	}
	#user_option_print>.user_option_icon {
		background-position: 0px -4400px;
	}
	#user_option_print:hover>.user_option_icon {
		background-position: -200px -4400px;
	}
	#user_option_print.act>.user_option_icon {
		background-position: -100px -4400px;
	}
	#photo_option_task>.photo_option_icon {
		background-position: 0px -4100px;
	}
	#photo_option_task:hover>.photo_option_icon {
		background-position: -200px -4100px;
	}
	#photo_option_task.act>.photo_option_icon {
		background-position: -100px -4100px;
	}
	#photo_option_show>.photo_option_icon {
		background-position: 0px -5400px;
	}
	#photo_option_show:hover>.photo_option_icon {
		background-position: -200px -5400px;
	}
	#photo_option_show.act>.photo_option_icon {
		background-position: -100px -5400px;
	}
	.pattern_0.off:hover {
		background-position: 0px -6800px;
	}
	.pattern_0.act, .pattern_0:hover, .filter_pattern_line.act .pattern_0, .filter_pattern_line:hover .pattern_0 {
		background-position: -100px -6800px;
	}
	.pattern_1, .pattern_1.off:hover {
		background-position: 0px -6900px;
	}
	.pattern_1.act, .pattern_1:hover, .filter_pattern_line.act .pattern_1, .filter_pattern_line:hover .pattern_1 {
		background-position: -100px -6900px;
	}
	.pattern_2, .pattern_2.off:hover {
		background-position: 0px -7000px;
	}
	.pattern_2.act, .pattern_2:hover, .filter_pattern_line.act .pattern_2, .filter_pattern_line:hover .pattern_2 {
		background-position: -100px -7000px;
	}
	.pattern_3, .pattern_3.off:hover {
		background-position: 0px -7100px;
	}
	.pattern_3.act, .pattern_3:hover, .filter_pattern_line.act .pattern_3, .filter_pattern_line:hover .pattern_3 {
		background-position: -100px -7100px;
	}
	.pattern_4, .pattern_4.off:hover {
		background-position: 0px -7200px;
	}
	.pattern_4.act, .pattern_4:hover, .filter_pattern_line.act .pattern_4, .filter_pattern_line:hover .pattern_4 {
		background-position: -100px -7200px;
	}
	.pattern_5, .pattern_5.off:hover {
		background-position: 0px -7300px;
		margin-right: 0px;
	}
	.pattern_5.act, .pattern_5:hover, .filter_pattern_line.act .pattern_5, .filter_pattern_line:hover .pattern_5 {
		background-position: -100px -7300px;
	}
	#dataprot_line_imp>.dataprot_btt {
		background-position: -0px -7700px;
	}
	#dataprot_line_imp:hover>.dataprot_btt {
		background-position: -200px -7700px;
	}
	#dataprot_line_imp.act>.dataprot_btt {
		background-position: -100px -7700px;
	}
	#dataprot_line_dataprot>.dataprot_btt {
		background-position: -0px -7600px;
	}
	#dataprot_line_dataprot:hover>.dataprot_btt {
		background-position: -200px -7600px;
	}
	#dataprot_line_dataprot.act>.dataprot_btt {
		background-position: -100px -7600px;
	}
	.obj_line_info {
		background-position: 0px -3300px;
	}
	.obj_line:hover .obj_line_info {
		background-position: -100px -3300px;
	}
	.obj_line .obj_line_info.deact {
		background-position: -300px -3300px;
	}
	.reg_icon {
		background-position: -0px -3100px;
	}
	.reg_cb:hover .reg_icon {
		background-position: -200px -3100px;
	}
	.reg_cb.act .reg_icon {
		background-position: -100px -3100px;
	}
	#wind_line>.tsr_icon {
		background-position: -0px -8000px;
	}
	#wind_line:hover>.tsr_icon {
		background-position: -200px -8000px;
	}
	#wind_line.act>.tsr_icon, #wind_line.highlight>.tsr_icon {
		background-position: -100px -8000px;
	}
	#sun_line>.tsr_icon {
		background-position: -0px -8100px;
	}
	#sun_line:hover>.tsr_icon {
		background-position: -200px -8100px;
	}
	#sun_line.act>.tsr_icon, #sun_line.highlight>.tsr_icon {
		background-position: -100px -8100px;
	}
	#temp_line>.tsr_icon {
		background-position: -0px -5900px;
	}
	#temp_line:hover>.tsr_icon {
		background-position: -200px -5900px;
	}
	#temp_line.act>.tsr_icon, #temp_line.highlight>.tsr_icon {
		background-position: -100px -5900px;
	}
	#changeProd_line>.tsr_icon {
		background-position: -0px -8200px;
	}
	#changeProd_line:hover>.tsr_icon {
		background-position: -200px -8200px;
	}
	#changeProd_line.act>.tsr_icon, #changeProd_line.highlight>.tsr_icon {
		background-position: -100px -8200px;
	}
	#tsrFilter_line>.tsr_icon {
		background-position: -0px -2400px;
	}
	#tsrFilter_line:hover>.tsr_icon {
		background-position: -200px -2400px;
	}
	#tsrFilter_line.act>.tsr_icon, #tsrFilter_line.highlight>.tsr_icon {
		background-position: -100px -2400px;
	}
	#compareTSR_line>.tsr_icon {
		background-position: -0px -8300px;
	}
	#compareTSR_line:hover>.tsr_icon {
		background-position: -200px -8300px;
	}
	#compareTSR_line.act>.tsr_icon, #compareTSR_line.highlight>.tsr_icon {
		background-position: -100px -8300px;
	}
	#close_subbar {
		background-position: -0px -5200px;
	}
	#close_subbar:hover {
		background-position: -100px -5200px;
	}
	#share_sm_icon {
		background-position: -300px -5800px;
	}
	#btt_resetInspi {
		background-position: -0px -11000px;
	}
	#btt_resetInspi.act {
		background-position: -100px -11000px;
	}
	#btt_resetInspi:hover, #btt_resetInspi.highlight {
		background-position: -200px -11000px;
	}
	#btt_backInspi {
		background-position: -0px -700px;
	}
	#btt_backInspi.act {
		background-position: -100px -700px;
	}
	#btt_backInspi:hover, #btt_backInspi.highlight {
		background-position: -200px -700px;
	}
	#btt_forwardInspi {
		background-position: -0px -800px;
	}
	#btt_forwardInspi.act {
		background-position: -100px -800px;
	}
	#btt_forwardInspi:hover, #btt_forwardInspi.highlight {
		background-position: -200px -800px;
	}
	/*--- Buttonset End ---*/
	/*--- Filter ---*/
	.filter_line_label, .coll_change_result_txt, .filter_color_text, .filter_pattern_text, .sm_text, .share_text, .dataprot_text,
		.slider_text, .changeProd_text, .tsrFilter_text, .choice_text, .prodgroup_line_text {
		width: calc(100% - 130px);
	}
	.subbar {
		width: 980px;
	}
	.panel {
		height: 84px;
	}
	.subbar_div, #editor_tool_content, #dialog_register_content, #obj_content {
		height: calc(100% - 100px);
	}
	.filter_color_bg {
		width: 48px;
		height: 48px;
		margin: 26px 0px 0px 36px;
	}
	#selection_filter_content {
		height: calc(100% - 100px);
	}
	/*--- Filter End ---*/
	#start_info_wrapper {
		height: 340px;
	}
	#menu_right, #start_btt_menu {
		height: calc(100% - 340px);
	}
	#right_main_wrapper, #start_btt_wrapper {
		top: calc(50% - 200px);
	}
	.projFolder_room_info_btt_text {
		width: auto;
	}
	.magic_wand>* {
		cursor: url("img/Zauberstab_M.png") 75 0, auto;
	}
	.obj_line_text, .obj_line_input {
		width: calc(100% - 300px);
	}
	#dia_editorobj.photoservice .obj_line_text, #dia_editorobj.photoservice .obj_line_input {
		width: calc(100% - 225px);
	}
	#selection_filter_contrast, #tsrSelection_tsr_content, #tsr_content {
		height: calc(100% - 200px);
	}
	#dia_contrastchip {
		/* 		left: 100px; */
		/* 		width: calc(100% - 100px); */
		right: 100px;
		width: calc(100% - 20% - 540px);
	}
	#contrastchip_content {
		height: calc(100% - 100px)
	}
	.choice_bg {
		top: 27px;
		right: 56px;
		width: 48px;
		height: 48px;
	}
	#desc_nav>span {
		max-width: calc(100% - 85px);
	}
	#dia_contrastchip.no_room {
		width: calc(100% - 100px);
	}
	.photo_option_label {
		width: calc(100% - 110px);
		margin: 0px;
	}
	.c_option_label, .user_option_label, .photo_option_label {
		width: calc(50% - 110px);
	}
	#dia_tsrInfo {
		left: 100px;
		height: 100px;
		width: calc(100% - 200px);
	}
	#dia_fandeck {
		left: 100px;
		width: calc(100% - 200px);
	}
	#compare_end_end {
		right: 200px;
	}
	#compare_end_cancel, #compare_end_end {
		width: 122px;
	}
	#contrastchip_title {
		height: 100px;
	}
	#contrast_choice_value, #contrast_choice_brightness {
		height: 50px;
	}
	.swiper_fd_img {
		top: 50px;
	}
	#impr_layer_start {
		height: 100px;
		line-height: 100px;
	}
	#impr_layer_main {
		left: 100px;
		width: calc(100% - 200px);
		height: 33px;
		line-height: 33px;
	}
	#impr_layer_start>.impr_opt_show {
		margin-left: 272px;
	}
	.subbar_content, .inner_subbar_content, #selection_filter_color, #selection_filter_lrv, .dialog_prjmap_content,
		#dialog_prjmap_content {
		height: calc(100% - 33px);
	}
	.tostart>.dialog_prjmap_content, .tostart>#dialog_prjmap_content {
		height: calc(100% - 100px);
	}
	#chipsearch_content, #dialog_objects_content {
		height: calc(100% - 183px);
	}
	#text_color_info {
		max-height: 210px;
	}
	#up_down {
		right: 100px;
	}
	.obj_line_icon_grid {
		top: 28px;
		right: 28px;
	}
	#info_imp_top {
		height: 100px;
	}
	#info_imp_close {
		width: 100px;
		height: 100px;
		background-position: 0px -5600px;
	}
	#info_imp_iframe {
		height: calc(100% - 100px);
	}
	.dia_head #color_area_H {
		/*.dia_head #colors, .dia_head #demobox, .dia_head #chips*/
		height: calc(100% - 100px);
	}
	#colorpicker_head {
		height: 100px;
	}
}

@media ( max-width : 1024px) {
	/*--- Startscreen 1024px ---*/
	#start_select {
		width: calc(100% - calc(( 100% - 450px)/2));
		left: calc(( 100% - 450px)/4);
		/* 		width: 736px; */
		/* 		padding-top: calc(25% - 125px); */
		/* 		left: calc(50% - 368px); */
	}
	.start_option {
		height: 250px;
		width: 150px;
	}
	#start_inspiration {
		margin: 0px calc(( 100% - 450px)/2);
		/* 		margin: 0px 143px; */
	}
	.start_icon {
		height: 100px;
		margin: 15px auto 15px auto;
	}
	.start_title {
		padding-left: 10px;
		font-size: 12pt;
	}
	.start_text {
		margin: 10px;
		font-size: 9pt;
	}
	#start_collection .start_icon {
		width: 68px;
	}
	#start_inspiration .start_icon {
		width: 79px;
	}
	#start_custom .start_icon {
		width: 93px;
	}
	#start_express_logo {
		width: 167px;
		height: 50px;
	}
	/*--- Startscreen End ---*/
	/*--- Nippie ---*/
	.nippie {
		width: 38px;
		height: 50px;
	}
	.nippie_text {
		top: 37px;
	}
	/*--- Nippie End ---*/
	/*--- Buttonset ---*/
	.main_bar, .menu_bar, #menu_left, #menu_right, #field_color_info, #text_color_info, .start_btt_line, #start_btt_menu {
		width: 50px;
	}
	.btt, #btt_compare, #btt_rooms_load, #btt_objbar, #btt_favlist, #btt_rooms_editor, .start_btt, #btt_nav_icon, .desc_nav_icon,
		.chip_fav_btt, .sm_btt, .shariff .theme-grey .shariff-button a, .shariff .theme-grey .shariff-button a:hover, .c_option_icon,
		.user_option_icon, .photo_option_icon, #logout_btt, #search_accordion div .acc_ico_search, .filter_line_cb, .coll_change_img,
		.filter_color_cb, .filter_color_img, #search_icon, .chip_dim_btt, .filter_pattern_cb, .filter_pattern_img, .sm_btt,
		.chip_dim_btt, #passforgotten_header_icon, #help_close_btt, .projFolder_room_info_btt_pic, .filter_pattern_bg, .obj_line_icon,
		.editor_btt, .obj_line_conf, .obj_line_naming, .dataprot_btt, #dataprot_icon, .obj_line_info, .choice_icon,
		#changePass_header_icon, .reg_icon, #reg_title_icon, #btt_tsr, .tsr_icon, .changeProd_icon, .tsrFilter_icon, #tsrInfo_icon,
		.sendPS_line_icon, .sendPrint_line_icon, #close_subbar, #share_sm_icon, .prodgroup_icon {
		width: 50px;
		height: 50px;
	}
	#left_menu_desc_inner {
		margin-left: 50px;
		width: 220px;
	}
	#right_menu_desc_inner {
		right: 50px;
		width: 200px;
	}
	.desc, .cloud_option_line, .cloud_input_line, .main_cloud_header, #photo_header, .cloud_input_label, .user_option_line,
		.photo_option_line, .panel_val, .panel, #search_accordion h3, .filter_line_label, .coll_change_result_txt, .subbar_title,
		.producer_choose_row, .coll_change_result, #desc_logo, .search_line, .filter_line_label, .coll_change_result_txt,
		.filter_color_text, .filter_pattern_text, .sm_line, .sm_text, .projFolder_room_info_btt_line, .projFolder_room_info_btt,
		.shariff .orientation-horizontal li .share_text, .tool_btt_line, .main_header, #obj_header, .obj_line, .main_cloud_header,
		#photo_header, .main_objconf_header, .sm_btt_text, .dataprot_line, .dataprot_text, .slider_text, .reg_line, .reg_cb, .tsr_line,
		.main_tsr_header, .tsrSelection_title, .changeProd_line, .changeProd_text, .tsrFilter_line, .tsrFilter_text, .tsr_text,
		.choice_text, .sendPS_line, .sendPrint_line, #share_sm_title, .prodgroup_line_text, .prodgroup_line {
		height: 50px;
		line-height: 50px;
	}
	.shariff .orientation-horizontal .twitter .share_text {
		top: 50px;
	}
	.shariff .orientation-horizontal .facebook .share_text {
		top: 100px;
	}
	#field_color_info {
		height: 165px;
	}
	#btt_cust_gallery_img, #btt_cust_lastprj_img, #btt_cust_cloud_img {
		width: 101px;
		height: 179px;
	}
	#btt_cust_gallery, #btt_cust_lastprj, #btt_cust_cloud {
		width: 158px;
		height: 250px;
	}
	#custom_btt_line {
		/* 		min-width: 480px; */
		
	}
	.obj_line_icon_bg {
		top: 13px;
		left: 13px;
		height: 24px;
		width: 24px;
	}
	#share_sm_title>span {
		width: calc(100% - 100px);
		text-align: center;
	}
	.sm_btt_text {
		width: calc(100% - 50px);
	}
	.tsr_text {
		width: calc(100% - 60px);
	}
	.ui-slider-vertical .ui-slider-handle {
		left: -13px;
	}
	.ui-slider-horizontal .ui-slider-handle {
		top: -17px;
	}
	.obj_line_conf {
		background-position: 0px -100px;
	}
	.obj_line_conf.act {
		background-position: -100px -100px;
	}
	.obj_line_conf:hover {
		background-position: -50px -100px;
	}
	.obj_line_naming {
		background-position: 0px -5400px;
	}
	.obj_line_naming.act {
		background-position: -100px -5400px;
	}
	.obj_line_naming:hover {
		background-position: -50px -5400px;
	}
	.filter_pattern_bg {
		background-position: -0px -3400px;
	}
	.filter_pattern_bg:hover {
		background-position: -0px -3400px;
	}
	.filter_pattern_bg.act {
		background-position: -0px -3400px;
	}
	#search_icon {
		background-position: -150px 0px;
	}
	#btt_nav_icon, #help_close_btt, #start_back {
		background-position: -0px -2800px;
	}
	/* 	#btt_nav.highlight>#btt_nav_icon, #btt_nav_icon:hover { */
	/* 		background-position:  -100px -2800px; */
	/* 	} */
	#btt_nav_icon.act, #btt_nav.highlight>#btt_nav_icon, #btt_nav_icon:hover, #help_close_btt.act, #help_close_btt:hover,
		#start_back:hover, #start_back.act {
		background-position: -50px -2800px;
	}
	#btt_nav_icon:hover.deact, #btt_nav_icon.deact, #help_close_btt.deact, #start_back.deact {
		background-position: -150px -2800px;
	}
	#btt_collection.btt {
		/* 		background-position:  0px -1600px; */
		background-position: 0px -1600px;
	}
	#btt_collection:hover, #btt_collection.highlight {
		background-position: -100px -1600px;
	}
	#btt_collection.act {
		background-position: -50px -1600px;
	}
	#btt_collection:hover.deact, #btt_collection.deact {
		background-position: -150px -1600px;
	}
	#btt_filter.btt, #btt_inspi_filter.btt {
		background-position: 0px -1000px;
	}
	#btt_filter:hover, #btt_inspi_filter:hover, #btt_filter.highlight, #btt_inspi_filter.highlight {
		background-position: -100px -1000px;
	}
	#btt_filter.act, #btt_inspi_filter.act {
		background-position: -50px -1000px;
	}
	#btt_filter:hover.deact, #btt_filter.deact, #btt_inspi_filter.deact, #btt_inspi_filter:hover.deact {
		background-position: -150px -1000px;
	}
	#btt_fav.btt {
		background-position: -0px -150px;
	}
	#btt_fav:hover, #btt_fav.highlight {
		background-position: -100px -150px;
	}
	#btt_fav.act {
		background-position: -50px -150px;
	}
	#btt_fav:hover.deact, #btt_fav.deact {
		background-position: -150px -150px;
	}
	#btt_cloud.btt, #startbtt_cloud.start_btt, #save_prj {
		background-position: -0px -1800px;
	}
	#btt_cloud.act, #startbtt_cloud.act, #btt_cloud.highlight, #save_prj.act {
		background-position: -100px -1800px;
	}
	#btt_cloud.loggt, #startbtt_cloud.loggt {
		background-position: -50px -1800px;
	}
	#btt_cloud:hover, #startbtt_cloud:hover, #save_prj:hover {
		background-position: -100px -1800px;
	}
	#btt_cloud:hover.deact, #btt_cloud.deact, #startbtt_cloud:hover.deact, #startbtt_cloud.deact {
		background-position: -150px -1800px;
	}
	#btt_chipsearch.btt {
		background-position: -0px -0px;
	}
	#btt_chipsearch:hover {
		background-position: -100px -0px;
	}
	#btt_chipsearch.act, #btt_chipsearch.highlight {
		background-position: -50px -0px;
	}
	#btt_chipsearch:hover.deact, #btt_chipsearch.deact {
		background-position: -150px -0px;
	}
	#btt_help.btt, #start_btt_help.start_btt {
		background-position: -0px -50px;
	}
	#btt_help:hover, #start_btt_help:hover {
		background-position: -100px -50px;
	}
	#btt_help.act, #start_btt_help.act, #btt_help.highlight {
		background-position: -50px -50px;
	}
	#btt_help:hover.deact, #btt_help.deact, #start_btt_help:hover.deact, #start_btt_help.deact {
		background-position: -150px -50px;
	}
	.desc_nav_icon.collection {
		background-position: -0px -1100px;
	}
	.desc_nav_icon.inspiration {
		background-position: -0px -850px;
	}
	.desc_nav_icon.custom {
		background-position: -0px -2150px;
	}
	.filter_line_cb, .coll_change_img, .filter_color_img, .filter_pattern_img, .choice_icon, .changeProd_icon, .tsrFilter_icon,
		.sendPS_line_icon, .sendPrint_line_icon, .prodgroup_line_icon {
		background-position: -0px -1550px;
	}
	.producer_choose_row.act>.filter_line_cb, .coll_change_result.act>.coll_change_img, .subbar_filter_line.act>.filter_line_cb,
		.filter_color_line.act .filter_color_img, #filter_pattern_5_no.filter_pattern_line.act .filter_pattern_img,
		#filter_pattern_5_no.filter_pattern_line:hover .filter_pattern_img, #choice_line_contrast.act>.choice_icon, .changeProd_line.act>.changeProd_icon,
		.tsrFilter_line.act>.tsrFilter_icon, .sendPS_line.act>.sendPS_line_icon, .sendPrint_line.act>.sendPrint_line_icon,
		.prodgroup_line.act>.prodgroup_line_icon {
		background-position: -50px -1550px;
	}
	.producer_choose_row.deact>.filter_line_cb, .coll_change_result.deact>.coll_change_img, .subbar_filter_line.deact>.filter_line_cb,
		.filter_color_line.deact .filter_color_img, .filter_pattern_line.deact .filter_pattern_img, #choice_line_contrast.deact>.choice_icon,
		.changeProd_line.deact>.changeProd_icon, .tsrFilter_line.deact>.tsrFilter_icon, .sendPS_line.deact>.sendPS_line_icon,
		.sendPrint_line.deact>.sendPrint_line_icon, .prodgroup_line.deact>.prodgroup_line_icon {
		background-position: -150px -1550px;
	}
	#sendPS_line_noticket>.sendPS_line_icon, #sendPrint_line_noticket>.sendPrint_line_icon {
		background-position: -0px -3950px;
	}
	#sendPS_line_noticket:hover>.sendPS_line_icon, #sendPrint_line_noticket:hover>.sendPrint_line_icon {
		background-position: -100px -3950px;
	}
	#sendPS_line_noticket.act>.sendPS_line_icon, #sendPrint_line_noticket.act>.sendPrint_line_icon {
		background-position: -50px -3950px;
	}
	#start_collection .start_icon {
		background-position: 0px 0px;
	}
	#start_collection:hover .start_icon, #start_collection.act .start_icon {
		background-position: 0px 0px;
	}
	#start_inspiration .start_icon {
		background-position: 0px 0px;
	}
	#start_inspiration:hover .start_icon, #start_inspiration.act .start_icon {
		background-position: 0px 0px;
	}
	#start_custom .start_icon {
		background-position: 0px 0px;
	}
	#start_custom:hover .start_icon, #start_custom.act .start_icon {
		background-position: 0px 0px;
	}
	#start_express_logo {
		background-position: 0px 0px;
	}
	#btt_logo.btt, #start_express_logo {
		background-position: -0px -0px;
	}
	#desc_logo {
		background-position: -50px -0px;
	}
	#search_accordion div .acc_ico_search {
		background-position: -0px -1550px;
	}
	#search_accordion div .panel.act .acc_ico_search {
		background-position: -50px -1550px;
	}
	#express_tv {
		background-position: -0px -3200px;
	}
	#express_tv:hover {
		background-position: -100px -3200px;
	}
	#remote_line.act #express_tv {
		background-position: -50px -3200px;
	}
	#spectrum_id {
		background-position: -0px -3150px;
	}
	#spectrum_id:hover {
		background-position: -100px -3150px;
	}
	.sm_line.act>#spectrum_id {
		background-position: -50px -3150px;
	}
	#express_pdf {
		background-position: -0px -3250px;
	}
	#express_pdf:hover {
		background-position: -100px -3250px;
	}
	.chip_fav_btt {
		background-position: 0px -150px;
	}
	.chip_fav_btt:hover, .chip_fav_btt.act {
		background-position: -50px -150px;
	}
	#btt_add_obj {
		background-position: 0px -700px;
	}
	#btt_remove_obj {
		background-position: 0px -750px;
	}
	#btt_remove_obj.deact {
		background-position: -150px -750px;
	}
	#btt_refresh_obj {
		background-position: 0px -2550px;
	}
	.obj_line_icon_img {
		background-position: 0px -3900px;
	}
	#c_btt_newacc {
		background-position: -0px -1850px;
	}
	#c_btt_newacc:hover {
		background-position: -100px -1850px;
	}
	#c_btt_newacc.act {
		background-position: -50px -1850px;
	}
	#reg_title_icon {
		background-position: -150px -1850px;
	}
	#c_btt_forgotten {
		background-position: -0px -1900px;
	}
	#c_btt_forgotten:hover {
		background-position: -100px -1900px;
	}
	#c_btt_forgotten.act {
		background-position: -50px -1900px;
	}
	#passforgotten_header_icon, #changePass_header_icon {
		background-position: -150px -1900px;
	}
	#btt_compare.btt {
		background-position: -0px -1200px;
	}
	#btt_compare.btt:hover, #btt_compare.btt.highlight {
		background-position: -100px -1200px;
	}
	#btt_compare.act {
		background-position: -50px -1200px;
	}
	#btt_compare.btt:hover.deact, #btt_compare.deact {
		cursor: auto;
		pointer-events: none;
		background-position: -150px -1200px;
	}
	#btt_tsr.btt {
		background-position: -0px -2950px;
	}
	#btt_tsr.btt:hover, #btt_tsr.btt.highlight {
		background-position: -100px -2950px;
	}
	#btt_tsr.act, #tsrInfo_icon {
		background-position: -50px -2950px;
	}
	#btt_tsr.btt:hover.deact, #btt_tsr.deact {
		cursor: auto;
		pointer-events: none;
		background-position: -150px -2950px;
	}
	#btt_toeditor.btt {
		background-position: -0px -3750px;
	}
	#btt_toeditor.btt:hover, #btt_toeditor.btt.highlight {
		background-position: -100px -3750px;
	}
	#btt_toeditor.act {
		background-position: -50px -3750px;
	}
	#btt_toeditor.btt:hover.deact, #btt_toeditor.deact {
		cursor: auto;
		pointer-events: none;
		background-position: -150px -3750px;
	}
	#btt_express_share.btt {
		background-position: -0px -2900px;
	}
	#btt_express_share.btt:hover {
		background-position: -100px -2900px;
	}
	#btt_express_share.act, #btt_express_share.highlight {
		background-position: -50px -2900px;
	}
	#btt_express_share.btt:hover.deact, #btt_express_share.deact {
		background-position: -150px -2900px;
	}
	#btt_express_info.btt {
		background-position: -0px -1050px;
	}
	#btt_express_info.btt:hover {
		background-position: -100px -1050px;
	}
	#btt_express_info.act, #btt_express_info.highlight {
		background-position: -50px -1050px;
	}
	#btt_express_info.btt:hover.deact, #btt_express_info.deact {
		background-position: -150px -1050px;
	}
	#btt_dataprot.btt, #start_btt_info.start_btt {
		background-position: -0px -1050px;
	}
	#btt_dataprot.btt:hover, #start_btt_info.start_btt:hover {
		background-position: -100px -1050px;
	}
	#btt_dataprot.act, #start_btt_info.act {
		background-position: -50px -1050px;
	}
	#btt_dataprot.btt:hover.deact, #btt_dataprot.deact, #start_btt_info.start_btt:hover.deact, #start_btt_info.deact, #dataprot_icon
		{
		background-position: -150px -1050px;
	}
	#btt_color_info.btt {
		background-position: -0px -1650px;
	}
	#btt_color_info.btt:hover {
		background-position: -100px -1650px;
	}
	#btt_color_info.act {
		background-position: -50px -1650px;
	}
	#btt_color_info.btt:hover.deact, #btt_color_info.deact {
		background-position: -150px -1650px;
	}
	#btt_editor_obj.btt {
		background-position: -0px -1150px;
	}
	#btt_editor_obj:hover, #btt_editor_obj.highlight {
		background-position: -100px -1150px;
	}
	#btt_editor_obj.act {
		background-position: -50px -1150px;
	}
	#btt_editor_obj:hover.deact, #btt_editor_obj.deact {
		background-position: -150px -1150px;
	}
	#btt_editor_tool.btt {
		background-position: -0px -800px;
	}
	#btt_editor_tool:hover, #btt_editor_tool.highlight {
		background-position: -100px -800px;
	}
	#btt_editor_tool.act, #btt_editor_tool.start, #btt_editor_tool.tool_on {
		background-position: -50px -800px;
	}
	#btt_editor_tool:hover.deact, #btt_editor_tool.deact {
		background-position: -150px -800px;
	}
	.chip_dim_btt {
		background-position: 0px -3700px;
	}
	.chip_dim_btt.act {
		background-position: -50px -3700px;
	}
	.chip_dim_btt:hover {
		background-position: -100px -3700px;
	}
	.projFolder_room_info_btt_pic.btt_delete {
		background-position: -0px -2500px;
	}
	.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_delete, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_delete
		{
		background-position: -100px -2500px;
	}
	.projFolder_room_info_btt_pic.btt_send {
		background-position: -0px -2400px;
	}
	.projFolder_room_info_btt_line:hover .projFolder_room_info_btt_pic.btt_send, .projFolder_room_info_btt_line.act .projFolder_room_info_btt_pic.btt_send
		{
		background-position: -100px -2400px;
	}
	#btt_cust_gallery_img.btt {
		/* 		background: transparent url(img/BTT_Gallery_inactive_1024x768.png) no-repeat 0px 0px; */
		
	}
	#btt_cust_gallery:hover #btt_cust_gallery_img {
		/* 		background: transparent url(img/BTT_Gallery_active_1024x768.png) no-repeat 0px 0px; */
		
	}
	#btt_cust_gallery_img.act, #btt_cust_gallery_img.highlight {
		/* 		background: transparent url(img/BTT_Gallery_active_1024x768.png) no-repeat 0px 0px; */
		
	}
	#editor_history_back.btt {
		background-position: 0px -350px;
	}
	#editor_history_back:hover {
		background-position: -100px -350px;
	}
	#editor_history_back.act {
		background-position: -50px -350px;
	}
	#editor_history_back:hover.deact, #editor_history_back.deact {
		background-position: -150px -350px;
	}
	#editor_history_next.btt {
		background-position: 0px -400px;
	}
	#editor_history_next:hover {
		background-position: -100px -400px;
	}
	#editor_history_next.act {
		background-position: -50px -400px;
	}
	#editor_history_next:hover.deact, #editor_history_next.deact {
		background-position: -150px -400px;
	}
	#editor_zoom_plus.btt {
		background-position: 0px -450px;
	}
	#editor_zoom_plus:hover {
		background-position: -100px -450px;
	}
	#editor_zoom_plus.act {
		background-position: -50px -450px;
	}
	#editor_zoom_plus:hover.deact, #editor_zoom_plus.deact {
		background-position: -150px -450px;
	}
	#editor_zoom_minus.btt {
		background-position: -0px -500px;
	}
	#editor_zoom_minus:hover {
		background-position: -100px -500px;
	}
	#editor_zoom_minus.act {
		background-position: -50px -500px;
	}
	#editor_zoom_minus:hover.deact, #editor_zoom_minus.deact {
		background-position: -150px -500px;
	}
	#editor_tool_magic_wand.btt {
		background-position: -0px -1250px;
	}
	#editor_tool_magic_wand:hover, #editor_tool_magic_wand.btt.highlight {
		background-position: -100px -1250px;
	}
	#editor_tool_magic_wand.act {
		background-position: -50px -1250px;
	}
	#editor_tool_magic_wand:hover.deact, #editor_tool_magic_wand.deact {
		background-position: -150px -1250px;
	}
	#editor_tool_paint.btt, #btt_editor_paint {
		background-position: -0px -1300px;
	}
	#editor_tool_paint:hover, #editor_tool_paint.btt.highlight, #btt_editor_paint:hover, #btt_editor_paint.highlight {
		background-position: -100px -1300px;
	}
	#editor_tool_paint.act, #btt_editor_paint.act, #btt_editor_paint.tool_on {
		background-position: -50px -1300px;
	}
	#editor_tool_paint:hover.deact, #editor_tool_paint.deact, #btt_editor_paint:hover.deact, #btt_editor_paint.deact {
		background-position: -150px -1300px;
	}
	#editor_tool_grid.btt {
		background-position: -0px -1350px;
	}
	#editor_tool_grid:hover, #editor_tool_grid.btt.highlight {
		background-position: -100px -1350px;
	}
	#editor_tool_grid.act {
		background-position: -50px -1350px;
	}
	#editor_tool_grid:hover.deact, #editor_tool_grid.deact {
		background-position: -150px -1350px;
	}
	#editor_tool_add_area.btt {
		background-position: -0px -1400px;
	}
	#editor_tool_add_area:hover, #editor_tool_add_area.btt.highlight {
		background-position: -100px -1400px;
	}
	#editor_tool_add_area.act {
		background-position: -50px -1400px;
	}
	#editor_tool_add_area:hover.deact, #editor_tool_add_area.deact {
		background-position: -150px -1400px;
	}
	#editor_tool_remove_area.btt {
		background-position: -0px -1450px;
	}
	#editor_tool_remove_area:hover, #editor_tool_remove_area.btt.highlight {
		background-position: -100px -1450px;
	}
	#editor_tool_remove_area.act {
		background-position: -50px -1450px;
	}
	#editor_tool_remove_area:hover.deact, #editor_tool_remove_area.deact {
		background-position: -150px -1450px;
	}
	#editor_tool_erase.btt, #btt_editor_erase {
		background-position: -0px -1500px;
	}
	#editor_tool_erase:hover, #editor_tool_erase.btt.highlight, #btt_editor_erase:hover, #btt_editor_erase.highlight {
		background-position: -100px -1500px;
	}
	#editor_tool_erase.act, #btt_editor_erase.act, #btt_editor_erase.tool_on {
		background-position: -50px -1500px;
	}
	#editor_tool_erase:hover.deact, #editor_tool_erase.deact, #btt_editor_erase:hover.deact, #btt_editor_erase.deact {
		background-position: -150px -1500px;
	}
	#btt_editor_retmarker {
		background-position: -0px -2250px;
	}
	#btt_editor_retmarker:hover, #btt_editor_retmarker.highlight {
		background-position: -100px -2250px;
	}
	#btt_editor_retmarker.act {
		background-position: -50px -2250px;
	}
	#btt_editor_retmarker.deact, #btt_editor_retmarker:hover.deact {
		background-position: -150px -2250px;
	}
	#btt_editor_reference {
		background-position: -0px -2300px;
	}
	#btt_editor_reference:hover, #btt_editor_reference.highlight {
		background-position: -100px -2300px;
	}
	#btt_editor_reference.act, #btt_editor_reference.state_act {
		background-position: -50px -2300px;
	}
	#btt_editor_reference.deact, #btt_editor_reference:hover.deact {
		background-position: -150px -2300px;
	}
	#btt_editor_fitzoom {
		background-position: -0px -550px;
	}
	#btt_editor_fitzoom:hover, #btt_editor_fitzoom.highlight {
		background-position: -100px -550px;
	}
	#btt_editor_fitzoom.act {
		background-position: -50px -550px;
	}
	#btt_editor_fitzoom.deact, #btt_editor_fitzoom:hover.deact {
		background-position: -150px -550px;
	}
	#btt_editor_comment {
		background-position: -0px -2350px;
	}
	#btt_editor_comment:hover, #btt_editor_comment.highlight {
		background-position: -100px -2350px;
	}
	#btt_editor_comment.act {
		background-position: -50px -2350px;
	}
	#btt_editor_comment.deact, #btt_editor_comment:hover.deact {
		background-position: -150px -2350px;
	}
	#btt_editor_send {
		background-position: -0px -2400px;
	}
	#btt_editor_send:hover, #btt_editor_send.highlight {
		background-position: -100px -2400px;
	}
	#btt_editor_send.act {
		background-position: -50px -2400px;
	}
	#btt_editor_send.deact, #btt_editor_send:hover.deact {
		background-position: -150px -2400px;
	}
	#btt_print_send {
		background-position: -0px -2400px;
	}
	#btt_print_send:hover, #btt_print_send.highlight {
		background-position: -100px -2400px;
	}
	#btt_print_send.act {
		background-position: -50px -2400px;
	}
	#btt_print_send.deact, #btt_print_send:hover.deact {
		background-position: -150px -2400px;
	}
	.obj_line .obj_line_icon_img {
		background-position: -0px -3900px;
	}
	.obj_line.act .obj_line_icon_img {
		background-position: -50px -3900px;
	}
	.shariff .theme-grey .shariff-button a, .shariff .theme-grey .shariff-button a:hover {
		background-position: 0px 0px;
	}
	.shariff .theme-grey .shariff-button.facebook a {
		background-position: -0px -3000px;
	}
	.shariff .theme-grey .shariff-button.twitter a {
		background-position: -0px -3050px;
	}
	.shariff .theme-grey .shariff-button.pinterest a {
		background-position: -0px -3100px;
	}
	.shariff .theme-grey .shariff-button.facebook a:hover {
		background-position: -100px -3000px;
	}
	.shariff .theme-grey .shariff-button.twitter a:hover {
		background-position: -100px -3050px;
	}
	.shariff .theme-grey .shariff-button.pinterest a:hover {
		background-position: -100px -3100px;
	}
	.c_option_icon, .user_option_icon, .photo_option_icon {
		background-position: 0px 0px;
	}
	#logout_btt {
		background-position: 0px -2100px;
	}
	#logout_btt:hover, #logout_btt.act {
		background-position: -150px -2100px;
	}
	#user_option_prj>.user_option_icon {
		background-position: 0px -2000px;
	}
	#user_option_prj:hover>.user_option_icon {
		background-position: -100px -2000px;
	}
	#user_option_prj.act>.user_option_icon {
		background-position: -50px -2000px;
	}
	#user_option_photoservice>.user_option_icon {
		background-position: 0px -2150px;
	}
	#user_option_photoservice:hover>.user_option_icon {
		background-position: -100px -2150px;
	}
	#user_option_photoservice.act>.user_option_icon {
		background-position: -50px -2150px;
	}
	#user_option_photoservice.deact>.user_option_icon {
		background-position: -150px -2150px;
	}
	#user_option_printservice>.user_option_icon {
		background-position: 0px -650px;
	}
	#user_option_printservice:hover>.user_option_icon {
		background-position: -100px -650px;
	}
	#user_option_printservice.act>.user_option_icon {
		background-position: -50px -650px;
	}
	#user_option_printservice.deact>.user_option_icon {
		background-position: -150px -650px;
	}
	#user_option_settings>.user_option_icon {
		background-position: 0px -100px;
	}
	#user_option_settings:hover>.user_option_icon {
		background-position: -100px -100px;
	}
	#user_option_settings.act>.user_option_icon {
		background-position: -50px -100px;
	}
	#user_option_fav>.user_option_icon {
		background-position: 0px -180px;
	}
	#user_option_fav:hover>.user_option_icon {
		background-position: -60px -180px;
	}
	#user_option_fav.act>.user_option_icon {
		background-position: -120px -180px;
	}
	#user_option_specid>.user_option_icon {
		background-position: 0px -3305px;
	}
	#user_option_specid:hover>.user_option_icon {
		background-position: -60px -3305px;
	}
	#user_option_specid.act>.user_option_icon {
		background-position: -120px -3305px;
	}
	#user_option_cloudsave>.user_option_icon {
		background-position: 0px -2160px;
	}
	#user_option_cloudsave:hover>.user_option_icon {
		background-position: -60px -2160px;
	}
	#user_option_cloudsave.act>.user_option_icon {
		background-position: -120px -2160px;
	}
	#user_option_print>.user_option_icon {
		background-position: 0px -2200px;
	}
	#user_option_print:hover>.user_option_icon {
		background-position: -100px -2200px;
	}
	#user_option_print.act>.user_option_icon {
		background-position: -50px -2200px;
	}
	#photo_option_task>.photo_option_icon {
		background-position: 0px -2050px;
	}
	#photo_option_task:hover>.photo_option_icon {
		background-position: -100px -2050px;
	}
	#photo_option_task.act>.photo_option_icon {
		background-position: -50px -2050px;
	}
	#photo_option_show>.photo_option_icon {
		background-position: 0px -2700px;
	}
	#photo_option_show:hover>.photo_option_icon {
		background-position: -100px -2700px;
	}
	#photo_option_show.act>.photo_option_icon {
		background-position: -50px -2700px;
	}
	.pattern_0.off:hover {
		background-position: 0px -3400px;
	}
	.pattern_0.act, .pattern_0:hover, .filter_pattern_line.act .pattern_0, .filter_pattern_line:hover .pattern_0 {
		background-position: -50px -3400px;
	}
	.pattern_1, .pattern_1.off:hover {
		background-position: 0px -3450px;
	}
	.pattern_1.act, .pattern_1:hover, .filter_pattern_line.act .pattern_1, .filter_pattern_line:hover .pattern_1 {
		background-position: -50px -3450px;
	}
	.pattern_2, .pattern_2.off:hover {
		background-position: 0px -3500px;
	}
	.pattern_2.act, .pattern_2:hover, .filter_pattern_line.act .pattern_2, .filter_pattern_line:hover .pattern_2 {
		background-position: -50px -3500px;
	}
	.pattern_3, .pattern_3.off:hover {
		background-position: 0px -3550px;
	}
	.pattern_3.act, .pattern_3:hover, .filter_pattern_line.act .pattern_3, .filter_pattern_line:hover .pattern_3 {
		background-position: -50px -3550px;
	}
	.pattern_4, .pattern_4.off:hover {
		background-position: 0px -3600px;
	}
	.pattern_4.act, .pattern_4:hover, .filter_pattern_line.act .pattern_4, .filter_pattern_line:hover .pattern_4 {
		background-position: -50px -3600px;
	}
	.pattern_5, .pattern_5.off:hover {
		background-position: 0px -3650px;
		margin-right: 0px;
	}
	.pattern_5.act, .pattern_5:hover, .filter_pattern_line.act .pattern_5, .filter_pattern_line:hover .pattern_5 {
		background-position: -50px -3650px;
	}
	#dataprot_line_imp>.dataprot_btt {
		background-position: -0px -3850px;
	}
	#dataprot_line_imp:hover>.dataprot_btt {
		background-position: -100px -3850px;
	}
	#dataprot_line_imp.act>.dataprot_btt {
		background-position: -50px -3850px;
	}
	#dataprot_line_dataprot>.dataprot_btt {
		background-position: -0px -3800px;
	}
	#dataprot_line_dataprot:hover>.dataprot_btt {
		background-position: -100px -3800px;
	}
	#dataprot_line_dataprot.act>.dataprot_btt {
		background-position: -50px -3800px;
	}
	.obj_line_info {
		background-position: 0px -1650px;
	}
	.obj_line:hover .obj_line_info {
		background-position: -50px -1650px;
	}
	.obj_line .obj_line_info.deact {
		background-position: -150px -1650px;
	}
	.reg_icon {
		background-position: -0px -1550px;
	}
	.reg_cb:hover .reg_icon {
		background-position: -100px -1550px;
	}
	.reg_cb.act .reg_icon {
		background-position: -50px -1550px;
	}
	#wind_line>.tsr_icon {
		background-position: -0px -4000px;
	}
	#wind_line:hover>.tsr_icon {
		background-position: -100px -4000px;
	}
	#wind_line.act>.tsr_icon, #wind_line.highlight>.tsr_icon {
		background-position: -50px -4000px;
	}
	#sun_line>.tsr_icon {
		background-position: -0px -4050px;
	}
	#sun_line:hover>.tsr_icon {
		background-position: -100px -4050px;
	}
	#sun_line.act>.tsr_icon, #sun_line.highlight>.tsr_icon {
		background-position: -50px -4050px;
	}
	#temp_line>.tsr_icon {
		background-position: -0px -2950px;
	}
	#temp_line:hover>.tsr_icon {
		background-position: -100px -2950px;
	}
	#temp_line.act>.tsr_icon, #temp_line.highlight>.tsr_icon {
		background-position: -50px -2950px;
	}
	#changeProd_line>.tsr_icon {
		background-position: -0px -4100px;
	}
	#changeProd_line:hover>.tsr_icon {
		background-position: -100px -4100px;
	}
	#changeProd_line.act>.tsr_icon, #changeProd_line.highlight>.tsr_icon {
		background-position: -50px -4100px;
	}
	#tsrFilter_line>.tsr_icon {
		background-position: -0px -1200px;
	}
	#tsrFilter_line:hover>.tsr_icon {
		background-position: -100px -1200px;
	}
	#tsrFilter_line.act>.tsr_icon, #tsrFilter_line.highlight>.tsr_icon {
		background-position: -50px -1200px;
	}
	#compareTSR_line>.tsr_icon {
		background-position: -0px -4150px;
	}
	#compareTSR_line:hover>.tsr_icon {
		background-position: -100px -4150px;
	}
	#compareTSR_line.act>.tsr_icon, #compareTSR_line.highlight>.tsr_icon {
		background-position: -50px -4150px;
	}
	#close_subbar {
		background-position: -0px -2600px;
	}
	#close_subbar:hover {
		background-position: -50px -2600px;
	}
	#share_sm_icon {
		background-position: -150px -2900px;
	}
	#btt_resetInspi {
		background-position: -0px -5500px;
	}
	#btt_resetInspi.act {
		background-position: -50px -5500px;
	}
	#btt_resetInspi:hover, #btt_resetInspi.highlight {
		background-position: -100px -5500px;
	}
	#btt_backInspi {
		background-position: -0px -350px;
	}
	#btt_backInspi.act {
		background-position: -50px -350px;
	}
	#btt_backInspi:hover, #btt_backInspi.highlight {
		background-position: -100px -350px;
	}
	#btt_forwardInspi {
		background-position: -0px -400px;
	}
	#btt_forwardInspi.act {
		background-position: -50px -400px;
	}
	#btt_forwardInspi:hover, #btt_forwardInspi.highlight {
		background-position: -100px -400px;
	}
	/*--- Buttonset End ---*/
	/*--- Share ---*/
	.shariff .orientation-horizontal {
		left: calc(50% - 105px);
	}
	/*--- Share End ---*/
	/*--- Cloud ---*/
	#btt_login_cloud {
		height: 30px;
		line-height: 30px;
		margin: 10px 25px
	}
	/*--- Cloud End ---*/
	/*--- Filter ---*/
	.panel {
		height: 42px;
	}
	.filter_line_label, .coll_change_result_txt, .sm_text, .share_text, .changeProd_text, .tsrFilter_text, .prodgroup_line_text {
		width: calc(100% - 50px);
	}
	.subbar_div, #editor_tool_content, #dialog_register_content, #obj_content {
		height: calc(100% - 50px);
	}
	.filter_color_bg {
		width: 25px;
		height: 25px;
		margin: 13px 0px 0px 23px;
	}
	#selection_filter_content {
		height: calc(100% - 50px);
	}
	/*--- Filter End ---*/
	#text_color_info {
		top: 50px;
		width: 40px;
		line-height: 10px;
	}
	#start_info_wrapper {
		height: 215px;
	}
	#menu_right, #start_btt_menu {
		height: calc(100% - 215px);
	}
	#right_main_wrapper, #start_btt_wrapper {
		top: calc(50% - 100px);
	}
	.projFolder_room_info_btt_text {
		width: auto;
	}
	.magic_wand>* {
		cursor: url("img/Zauberstab_S.png") 50 0, auto;
	}
	.subbar {
		width: 375px;
	}
	.obj_line_text, .obj_line_input {
		width: calc(100% - 150px);
	}
	#dia_editorobj.photoservice .obj_line_text, #dia_editorobj.photoservice .obj_line_input {
		width: calc(100% - 100px);
	}
	#selection_filter_contrast {
		height: calc(100% - 50px);
	}
	#dia_contrastchip {
		/* 		left: 50px; */
		/* 		width: calc(100% - 50px); */
		right: 50px;
		width: calc(100% - 30% - 320px);
	}
	#contrastchip_content, #tsrSelection_tsr_content, #tsr_content {
		height: calc(100% - 50px)
	}
	.choice_bg {
		top: 13px;
		right: 68px;
		width: 24px;
		height: 24px;
	}
	#desc_nav>span {
		max-width: calc(100% - 42px);
	}
	#dia_contrastchip.no_room {
		width: calc(100% - 50px);
	}
	.photo_option_label {
		width: calc(100% - 60px);
		margin: 0px;
	}
	.c_option_label, .user_option_label, .photo_option_label {
		width: calc(50% - 60px);
	}
	#dia_tsrInfo {
		left: 50px;
		height: 50px;
		width: calc(100% - 100px);
	}
	#dia_fandeck {
		left: 50px;
		width: calc(100% - 100px);
	}
	#contrastchip_title {
		height: 50px;
	}
	.swiper_fd_name {
		bottom: 6%;
		font-size: 11px;
	}
	.swiper_fd_img {
		top: 25px;
	}
	#impr_layer_start {
		height: 50px;
		line-height: 50px;
	}
	#impr_layer_main {
		left: 50px;
		width: calc(100% - 100px);
		height: 17px;
		line-height: 17px;
	}
	#impr_layer_start>.impr_opt_show {
		margin-left: 167px;
	}
	.subbar_content, .inner_subbar_content, #selection_filter_color, #selection_filter_lrv, .dialog_prjmap_content,
		#dialog_prjmap_content {
		height: calc(100% - 17px);
	}
	.tostart>.dialog_prjmap_content, .tostart>#dialog_prjmap_content {
		height: calc(100% - 50px);
	}
	#chipsearch_content, #dialog_objects_content {
		height: calc(100% - 167px);
	}
	#text_color_info {
		max-height: 210px;
	}
	#up_down {
		right: 50px;
	}
	.obj_line_icon_grid {
		top: 14px;
		right: 16px;
	}
	#info_imp_top {
		height: 50px;
	}
	#info_imp_close {
		width: 50px;
		height: 50px;
		background-position: -0px -2800px;
	}
	#info_imp_iframe {
		height: calc(100% - 50px);
	}
	.dia_head #color_area_H {
		/*.dia_head #colors, .dia_head #demobox, .dia_head #chips*/
		height: calc(100% - 50px);
	}
	#colorpicker_head {
		height: 50px;
	}
}
/*--- Spectrum Express End ---*/
.display_frame {
	position: absolute;
	left: 80px;
	top: 60px;
	width: 1768px;
	height: 914px;
	overflow: auto;
	text-align: center;
	line-height: 914px;
}

.display_mover {
	position: absolute;
	width: 768px;
	height: 1034px;
	display: inline-block;
	line-height: 0px;
	vertical-align: middle;
	left: 0px;
}