/* switch toggle*/
			


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 0px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 70%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}




.tooltip:hover .tooltiptext {
  visibility: visible;
  width: 120px;
  opacity: 1;
}

.colors_container, .leg_colors_container{
	padding-left:30px;
	padding-top:10px;
}



body, html {
	position:absolute;
	padding: 0;
	margin: 0;
	top:0px; 
	left:0px;
	
	font-family:"Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	
	font-weight: 300;
	font-size: 10px;
	text-decoration:none;
	text-align:left;
	color:#000;
	background:#CCC;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	
	height:100%;
	width:100%;
	
	-webkit-text-size-adjust: 100%;
	
	overflow:hidden;

}

table{
    font-family:"Trade Gothic W01 Cn 18", Arial, Helvetica, sans-serif;
    font-size:11px;
}


		
#webgl_container{
	position: absolute;
	width:100%;
	height:calc( 100% - 80px);
	border:solid 0px #CCC;
	display:none;	
}
	
	
#lib{
	position:absolute;
	left:0px;
	bottom:0px; 
	width:100%;
	min-height:80px;
	height:auto;
	background:#f4f4f4;
	border-top:solid 1px #666;	
	z-index:2000;
	display:none;
}

.lib_module{
	position:relative; 
	width:60px;
	height:60px;	
	border:solid 0px #666;
	float:left;
	margin-top:5px;
	background:transparent;
	z-index:2001;
	text-align: center;
	font-size:9px;
	/*text-indent: 5px;
		border-radius: 2px;*/
}

#stage{
	position:absolute;
	padding: 0;
	margin: 0;
	top:10px; 
	right:10px;
	height:500px;
	width:600px;
	background:rgba( 255, 255, 255, 0.7);
	border:solid 1px #666;
	z-index:10;
	display: block;
	opacity:0;
	color: #d5d5d5;
	pointer-events: none;
}

.default_button{
	position:relative;
	width:100px;
	height:16px;
	top:5px;
	left:10px;
	z-index:1000;
	background:#333;
	color:#FFF;
	padding: 6px;
	padding-left:12px; 
	cursor: pointer;
	text-align: left;
	font-size: 12px;
	margin-top:5px;
	margin-right:2px; 
	
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
}

.default_button_small{
	padding-left:6px; 
	width:50px;
}

.default_button_large{
	min-width:247px; padding-top:10px; padding-bottom:10px; font-size: 16px;
}


.default_button_text{
	text-align: center;	
	padding-left:6px; 
	border-radius: 0px;
}

.default_button_text:hover{
	background-color: #0ac0cb;
}

.button_list_headline{
	position:relative;
	font-size:12px;
	padding-left:8px; 
}



#material_button{
	position:absolute;
	top:40px;
	left:10px;
	cursor:pointer;
}

#material_container{
	position:relative; 
	left:10px;
	top:10px; 
	width:calc( 100% - 10px ); 
	height:calc( 100% - 130px);
	background:transparent; 
	overflow:auto
}

#open_color_menu{
	top:220px;
}

.menu_border_box{
	position:relative;
	width:40px;
	height:6px;
	background:#666;
	margin-bottom:6px;
}

#menu_icon{
	background:#FFF;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	position:absolute; 
	left:10px; 
	top:10px; 
	width:40px; 
	height:30px; 
	z-index:1000000000; 
	cursor:pointer;
	padding:5px; 
}

.navigation{
	
	position:relative;
	float:left;
	width:60px;
	height:16px;
	top:0px;
	z-index:1000;
	background:#FFF;
	padding: 6px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	margin-right:0px; 
	margin-bottom:1px; 
	border-left:solid 1px #999;
	
	display:none;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	
}

.navigation:hover{
	
	color:#FFF;

	background: #0ac0cb;
	
	/*background: -moz-linear-gradient(top, #dddddd 0%, #777777 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%,#777777 100%);
	background: linear-gradient(to bottom, #dddddd 0%,#777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#777777',GradientType=0 );*/
	
}

