<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    Typography
\*------------------------------------*/
@font-face {
	font-family: 'latoregular';
	src: url('../../../themes/sandlerseating/assets/fonts/lato-regular-webfont.eot');
	src: url('../../../themes/sandlerseating/assets/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../../../themes/sandlerseating/assets/fonts/lato-regular-webfont.woff2') format('woff2'),  url('../../../themes/sandlerseating/assets/fonts/lato-regular-webfont.woff') format('woff'),  url('../../../themes/sandlerseating/assets/fonts/lato-regular-webfont.ttf') format('truetype'),  url('../../../themes/sandlerseating/assets/fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latobold';
	src: url('../../../themes/sandlerseating/assets/fonts/lato-bold-webfont.eot');
	src: url('../../../themes/sandlerseating/assets/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../../../themes/sandlerseating/assets/fonts/lato-bold-webfont.woff2') format('woff2'),  url('../../../themes/sandlerseating/assets/fonts/lato-bold-webfont.woff') format('woff'),  url('../../../themes/sandlerseating/assets/fonts/lato-bold-webfont.ttf') format('truetype'),  url('../../../themes/sandlerseating/assets/fonts/lato-bold-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_roundedbook';
	src: url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Book-webfont.eot');
	src: url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Book-webfont.eot?#iefix') format('embedded-opentype'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Book-webfont.woff2') format('woff2'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Book-webfont.woff') format('woff'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Book-webfont.ttf') format('truetype'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Book-webfont.svg#gotham_roundedbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_roundedlight';
	src: url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Light-webfont.eot');
	src: url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Light-webfont.woff2') format('woff2'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Light-webfont.woff') format('woff'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Light-webfont.ttf') format('truetype'),  url('../../../themes/sandlerseating/assets/fonts/GothamRounded-Light-webfont.svg#gotham_roundedlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Default Stuff */
html {
	height: 100%;
	position: relative;
}
body {
	overflow: hidden;
	color: #2d3a42;
	font-family: 'latoregular';
	height: 100%;
}
p {
	font-size: 12px;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.inner {
	padding: 20px 20px 20px 20px;
	float: left;
	width: 100%;
	position: relative;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 0 0;
	padding: 0 10px;
	width: 100%;
	text-transform: uppercase;
	float: left;
}

/*------------------------------------*\
    Columns
\*------------------------------------*/
[class*='col-'] {
float: left;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}
.lines {
	padding: 0 15px 0 15px;
	z-index: 97;
}
.line {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d8d9;
	margin: 0 0 20px 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*='col-'] {
padding:0 15px 0 15px;
position: relative;
}
[class*='col-']:last-of-type {
}
.grid-pad {
	padding: 30px 0 0 0px;
}
.grid-pad &gt; [class*='col-']:last-of-type {
}
/* 10 Col Grid */
.col-1 {
	width: 10%;
}
.col-2 {
	width: 20%;
}
.col-3 {
	width: 30%;
}
.col-4 {
	width: 40%;
}
.col-5 {
	width: 50%;
}
.col-6 {
	width: 60%;
}
.col-7 {
	width: 70%;
}
.col-8 {
	width: 80%;
}
.col-9 {
	width: 90%;
}
.col-10 {
	width: 100%;
}
/* 12 Col Grid - Some layouts are 12 col rather than 10...*/
.col-1-12 {
	width: 8.333333%;
}
.col-2-12 {
	width: 16.666666%;
}
.col-3-12 {
	width: 24.999999%;
}
.col-4-12 {
	width: 33.333333%;
}
.col-5-12 {
	width: 41.666665%;
}
.col-6-12 {
	width: 49.999999%;
}
.col-7-12 {
	width: 58.333331%;
}
.col-8-12 {
	width: 66.666664%;
}
.col-9-12 {
	width: 74.999997%;
}
.col-10-12 {
	width: 83.33333%;
}
.col-11-12 {
	width: 91.666663%;
}
.col-12-12 {
	width: 100%;
}
.divide { /*padding:0 0 0 30px;*/
}
.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbfbf;
}
.no-padding {
	padding: 0!IMPORTANT;
}
.padding {
	padding: 0 15px 0 15px;
}
/* Icons */
@font-face {
	font-family: 'icomoon';
	src: url('../../../plugins/sandler-seating-modular-configurator/css/icons/icomoon.eot?xmd20j');
	src: url('../../../plugins/sandler-seating-modular-configurator/css/icons/icomoon.eot?xmd20j#iefix') format('embedded-opentype'),  url('../../../plugins/sandler-seating-modular-configurator/css/icons/icomoon.woff2?xmd20j') format('woff2'),  url('../../../plugins/sandler-seating-modular-configurator/css/icons/icomoon.ttf?xmd20j') format('truetype'),  url('../../../plugins/sandler-seating-modular-configurator/css/icons/icomoon.woff?xmd20j') format('woff'),  url('../../../plugins/sandler-seating-modular-configurator/css/icons/icomoon.svg?xmd20j#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.icon-plug-socket:before {
  content: "\e916";
}
.icon-pau-no-arms:before {
  content: "\e915";
}
.icon-pau-arm-upholstered-8:before {
  content: "\e912";
}
.icon-pau-arm-upholstered-18:before {
  content: "\e913";
}
.icon-pau-arm-solid:before {
  content: "\e914";
}
.icon-no-panel:before {
  content: "\e911";
}
.icon-panel-back:before {
  content: "\e90e";
}
.icon-panel-full:before {
  content: "\e90f";
}
.icon-finish-square:before {
  content: "\e910";
}
.icon-add:before {
  content: "\e90c";
}
.icon-mirror:before {
  content: "\e90d";
}
.icon-play:before {
  content: "\e90b";
}
.icon-reset-view:before {
  content: "\e90a";
}
.icon-select:before {
	content: "\e907";
}
.icon-modular-configurator-icons-copy-09:before {
	content: "\e908";
}
.icon-folder:before {
	content: "\e909";
}
.icon-move:before {
	content: "\e906";
}
.icon-arrow-solid:before {
	content: "\e904";
}
.icon-arrow-stroked:before {
	content: "\e905";
}
.icon-arrow:before {
	content: "\e900";
}
.icon-cross:before {
	content: "\e901";
}
.icon-question-mark:before {
	content: "\e902";
}
.icon-rotate:before {
	content: "\e903";
}
.grid-stack {
	/*width:75%;
	width:60%;*/
	width: 55%;
	float: left;
}
/* Frame Style */
#tabs .grid-stack-item.frame {
}
.is_half_end {
	display: none!IMPORTANT;
}
.grid-stack-item-content {
	/*border:1px solid rgba(225,225,225,0.75);*/	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;/*background-color:grey;*/
}
.grid-stack-item-content {
	color: #2d3a42;
	text-align: center;
	text-transform: uppercase;
	height: 100%;
	padding: 0px;
	position: relative;
	z-index: 7;
}
.grid-stack-item-content .modular_sqaure {
	/*background-color: #e7e7e8;*/
	/*background:rgba(225,225,225,0.5);*/
	position: relative;/*border-left:1px solid red;*/
}

.seat {
	background-color: #eee;
}

.seat:after, .table:after, .arm:after, .backrest:after, .sofa:after {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.90;
}

/*
.arm:after, .backrest:after {
	opacity: 0.50;
}*/

.table {
	background-color: #efe2c0;
	margin: 0 0 0 0!IMPORTANT;
}

/* Item Oritentation */

/* Oritentation 2 */
.item_orientation_2:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.orientation_2 .item_orientation_2:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.orientation_3 .item_orientation_2:after {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.orientation_4 .item_orientation_2:after {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/* Oritentation 3 */
.item_orientation_3:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.orientation_2 .item_orientation_3:after {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.orientation_3 .item_orientation_3:after {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.orientation_4 .item_orientation_3:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* Oritentation 4 */
.item_orientation_4:after {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.orientation_2 .item_orientation_4:after {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.orientation_3 .item_orientation_4:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.orientation_4 .item_orientation_4:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Hover Controls */
.hover-controls {
	display: none;
	position: absolute;
	left: -30px;
	top: -30px;
	border: 0px;
	right: 0px;
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.grid-stack-item:hover .hover-controls {
	display: block;
}

.grid-stack-item:hover {
	z-index: 999;
}

.rotate-handle, .rotate_selected {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	bottom: 0px;
	cursor: pointer;
	color: #2d3a42;
opacity: 0.5;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 11;
}

.modular-item .rotate_selected {
    right: auto!important;    
}

.delete-button {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: auto;
	cursor: pointer;
	color: #2d3a42;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 16;
    opacity: 0.5;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    top: 0px;
    right: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.modular-item .delete-button {
    right: auto!important;
}

/*
.cell_width_1 .delete-button {
	right: 0px!IMPORTANT;
	bottom: 0px!IMPORTANT;
	top: auto!IMPORTANT;
}*/
.orientation_2 .cell_width_1 .delete-button, .orientation_4 .cell_width_1 .delete-button {
	right: auto!IMPORTANT;
	bottom: 0px!IMPORTANT;
	top: auto!IMPORTANT;
	left: 0!IMPORTANT;
}
.move-button {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 30px;
	bottom: auto;
	top: 0px;
	cursor: pointer;
	color: #2d3a42;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 16;
	/*background-color:#333;*/
	display: block;
    opacity: 0.5;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.delete-button:hover {
	opacity: 1;
}
.move-button:hover {
	opacity: 1;
}
.rotate-handle:hover {
	opacity: 1;
}
.rotate-handle:hover, .rotate_selected:hover, .delete-button:hover, .move-button:hover {
	opacity: 1!IMPORTANT;
}
.rotate-handle:before, .rotate_selected:before, .delete-button:before, .move-button:before {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
}
.delete-button:before {
	font-size: 14px;
}
.move-button:before {
	font-size: 18px;
}
/* Inner Controls */
.grid-stack .modular-item:after {
/*-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;*/
}
.grid-stack .modular-item:hover:after {
	opacity: 0.5;
}
.inner-controls {
	display: none;
}
.inner-controls .rotate_selected {
	right: 0;
}
.modular-item-select, .lapse.ui-v2 .ui-configure, .escalas.ui-v2 .ui-configure  {
	/*width: 30px;
	height: 30px;*/
	position: absolute;
	z-index: 9;
	display: none;
	cursor: pointer;
    opacity: 0.5;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.cell_width_1 .modular-item-select, .lapse.ui-v2 .cell_width_1 .ui-configure, .escalas.ui-v2 .cell_width_2 .ui-configure  {
  top: auto;
  bottom: 0;
right: auto;
}

.orientation_2 .cell_width_1 .modular-item-select, .lapse.ui-v2 .orientation_2 .cell_width_1 .ui-configure, .escalas.ui-v2 .orientation_2 .cell_width_2 .ui-configure, .orientation_4 .cell_width_2 .modular-item-select, .lapse.ui-v2 .orientation_4 .cell_width_1 .ui-configure, .escalas.ui-v2 .orientation_4 .cell_width_2 .ui-configure  {
right: 0px;
}

.modular-item-select:hover, .lapse.ui-v2 .ui-configure:hover, .escalas.ui-v2 .ui-configure:hover {
	opacity: 1;
}
.modular-item-select:after {
	float: left;
	border: 1px solid #2d3a42;
	width: 100%;
	height: 100%;
	position: relative;
	content: '';
}
.tetris .modular-item-select:after {
	border: 3px solid #2d3a42;
}
.modular-item.selected .modular-item-select:after {
	background-color: #2d3a42;
	border: 0px solid #2d3a42;
}
.modular-item.selected .modular-item-select {
	display: block;
}
.grid-stack .modular-item:hover .modular-item-select, .lapse.ui-v2 .grid-stack .modular-item:hover .ui-configure, .escalas.ui-v2 .grid-stack .modular-item:hover .ui-configure {
	display: block;
}
.grid-stack .modular-item:hover .inner-controls {
	display: block;
}
.grid-stack-item-content h4 {
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.grid-stack .grid-stack-item-content h4 {
	display: none;
}
.grid-stack-item-content p {
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.grid-stack &gt; .grid-stack-item &gt; .grid-stack-item-content {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;
	width: auto;
	z-index: 6 !important;
	overflow-x:visible;
	overflow-y:visible;
	/*cursor:move;*/
}

.grid-stack &gt; .grid-stack-item { 

}

.grid-stack-item-content:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.lapse .grid-stack .grid-stack-item-content:after {
	border: 2px solid #e5e5e5;
}

/*.grid-stack .grid-stack-item .grid-stack-item-content:after {
	background-image:none;	
}*/

/* Grid Lines */
.grid-lines {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	/*width:60%;*/
	width: 55%;
	background-color:#fff;
}

.grid-lines .unit {
	position: relative;
	float:left;
	border-right: 1px solid #f7f7f8;
    border-bottom: 1px solid #f7f7f8;
}

.grid-lines.grid-lines-pdf .unit {
	border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.grid-lines.grid-lines-pdf  {
	border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


.grid-stack .modular-item .delete-button {
	display: none;
}

.grid-stack .modular-item .rotate_selected {
	display: none;
}

.grid-stack .modular-item:hover .delete-button {
	display: block;
}

.grid-stack .modular-item:hover .rotate_selected {
	display: block;
}

/*.grid-lines .unit:before { 
	content: " ";
	  position: absolute;
	  z-index: -1;
	  top: 3px;
	  left: 3px;
	  right: 3px;
	  bottom: 3px;
	  border: 1px solid #dcdcdf;
}*/

/* Modular Options */
.options {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.options ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
.options ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	cursor: pointer;
	float: left;
	width: 100%;
}
.options .delete-button {
	display: none;
}
.options .rotate-handle {
	display: none;
}
.options .move-button {
	display: none;
}
.options .rotate_selected {
	display: none;
}
/* Options List */
ul.items {
    margin: 10px 0 0 0;
}
.items-list {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 475px;
}
.items-list .inner {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.items-list ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
.items-list ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
.items-list ul ul {
	margin: 0 0 20px 0;
}
/* Frames */
#frames ul li h4, #standalones ul li h4 {
	width: 100%;
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}
/* Tabs */
#tabs {
	/*width: 40%;*/
	width: 45%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 2;
    position: relative;
}
#tabs p {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
.ui-tabs-nav {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px 0 10px 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #e7e7e8;
}
.ui-tabs-nav li {
	list-style: none;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.ui-tabs-nav li a {
	font-size: 12px;
	padding: 6px 8px 4px 8px;
	margin: 0 0 0 0;
	color: #a6a6a6;
	text-transform: uppercase;
	display: inline-block;
}
.ui-tabs-nav li:first-of-type a {
	padding: 6px 8px 4px 0px;
}
.ui-tabs-nav li.ui-state-active {
	color: #2d3a42;
}
.ui-tabs-nav li.ui-state-active a {
	color: #2d3a42;
	text-decoration: none;
}
.ui-tabs-nav li a:hover {
	text-decoration: none!IMPORTANT;
}
.ui-tabs-panel {
	padding: 0 0px 0 0px;
	float: left;
	width: 100%;
}
/* Header */
.header {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.header .inner {
	padding: 20px 20px 10px 20px;
}
.header .logo {
	/*width:60%;*/
	width: 55%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position:relative;
}
.header .logo img {
	width: 150px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.header .title {
	/*width:40%;*/
	width: 45%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: relative;
}
.header .title .button {
	position: absolute;
	right: 0;
	margin: 0 0 0 0;
	top: -9px;
}
.header .title h2 {
	float: left;
	width: auto;
	margin: 5px 0 -5px 24px;
	padding: 0 0 0 0;
}
#tabs h2 {
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	text-transform: uppercase;
	font-size: 18px;
}
#tabs h3 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
}
/* Module Sqaures */
.modular_sqaure {
	float: left;
	height: 100%;/*display:none;*/			
}
.grid-stack .modular_sqaure {
	display: block;
	z-index: 1;
}
.modular_item_width_2 {
	width: 50%;
}
.modular_item_width_3 {
	width: 33.3333333333%;
}
.modular_item_width_4 {
	width: 25%;
}
.modular_item_width_5 {
	width: 20%;
}
#tabs .modular_sqaure {
	display: none;
}
#tabs .modular-item {
	float: left;
}
.ui-tabs-panel .options li .modular-item-name {
	/* float: left; */
	position: absolute;
	/* height: calc(100% - 10px); */
	top: 50%;
	transform: translate(0, -50%);
	margin: -5px 0 0 0;
}
.ui-tabs-panel .options li .modular-item-name h4 {
	font-size: 14px;
	padding: 0 20px 0 20px!IMPORTANT;
	margin: 0 0 0 0!IMPORTANT;
}
.ui-tabs-panel .options li .modular-item-name p {
	font-size: 12px;
	padding: 0 20px 0 20px!IMPORTANT;
	margin: 0 0 0 0!IMPORTANT;
}
.selected {
	position: relative;
}
.selected:before, .pau .selected:after {
	background: rgba(153,153,153,0.5);
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9;
}

.pau .selected:before {
    display: none;
}
/* Right Click Menu */
.custom-menu {
	display: none;
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	border: 1px solid #CCC;
	white-space: nowrap;
	font-family: sans-serif;
	background: #FFF;
	color: #2d3a42;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.custom-menu li {
	padding: 8px 12px;
	cursor: pointer;
}
.custom-menu li:hover {
	background-color: #DEF;
}
/* Options */
.ui-tabs-panel .options {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
}
.ui-tabs-panel .options li {
	padding: 0 0 0px 0;
	width: 100%;
	float: left;
	position: relative;
}
/* Modular Items */
.dropzone {
	width: 100%;
	height: 100%;
}
.modular-item {
	z-index: 9;
	float: none;
	position: relative;
}
.grid-stack .modular-item {
	z-index: 14;
	float: left;
	position: absolute;
}
.module-over {
}
.module-over:after {
	content: '';
	position: relative;
	float: left;
	background: rgba(225,225,225,1)!IMPORTANT;
}
.module-over-error:after {
	content: '';
	position: relative;
	float: left;
	background: rgba(237,28,36,1)!IMPORTANT;
}

.occupied:after {
	background: rgba(225,225,225,1)!IMPORTANT;
}


/* Finish Block */
.finish-block {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.finish-block h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
}
.finish-block ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	float: left;
	list-style: none;
}
.finish-block ul li {
	margin: 0 6px 6px 0;
	padding: 0;
	width: 100%;
	float: left;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #CCC;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
    position: relative;
}
.show_finishes h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
/* Finishes Scroll */
.items-scroll {
	height: 500px;
	margin: 20px 0 0 0;
}
.finish-main-block {
	width: 100%;
	float: left;
}
/*************** SCROLLBAR BASE CSS ***************/
.scrollbar-inner {
	max-height: 185px;
	overflow-y: scroll;
	width: 100%;
	margin: 0 0 20px 0;
}
.scrollbar-inner p {
	padding: 0 20px 0 0;
}
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}
.scroll-wrapper &gt; .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}
 .scroll-wrapper &gt; .scroll-content::-webkit-scrollbar {
 height: 0;
 width: 0;
}
.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
	cursor: default;
}
.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea &gt; .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea &gt; .scroll-content &gt; textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea &gt; .scroll-content &gt; textarea::-webkit-scrollbar {
 height: 0;
 width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner &gt; .scroll-element, .scrollbar-inner &gt; .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-inner &gt; .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-inner &gt; .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}
.scrollbar-inner &gt; .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}
.scrollbar-inner &gt; .scroll-element .scroll-element_outer {
	overflow: hidden;
}
.scrollbar-inner &gt; .scroll-element .scroll-element_outer, .scrollbar-inner &gt; .scroll-element .scroll-element_track, .scrollbar-inner &gt; .scroll-element .scroll-bar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/*.scrollbar-inner &gt; .scroll-element .scroll-element_track, .scrollbar-inner &gt; .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; }*/
.scrollbar-inner &gt; .scroll-element .scroll-element_track {
	background-color: #fff;
}
.scrollbar-inner &gt; .scroll-element .scroll-bar {
	background-color: #cfcfcf;
	cursor: pointer;
}
.scrollbar-inner &gt; .scroll-element:hover .scroll-bar {
	background-color: #cfcfcf;
}
.scrollbar-inner &gt; .scroll-element.scroll-draggable .scroll-bar {
	background-color: #cfcfcf;
}
/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}
.scrollbar-inner &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}
.scrollbar-inner &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}
.scrollbar-inner &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer &gt; .scroll-element, .scrollbar-outer &gt; .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-outer &gt; .scroll-element {
	background-color: #ffffff;
}
.scrollbar-outer &gt; .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-outer &gt; .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%;
}
.scrollbar-outer &gt; .scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px;
}
.scrollbar-outer &gt; .scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px;
}
.scrollbar-outer &gt; .scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px;
}
.scrollbar-outer &gt; .scroll-element .scroll-element_outer {
	overflow: hidden;
}
.scrollbar-outer &gt; .scroll-element .scroll-element_track {
	background-color: #eeeeee;
}
.scrollbar-outer &gt; .scroll-element .scroll-element_outer, .scrollbar-outer &gt; .scroll-element .scroll-element_track, .scrollbar-outer &gt; .scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.scrollbar-outer &gt; .scroll-element .scroll-bar {
	background-color: #d9d9d9;
}
.scrollbar-outer &gt; .scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
}
.scrollbar-outer &gt; .scroll-element.scroll-draggable .scroll-bar {
	background-color: #15283e;
}
/* scrollbar height/width &amp; offset from container borders */

.scrollbar-outer &gt; .scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
}
.scrollbar-outer &gt; .scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px;
}
.scrollbar-outer &gt; .scroll-element.scroll-x .scroll-bar {
	min-width: 10px;
}
.scrollbar-outer &gt; .scroll-element.scroll-y .scroll-bar {
	min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px;
}
.scrollbar-outer &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px;
}
.scrollbar-outer &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px;
}
.scrollbar-outer &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx &gt; .scroll-element, .scrollbar-macosx &gt; .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-macosx &gt; .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-macosx &gt; .scroll-element .scroll-element_track {
	display: none;
}
.scrollbar-macosx &gt; .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover &gt; .scroll-element .scroll-bar, .scrollbar-macosx &gt; .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.scrollbar-macosx &gt; .scroll-element.scroll-x {
	bottom: 0px;
	height: 0px;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}
