

/* quickscan.css */

@charset "utf-8";
/* CSS Document */
div.help {
	width:100%;
	float:left;
}

div.pin {
	width:10px; height:10px; cursor:pointer;
	z-index:200;
}
div.imgpin {
/*	background-image:url(../images/pin.gif);*/
	background-color:#244b8d;
	background-repeat:no-repeat;
	width:15px;
	height:23px;
	position:absolute;
	top:3px;
	left:-8px;
	z-index:200;
}
div.inactive {
	position:absolute;
	width:182px; height:18px;
/*	border:1px solid #000000;	*/
	background-color:#CCCCCC;
	z-index:99;	
}
div.active {
	position:absolute;
	width:0px; height:18px;
	background-color:#003883;
/*	border:1px solid #000000;*/
	z-index:100;	
}
input.barinput {
/*	position:absolute;
	margin-left:250px;*/
	width:27px;
	height:15px;
	padding-right:2px;
	border:none;
	text-align:right;
/*	border:1px solid #000000;*/
/*	visibility:hidden;*/
}
div.imgpin div.pininput {
	position:absolute;	
	margin-top:20px;
	width:50px;
}
div.imgpin div.pininput input {
	float:left;
	text-align:left;
}


div.buttons {
	float:left;
	padding-top:20px;
}

