﻿@import url('opensans.css');

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fff;
    font-size: .85em;
    font-family: 'Open Sans';
    font-weight: 500;
    color: #333;
	text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
}

a, a:visited, a:link
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color : #333;
    text-decoration: underline;
}

p
{
    margin-bottom: 20px;
    line-height: 1.3em;
}

a img
{
	border : 0px solid #000000;
}

hr
{
    border-top: 1px solid #ccc;
    border-right: 0px solid #000;    
    border-bottom: 0px solid #000;    
    border-left: 0px solid #000;    
    margin: 10px 0 10px 0;
    padding: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h1 a, h1 a:visited, h1 a:active, h1 a:hover
{
	font-family: 'Open Sans';
	font-size: 1.4em;
	text-decoration: none;
	padding-bottom : 15px;
}

h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover, .touchChooseTD, .kvhPPS
{
	font-size: 1.2em;
	font-weight: 700;
	font-family: 'Open Sans';
	text-decoration: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

h3, h3 a, h3 a:visited, h3 a:active, h3 a:hover
{
    font-size: 1.1em;
	font-weight: 700;
	font-family: 'Open Sans';
	text-decoration: none;
	margin: 15px 0 8px 0;
}
h4
{
    font-size: 1em;
	font-weight: 700;
	font-family: 'Open Sans';
	text-decoration: none;
	margin: 8px 0 4px 0;
    clear: both;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#footer, #subFooter
{
    padding: 0;
    text-align: right;
    line-height: normal;
    margin: 0;
    clear: both;
    font-size: .75em;
}

#footer
{
    padding: 10px 0;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

input, textarea 
{
    border: 1px solid #bbb;
    background : #fff;
    color: #333;
    padding:.75em 1em .5em 1em;
    font-family: 'Open Sans';
}

.trOdd input, .trOdd textarea {
    background : #fff;
}

textarea 
{
    font-family: 'Open Sans';    
    font-size: .95em;
}

input[type="image"], .submitLink /*input[type="submit"], */
{
    font-family: 'Open Sans';
    border : 0px solid #ffffff;
    font-weight : 600;    
    color: #000000;
    vertical-align: middle; 
    margin: -2px 0 0 0;
    background-color: transparent;
}

input[type="checkbox"], input[type="radio"]
{
    border: 0px solid white;       
    background-color:Transparent;
}

input.file
{
    border: 0px solid #fff;
    background-color: Transparent;    
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url('/Content/Images/Layout/select-arrow.png');
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

/* Hide browser-styling in IE10 */
select::-ms-expand {
  display:none;
}

/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select { 
    background-image: none; 
}



/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 0px #e8eef4;
}

table td 
{
  border: solid 0px #e8eef4;
}

td img, th img
{
	vertical-align: middle;	
    margin: 0 0 2px 0;
}

#selectedContentBox td, #selectedContentBox th
{
  padding: 16px;   
}

.trEven td
{
	/*background-color: #fff;
	border : 0px solid #ccc;*/
    border-bottom: 2px solid #333;
	text-align: center;
	vertical-align: middle;
}

.trOdd, .trEven
{
	vertical-align: top;    
}

.trOdd td
{
	/*background-color: #efefef;
	border : 0px solid #ccc;*/
    border-bottom: 2px solid #333;
	text-align: center;
	vertical-align: middle;
}

.trHighlight td
{
    background-color: #5eb5e1;
}

table th
{
    background-color: #1483C7;
    color : #fff;
    text-align: center;    
    font-family: 'Open Sans';
    font-weight: 600;
}

#systemStatusErrorTable th
{
    background-image: url(/Content/Images/tr_back_red.gif);
    background-repeat: repeat-x;
    /*background-color: #f8a600;*/
    color : #fff;
    text-align: center;    
}

/* MISC  
----------------------------------------------------------*/

#mainContainer, #mainContainerVertical
{
    width: 960px;   
    margin: 0 auto; 
}

#contentContainer
{
    min-height: 570px;
    width: 960px;
    margin: 0 0 0 0;
}

#selectedContentBox {
    width: 960px;
    margin: 25px 0 0 0;   
}

#header
{
    text-align: left;   
    margin : 10px auto; 
    margin-bottom: 10px;
    height: 50px;
}

#footerBox
{
    float: right;
    margin : 80px 80px 10px 0;
}

.errors li
{
    color: #e20513;
	font-size: .8em;
	font-weight: 600;
	list-style-image: url(../../Content/Images/info.png);
	vertical-align: middle;   
}

.errors
{
    padding: 0 0 0 30px;   
}

#ajaxGraphics
{    
    text-align: right;
    margin: 30px 0 0 1078px;
    position: fixed;
    z-index: 10000;
    display: none;
}
    
.logout
{
    position: absolute;
    width: 400px;
}

#login
{
    float: left;    
    width: 680px;  
    padding-top: 60px;
}

#header ul
{
    padding: 0;
    margin: 0;
    line-height: 1em;    
    font-size: .9em;
}

#header li
{
    /*display: inline; */
    list-style: none;
    padding: 4px 25px 8px 25px;
}

#header li a
{
	color: #747474;    
}

#header li a:hover
{
	color: #5eb5e1;    
}

#menu
{
    float: left;
    position: absolute;
    z-index: 100;
    color: #747474;  
}

#menu ul
{
    padding: 8px 0 0 0;
}

#logo
{
    text-align: right; 
    float: left; 
    height: 25px;
    width: 0px;
    position: absolute;
}

#loginName
{
    text-align: left; 
    clear: both;    
    margin: -2px 0 0 220px;
    position: absolute;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
}

.onlyScreenDisplay
{ }

.onlyPrintDisplay
{
    display: none;
}

.label
{
    font-size: .9em;
	background-color: transparent;
	border : 0px solid #fff;
	text-align: left;
	padding: 2px;
	margin: 0;
}

.labelSmall
{
    font-size: .9em;
	background-color: transparent;
	border : 0px solid #fff;
	text-align: left;
	padding: 2px 2px 0 2px;
	margin: 0;
}

.small
{
    font-size: .9em;  
}

.inactivePos
{
    background-color: #A9A9A9;
    width: 155px;
    font-weight: 600;
    text-align: center;
    float: left; 
    padding: 8px 2px 8px 2px; 
    margin: 4px 2px 4px 2px;
    color: #fff;
}

.activePos
{
    background-color: #1483C7;
    width: 155px;
    font-weight: 600;
    text-align: center;
    float: left; 
    padding: 8px 2px 8px 2px; 
    margin: 4px 2px 4px 2px;
    color: #fff;
}

.button, .boxButton, .duplicateConfigurationBox input[type="submit"], .boxButtonInactive, .buttonInactive
{
    background-color: #1483C7;
    width: 185px;
    font-weight: 600;
    text-align: center;
    float: right; 
    padding: 8px 2px 8px 2px; 
    margin: 25px 2px 4px 25px;
    color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}

.boxButton, .duplicateConfigurationBox input[type="submit"], .boxButtonInactive, .buttonInactive
{
    margin: 25px -2px 4px 5px;
}

.boxButtonInactive, .buttonInactive 
{
    background-color: #A9A9A9;
}

.menuButton {
    width: 185px;
    font-weight: 600;
    text-align: center;
    float: right; 
    padding: 8px 2px 8px 2px; 
    margin: 8px 35px 4px 8px;
    color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
}

.button:hover, .menuButton:hover, .boxButton:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

#sysParameterMenu li
{
    list-style: none;
    padding: 5px 0 5px 0;
    font-weight: 600;    
}

#sysParameterMenu
{
    margin: 15px 0; 
    padding: 0;
}

.noProdVarInfoBox {
    margin: 25px 0 15px 15px;
    font-size: 1.1em;
    min-height: 100px;
    font-weight: 600;
}

/* AUTOCOMPLETE  
----------------------------------------------------------*/

#showTotalListBox
{
    background-color: #fff; 
    width: 460px; 
    position: fixed; 
    margin: 110px 0 0 540px; 
    border: 1px solid #ccc;
}

#showTotalListBox h3
{
    margin-left: 20px;    
}

#showTotalListBox ul
{
    padding: 0;
    margin: 10px 0px 10px 20px;    
}

#showTotalListBox li
{
    list-style-type: none;
    padding: 4px;
    margin: 0 0 4px 0;    
}

.activeLi
{    
    background-color: #5eb5e1;   
}

.level{
	width: auto;
}

.level_1{
	margin: 5px 0px 6px 0px;
}

.level_2{
	margin: 5px 0px 6px 37px;
	display: none;
}

.level_3{
	margin: 5px 0px 6px 74px;
	display: none;
}

.scrollLevel{
	margin: 0 0 0 5px;
	float: left;
	cursor: pointer;
}

p {
	font-size: 1.2em;
	padding: 1px 0 1px 10px;
	width: auto;
	/*height: 30px;*/
	vertical-align: middle;
	display: table-cell;
	font-size: .9em;
}

p.article{
	font-size: 1.2em;
	width: auto;
	padding-left: 0px;
	/*height: 30px;*/
	vertical-align: middle;
	display: table-cell;
	font-size: .9em;
}

div.article{
	display: none;
	width: auto;
	/*height: 30px;*/
}

div.article_1{
	margin: 5px 20px 5px 33px;
	padding: 4px 0 4px 4px;
} 

div.article_2{
	margin: 5px 20px 5px 71px;
	padding: 4px 0 4px 4px;
}

div.article_3{
	margin: 5px 20px 5px 108px;
	padding: 4px 0 4px 4px;
}

.groupSel
{
}

.treeBox
{
	height: auto;
	max-height: 400px;
	overflow-y: auto;    
}

.totalBox
{    
	height: auto;
	max-height: 400px;
	overflow-y: auto;  
}

/* CATEGORY  
----------------------------------------------------------*/

.categoryBox {
    width: 170px;
    height: 200px;
    margin: 5px 8px 25px 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #333;
    border: 1px solid #dfdfdf;
    float: left;
    box-sizing: border-box;
    padding: 30px 0 0 0;
}

.categoryBox img 
{
    width: 140px;
    margin: -10px 0 4px 0;
}

a .categoryBox,  a:visited .categoryBox, a:active .categoryBox {
    text-decoration: none;
}

a:hover .categoryBox {
    text-decoration: none;
    border: 2px solid #c7b771;
    color: #333;
}


/* PRODUCT  
----------------------------------------------------------*/

.productVariationBox {
    width: 960px;
    display: none;
}

.productBox {
    width: 210px;
    min-height: 210px;
    margin: 5px 15px 25px 5px;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 700;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
}

.productNameTopBox {
    width: 208px;
    height: 208px;
    text-align: right;
    box-sizing: border-box;
    padding: 8px 0px 0 8px;
}

.productNameBottomBox {
    width: 208px;
    height: 208px;
    text-align: right;
    box-sizing: border-box;
    padding: 178px 0px 0 8px;
}

.productNameField {
    /*background: url('/Content/Images/Konfigurator/transWhite.png') repeat; */
    padding: 4px 8px 4px 8px;
}

.productSelectionButtton {
    float: right;
    margin: 2px 12px 8px 2px;
}

.productInfoBox {    
    margin: 15px 8px 15px 8px;
    width: 184px; 
    text-align: left;
    display: none;
}


.productNameBox a, .productNameBox a:visited, .productNameBox a:active {
    text-decoration: none;
}

.productNameBox a:hover, .linkHoverEffect:hover {
    text-decoration: none;
    color: #c7b771;
}

.linkHoverEffect {
    cursor: pointer;
}

/* GLOBALFILTERBOX  
----------------------------------------------------------*/

#sideInfoBox {
    width: 350px; 
    position: absolute;
    margin: 0 0 0 980px;
}

#sideInfoBox select {
    width: 240px;
    margin: 2px 0 8px 0;
}

#globalBaseTypeSelectBox, #globalProductTypeSelectBox {
    width: 340px;
    margin: 2px 0 8px 0;
}