.scrollbar-macosx &gt; .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0px;
	top: 0;
	width: 0px;
}
/* scrollbar height/width &amp; offset from container borders */
.scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}
.scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}
.scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}
.scrollbar-macosx &gt; .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}
.scrollbar-macosx &gt; .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}
.scrollbar-macosx &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light &gt; .scroll-element, .scrollbar-light &gt; .scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-light &gt; .scroll-element {
	background-color: #ffffff;
}
.scrollbar-light &gt; .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-light &gt; .scroll-element .scroll-element_outer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.scrollbar-light &gt; .scroll-element .scroll-element_size {
	background: #dbdbdb;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
	background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
	background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.scrollbar-light &gt; .scroll-element.scroll-x {
	bottom: 0;
	height: 17px;
	left: 0;
	min-width: 100%;
	width: 100%;
}
.scrollbar-light &gt; .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 17px;
}
.scrollbar-light &gt; .scroll-element .scroll-bar {
	background: #fefefe;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
	background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
	background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* scrollbar height/width &amp; offset from container borders */

.scrollbar-light &gt; .scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}
.scrollbar-light &gt; .scroll-content.scroll-scrollx_visible {
	top: -17px;
	margin-top: 17px;
}
.scrollbar-light &gt; .scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 0px;
}
.scrollbar-light &gt; .scroll-element.scroll-y .scroll-bar {
	left: 0px;
	min-height: 10px;
	width: 10px;
}
.scrollbar-light &gt; .scroll-element.scroll-x .scroll-element_outer {
	height: 12px;
	left: 2px;
	top: 2px;
}
.scrollbar-light &gt; .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.scrollbar-light &gt; .scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	top: 2px;
	width: 12px;
}
.scrollbar-light &gt; .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */

