.main_map {
	height: 450px;
}

.sys_dev_mode {
	position: fixed;
	padding: 15px 25px;
	opacity: .5;
	background-color: darkred;
	color: whitesmoke;
	left: 10px;
	bottom: 10px;
	pointer-events: none;
	z-index: 999999;
}

.sys_gallery img {
	border: 1px solid #666;
}

.admin-status-danger {
	position: relative;
	display: block;
	padding: 10px;
	background-color: darkred;
	color: whitesmoke;
	z-index: 99999;
	text-align: center;
}

#gdpr_popup_container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 10000;
	background-color: #E8E8E8;
}

#gdpr_popup_container * {
	color: #000000;
}

#gdpr_popup_container a {
	font-weight: bold;
	color: darkblue;
}

#gdpr_close_button {
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 0;
	padding: 10px;
	text-decoration: none;
}

.gdpr_popup_content {
	margin: 0 50px;
}

.gdpr_popup_content a {
	text-decoration: underline;
}

header .header-top .navbar .navbar-collapse {
	z-index: 9999;
}