#sideInfoAjaxBox {
    /*text-align: center;*/
    /*display: none;*/
}

#sideInfoContentBox {
    width: 350px; 
    max-width: 350px; 
    position: fixed;
}

.selConfigurationSmallImage {
    width: 210px;
    margin: -180px 0 0 65px;
    position: absolute;
    border: 1px solid #333;
    padding: 10px;
}

.selConfigurationSmallImage img {
    width: 190px;
}

.selConfigurationSmallMeasureTypeImage {
    width: 240px;
    margin: 0 8px 0 -35px;
}

.selConfigurationImage, .selProductListImage, .actualConfigurationProductBox {
    background-color: #fff;
    width: 800px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    position: absolute;
    z-index: 1000;
    margin: -160px 0 0 100px;
    display: none;
    padding: 25px;
    min-height: 200px;
}

.selProductListImage {
    margin: -60px 0 0 100px;
}

.actualConfigurationProductBox {
    margin: -110px 0 0 100px;

}

.productListShowDetailImage {
    position: absolute;
    margin: -34px 0 0 2px;
    cursor: pointer;
}

.selProductShowDetailImage {
    position: absolute;
    margin: -28px 0 0 2px;
    cursor: pointer;
    display: none;
}

.configurationShowDetailImage {
    position: absolute;
    margin: 2px 0 0 2px;
    display: none;
    z-index: 10000;
    cursor: pointer;
}

