@charset "utf-8";
/* CSS Document */

#LEVELZERO, #LEVELONE, #LEVELTWO, #LEVELTHREE, #stationsDataSW, #stationsDataSE, #stationsDataLon, #stationsDataWales, #stationsDataWM, #stationsDataEM, #stationsDataNW, #stationsDataNE, #stationsDataEA, #stationsDataYH, #stationsDataScotland, #stationsDataNI, #stationsDataIRE, #stationsDataScientific, #stationsDataGeoLeica, #stationsDataGeoNET {
	display: none;
}
.toggle {
	/*media screen*/
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4285;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #adadad;
}
/*media screen*/
.toggle:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.formLabel {
	font-weight: bold;
	padding-right: 1em;
	float: left;
}
.pageNumber {
	font-size: 1.1em;
}
.imgBoxBackButton {
	margin-bottom: 0.8em;
	position: relative;
	margin-left: 1%;
	padding-left: 1%;
	margin-right: 24%;
	float: left;
	width: 10%;
}
.imgBoxNextButton {
	margin-bottom: 0.8em;
	position: relative;
	margin-left: 1%;
	padding-left: 1%;
	margin-right: 1%;
	float: left;
	width: 10%;
}
.imgBoxSubmitButton {
}

.form-group {
	margin-bottom: 1.5em;	
	
}