@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body, #map_canvas, .container {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
}
.container {
	position: relative;
}
#navigation {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	background-color: #E43F39;
	padding: 10px;
	width: 150px;
	position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
	
}
#navigation input {
	padding: 5px 10px;
	width: 80px;
	font-size: 9px;
}
#navigation i {
	color: #ffffff;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 6px 5px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  /* border-radius: 2px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
    
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.thanks
{
	color: #ffffff;
	height: 200px;
	width: 300px;
	background: #E43F39;
	padding: 10px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}

#saveposition {
	padding: 5px 22px;
	color: #292e2c;
    font-weight: 400;
    background-color: #fdda00;
	text-decoration: none;
	
}

#saveposition .fa {
	color: #292e2c;
	margin-left: 10px;
}