.geocoder-results {
  overflow-y: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;

  /* border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; */
  border-radius: 0;
  float: right;
}

.geocoder-results ul {
  padding: 0;
  margin: 0;
}

.geocoder-results lh {
  font-weight: bold;
}

.geocoder-results li {
  list-style-type: none;
  margin: 0;
}

.geocoder-results li::after {
  clear: both;
  content: "";
  display: table;
}

.geocoder-item-text {
  padding: 5px;
}

.geocoder-results li:hover {
  cursor: pointer;
  background-color: #d9edf7;
  color: #31708f;
}

.geocoder-item-actions {
  float: right;
}

.geocoder input {
  width: 100%;
  border-radius: 0;
  float: right !important;
  -webkit-transition: width 400ms linear;
  -moz-transition: width 400ms linear;
  -o-transition: width 400ms linear;
  transition: width 400ms linear;
}

.geocoder-collapse input {
  width: 0 !important;
  padding: 0;
  border-width: 0;
  -webkit-transition: width 400ms linear, border-width 400ms linear, padding 400ms linear;
  -moz-transition: width 400ms linear, border-width 400ms linear, padding 400ms linear;
  -o-transition: width 400ms linear, border-width 400ms linear, padding 400ms linear;
  transition: width 400ms linear, border-width 400ms linear, padding 400ms linear;
}

.geocoder-collapse button {
  border-radius: 2px !important;
  -webkit-transition: border-radius 400ms linear;
  -moz-transition: border-radius 400ms linear;
  -o-transition: border-radius 400ms linear;
  transition: border-radius 400ms linear;
}
