.stagingEnvironment::before, .staging2Environment::before, .developmentEnvironment::before, .testEnvironment::before, .demoEnvironment::before,
	.citestEnvironment::before, .trainingEnvironment::before, .preproductionEnvironment::before {
	display: block;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dashed #FFF;
	margin-bottom: 5px;
	box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.2);
}

.productionEnvironment { /* NOTHING */
	
}

.testEnvironment::before {
	content: "Test omgeving";
	background-color: #A40E4C;
}

.citestEnvironment::before {
	content: "C I T E S T";
	background-color: #FF0000;
}

.stagingEnvironment::before, .staging2Environment::before {
	content: "S T A G I N G";
	background-color: #00698C;
}

.demoEnvironment::before {
	content: "Demo-omgeving";
	background-color: #CCC;
}

.trainingEnvironment::before {
	content: "Training";
	background-color: #498467;
}

.preproductionEnvironment::before {
	content: "Pre-productie";
	background-color: #249938;
}

.developmentEnvironment::before {
	content: " _ _ __ ___ DEV! ___ __ _ _ ";
	background-color: #000;
}

label.required::after {
	content: "*";
}

.row-selected {
	background-color: Gainsboro;
}

#wicketDebugBar {
    top: auto;
    bottom: 0;
    z-index: auto;
}

.footer {
	width: 100%;
	height: 30px;
	font-size: x-small;
}