.selProductImage, .selProductVariationImage {
    border: 1px solid #333; 
    padding: 10px; 
    float: right; 
    margin: -120px 0 0 25px; 
    display: none;
    font-size: 1em;
    font-weight: 700;
}

.sideSummaryInfoTitle {
    font-weight: 800;
    font-size: .9em;
    padding-right: 4px;
}
.sideSummaryInfo {
    font-size: .9em;
}

.sideSummaryImageStack {
    width: 350px;
    height: 490px;
    margin: -300px 20px 5px 0;
    padding: 0;
    float: right;
}

.sideSummaryImageStack img {
    padding: 0;
    margin: 0;
    position: absolute;
}

.sideSummaryImageStackImage {
    width: 350px;
}

.sideSummaryImageStackDecorZarge {
    background-repeat: repeat;
    background-position: top left;
    width: 350px;
    height: 460px;
    margin: 0 auto;
    z-index: 98;
    position: absolute;
}

.sideSummaryImageStackDecorZargeTop_1-1,
.sideSummaryImageStackDecorZargeTop_2-1,
.sideSummaryImageStackDecorZargeTop_3-1,
.sideSummaryImageStackDecorZargeTop_4-1,
.sideSummaryImageStackDecorZargeTop_5-1,
.sideSummaryImageStackDecorZargeTop_6-1,
.sideSummaryImageStackDecorZargeTop_7-1,
.sideSummaryImageStackDecorZargeTop_8-1,
.sideSummaryImageStackDecorZargeTop_9-1,
.sideSummaryImageStackDecorZargeTop_10-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 156px;
    height: 5px;
    margin: 125px 0 0 96px;
    z-index: 101;
    position: absolute;
}

