* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }
.tdpiece{
border:double 3px #666666;
/*text-align: center;*/
}
body{
    
    background-color: #7e7a6f;
    background-image:none!important;
    background-size: cover;
    background-position: center center;
    /*font-family: Helvetica, Trebuchet MS,Helvetica, sans-serif;*/
    font-family:'Slabo 27px','Open Sans';
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow: hidden;
   /* overflow-y:auto;*/
}
	
.interiorview{
width:90%
height:auto;
}
.cabsel{
width:auto;
float: left;
margin-right:10px;
cursor: pointer;
}
body{
overflow: auto;
}
input[name=interiorstyle] {    
    margin-left: -40px;
    margin-top: 50px;
    position: absolute;
    display:none;
}   
#moduleparams{
max-width:220px;
} 
#doors{
margin-top:20px;
clear:both;
}
#doortemplates{
/*margin-top:130px;*/
}
#doorstyler{
padding:10px;
}

.lilblock{
	float:left;
	clear:both;
    padding: 5px;
    margin-right:10px;
    
}
.lilblock2{
	float:left;
    /*background: rgba(255,255,255,0.5);*/
    background: rgb(238, 238, 238);
    padding: 5px;
    margin-right:10px;
    border-radius: 5px;
    margin-bottom: 10px;
      
}

.lilhl{
	color:#eeeeee;
}

#navi{
    background-color: #ed1d24;
}
label{
float:left;
cursor: pointer;
}
.SDheader{
position:relative!important;
height:auto;
z-index: 1000;
}
.tabs{
position:relative!important;
top:0!important;

}
.engine{
position:absolute;
top:0;
left:0;
}
.group{
clear:left;
width:auto;
background: none;
}
.doorsel{
width:auto;
float: left;
margin-right:10px;
cursor: pointer;
}
.doorplateicon{
	width:35px!important;
	background-size: auto 100%!important;
    background-repeat: no-repeat!important;
    border: solid 2px #cccccc;
    -webkit-transform: rotate3d(1,0,0,-15deg) rotate3d(0,1,0,35deg);
    box-shadow: -2px 2px 5px rgba(0,0,0,0.3);
}
.number{
	 border-radius: 20px;
    background: #a1ea5a;
    padding: 3px; 
    width: 25px;
    height: 25px; 
    font-size:12px;
    text-align: center;
    margin-left: 20%;
    margin-top: 30px;
    text-decoration: underline;
    background: rgb(210,255,82);
background: -moz-linear-gradient(top, rgb(210,255,82) 0%, rgb(145,232,66) 100%);
background: -webkit-linear-gradient(top, rgb(210,255,82) 0%,rgb(145,232,66) 100%);
background: linear-gradient(to bottom, rgb(210,255,82) 0%,rgb(145,232,66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
box-shadow: 2px 2px 5px grey;
}
.gborder{
border-top:none!important;
}
.statusinfo{
	font-size:10px;
	font-weight:bold;
}
.cabinetinterior{
	border:solid 2px #000000;
	height:100px;
	/*width:60px!important;*/
}
.middleblockwide{
	background-color:rgba(255,255,255,0.9);
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:left;
    background: rgb(226,226,226);
background: -moz-linear-gradient(-45deg, rgb(226,226,226) 0%, rgb(219,219,219) 50%, rgb(209,209,209) 51%, rgb(254,254,254) 100%);
background: -webkit-linear-gradient(-45deg, rgb(226,226,226) 0%,rgb(219,219,219) 50%,rgb(209,209,209) 51%,rgb(254,254,254) 100%);
background: linear-gradient(135deg, rgb(226,226,226) 0%,rgb(219,219,219) 50%,rgb(209,209,209) 51%,rgb(254,254,254) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
}
.middleblockacc{
	background-color:rgba(200,200,200,0.9);
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:left;
}
.rightborder{
	border-right:solid 2px #000000;

}
.styleicon{
	width:33px;
	height:auto;
	float:left;
	background:rgba(255,255,255,1);
	/*padding:5px;*/
	border: solid 1px #cccccc;
    border-top: solid 2px #000000;
    margin:2px;
}
.styleitems{
height:270px;
overflow:auto;
margin-top:10px;
}
.styleicobtn{
cursor: pointer;
}
.disabled{
opacity:0.5;
pointer-events: none;

}
@media (max-width: 500px) {
.naviitem{
font-size:10px;
}
.langsel{
display:none;
}
}