.scrollbar-light &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}
.scrollbar-light &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}
.scrollbar-light &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}
.scrollbar-light &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}
/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail &gt; .scroll-element, .scrollbar-rail &gt; .scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-rail &gt; .scroll-element {
	background-color: #ffffff;
}
.scrollbar-rail &gt; .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-rail &gt; .scroll-element .scroll-element_size {
	background-color: #999;
	background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail &gt; .scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail &gt; .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%;
}
.scrollbar-rail &gt; .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 12px;
}
.scrollbar-rail &gt; .scroll-element .scroll-bar {
	background-color: #d0b9a0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail &gt; .scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width &amp; offset from container borders */

.scrollbar-rail &gt; .scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}
.scrollbar-rail &gt; .scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px;
}
.scrollbar-rail &gt; .scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px;
}
.scrollbar-rail &gt; .scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px;
}
.scrollbar-rail &gt; .scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px;
}
.scrollbar-rail &gt; .scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px;
}
.scrollbar-rail &gt; .scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px;
}
.scrollbar-rail &gt; .scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px;
}
/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px;
}
.scrollbar-rail &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px;
}
.scrollbar-rail &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px;
}
.scrollbar-rail &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic &gt; .scroll-element, .scrollbar-dynamic &gt; .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-dynamic &gt; .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-x {
	bottom: 2px;
	height: 7px;
	left: 0;
	min-width: 100%;
	width: 100%;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 2px;
	top: 0;
	width: 7px;
}
.scrollbar-dynamic &gt; .scroll-element .scroll-element_outer {
	opacity: 0.3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.scrollbar-dynamic &gt; .scroll-element .scroll-element_size {
	background-color: #cccccc;
	opacity: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.scrollbar-dynamic &gt; .scroll-element .scroll-bar {
	background-color: #6c6e71;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/* scrollbar height/width &amp; offset from container borders */

.scrollbar-dynamic &gt; .scroll-element.scroll-x .scroll-bar {
	bottom: 0;
	height: 7px;
	min-width: 24px;
	top: auto;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-y .scroll-bar {
	left: auto;
	min-height: 24px;
	right: 0;
	width: 7px;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-x .scroll-element_outer {
	bottom: 0;
	top: auto;
	left: 2px;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-o-transition: height 0.2s;
	-ms-transition: height 0.2s;
	transition: height 0.2s;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-y .scroll-element_outer {
	left: auto;
	right: 0;
	top: 2px;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-o-transition: width 0.2s;
	-ms-transition: width 0.2s;
	transition: width 0.2s;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}
/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}
/* hover &amp; drag */

.scrollbar-dynamic &gt; .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic &gt; .scroll-element.scroll-draggable .scroll-element_outer {
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.scrollbar-dynamic &gt; .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic &gt; .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
	opacity: 1;
}
.scrollbar-dynamic &gt; .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic &gt; .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
	height: 100%;
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.scrollbar-dynamic &gt; .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic &gt; .scroll-element.scroll-x.scroll-draggable .scroll-element_outer { /*height: 20px;*/
	min-height: 7px; /*display:none;*/
}
.scrollbar-dynamic &gt; .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic &gt; .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
	min-width: 7px; /*width: 20px;*/
}
.scrollbar-dynamic &gt; .scroll-element.scroll-x {
	display: none;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome &gt; .scroll-element, .scrollbar-chrome &gt; .scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-chrome &gt; .scroll-element {
	background-color: #ffffff;
}
.scrollbar-chrome &gt; .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-chrome &gt; .scroll-element .scroll-element_outer {
}
.scrollbar-chrome &gt; .scroll-element .scroll-element_track {
	background: #f1f1f1;
	border: 1px solid #dbdbdb;
}
.scrollbar-chrome &gt; .scroll-element.scroll-x {
	bottom: 0;
	height: 16px;
	left: 0;
	min-width: 100%;
	width: 100%;
}
.scrollbar-chrome &gt; .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 16px;
}
.scrollbar-chrome &gt; .scroll-element .scroll-bar {
	background-color: #d9d9d9;
	border: 1px solid #bdbdbd;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.scrollbar-chrome &gt; .scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
	border-color: #a9a9a9;
}
.scrollbar-chrome &gt; .scroll-element.scroll-draggable .scroll-bar {
	background-color: #15283e;
	border-color: #7e7e7e;
}
/* scrollbar height/width &amp; offset from container borders */

.scrollbar-chrome &gt; .scroll-content.scroll-scrolly_visible {
	left: -16px;
	margin-left: 16px;
}
.scrollbar-chrome &gt; .scroll-content.scroll-scrollx_visible {
	top: -16px;
	margin-top: 16px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-x .scroll-bar {
	height: 8px;
	min-width: 10px;
	top: 3px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-y .scroll-bar {
	left: 3px;
	min-height: 10px;
	width: 8px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-x .scroll-element_outer {
	border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome &gt; .scroll-element.scroll-x .scroll-element_track {
	height: 14px;
	left: -3px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-x .scroll-element_size {
	height: 14px;
	left: -4px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-y .scroll-element_outer {
	border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome &gt; .scroll-element.scroll-y .scroll-element_track {
	top: -3px;
	width: 14px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
	width: 14px;
}
/* update scrollbar offset if both scrolls are visible */



.scrollbar-chrome &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}
.scrollbar-chrome &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}
.button {
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	font-weight: normal;
	left: auto;
	color: rgb(255, 255, 255);
	background-color: rgb(45, 58, 66);
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	margin: 0px;
	text-decoration: none;
	overflow: visible;
	padding: 6px 10px;
	border-radius: 0px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
}
/* Load Projects */
.load-projects {
}
.load-projects ul {
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	list-style: decimal;
	list-style: none;
}
.load-projects ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.load-projects ul li.load-project {
	cursor: pointer;
}
.load-projects ul li .delete-project {
	cursor: pointer;
	float: right;
}
/* Quote Response */
.action-response p {
	padding: 5px 0 0px 0!IMPORTANT;
}
.saved-response, .action-response {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
.saved-response p {
	padding: 5px 0 0px 0!IMPORTANT;
	float: left;
	margin: 0 0 -10px 0!IMPORTANT;
}
.error-response {
	color: #F00;
}
.success-response {
	color: #6C0;
}
/* Price Read Out */
.tab-container {
	float: left;
	width: 50%;
}
.spec-container {
	float: left;
	width: 50%;
}
.spec_list {
	padding: 15px 30px 15px 15px!IMPORTANT;
}
#spec.inner {
	padding: 0 0px 20px 20px;
}
.scroll-wrapper &gt; .scroll-content {
	width: 100%!IMPORTANT;
}
.spec-container h2 {
	font-size: 12px!IMPORTANT;
	padding: 0px 0 4px 0!IMPORTANT;
	margin: 0px 0 10px 0!IMPORTANT;
	color: #2d3a42;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #e7e7e8;
}
.spec-container h3 {
	font-size: 12px!IMPORTANT;
	padding: 6px 0 4px 0!IMPORTANT;
	margin: 0px 0 0px 0!IMPORTANT;
	color: #2d3a42;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #e7e7e8;
	width: 100%;
}
.total-container {
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
	float: left;
	border: 1px solid #d0d0d0;
	width: 100%;
}
.total-container h3 {
	width: 50%;
	float: left;
	border-bottom: 0 solid #fff;
	margin: 2px 0 0 0;
}
.total_price {
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 0 0!IMPORTANT;
	margin: -15px 0 0 0!IMPORTANT;
	width: 50%;
	float: left;
}
.items-list ul li {
	font-size: 12px;
	line-height: 16px;
}
.items-list ul ul li {
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e7e7e8;
}
/* items-scroll Inputs */
.items-scroll {
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}
.modular_quote_name {
	float: left;
	width: 100%;
	width: calc(100% - 57px);
	position: relative;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	height: 33px;
	border: 1px solid #d0d0d0;
}
#spec .save .button {
	float: left;
	margin: 0 0 0 0;
}

.action-buttons .button {
	margin:0 10px 0 0;	
}

/* Item List */
.items-list {
	border: 1px solid #d0d0d0;
	margin: 15px 0 0 0;
}
/* Action Buttons */
.actions {
	margin: 0 0 0 0;
	float: left;
	width: 100%;
}
.actions .button {
	margin: 15px 0 0 0;
	width: 100%;
	text-align: center;
}
.background-grey {
	background-color: #dad8da;
	color: #2d3a42;
}
/* Key */
.key {
	position: absolute;
	bottom: 26px;
	left: 26px;
	/*height: 62px;
	width: 252px;*/
	z-index: 9;
}
/* Close */
.close-link {
	position: absolute;
	top: -15px;
	right: 0px;
	color: #a5a5a5;
	font-size: 14px;
	cursor: pointer;
}
/* Hints */
.hint {
	margin: 0 0 0 0!IMPORTANT;
	padding: 0 0 5px 0!IMPORTANT;
	color: #a6a6a6;
}
.hint .hint-drag {
	margin: -5px 5px 0 0!IMPORTANT;
	padding: 0 0 0 0!IMPORTANT;
	color: #2d3a42;
	font-size: 22px;
	float: left;
}
.hint .hint-arrow {
	margin: -5px 8px 0 0!IMPORTANT;
	padding: 0 0 0 0!IMPORTANT;
	color: #2d3a42;
	font-size: 20px;
	float: left;
}
.hint.hint-finish-sqaure:before {
	margin: 2px 5px 10px 5px!IMPORTANT;
	padding: 0 0 0 0!IMPORTANT;
	color: #2d3a42;
	font-size: 18px;
	float: left;
	border: 1px solid #2d3a42;
	width: 12px;
	height: 12px;
	position: relative;
	content: '';
}
/* Reset Link */
.reset {
	position: absolute;
	top: -15px;
	right: 75px;
	color: #a5a5a5;
	font-size: 14px;
	cursor: pointer;
}
/* Saved Projects */
.saved-projects {
	/* position: absolute; */
	/* top: -10px; */
	/* right: 75px; */
	color: #a5a5a5;
	font-size: 16px;
	cursor: pointer;
	float: right;
	width: auto;
	margin: 5px 20px -5px 0px;
	padding: 0 0 0 0;
}
.saved-projects .icon-folder {
	font-size: 22px;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	color: #a5a5a5;
}
.load-projects {
	padding: 10px 20px 20px 20px;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 36px;
	right: 0px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 999;
}

ul.load-grid {
	margin: 0 30px 0 0;
	padding:0 0 0 0;
}

ul.load-grid .delete-project {
	margin: 5px 0 0 0;
	float:right;
	cursor:pointer;
}

ul.load-grid li {
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	cursor:pointer;
}

.project-list-scroll, .preconfigurated-projects-list-scroll {
	/*height: 130px;*/
	height:520px;
	width:100%;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 0;
}

/* Style Checkbox */
.style-checkbox input[id="1" type="radio"] {
margin:0 5px 0 0;
cursor:pointer;
}
.style-checkbox label {
	cursor: pointer;
	font-weight: normal;
	margin: 10px 10px 0 0;
}
.style-checkbox input[type="radio"] {
	display: none!IMPORTANT;
}
.style-checkbox input[type="radio"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background-image: url(images/checkbox-bg.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: contain;
}
.style-checkbox input[type="radio"]:checked + label span {
	background-image: url(images/checkbox-bg-checked.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
/*.style-checkbox input[type="checkbox"] + label:hover span { background-image:url(images/checkbox-bg-checked.jpg); background-repeat:no-repeat; }*/
.style-checkbox label:hover {
}

/* Col / Com */
.finish-main-block.col, .finish-main-block.com { 
	width:auto;
	margin: 0 20px 0 0;
}

.finish-main-block.col ul li, .finish-main-block.com ul li { 
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.finish-main-block.col ul li {
	background-image: url(https://dev.sandlerseating.com../../../uploads/finish-full-1/1327400286COL.jpg);	
}

.finish-main-block.com ul li {
	background-image: url(https://dev.sandlerseating.com../../../uploads/finish-full-1/1327400436COM.jpg);	
}

.com-message { 
	font-size:12px;
	color:#999;
	margin:10px 0 10px 0!IMPORTANT;
	float:left;
	width:100%;
	padding:0 0 0 0!IMPORTANT;
}

/* Overlay */
#config-overlay { 
	display: none;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0px;
}

/* Dialog Box */
#dialog-box {
    position: absolute;
    /*top: 50%;
    margin-top: -50px;*/
    left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 2;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#dialog-box .inner { 
	padding: 20px;
	background-color: #FFF;	
}

#dialog-box .dialog-box-title { 
	padding:0 0 0 0;
	background-color: rgb(45, 58, 66);
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	padding:20px 20px 20px 20px;	
}

#dialog-box .dialog-actions .dialog-yes:hover, #dialog-box .dialog-actions .dialog-cancel:hover {
	background-color:#CCC;
	color: #2d3a42;
}

#dialog-box .dialog-actions .dialog-yes, #dialog-box .dialog-actions .dialog-cancel {
	margin:0 20px 0 0;
}

#dialog-box .dialog-cross {
	position:absolute;
	right:20px;
	top:21px;
	cursor:pointer;
}

/* Dialog Type - Manage */
#dialog-box.dialog-type-manage {
	margin-left: -400px;
    width: 800px;	
}

.manage-controls {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
	float:left;
	width:100%;
}

.manage-controls li {
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0 0;
	text-transform:uppercase;
	cursor:pointer;
	color:#ccc;
}

.manage-controls li.manage-selected {
	color:#2d3a42;
}

/* Pre Configurated Seats */
ul.load-preconfigurated {
	margin: 0 30px 0 0;
	padding:0 0 0 0;
	list-style:none;
}

ul.load-preconfigurated .delete-project {
	margin: 5px 0 0 0;
	float:right;
	cursor:pointer;
}

ul.load-preconfigurated li {
	font-size: 12px;
	line-height: 20px;
	width: 25%;
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
	cursor:pointer;
	float:left;
}

ul.load-preconfigurated li h3 {
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	float:left;
	width:100%;
}

.project-preview {
	width:100%;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:110px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover; 
}

/* Project Name */
.project-name { 
	float:left;
	width:100%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
.project-name h3 {
	border-bottom:0px;
}

.current-project-name {
	float:left;
	font-size:16px!IMPORTANT;
	line-height:20px;
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0; 
	width:100%;
}

/* Loading / Working Pane */
.grid-stack.working:after {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.5);
	/*background-image:url(images/ajax-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;*/
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	content:'';
	z-index:999;
}

.loading {
	position:absolute;
	right:0px;
	top:0px;
	width:32px;
	height:32px;
	background-image:url(images/ajax-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;	
}

/* Scale */
.scale {
	position:absolute;
	border:3px	solid #999;
	z-index:1;
}
.scale .scale_width,t {
	font-size:14px;
	color:#999;
	position:absolute;
	position: absolute;
  	top: 50%;
  	left: 160%;
  	transform: translate(-50%, -50%);
} 

.scale .scale_height {
	font-size:14px;
	color:#999;
	position:absolute;
	position: absolute;
  	top: 140%;
  	left: 50%;
  	transform: translate(-50%, -50%);
} 

/* 3D Preview */
#three_d_preview {
	position:absolute;
	left:0px;
	top:0px;	
	/*width:55%;
	width: calc(77.5% + 40px);*/
	width:77.5%;
	z-index:11;
}

ul.view-controls {
	position: absolute;
	left: calc(55% - 225px);
	top: 15px;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 12;
}

body.three-d-view-active ul.view-controls {
	left: calc(77.5% - 225px);	
}

ul.view-controls li {
	border:1px solid rgb(45, 58, 66); 
}

ul.view-controls li.view-active {
	background-color:#fff;
	color: rgb(45, 58, 66);
	border:1px solid rgb(45, 58, 66); 
}

/* Items in with issue */
.item-with-issue { 
	border:1px solid red;
}

/* Select Finishes on Frame */
.grid-stack-item .select_seat_finish {
	display:none;
}
.grid-stack-item .select_frame_finish {
	display:none;
}

.grid-stack .grid-stack-item:hover .select_seat_finish { 
	display:block;
}

.grid-stack .grid-stack-item:hover .select_frame_finish { 
	display:block;
}

.grid-stack .grid-stack-item .select_frame_finish, .grid-stack .grid-stack-item .select_seat_finish {
	position:relative;
	width:50%;
	float:left;
	z-index:6;
	text-align:center;
	cursor:pointer;
}

/* Watch Demo Button */
.watch_demo, .update_sizing {
	position:absolute;
	bottom:55px;
	left:298px;
	z-index:2;
	cursor:pointer;
}

#demo_video { 
	width:100%;
}

.demo_video { 
    width: 50%!IMPORTANT;
    margin-left: -25%!IMPORTANT;
}

.demo_video .dialog-box-title {
	/*display:none;*/
	background-color:transparent!IMPORTANT;	
}

.demo_video .inner {
	display:none;
}

.demo_video .dialog-cross { 
	right: 0px!IMPORTANT;
    top: 10px!IMPORTANT;
}

/* Hit Detection */
.occupied { 
	
}

/*.modular-item {
	pointer-events:none;
}
*/

.ui-draggable-dragging { 
  pointer-events: none; 
}

/* List Prices */
.list_prices { 
	float: left;
    width: 50%;
    clear: both;
    margin: 0;
    padding: 0!IMPORTANT;
	color: #cfcfcf;
	font-size:12px; 
	line-height:22px;
}

/* Login Prompt */
.login_prompt {
	padding: 20px 20px 0 20px!important;
}
.login_prompt a {
	color:#2d3a42!IMPORTANT;	
}

/* Tooltip */
#configurator a.tooltips {
	position: relative;
	display: inline;
	display:inline-block;
}

.finish-block ul li span, .items-list .spec_list_finishes li span {
	position: absolute;
	width: 100px;
	color: #2d3a42;
	background-color: #f3f3f3;
	border: 1px solid #cfcfcf; /*height: 30px;*/
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.35);
	display: none;
}

.finish-block ul li:hover span, .spec_list_finishes li:hover span {
	visibility: visible;
	opacity: 1;
	bottom: 15px;
	left: 0;
	margin-left: -59px;
	z-index: 999;
}

/* Finish Preview */
.finish-preview {
	position: absolute;
	z-index: 999;
	display: none;
	width: 100px;
	color: #2d3a42;
	background-color: #f3f3f3;
	border: 1px solid #cfcfcf; /*height: 30px;*/
	line-height: 30px;
	text-align: center;
	border-radius: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.35);
	margin-left: 12px;
	display: none;
}

.finish-preview p {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0 0;
	padding: 3px 3px 8px 3px;
}

.finish-preview:after, .finish-preview:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.finish-preview img {
	float: none!IMPORTANT;
	max-width:100%;
	height:auto;
}

.finish-preview:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f3f3f3;
	border-width: 10px;
	margin-left: -10px;
}

.finish-preview:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #cfcfcf;
	border-width: 11px;
	margin-left: -11px;
}

/*.finish-preview {
	display: none;
	margin-top: -99999px;
}*/

.finish-preview {
	display: block;
	margin-top: 0px;
}

/* Tool Tips */
.item-tooltip { 
	position:absolute;
	left:0px;
	bottom:-30px;
	color: #2d3a42;
    opacity: 0.5;	
}

/* Frame Finish Selection */
.items-list .spec_list_finishes { }
.items-list .spec_list_finishes { width:100%; float:left; margin:5px 0 10px 0; padding:0 0 0 0; }
/*.items-list .spec_list_finishes:before { content:'Finish'; font-size:10px; line-height:12px; text-transform:uppercase; float:left; margin:4px 20px 0 0; padding:0 0 0 0;}*/
.items-list .spec_list_finishes li { width:18px; height:18px; float:left; margin:0 0 0 3px; padding:0 0 0 0; cursor:pointer; border:1px solid #c1c1c1; position:relative; background-position:center center; background-size:cover; }

.items-list .spec_list_finishes li.spec_list_finish_selected:after { width:100%; content:''; background-color:#ea7c00; height:2px; position: absolute; bottom: -4px;}

.list_items { margin:0 0 0 0; }

/* Tetris Configuration Key */
.key-configuration {
	position: absolute;
	left: 21px;
	bottom:4px;
}

/* Inner Controls */
.modular-inner-controls {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	z-index:11;
	width:100%;
	height:100%;
}

.panel-controls-active { 
	z-index:15;
}

.modular-inner-controls .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:11;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width: auto;
	text-align:center;
}

.orientation_1 .panel-controls-options .inner, .orientation_3 .panel-controls-options .inner, .orientation_1 .arm-controls-options .inner, .orientation_3 .arm-controls-options .inner   { 
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index:11;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width: 100%;
	text-align:center;
}

.grid-stack .grid-stack-item:hover .modular-inner-controls {
	display:block;	
}

.disable_options .modular-inner-controls {
	visibility:hidden;
}

/* If Add Configuration is active... */
.grid-stack .grid-stack-item.add_configuration .modular-inner-controls, .grid-stack .grid-stack-item.configure .modular-inner-controls {
	display:block;	
}

/* Select Configuration */
.select-configuration, .select-arms, .ui-configure {
	width:26px;
	height:26px;
	position:relative;
    z-index: 20;
   	float:left;
    display: block;
    cursor: pointer;
    opacity: 0.25;
    padding: 5px;
	cursor:pointer;		
}

.select-configuration:hover, .select-arms:hover, .ui-configure:hover {
    opacity: 1;	
}

.add_configuration .select-configuration, .ui-configure .select-configuration, .add_arms .select-arms, .configure .ui-configure {
    opacity: 1;	
}

/* Select Base Finish */
.select-base-finish {
	width: 26px;
    height: 26px;
    position: relative;
    z-index: 9;
    float: left;
    display: block;
    cursor: pointer;
    opacity: 0.25;
    padding: 5px;
    cursor: pointer;
}

.select-base-finish:after {
	float: left;
	border: 3px solid #2d3a42;
	width: 100%;
	height: 100%;
	position: relative;
	content: '';
}

.select-base-finish:hover {
    opacity: 1;	
}

.selected .select-base-finish {
	display: block;
	opacity:1.0;
}

.selected .select-base-finish:after {
	background-color: #2d3a42;
	border: 0px solid #2d3a42;
}

.selected .modular-inner-controls {
	display:block;	
}

/* Configuration List Options */
.configuration_options { 
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	display:none;
	z-index:9;
}

#configurations .options li {
	width:50%;
	width:auto;
	clear:both;
	margin:0 0 15px 0;
	padding:0 0 0 0;
    float: left;
    position: relative;
    cursor: pointer;
}

#configurations .options li:hover .configuration_options {
	display:block;
}

