body {
	color: #fff;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#content {
	display: none;
}
#wrap-middle {
	width: 100%;
	margin: 50px auto;
	background: transparent;
	overflow: hidden;
}
#wrap-login {
	display: block;
	width: 300px;
	margin: 50px auto 0;
	background: transparent;
	overflow: hidden;
	color: #f0f0f0;
	line-height: 30px;
}

#box-login {
	font-size: 12px;
	display: table;
	background-color: #FFF;
	-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;
}

#copyright {
	position: absolute;
	bottom: 0;
	height:40px;
	width:100%;
	background-color: #3a3a3a;
	color:#fff;
	text-align:center;
}
.copyright_text{font-family: 'Open Sans', sans-serif;	font-size: 11px;}

/*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;
}

#container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	border: none;
	position: absolute;
}

.blomurbex {
	position: absolute;
	left: 5px;
	top: 8px;
}

/* Top options      -----------------------------------------------------*/

#topmenu {
	position: absolute;
	color: #000000;
	top: 0em;
	width: 3em;
	height: 3em;
	background-color: rgba(255, 255, 255, 0.0);
	z-index: 3;
}
.bu-search {
	left: 3em;
	padding: 1px;
}
.bu.search .bu-search-toggle > button {
	height: 1.7em;
	width: 1.7em;
}

.bu-apidocbutton > button {
	width: 13.5em;
}

/* All controls --------------------------------------------------------*/

.bu-spinner {
	visibility: visible;
}
.bu-north {
	visibility: hidden;
	top: .5em;
	right: 3em;
}
.bu-zoom {
	top: .7em;
	left: auto;
	right: .5em;
}
.bu-attribution {
	bottom: 1.5em;
}
.touchTestButton {
	top: 5em;
	left: 0.5em;
}
.touchTestButton > button {
	width: 4em;
}
.bu-zoomslider {
	top: 8em;
}

/* Ortho controls -----------------------------------------------------*/

.bu-ortho .bu-baselayertypeswitcher {
	/* bottom: 1.5em; */
}

/* Oblique controls -----------------------------------------------------*/


/* Street controls -----------------------------------------------------*/

/*.bu-street .bu-layerswitcher .bu-layerswitcher-zoomtoexentbutton {
	visibility: hidden;
} */

@media (max-width: 400px) {
	.bu-spinner {
		visibility: hidden;
	}
	.bu-north {
		visibility: visible;
	}
	.bu-search {
		width: 16.75em;
	}
	.bu-search .bu-textbox {
		width: 11em;
	}
	.bu-search .bu-dropdown .bu-dropdown-button {
		display: none;
	}
	.bu-search .bu-dropdown div {
		left: -5em;
	}
	.bu-search .bu-textbox .bu-search-autocomplete {
		min-width: 10em;
	}
	.bu-sidebar-menu-street {
		margin-bottom: 100px;
	}
	.bu-debug {
		width: auto;
		right: 0.5em;
	}
}

/* <editor-fold> bu.control.Label ---------------------------------------*/
.bu-user-info-label {
	top: 0.5em;
	left: 0.5em;
	width: 20em;
	visibility: visible;
	color: black;
    font-size: 0.85em;
}

.bu-user-info-label span{
    font-weight: bold;
}