#navigation{
	position:relative;
	clear:both;
	top:0px;
	left:0px;
}

.box{
	
	position:relative;
	clear:both;
	width:283px;
	height:auto;
	min-height:40px;
	top:15px;
	margin-bottom:5px;
	top:50px;
	margin:0 auto;
	left:10px; 
	z-index:1000;
	/*background:rgba( 255, 255, 255, 0.7);*/
	padding: 6px;
	padding-bottom:20px;
	text-align: left;
	font-size: 12px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	display:none;
	overflow:hidden;
	background:rgba( 255, 255, 255, 1 );
	z-index:1000000000;
	
}

.box_xl{
	width:700px;	
}

.box_dealers{
	height:360px;
	overflow:visible;	
}

#dealer_info{
	margin-left:10px;
	font-size: 12px;	
}

.box_white{
	background:rgba( 255, 255, 255, 1 );
}

.box_align{
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


.box > p{
	padding:10px; 
	padding-top:12px; 
	padding-bottom:0px;
	font-size: 12px;
}

h4{
	padding-top:8px; 	
	padding-left:8px; 	
	padding-bottom:8px; 
	margin:-5px; 
	top:0px; 
	left:0px; 
	background:#FFF;
}

h3{
	font-size:11px; 
}

.close_box{
	position:absolute; top:6px; right:5px; cursor:pointer; 
}

.horizontal_line_full{
	position:relative; height:1px; width:calc( 100% + 10px) ; background:#999; top:5px; left:-5px; margin-bottom:10px; z-index:0; clear:both;
}

.horizontal_line_bottom{
	position:relative; height:1px; width:calc( 100% - 10px) ; background:#999; top:5px; left:+5px; margin-bottom:15px; z-index:0; clear:both;
}

.clear{
	clear:both;
}

#open_context_navigation{
	position:absolute; 
	top:100px; 
	left:100px; 
	width:35px; 
	height:35px;
	background: rgba( 255, 255, 255, 0.8 );
	z-index:100000000;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	display:none;	
	cursor:pointer;
}

#open_context_navigation:hover{
	background:#0ac0cb;
}

.fade_hover{
	-webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#context_navigation{
	position:absolute; 
	top:100px; 
	left:100px; 
	width:130px; 
	height:75px;
	background: transparent;
	z-index:1000000000;
	display:none;
}

.sub_icon, .sub_sub_icon{
	position:relative;
	cursor:pointer;	
	width:35px;
	height:35px; 
	margin:1px; 
	float:left;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.45);
	background:#333;
}

.sub_icon > img, .sub_sub_icon > img {
	position:absolute;	
}

.sub_icon:hover, .sub_sub_icon:hover{
	background:#0ac0cb;
}

.sub_sub_icon{
	background:#999;
}



.floor_icon{
	cursor:pointer;	
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
	position:absolute; 
	 top:42px; width:40px; height:40px; 
}

.color_icon{
	cursor:pointer;	
	border:solid 1px rgba( 255, 255, 255, 0.85 );
	width:50px; height:50px; cursor:pointer;
	padding:0px; 
	float:left;
	background:#999999;
	margin:3px
	/*-webkit-mask: url(../images/material.svg); -o-mask-image: url(../images/material.svg); -moz-mask-image: url(../images/material.svg); mask-image: url(../images/material.svg);*/
	
}

#material_icon{
	-webkit-mask: url(../images/material.svg); -o-mask-image: url(../images/material.svg); -moz-mask-image: url(../images/material.svg); mask-image: url(../images/material.svg);
}

#material_sub_icon{
	-webkit-mask: url(../images/material.svg); -o-mask-image: url(../images/material.svg); -moz-mask-image: url(../images/material.svg); mask-image: url(../images/material.svg); width:35px; height:35px; 
}


input[type="radio"] {
	
	background: Blue;
	border: Solid Thin Black;
}

