html {
	height: 100%;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
    line-height: 18px;
	}
	
a:hover {color: #397fb4;}
	
#map {height: 100%;}

/* Search styling */

.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 36px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.inputs {
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: none;
}

#pac-input {
	background-color: #fff;
	padding: 0 7px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	text-overflow: ellipsis;
	margin-left: 5px;
	width: 400px;
}

#pac-input .notfound {
	border-color: #e86850;
	margin-left: -1px;
	padding-left: 14px;
	width: 401px;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#goto-search {
	color: #fff;
	padding: 5px 11px 0px 11px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
}

#GetTopoBtn {
	float: right;
}

#notice {
	background: #ffffff;
	border-radius: 5px;
	color: #555555;
	left: 50%;
	padding: 10px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}

/* Clear search styling */

#searchDiv {
    display: inline-block;
    position: relative;
	top: 5px;
}

#resetSearch {
    background: transparent;
    border: 0 none;
    font-size: 14px;
    padding: 2px;
    position: absolute;
    right: 1px;
	top: -4px;
}

/* Your Location */

.locationButton {
    left: 10px !important;
}

/* Main Menu */

.mainmenu {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    border-radius: 0 0 5px 5px;
    left: 120px;
    padding: 4px 5px 0;
    position: absolute;
    top: -18px;
    z-index: 99999;
}

.mainmenu li {
    float: left;
    list-style: outside none none;
    position: relative;
}

.mainmenu a {
    color: #555;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    word-spacing: -2px;
}

.mainmenu a:hover {color: #397fb4;}

li.parent:after {
    content: "";
    display: block;
    height: 4px;
    visibility: hidden;
}

.logo span {
    background-image: url("/file/logo.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin-right: 4px;
    position: relative;
    top: 2px;
    width: 18px;
}

.logo {
    position: relative;
    top: -4px;
	color: #3f7bb7 !important;
}

/* Code undercontruction
	
	.logo:hover {
    background-image: url("/file/hoverlogo.png");
	background-repeat: no-repeat;
	}
	
*/

.coordinates {position: absolute; bottom: 22px; right: 25px; background: #ffffff; padding: 3px; border-radius: 3px;}

/* Dropdown Menu */
	
	.dropmenu {
		background: #ffffff none repeat scroll 0 0;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0 0 6px 6px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		margin: 4px !important;
		padding: 5px 0 !important;
		position: absolute;
		width: 120px;
		display: none;
		z-index: 99;
	}

	.dropmenu > li {
		display: block;
		width: 100%;
	}
	
	.dropmenu li a {
		padding: 3px 28px 3px 12px;
	}
	.dropmenu li a:hover {
		color: #397fb4;
	}
	
	/* Search styling */
	
	.searchIcon {
		padding: 0 4px 0 3px;
		position: relative;
		top: 8px;
	}
	
	/* End main menu */