div.buttons a.button {	
	float:left;
	padding:4px;
	width:100px;
	display:block;
	/*background-color:#666666;*/
	margin-right:10px;
	color:#003883;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
div.buttons a.disabled {
	/*background-color:#CCCCCC;*/
	cursor:auto;
	display:none;
}

div.buttons a.vorige {
	text-align:left;
	padding-left:10px;
}

div.buttons a.volgende,
div.buttons a.afronden {
	text-align:right;
	padding-right:10px;	
}

span.rood {
	color:#FF0000;
}

div.stappen {
	
	padding-top:20px;
	float:right;
}

div.stappen div.stap {
	float:left;
	border-left:2px solid #e2231a;
	display:block;
}

div.stappen div.stap a {
	color:#e2231a;
	font-size:16px;
	font-weight:bold;	
	text-decoration:none;	
	text-transform:uppercase;
	display:block;	
	padding:0px;
	padding-right:10px;
	padding-left:10px;			
}

div.stappen div.stap a:hover {
	color:#000000;
}

div.stappen div.stap1 {
	border:none;
}

div.stappen div.selected a{
	color:#000000;
}

table.quickscanoutput {
	width:100%;
}


table.quickscanoutput tr td {
	font-size:12px;
	color:#666666;	
	padding-top:5px;
	padding-bottom:5px;
}
table.quickscanoutput tr td.antwoord {
	font-size:12px;
	font-weight:bold;	
}

table.quickscanoutput tr td.blue {
	border-bottom:none;	
	padding-top:5px;
	padding-bottom:5px;
	color:#244b8d;
	font-weight:bold;
	vertical-align:bottom;
	
}


table.quickscan {
	background:left repeat-y url(../images/grey.png);
	width:100%;
}

table.quickscan tr td {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;	
}

table.quickscan tr td.grey,
table.quickscan tr td.blue {
	float:left;
	/*vertical-align:bottom;*/
}
table.bouwkosten tr td.titel,
table.bouwkosten2 tr td.titel,
table.breeamscores tr td.titel,
table.threeps tr td.titel {
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#244b8d;
	color:#FFFFFF;
	text-align:center;
}

table.quickscanoutput tr td.titel,
table.bouwkosten tr td.titel,
table.breeamscores tr td.titel,
table.threeps tr td.titel {
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#244b8d;
/*	border-bottom:2px solid #244b8d;	*/
	color:#FFFFFF;
	text-align:center;	
/*	color:#244b8d;*/
}

table.quickscan tr td.titel {
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:2px solid #003883;	
	text-align:left;	
	color:#244b8d;
}

table.bouwkosten tr td.titel,
table.breeamscores tr td.titel,
table.threeps tr td.titel {
	text-align:center;
}



table.quickscan tr td.grey {
	border:none;
	font-size:14px;	
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	width:40px;	
	display:block;
	/*padding-top:20px;*/
	/*padding-top:0px;*/
	/*padding-bottom:20px;*/
}

table.quickscan tr td.grey2 {
	border:none;
	font-size:14px;	
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	width:40px;	
	display:block;
	/*padding-top:10px;*/
	/*padding-top:0px;	*/
	/*padding-bottom:10px;*/
}

table.quickscan tr td.titel {
	font-size:20px;
}


table.quickscan tr td.space {
	width:20px;
}

table.quickscan tr td.vraag {
	border-bottom:1px solid #999999;	
/*	padding-top:20px;*/
	/*padding-top:0px;	*/
	padding-bottom:20px;	
}

table.quickscan tr td.vraag2 {
	border-bottom:1px solid #999999;	
/*	padding-top:10px;*/
	/*padding-top:0px;	*/
	padding-bottom:20px;	
}

table.quickscan tr td.vraag3 {
	
/*	padding-top:10px;*/
/*	padding-top:0px;	*/
/*	padding-bottom:10px;	*/
}
table.quickscan tr td.vraag4 {
/*	padding-top:20px;*/
	/*padding-top:0px;	*/
/*	padding-bottom:10px;	*/
}


table.quickscan tr td.blue {
	border-bottom:none;	
/*	padding-top:10px;*/
	/*padding-top:0px;	*/
	padding-bottom:0px;
	color:#244b8d;
}

table.bouwkosten tr td.totaal2  {
	text-align:left;
	color:#244b8d;		
}
table.bouwkosten tr td.totaal3  {
	text-align:left;
	font-weight:bold;
	color:#244b8d;		
	border-top:1px solid #003883;	
}

table.quickscan tr td.dropdown {
	text-align:right;
}

label.radiokeuze {
	float:left;
	cursor:pointer;
}

div.radiokeuze {
	float:left;
	padding-right:15px;	
	width:120px;	
}
div.radiokeuze img {
	cursor:pointer;
}

div.radiokeuze_a3a {
	width:120px;

}
label.checkboxes {
	float:left;
	clear:left;
}


table.breeamscores tr th,
table.bouwkosten tr th {
	font-weight:bold;
	background-color:#003883;
	color:#FFF;		
}

table.breeamscores tr td.totaal,
table.bouwkosten tr td.totaal {
	font-weight:bold;
	}
	
	
table.breeamscores {
	margin:0px;
	width:100%;
	float:left;
}	

table.breeamscores tr td{
	text-align:center;
	font-size:12px;	
/*	padding-top:10px;
	padding-bottom:10px;*/
	height:140px;
	line-height:18px;
}	
table.breeamscores tr td.titel {
	height:auto;
}
table.breeamscores tr td.breeam{
	width:140px;
}

table.breeamscores tr td.breeamscore{
	font-size:40px;
	line-height:50px;
	text-transform:uppercase;
	color:#244b8d;
	font-weight:bold;
	padding:0px;	
	font-style:italic;
	vertical-align:bottom;
}
table.breeamscores tr td.breeamtotaal{
	font-size:20px;
	line-height:30px;	
	font-weight:bold;	
	text-transform:uppercase;	
	padding:0px;		
	color:#244b8d;	
}
table.breeamscores tr td.breeamprocent{
	font-size:50px;	
	font-weight:bold;
	color:#244b8d;	
	padding:0px;
	text-align:center;
	vertical-align:top;
}
table.breeamscores tr td.breeamprocent div.breeamprocent {
	font-size:50px;
	line-height:50px;
	font-weight:bold;
	color:#244b8d;
	padding:10px;
	margin-left:auto;
	margin-right:auto;	
	width:100px;
	display:block;
	text-align:center;	
	padding-left:50px;
	padding-right:50px;	
	border:6px solid #003883;
}

	
table.bouwkosten {
	margin:0px;
	width:70%;
	float:left;
	
}

table.bouwkosten2 {
	float:left;
	margin:0px;
	width:100%;
}

table.threeps {
	margin:0px;
	width:30%;
	float:left;
}
table.threeps tr td {
	text-align:center;
	font-size:12px;	
	font-weight:bold;
}
table.threeps tr td.naam {
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
	padding-top:5px;	
	height:50px;
	vertical-align:bottom;
} 

table.threeps tr td.score3ps {
	font-size:20px;
	color:#244b8d;			

}
table.threeps tr td.score {
	font-size:24px;
	color:#244b8d;	
	

}
table.threeps tr td.score span {
	
	float:left;	
	font-weight:bold;
	color:#244b8d;
	padding:5px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;	
	border:2px solid #003883;
}


table.threeps tr td.small {
	font-size:12px;
/*	border-bottom:2px solid #003883;
*/
	padding-top:10px;
	padding-bottom:20px;	
}




table.bouwkosten tr td,
table.bouwkosten tr th {
	text-align:right;
	padding:3px;
	border:none;
	color:#666666;		
	
}
table.bouwkosten tr th {
	color:#FFF;	
}
table.bouwkosten tr th.naam,
table.bouwkosten tr td.naam {
	text-align:left;

}

table.bouwkosten tr th.totaal,
table.bouwkosten tr td.totaal {
	text-align:right;
	border-top:1px solid #003883;		
	font-weight:bold;	
	color:#244b8d;	
	padding-top:10px;
	font-weight:18px;
}

table.bouwkosten tr th.subtotaal,
table.bouwkosten tr td.subtotaal {
	text-align:right;
	border-top:1px solid #003883;		
	font-weight:normal;
	color:#666666;	
	
}

/* */
table.bouwkosten2 tr td,
table.bouwkosten2 tr th {
	text-align:right;
	padding:3px;
	border:none;
	color:#666666;		
	
}
table.bouwkosten2 tr th {
	color:#244b8d;	
}
table.bouwkosten2 tr th.naam,
table.bouwkosten2 tr td.naam {
	text-align:left;

}

table.bouwkosten2 tr th.totaal,
table.bouwkosten2 tr td.totaal {
	text-align:right;
	border-top:1px solid #003883;		
	font-weight:bold;	
	color:#244b8d;	
	padding-top:20px;	
	font-weight:18px;
}

table.bouwkosten2 tr th.subtotaal,
table.bouwkosten2 tr td.subtotaal {
	text-align:right;
	border-top:1px solid #003883;		
	font-weight:normal;
	color:#666666;	
	
}

div.breeamtop {
	clear:both;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:10px;
}

div.breeamtop div.breeamscore {
	float:left;
	width:400px;
	height:20px;
}

div.breeamtop div.naam {
	float:left;
	padding:0px;
	padding-left:5px;
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;			
/*	background-color:#ffffff;*/
text-transform:uppercase;

	color:#244b8d;
	z-index:3;	
}


div.breeamtop div.breeamscore div.bar {
	position:absolute;
	width:525px;
/*	background-color:#cccccc;*/
	border-right:1px solid #666666;	
	border-left:1px solid #666666;	
/*	border-bottom:1px solid #ffffff;			*/
	z-index:1;
}
div.breeamtop div.breeamscore div.bar table tr td {
	text-align:center;
	vertical-align:top;
	padding:0px;
	margin:0px;
}


div.breeamtop div.breeamscore div.tekst table tr td {
	border-left:1px solid #666666;	
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding:0px;
	vertical-align:middle;
	height:40px;
	margin:0px;	
}
div.breeamtop div.breeamscore div.tekst table tr td.selected {
	color:#244b8d;
	font-weight:bold;
}

div.breeamtop div.breeamscore div.tekst {
	width:527px;
	position:absolute;
	z-index:2;
/*	border-right:1px solid #666666;	
	border-left:1px solid #666666;			*/
}	

div.breeamtop div.investeringskosten {
	float:right;
}

div.breeamtop div.investeringskosten div.naam {
	float:left;
	padding:0px;
	padding-left:5px;
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;			
/*	background-color:#ffffff;*/
	text-transform:uppercase;

	color:#244b8d;
	z-index:3;	
}
div.breeamtop div.investeringskosten div.kosten {
	float:left;
	border:1px solid #244b8d;
	color:#244b8d;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;		
}

table.bouwkosten2 tr th {
	border-top:1px solid #003883;
	border-bottom:1px solid #003883;	
}
table.bouwkosten2 tr td.totaal {
	border-top:1px solid #244b8d;
	padding-top:15px;
	padding-bottom:10px;	
}

table.bouwkosten2 tr td.naam,
table.bouwkosten2 tr td.ehd,
table.bouwkosten2 tr th.ehd {
	text-align:left;
}