#configurations img {
	max-height:80px;
	width:auto!IMPORTANT;
}

#configurations .option_flipped img { 
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* Configuration Inner Controls */
.configuration_option { 
	width:25px;
	height:25px;
	background-color:green;
	float:left;
	position:relative;
	opacity:0.5;
}

.option_add {
	background-color: rgb(45, 58, 66);
}

.option_add:hover {
	opacity:1;
}

.option_flip {
	background-color: rgb(45, 58, 66);
}

.option_flip:hover {
	opacity:1;
}

.configuration_option span { 
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	z-index:9;
}

.configuration_option span:before {
	font-size:15px;
	color:#fff;
}

/* Select Panel */
.select-panel { 
	width: 26px;
    height: 26px;
    position: relative;
    z-index: 9;
    float: left;
    display: block;
    cursor: pointer;
    opacity: 0.25;
    padding: 5px;
    cursor: pointer;	
}

/* old hover style 
.select-panel:hover .panel-controls-options {
	display:block!IMPORTANT;
} */

.add_panel .select-panel { 
	background-color:#9C0;		
}

.add_panel .modular-inner-controls {
	display:block;	
}

.select-panel:hover {
	opacity:1.0;
}

.add_panel .select-panel {
	opacity:1.0;
}

/* Select Panel Options */
.select-panel { 

}
.panel-controls-options, .arm-controls-options {
    position: absolute;
    top: 0px;
    left:0px;
    background-color: rgb(45, 58, 66);
    width: 100%;
	/*
	width: calc(100% - 8px);
	height: calc(100% - 4px);
	*/
	height:100%;	
	z-index:12;
}

