/* This file is auto-generated. Do not edit directly. */

/* Shared geocoder control styles. */
.locationiq-ctrl-geocoder,
.locationiq-ctrl-geocoder *,
.locationiq-ctrl-geocoder *:after,
.locationiq-ctrl-geocoder *:before {
  box-sizing: border-box;
}

.locationiq-ctrl-geocoder {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  width: 100%;
}

.locationiq-ctrl-geocoder--input {
  background-color: transparent;
  border: 0;
  font: inherit;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.locationiq-ctrl-geocoder--input::-ms-clear {
  display: none;
}

.locationiq-ctrl-geocoder--input:focus {
  outline: 0;
}

.locationiq-ctrl-geocoder .locationiq-ctrl-geocoder--pin-right > * {
  display: none;
  position: absolute;
  z-index: 2;
}

.locationiq-ctrl-geocoder .suggestions {
  background-color: #fff;
  border-radius: 4px;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.locationiq-ctrl-geocoder .suggestions > li > a {
  display: block;
}

.locationiq-ctrl-geocoder .suggestions > li > a:hover {
  cursor: pointer;
  text-decoration: none;
}

.locationiq-ctrl-geocoder--suggestion-title,
.locationiq-ctrl-geocoder--suggestion-address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.locationiq-ctrl-geocoder--icon {
  display: inline-block;
  fill: #757575;
  vertical-align: middle;
}

.locationiq-ctrl-geocoder--icon-search {
  position: absolute;
}

.locationiq-ctrl-geocoder--button {
  border: none;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.locationiq-ctrl-geocoder--icon-loading {
  -moz-animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Standalone layout for mounting the geocoder into a regular page element. */
.locationiq-ctrl-geocoder {
  border: 1px solid #cfcfcf;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.locationiq-ctrl-geocoder--input {
  color: inherit;
  height: 40px;
  outline: 0;
  padding: 7px 40px;
}

.locationiq-ctrl-geocoder .locationiq-ctrl-geocoder--pin-right > * {
  right: 10px;
  top: 7px;
}

.locationiq-ctrl-geocoder .suggestions {
  border: 1px solid #d8d8d8;
  font-size: 13px;
  margin: 4px 0 0;
  max-height: 260px;
  overflow-y: auto;
  top: 100%;
}

.locationiq-ctrl-geocoder .suggestions > li > a {
  color: #333;
  cursor: pointer;
  padding: 7px 12px;
  text-decoration: none;
}

.locationiq-ctrl-geocoder .suggestions > .active > a,
.locationiq-ctrl-geocoder .suggestions > li > a:hover {
  background: #f5f5f5;
}

.locationiq-ctrl-geocoder--suggestion-title {
  font-weight: 600;
  line-height: 20px;
}

.locationiq-ctrl-geocoder--suggestion-address {
  color: #666;
  font-size: 12px;
  line-height: 16px;
}

.locationiq-ctrl-geocoder--icon {
  fill: #777;
}

.locationiq-ctrl-geocoder--icon-search {
  height: 20px;
  left: 12px;
  top: 10px;
  width: 20px;
}

.locationiq-ctrl-geocoder--button {
  background: transparent;
}

.locationiq-ctrl-geocoder--icon-close {
  height: 18px;
  margin-top: 4px;
  width: 18px;
}

.locationiq-ctrl-geocoder--icon-loading {
  height: 22px;
  margin-top: 2px;
  width: 22px;
}

.locationiq-ctrl-geocoder--error {
  color: #777;
  font-size: 13px;
  padding: 7px 12px;
  text-align: center;
}
