﻿

.summary { }
.summary-image { }
.summary-image-header
{
	font-weight:bold;
	font-size:14px;
	display:none;
}
.summary-image-images { }
.summary-estimate { width:50%; margin-left:25%; clear:both; margin-top:64px; }
.summary-estimate-header
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
	background-color:#76B2CC;
	color:White;
	min-width:50%;
	padding:8px;
}
.summary-estimate-lines { }
.summary-error { width:75%; margin-left:25%; clear:both; margin-top:64px; }
.summary-error-header
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
	background-color:#76B2CC;
	color:White;
	width:65%;
	padding:8px;
}
.summary-error-lines { color:Red; }
.summary-error-fix
{
	text-align:center;
	width:65%;
}
.summary-showroom { width:75%; margin-left:25%; clear:both; margin-top:64px; }
.summary-showroom-header
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
	background-color:#CC7690;
	color:White;
	width:65%;
	padding:8px;
}
.summary-advice { width:75%; margin-left:25%; clear:both; margin-top:64px; }
.summary-advice-header
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
	background-color:#76B2CC;
	color:White;
	width:65%;
	padding:8px;
}
.summary-advice-lines { }
.summary-total { width:50%; margin-left:25%; clear:both; margin-top:64px; }
.summary-total-header
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
	background-color:#76B2CC;
	color:White;
	min-width:50%;
	padding:8px;
}
.summary-total-value { text-align:right; line-height:24px; }
.summary-total-grand { text-align:right; line-height:24px; border-top:solid 1px #DDDDDD; margin-top:4px; font-weight:bold; }
.summary-total-proceed-header
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
	background-color:#76B2CC;
	color:White;
	min-width:50%;
	padding:8px;
}
.summary-total-proceed
{
	margin-bottom:16px;
}
.summary-alternativematerials
{
	margin-top:64px;
	margin-left:25%;
	width:50%;
}
.summary-alternativematerials-header
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
	background-color:#76B2CC;
	color:White;
	min-width:50%;
	padding:8px;
}
.summary-footer
{
	padding:32px;
	text-align:center;
	font-size:larger;
}

.productline
{
	border-bottom:solid 1px #EEEEEE;
	height: 33px;
	margin-top: 2px;
}

.productline-description
{
	width:70%;
	float:left;
	line-height:24px;
}
.productline-quantity
{
	width:20%;
	float:left;
	line-height:24px;
}
.productline-netprice
{
	width:10%;
	float:left;
	line-height:24px;
	text-align:right;
}

.alternativematerialline
{
	border-bottom:solid 1px #EEEEEE;
	height: 64px;
	margin-top: 2px;
}
.alternativematerialline-image
{
	width:15%;
	float:left;
}
.alternativematerialline-description
{
	width:45%;
	float:left;
	line-height:24px;
}
.alternativematerialline-incvat
{
	width:20%;
	float:left;
	text-align:right;
}
.alternativematerialline-exvat
{
	width:20%;
	float:left;
	text-align:right;
}



.summary-image .summary-image-images span {
	height: 430px;
	width: 430px;
	border: 1px dashed #76B2CC;
	padding:5px;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
}
.summary-image .summary-image-images span input {
	max-height: 430px;
	max-width: 430px;
	vertical-align: top;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

