/**
 * Copyright 2008-2015, Province of British Columbia
 * All rights reserved.
 */
.spacer {
	margin: 10px;
}

#basic_output {
  font-weight: bold;
  height: 25px;
  margin: 10px;
  padding: 5px 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

#advanced_output {
  height: 120px;
  margin: 10px;
  padding: 5px 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

#advanced_output p.coords {
	font-weight: bold;
}

.typeahead,
.tt-query,
.tt-hint {
  line-height: 1.3333333;
}

.typeahead {
  background-color: #fff;
  line-height: 1.3333333;
}

.typeahead:focus {
}

.tt-query {
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  z-index: 9999 !important;
  position: relative !important;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

/* advanced styles */
/* ----------------------- */
.geocoder-city {
	float: right;
	color: #696969;
	font-weight: bold;
}
.geocoder-score {
	padding-left: 50px;
	font-size: 12px;
}
.geocoder-address {
	font-weight: bold;
}
.geocoder-location {
	font-size: 12px;
}