.sideSummaryImageStackDecorZargeTop_5-1 {
    width: 200px;
    margin: 126px 0 0 52px;
}

.sideSummaryImageStackDecorZargeTop_1-1,
.sideSummaryImageStackDecorZargeTop_2-1,
.sideSummaryImageStackDecorZargeTop_3-1,
.sideSummaryImageStackDecorZargeTop_4-1,
.sideSummaryImageStackDecorZargeTop_5-1,
.sideSummaryImageStackDecorZargeTop_6-1,
.sideSummaryImageStackDecorZargeTop_7-1,
.sideSummaryImageStackDecorZargeTop_8-1,
.sideSummaryImageStackDecorZargeTop_9-1,
.sideSummaryImageStackDecorZargeTop_10-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 150px;
    height: 6px;
    margin: 126px 0 0 100px;
    z-index: 101;
    position: absolute;
}

.sideSummaryImageStackDecorZargeTop_2-1 {
    display: none;
}

.sideSummaryImageStackDecorZargeTop_5-1 {
    width: 200px;
    margin: 126px 0 0 52px;
}

.sideSummaryImageStackDecorZargeSecondTop_1-1,
.sideSummaryImageStackDecorZargeSecondTop_5-1,
.sideSummaryImageStackDecorZargeSecondTop_6-1,
.sideSummaryImageStackDecorZargeSecondTop_7-1,
.sideSummaryImageStackDecorZargeSecondTop_8-1,
.sideSummaryImageStackDecorZargeSecondTop_9-1,
.sideSummaryImageStackDecorZargeSecondTop_10-1 {
    display: none;
}

.sideSummaryImageStackDecorZargeSecondTop_2-1,
.sideSummaryImageStackDecorZargeSecondTop_3-1,
.sideSummaryImageStackDecorZargeSecondTop_4-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 150px;
    height: 7px;
    margin: 51px 0 0 100px;
    z-index: 101;
    position: absolute;
}

