@import url('lang_selector.css');


/* PLACEHOLDER TABLES*/
#tblTotaalPlaceholder {
	margin: 10px 26px 0 26px;
	clear: both;
}

/* TABEL HOOFDEIGENSCHAP */
.tblTotaal {
	font:102% Arial;
	border:1px solid #DBDBDB;
}

.tblTotaal td {
	border-right:1px solid #DBDBDB;
	padding-left:3px;
	text-align:right;
}

/* TABEL RIJ EIGENSCHAPPEN */
.tblTotaalHeaderRow {
	background-color:#FD1912;
	font-weight:bold;
	color:white;
	line-height:17px;
}

.tblTotaalSubHeaderRow {
	background-color:#FDD2C0;
	font-weight:bold;
	color:black;
	line-height:14px;
}

.tblTotaalHeaderRow td {
	text-align:center;
}

.tblTotaalHeaderRow .Selectie {
	display: block;
	border: 1px solid white;
	font-size: 1px;
	height:7px;
	width:7px;
	float:right;
	padding:2px;
	margin-top:5px;
}

.tblTotaalRow {
	background-color:#FFF;
	font-weight:normal;
	color:black;
	padding-left:5px;
	border-bottom:1px solid #DBDBDB;
}

.tblTotaalAlternatingRow {
	background-color:#F2F2F2;
	font-weight:normal;
	color:black;
	padding-left:5px;
}

.tblTotaalEmptyRow {
	height:15px;
	background-color:#FFF;
	border:1px solid #DBDBDB;
}

.tblTotaalEmptyRow td{
	text-align: left;
	font-size: 0.9em;
}

.tblTotaalTotaalRow {
	background-color:#8E181A;
	font-weight:bold;
	color:white;
	height:20px;
}

.tblTotaalTotaalRow td.tblTotaalHeaderCell {
	background-color:#8E181A;
	font-weight:bold;
	color:white;
	height:20px;
}

/* TABEL KOLOM EIGENSCHAPPEN */

.tblTotaalHeaderCell {
	background-color:#DBDBDB;
	border-bottom:1px solid #FFF;
}

td.tblTotaalHeaderCell {
	text-align:left;
}

.tblTotaalTotaalCell {
	background-color:#EEEEEE;
	border-bottom:1px solid #FFF;
}

/* INPUT, SELECT ITEMS */

select, input, textarea {
	font-size:11px;
}

/* EDIT SCHERM */

td.tblTotaalEditableCell input {
	background-color:white;
	border:1px solid #DBDBDB;
	width:50px;
}


.tblTotaalLockedCell {
	background-color:#C4D0E9;
}

.tblTotaalFutureCell {
	background-color:#969CBE;
}

/* DIV VOOR POSITIONEREN GRAFIEK - ACTUEEL */
#tblActueelBarometer {
	float:right;
	width:150px;
	margin-top:-175px;
}

#actueelSwitch {
	float:right;
	padding-right:25px;
}

#tblActueelGrafiek {
	float:right;
}

#tblActueelTabel {
	margin-left:27px;
	float:left;
}

#tblActueelTabel {
	font:102% Arial;
}

#tblVergelijkTabel {
	margin-left:0px;
}

/* *****************************
	VERGELIJKINGEN MAKEN 
*******************************/
/*tabel met keuzes*/

.tblVergelijkingen {

}
	tr.tblVergelijkHeader {
		background-color:#F2F1F1;		
	}
	
	.tblVergelijkKolom {
		background-color:#F2F1F1;
		border-top:1px solid #dddddd;
	}

/* *****************************
	VERGELIJKINGEN MAKEN 
*******************************/
#vergelijkingen {
	width:100%;
}

.VGtable {
		width:100%;
		float:left;
		height:280px;
	}
	.VGgraph {
		float:left;
		margin-left:15px;
		height:350px;
	}
	
	.VGgraphLegenda {
		position:relative;
		float: left;
	}
	
	.VGgraphLegenda form {
		position:relative;
		display: block;
	}
	
	.VGtop10lijst {
		font-size:10px;
	}


/* TEXTAREA BIJ INVOERMODULE */
.tblTotaalCommentCell {
	width:350px;
	height:100px;
}

/*Wie is er ingelogd? uiterlijk*/
.inlogdetails {
	width: 160px;
	margin: 10px;
	border: 1px solid #F2F1F1;
	font-size: 10px;
	padding-left:3px;
	margin-top: 30px;
}

/*Partnerlogo positionering*/
.partnerlogo {
	padding-left: 12px;
	padding-top:5px;
	padding-bottom: 5px;
	cursor:pointer;
}

/*Rapport toelichting bijvoegen*/
.rapportToelichting {
	margin-top:10px;
	font-size:0.8em;
} 

/* OPMERKINGEN POPUP */
#opmerkingContainer {
	padding:10px;
	background-color:white;
	border-bottom:5px solid #F2F1F1;
}

hr {
	color:gray;
	height:1px;
}

	.VGgraphLegenda .divIndexMelding{
		border: 1px solid #000;
		background-color: #fff;
		width: 400px;
	}
	