input[type="text"]{
	position:relative;
	font-family:"Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	width:250px;
	height:20px;
	padding:5px;
	top:5px;
	left:10px;
	z-index:1000;
	background:#FFF;	
	border:solid 1px #666;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.29); /*, 0 -1px 1px rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.3); */
	margin-top:5px; 
	margin-bottom:10px; 
	outline: none;
	font-size:12px;
	-webkit-appearance: none;
}






textarea{
	position:relative;
	font-family:"Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	width:250px;
	height:130px;
	padding:5px;
	top:5px;
	left:10px;
	z-index:1000;
	background:#FFF;	
	border:solid 1px #666;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.29); /*, 0 -1px 1px rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.3); */
	margin-top:5px; 
	margin-bottom:5px; 
	outline: none;
	font-size:12px;
	resize: none;
	-webkit-appearance: none;
}

::-moz-selection { background: #0ac0cb; }
::selection { background: #0ac0cb; }

.message{
	color:red;
	display:none;	
	padding-top:0px;
	padding-bottom:0px;
}


/* LOADER */

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  border: 4px solid #000000;
  border-right-color: transparent;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: inline-block;
  margin-top:260px; 
  width:18px; 
  height:18px
}

.loading-spinner-small {
	position:absolute;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  border: 5px solid #FFF;
  border-right-color: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
  margin-top:58px; 
  width:18px; 
  height:18px
}

.loading-spinner-small-black {
	position:absolute;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  border: 5px solid #000;
  border-right-color: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
  top:165px; 
  left:400px;
  width:18px; 
  height:18px;
  z-index:200000;
}


/* Tab Navigation */
.tab-nav-container {
	position:relative;
	background-color: #fff;

	
	display: flex;

	left:-5px;
	padding: 10px;
	width: 310px;
}

.tab-space-between{
	justify-content: space-between;
}

.tab {
    background-color: #ffffff;
    border-radius: 30px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0px;
    transition: background 0.4s linear;
    width:120px; /* edward */
}

.tabicon {
    width: 40px;
}

.tab p {
    font-weight: bold;
    overflow: hidden;
    max-width: 0;
}

.tab.active p {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 200px;
    transition: max-width 0.4s linear;
}
/*
.tab.active.purple {
    background-color: rgba(91, 55, 183, 0.2);
    color: rgba(91, 55, 183, 1);
}

.tab.active.pink {
    background-color: rgba(201, 55, 157, 0.2);
    color: rgba(201, 55, 157, 1);
}

.tab.active.yellow {
    background-color: rgba(230, 169, 25, 0.2);
    color: rgba(230, 169, 25, 1);
}

.tab.active.teal {
    background-color: rgba(28, 150, 162, 0.2);
    color: rgba(28, 150, 162, 1);
}
*/

.tab.active.purple {
    background-color: rgba(33, 33, 33, 0.1);
    color: rgba(33, 33, 33, 1);
    
    background-color: rgba(10, 192, 203, 1);
    color: rgba(33, 33, 33, 1);
}

.tab.active.pink {
    background-color: rgba(33, 33, 33, 0.1);
    color: rgba(33, 33, 33, 1);
    
    background-color: rgba(10, 192, 203, 1);
    color: rgba(33, 33, 33, 1);
}

.tab.active.yellow {
    background-color: rgba(33, 33, 33, 0.1);
    color: rgba(33, 33, 33, 1);
    
    background-color: rgba(10, 192, 203, 1);
    color: rgba(33, 33, 33, 1);
}

.tab.active.teal {
    background-color: rgba(33, 33, 33, 0.1);
    color: rgba(33, 33, 33, 1);
    
    background-color: rgba(10, 192, 203, 1);
    color: rgba(33, 33, 33, 1);
}

li { list-style-type: "* "; }

ul{
	padding: 10px;

}

/* ######## Switch ##### */
/*
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
*/

#switch_label{
	position: relative;
	left: 15px;
	top: 7px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 29px;
  left:5px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0ac0cb;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0ac0cb;
}

input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.slider.round {
  border-radius: 29px;
}

.slider.round:before {
  border-radius: 50%;
}

#rect_div {
    border: 1px dotted red;
    position: absolute;
}