.sideSummaryImageStackDecorBlattTop_1-1,
.sideSummaryImageStackDecorBlattTop_4-1, 
.sideSummaryImageStackDecorBlattTop_5-1, 
.sideSummaryImageStackDecorBlattTop_6-1, 
.sideSummaryImageStackDecorBlattTop_7-1,
.sideSummaryImageStackDecorBlattTop_8-1,
.sideSummaryImageStackDecorBlattTop_9-1,
.sideSummaryImageStackDecorBlattTop_10-1,
.sideSummaryImageStackDecorBlattTop_1-2,
.sideSummaryImageStackDecorBlattTop_3-2, 
.sideSummaryImageStackDecorBlattTop_4-2, 
.sideSummaryImageStackDecorBlattTop_5-2, 
.sideSummaryImageStackDecorBlattTop_6-2, 
.sideSummaryImageStackDecorBlattTop_7-2,
.sideSummaryImageStackDecorBlattTop_8-2,
.sideSummaryImageStackDecorBlattTop_9-2,
.sideSummaryImageStackDecorBlattTop_10-2 {
    display: none;
}

.sideSummaryImageStackDecorBlattTop_2-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 142px;
    height: 72px;
    margin: 59px 0 0 104px;
    z-index: 99;
    position: absolute;
}

.sideSummaryImageStackDecorBlattTop_3-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 142px;
    height: 65px;
    margin: 59px 0 0 104px;
    z-index: 99;
    position: absolute;
}

.sideSummaryImageStackDecorBlattTop {
    background-repeat: repeat;
    background-position: center center;
    width: 102px;
    height: 428px;
    margin: 0 0 0 94px;
    z-index: 99;
    position: absolute;
}

.sideSummaryImageStackDecorBlattBottom {
    background-repeat: repeat;
    background-position: center center;
    width: 142px;
    height: 312px;
    margin: 133px 0 0 104px;
    z-index: 99;
    position: absolute;
}

.sideSummaryImageStackDecorWandBottom {
    background-repeat: repeat;
    background-position: center center;
    width: 267px;
    height: 312px;
    margin: 133px 0 0 40px;
    z-index: 99;
    position: absolute;
}

.sideSummaryImageStackDecorZweiBlattBottomLeft, .sideSummaryImageStackDecorZweiBlattBottomRight {
    background-repeat: repeat;
    background-position: center center;
    width: 97px;
    height: 214px;
    margin: 169px 0 0 77px;
    z-index: 99;
    position: absolute;
}

.sideSummaryImageStackDecorZweiBlattBottomRight {
    margin: 169px 0 0 176px;
}


.configurationSummaryLargeImageStack {
    width: 550px;
    height: 790px;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

.configurationSummaryLargeImageStack img {
    padding: 0;
    margin: 0;
    position: absolute;
}

.sideSummaryLargeImageStack {
    width: 550px;
    height: 790px;
    margin: -25px auto;
    padding: 0;
}

.sideSummaryLargeImageStack img {
    padding: 0;
    margin: 0;
    position: absolute;
}

.sideSummaryLargeImageStackImage {
    width: 550px;
}

.sideSummaryLargeImageStackDecorZarge {
    background-repeat: repeat;
    background-position: top left;
    width: 550px;
    height: 740px;
    margin: 0 auto;
    z-index: 98;
    position: absolute;
}

.sideSummaryLargeImageStackDecorZargeTop_1-1,
.sideSummaryLargeImageStackDecorZargeTop_2-1,
.sideSummaryLargeImageStackDecorZargeTop_3-1,
.sideSummaryLargeImageStackDecorZargeTop_4-1,
.sideSummaryLargeImageStackDecorZargeTop_5-1,
.sideSummaryLargeImageStackDecorZargeTop_6-1,
.sideSummaryLargeImageStackDecorZargeTop_7-1,
.sideSummaryLargeImageStackDecorZargeTop_8-1,
.sideSummaryLargeImageStackDecorZargeTop_9-1,
.sideSummaryLargeImageStackDecorZargeTop_10-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 234px;
    height: 11px;
    margin: 197px 0 0 158px;
    z-index: 101;
    position: absolute;
}

.sideSummaryLargeImageStackDecorZargeTop_2-1 {
    display: none;
}

.sideSummaryLargeImageStackDecorZargeTop_5-1 {
    width: 200px;
    margin: 126px 0 0 52px;
}

.sideSummaryLargeImageStackDecorZargeSecondTop_1-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_5-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_6-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_7-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_8-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_9-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_10-1 {
    display: none;
}

