@charset "UTF-8";
/* CSS Document voor Dashboard*/

#projecten {
	float:right;
	width:49%;
	clear:right;
}
#conversies {
	float:left;
	width:49%;
	clear:left;
}

#projecten_btn {
	float:right;
	width:49%;
	clear:right;
}
#conversies_btn {
	float:left;
	width:40%;
	clear:left;
}



#projecten #dash_regel {
	width:100%;
	margin-top:10px;
}

#projecten #dash_regel #naam {
	width:30%;
	float:left;
}
#projecten #dash_regel #oms {
	width:30%;
	float:left;
}
#projecten #dash_regel #bedrag {
	width:17%;
	float:left;
}
#projecten #dash_regel #jaar {
	width:10%;
	float:left;
}



#conversies #dash_regel {
	width:100%;
	margin-top:10px;
}

#conversies #dash_regel #naam {
	width:30%;
	float:left;
}
#conversies #dash_regel #oms {
	width:30%;
	float:left;
}
#conversies #dash_regel #perc {
	width:17%;
	float:left;
}
#conversies #dash_regel #jaar {
	width:10%;
	float:left;
}
	
	
.clear {
	clear:both;
}


#graphHolder17grafiek h4 {
	font-size:28px;
	line-height:28px;
	margin:10px;
}

#grafiek {
	position:relative;
	width:100%;
	height:400px;
	z-index:22;
	overflow-x:scroll;
	overflow-y:visible;
	border:1px #F7F7F7 solid;
	padding-top:30px;
}
.graphLabelgrafiek {
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin-top:50px;
	white-space:nowrap;
	text-align:right;
	width:200px;
	height:20px;
	position:relative;
	left:-60px;
	top:50px;
}



/*Overzichten*/
.pb {
	page-break-after:always;
	margin-bottom:50px;
}
.overzicht h1 {
	margin:0px;
	padding:0px;
}
.overzicht h3 {
	font-style:italic;
	font-weight:normal;
	font-size:12px;
	margin:0px;
	padding:0px;
}
.overzicht td {
	font-size:11px;
}

.bu {
	font-weight:bold;
	text-decoration:underline;
}
.b {
	font-weight:bold;
}