.panel-controls-options span, .arm-controls-options span {
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	display:inline-block;
}
.panel-controls-options span:before, .arm-controls-options span:before {
	color:#fff;
}

.panel-controls-options span:hover:before, .arm-controls-options span:hover:before {
	color:#ea7c00;
}

.panel-controls-options span.panel_option_selected:before, .arm-controls-options span.arm_option_selected:before { 
	color:#ea7c00;	
}

.tetris.delete-inner, .pau.delete-inner {
	display:none!IMPORTANT;
}

/* Panel Graphics */
.panel_graphic { position:absolute; top:0; z-index:16; }
.panel_graphic_back { left:0; width:100%; height:4px; background-color:#999; border-bottom:1px solid #e7e7e8; }
.panel_graphic_side_left { top:3px; left:0; width:4px; height:100%; background-color:#999; border-right:1px solid #e7e7e8; }
.panel_graphic_side_right { top:3px; right:0; width:4px; height:100%; background-color:#999; border-left:1px solid #e7e7e8; }

/* orientation_1 */
.orientation_1 .panel_graphic_back { 

} 

.orientation_1 .panel_graphic_side_left { 

} 

.orientation_1 .panel_graphic_side_right  { 
	
}

/* Tetris */
[data-configuration-ref="TET0080BA-2"] .panel_graphic_side_left {
    display: none!important;    
}

/* orientation_2 */
.orientation_2 .panel_graphic_back {
	right:0;
	left:auto;
	width:4px;
	height:100%;
	border-bottom:0px solid #e7e7e8;
	border-left:1px solid #e7e7e8;
} 

.orientation_2 .panel_graphic_side_left {
	top:0px;
	left:-3px;
	width:100%;
	height:4px;
	border-right:0px solid #e7e7e8;
	border-bottom:1px solid #e7e7e8;
} 

.orientation_2 .panel_graphic_side_right  {
	bottom:0px;
	left:-3px;
	right:auto;
	top:auto;
	width:100%;
	height:4px;
	border-left:0px solid #e7e7e8;
	border-top:1px solid #e7e7e8;
}

/* orientation_3 */
.orientation_3 .panel_graphic_back {
	right:auto;
	left:auto;
	top:auto;
	bottom:0px;
	width:100%;
	height:4px;
	border-top:1px solid #e7e7e8;
	border-left:0px solid #e7e7e8;
	border-bottom:0px solid #e7e7e8;
} 

.orientation_3 .panel_graphic_side_left {
	top:-3px;
	right:0;
	left:auto;
	bottom:auto;
	width:4px;
	height:100%;
	border-left:1px solid #e7e7e8;
	border-right:0px solid #e7e7e8;
	border-bottom:0px solid #e7e7e8;
} 

.orientation_3 .panel_graphic_side_right  {
	bottom:auto;
	left:0;
	right:auto;
	top:-3px;
	width:4px;
	height:100%;
	border-right:1px solid #e7e7e8;
	border-left:0px solid #e7e7e8;
	border-top:0px solid #e7e7e8;
}

/* orientation_4 */
.orientation_4 .panel_graphic_back {
	right:auto;
	left:0px;
	top:auto;
	bottom:auto;
	width:4px;
	height:100%;
	border-top:0px solid #e7e7e8;
	border-left:0px solid #e7e7e8;
	border-right:1px solid #e7e7e8;
	border-bottom:0px solid #e7e7e8;
} 

.orientation_4 .panel_graphic_side_left {
	top:auto;
	right:auto;
	left:3px;
	bottom:0px;
	width:100%;
	height:4px;
	border-left:1px solid #e7e7e8;
	border-right:0px solid #e7e7e8;
	border-bottom:0px solid #e7e7e8;
	border-top:1px solid #e7e7e8;
} 

.orientation_4 .panel_graphic_side_right  {
	bottom:auto;
	left:3px;
	right:auto;
	top:0px;
	width:100%;
	height:4px;
	border-right:1px solid #e7e7e8;
	border-left:0px solid #e7e7e8;
	border-top:0px solid #e7e7e8;
	border-bottom:1px solid #e7e7e8;
}

.select-disabled {
	cursor:default;
	opacity:0.25;
}

.select-disabled:hover:before {
	color:#FFF!IMPORTANT;
}

.panel_select_finish_active:before, .arm_select_finish_active:before  {
	color:#ea7c00!IMPORTANT;
}

.close_panel_options, .close_arm_options {
	position:absolute;
	right:5px;
	bottom:5px; 
	font-size: 10px!important;
}

.close_panel_options:before, .close_arm_options:before {
	content: 'CLOSE';
	color: #fff;
	font-family: 'latoregular';
}

.panel_false .select-panel {
	display:none!IMPORTANT;
}

.frame_finishes h3 {
    padding: 5px 0 5px 0!important;
    margin: 10px 0 10px 0!important;
}
</pre></body></html>