.error-message {
  color: #ed5565;
}
.form-error {
  border-color: #ed5565;
}
.input[type='hidden'] {
  display: none;
}
.input {
  margin-top: 10px;
}
.pagination {
  margin: 0px;
}
.objects_map {
  height: 400px;
  margin-top: 15px;
}
.objects_map_view {
  height: 250px;
}
.report-adress li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.report-adress {
  margin: 0px;
  padding: 0px;
}
.dl-horizontal dt,
.dl-horizontal dd {
  padding-top: 4px;
}
.dd-handle:hover {
  cursor: default;
}

/*autocomplete function style */
.autocomplete-cont {
  margin-bottom: 20px;
}
#autocomplete-list {
  margin-left: 15px;
  margin-right: 15px;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-items div:focus {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}