
/* main components */
* {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
}

body,
html {
	/* background-image: url("../img/background_map.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #41464d;
	height: 100%;
}

#headline {
	text-align: center;
	margin: 2%;
}

#success_div, #error_div {
	margin-top: 20px;
}

#bodycontainer {
	background-color: #ffffff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	margin: 0% 2% 2% 2%;
}

.wr-box {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.footer,
.footer > a {
	font-size: 14px;
}

/* navigation */
.nav > li > a,
.dropdown-menu > li > a {
	color: #51a4fb;
}

.active,
.active > a,
.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus  {
	background-color: #51a4fb !important;
	color: white !important;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navbar-right {
	margin-right: 0;
}

/* others & helper */
.opmode-notice {
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);

}

.bold{
	font-weight: bold;
}


/* leaflet & map*/
#map {
	height: 625px;
	width: 100%;
	margin: 10px 10px 0 0;
}

.leaflet-control-attribution > a {
	color: #333333;
	font-size: 11px;
}

.leaflet-popup-content,
.leaflet-popup-content > b {
	font-size: 12px;
	line-height: 1.1em;
}

.county {
	width: 24px;
	height: 24px;
}

.inlineError {
	color: darkred;
	font-style: italic;
}

.premiumColor {
	color: goldenrod;
}
.premiumHr {
	border: 0.25px solid goldenrod;
}

.premiumText {
	color: goldenrod;
	font-style: italic;
}