.sideSummaryLargeImageStackDecorZargeSecondTop_2-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_3-1,
.sideSummaryLargeImageStackDecorZargeSecondTop_4-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 234px;
    height: 11px;
    margin: 80px 0 0 158px;
    z-index: 101;
    position: absolute;
}

.sideSummaryLargeImageStackDecorBlattTop_2-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 224px;
    height: 114px;
    margin: 92px 0 0 163px;
    z-index: 99;
    position: absolute;
}

.sideSummaryLargeImageStackDecorBlattTop_3-1 {
    background-repeat: repeat;
    background-position: center center;
    width: 224px;
    height: 104px;
    margin: 92px 0 0 163px;
    z-index: 99;
    position: absolute;
}

.sideSummaryLargeImageStackDecorBlattTop_1-1,
.sideSummaryLargeImageStackDecorBlattTop_4-1, 
.sideSummaryLargeImageStackDecorBlattTop_5-1, 
.sideSummaryLargeImageStackDecorBlattTop_6-1, 
.sideSummaryLargeImageStackDecorBlattTop_7-1,
.sideSummaryLargeImageStackDecorBlattTop_8-1,
.sideSummaryLargeImageStackDecorBlattTop_9-1,
.sideSummaryLargeImageStackDecorBlattTop_10-1,
.sideSummaryLargeImageStackDecorBlattTop_1-2,
.sideSummaryLargeImageStackDecorBlattTop_3-2, 
.sideSummaryLargeImageStackDecorBlattTop_4-2, 
.sideSummaryLargeImageStackDecorBlattTop_5-2, 
.sideSummaryLargeImageStackDecorBlattTop_6-2, 
.sideSummaryLargeImageStackDecorBlattTop_7-2,
.sideSummaryLargeImageStackDecorBlattTop_8-2,
.sideSummaryLargeImageStackDecorBlattTop_9-2,
.sideSummaryLargeImageStackDecorBlattTop_10-2 {
    display: none;
}

.sideSummaryLargeImageStackDecorBlattTop {
    background-repeat: repeat;
    background-position: center center;
    width: 160px;
    height: 673px;
    margin: 0 0 0 148px;
    z-index: 99;
    position: absolute;
}

.sideSummaryLargeImageStackDecorBlattBottom {
    background-repeat: repeat;
    background-position: center center;
    width: 224px;
    height: 490px;
    margin: 209px 0 0 163px;
    z-index: 99;
    position: absolute;
}

.sideSummaryLargeImageStackDecorZweiBlattBottomLeft, .sideSummaryLargeImageStackDecorZweiBlattBottomRight {
    background-repeat: repeat;
    background-position: center center;
    width: 154px;
    height: 337px;
    margin: 265px 0 0 120px;
    z-index: 99;
    position: absolute;
}

.sideSummaryLargeImageStackDecorZweiBlattBottomRight {
    margin: 265px 0 0 276px;
}

.summaryInfoTitle {
    font-weight: 800;
    font-size: .95em;
    padding-right: 8px;
}
.summaryInfo {
    font-size: .95em;
}

.downloadType {
    width: 30px;
    margin: 0 25px 8px 0;
    vertical-align: middle;
}

.downloadName {
    cursor: pointer;
    padding: 0 0 8px 0;
}

.downloadName:hover {
    text-decoration: underline;
    color: #333;
}

/* COMPONENT  
----------------------------------------------------------*/

.componentBox {
    width: 960px;
    min-height: 50px;
    border-top: 2px solid #333;    
}

.componentNameBox {
    width: 100%;
    height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.1em;
    box-sizing: border-box;
    padding: 12px;
}

.productTypeNameBox {
    width: 100%;
    height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.1em;
    box-sizing: border-box;
    padding: 12px;
}

.showComponentContentImage, .hideComponentContentImage {
    float: right;
    margin: -12px 0 0 0;  
    padding: 20px;
	cursor: pointer;
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all  250ms ease-in;
	-ms-transition: all  250ms ease-in;
	-o-transition: all  250ms ease-in;
	transition: all  250ms ease-in;
	border-radius: 50%;
}

.hideComponentContentImage, .hideComponentContentBox, .hideComponentContentBoxInactive {
    display: none;
}

