html {
	height: 100%;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	min-height:100%;
	height:100%;
}
#content {
	display: none;
}
#wrap-middle {
	position: absolute;
	width: 100%;
	margin: auto;
	background: transparent;
	overflow: hidden;
	height: 100%;
	/* background-image: url(../img/login_img.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
#wrap-login {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 300px;
	margin: auto;
	background: transparent;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 640px) {
	#wrap-middle {
		margin: 5px auto;
	}
	#wrap-login {
		margin: 5px auto 0;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
#box-login {
	display: table;
	-moz-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 290px;
}

/*Placeholder JQuery plugin */
/* input, textarea { color: #000; } */
.placeholder { color: #aaa; }

#content {
	width: 100%;
	height: 100%;
	position: absolute;
}
#controls {
	height: 74px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
}
#main-container {
	height: 100%;
	/* width: 100%; */
	overflow: hidden;
	border: none;
	position: relative;
}

/* Top options      -----------------------------------------------------*/

#topmenu {
	position: relative;
	color: #fff;
	top: 0em;
	width: 100%;
	height: 40px;
	background-color: #373433;
	z-index: 1002;
}
#topmenu > div {
	display: inline-block;
	padding: 0.25rem;
	vertical-align: middle;
	height: 100%;
}
#topmenu > div:first-child {
	padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}
#topmenu > .topmenu-right {
	float: right;
	padding: 0;
}
#topmenu > .topmenu-right > div {
	float: left;
	padding: 0.25rem;
	vertical-align: middle;
	height: 100%;
}
/* #topmenu > .topmenu-right > div:not(.mapspace-workspaceinfo) {
	padding: 0.25rem;
} */
#topmenu > .mapspace-workspaceinfo {
	display: flex;
}
#topmenu button {
	background-color: transparent;
	border: none;
}
#topmenu button:not(.selected):hover,
#topmenu button.selected {
	background-color: #fff;
}
#topmenu button svg path {
	fill: #fff;
}
#topmenu button:not(.selected):hover svg path,
#topmenu button.selected svg path {
	fill: #373433;
}
#topmenu button.alert-danger svg path {
	fill: #ff4d4d;
}
#topmenu button.alert-news svg path {
	fill: #83ff95;
}

.beta-watermark {
	position: absolute;
    bottom: 5%;
    right: 50%;
    opacity: 0.5;
    font-size: 20px;
    color: #FFFF;
    text-align: right;
}

.beta-login-watermark {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
    width: 90%;
    opacity: 0.2;
    font-size: 8em;
    color: #333;
    transform: rotate(-35deg);
    pointer-events: none;
    text-align: right;
    z-index: 1;
}

/* #topmenu .blomlogo a path {
	fill: #373433;
} */

/* All controls --------------------------------------------------------*/

.mapspace-rotator {
	display: block;
}
/* .mapspace-north {
	display: none;
} */
.touchTestButton {
	top: 5em;
	left: 0.5em;
}
.touchTestButton > button {
	width: 4em;
}

/*
.mapspace-threed .mapspace-gohome {
	visibility: hidden;
	top: .5em;
	right: 6em;
}
 .mapspace-threed .mapspace-north {
	visibility: visible;
	right: 3em;
} */

.search-container {
	position: fixed;
	top: 37px;
	z-index: 1001;
	height: calc(100vh - 37px);
	background-color: #fff;
	left: calc(-100vw);
	transition: 0.5s;
}

.search-container > .mapspace-buttonsearch {
	display: none;
}

.search-container.block {
	left: 0;
}

.mapspace-search.mobile {
	position: relative;
	top: .5rem;
	transform: none;
	visibility: visible;
	opacity: 1;
	transition: none;
	pointer-events: all;
	padding: .1rem;
	width: 20rem;
}

.mapspace-search.mobile .mapspace-autocomplete {
	position: absolute;
	top: 1.95em;
	display: block;
	background-color: white;
	height: auto;
	width: 100%;
	box-shadow: none;
	max-height: none;
	white-space: normal;
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	border-top: none;
	/* border-top-left-radius: 0;
	border-top-right-radius: 0; */
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: none;
	transition: none;
}

.mapspace-search.mobile > div > .input-group-append button {
	background-color: transparent;
    border: none;
}

@media (min-width: 320px) and (max-width: 1024px) {

	.mapspace-north {
		display: block;
		top: .3em;
	}
	.mapspace-baselayerswitcher {
		right: auto;
		left: 50%;
		margin-left: -29.5px;
	}

	.mapspace-search {
		width: 15em;
	}

	.mapspace-search .mapspace-textbox {
		width: 11em;
	}

	.mapspace-search .mapspace-dropdown .mapspace-dropdown-button {
		display: none;
	}

	.mapspace-search .mapspace-dropdown div {
		left: -5em;
	}

	.mapspace-search .mapspace-textbox .mapspace-search-autocomplete {
		min-width: 10em;
	}
	
	.mapspace-search .input-group .mapspace-search-autocomplete {
		min-width: 10em;
	}

	.mapspace-sidebar-menu-street {
		margin-bottom: 100px;
	}

	.mapspace-debug {
		width: auto;
		right: 0.5em;
	}

	.mapspace-workspaceinfo .mapspace-workspaceinfo-workspace,
	.mapspace-workspaceinfo .mapspace-workspaceinfo-projection,
	.mapspace-fullscreen-container {
		display: none;
	}

	.mapspace-workspaceinfo .mapspace-workspaceinfo-savebutton {
		padding-left: 0.5rem;
	}
}