.showComponentContentBox, .hideComponentContentBox, .showComponentContentBoxInactive, .hideComponentContentBoxInactive {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding: 5px 0 8px 0;
}

.showComponentContentBox, .hideComponentContentBox {
    cursor: pointer;
}

.showComponentContentBox:hover img {
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.componentContentBox {
    width: 960px;
    display: none;
    box-sizing: border-box;
    padding: 4px 12px 12px 12px;
    margin: -8px 0 30px 0;
}

.summaryBox, .priceBox {
    letter-spacing: 1px;
    line-height: 1.55em;
}

.activeDecorImageBox {
    width: 500px;
    height: 140px;
    overflow: hidden;
}

.activeSummaryDecorImageBox {
    width: 250px;
    height: 160px;
    float: left;
    margin: 4px 16px 8px 0;
}

.activeSummaryDecorImageBox img {
    height: 100px;
    border: 1px solid #ccc;
}

.decorSelectionBox {
    width: 500px;
    height: 36px;
    position:absolute;
    margin: 0 0 0 255px;
    z-index: 100;
}

.activeDecorImage {
    width: 228px;    
}

.subSelectionBox {
    width: 1000px;
}

.subSelectionBox select {
    margin: 0 10px 0 0;
}

.optionHoverImage {
    display: none;
    position: absolute; 
    margin: 0 0 0 20px;
    height: 160px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
}

#summaryAjaxBox {
    text-align: left;
    display: none;
}

.configurationSummaryNameBox {
    float: left;
    width: 320px;
    font-size: .95em;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.configurationSummaryValueBox {
    float: left;
    width: 600px;
    font-size: .95em;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.configurationSummaryLine {
    border-top: 1px solid #333;
    border-right: 0px solid #000;    
    border-bottom: 0px solid #000;    
    border-left: 0px solid #000;    
    margin: 15px 0 15px 0;
    padding: 0px;
}

.productListSeparator {
    border-top: 2px solid #333;
    border-right: 0px solid #000;    
    border-bottom: 0px solid #000;    
    border-left: 0px solid #000;    
    margin: 15px 0 35px 0;
    padding: 0px;
    clear: both;
    width: 980px;
}

#configurationErrorBox {
    background-color: #fff;
    width: 600px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    position: fixed;
    z-index: 1000;
    margin: 60px 0 0 220px;
    display: none;
    padding: 25px;
}

#configurationErrorBox h3 {
    margin-top: 35px;
}

#hideConfigurationErrorBox {
    float: right;
}

#configurationErrorConfirmButton {
   margin-top: 35px;
}

.duplicateConfigurationBox, .addOrderConfigurationBox, .orderPriceConfigurationBox {
    background-color: #fff;
    width: 880px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    position: absolute;
    z-index: 1000;
    margin: -160px 0 0 -10px;
    display: none;
    padding: 25px;
    text-align: left;
}

.addOrderConfigurationBox, .orderPriceConfigurationBox {
    margin: -100px 0 0 40px;
}

.orderPriceConfigurationBox {
    width: 920px;
    margin: 0 0 0 -10px;
    top: 100px;
}

.duplicateConfigurationBox h3, .addOrderConfigurationBox h3, .orderPriceConfigurationBox h3 {
    margin-top: 15px;
}

.hideDuplicateConfigurationBox, .hideAddOrderConfigurationBox, .hideOrderPriceConfigurationBox {
    float: right;
}

.highlightAsHint {
    font-style: italic;
    color: #d60025;
}


/* CSSLOADER ANIMATION  
----------------------------------------------------------*/

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -ms-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -o-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -o-animation-delay: -1.0s;
    -ms-animation-delay: -1.0s;
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -o-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -o-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-o-keyframes sk-stretchdelay {
    0%, 40%, 100% { -o-transform: scaleY(0.4) }  
    20% { -o-transform: scaleY(1.0) }
}

@-ms-keyframes sk-stretchdelay {
    0%, 40%, 100% { -ms-transform: scaleY(0.4) }  
    20% { -ms-transform: scaleY(1.0) }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@-moz-keyframes sk-stretchdelay {
    0%, 40%, 100% { -moz-transform: scaleY(0.4) }  
    20% { -moz-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        -o-transform: scaleY(0.4);
        -ms-transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
        -moz-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }  20% { 
        -o-transform: scaleY(1.0);
        -ms-transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        -moz-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}
