body input.select.ui-autocomplete-loading, body input.select.fixed.ui-autocomplete-loading {
  background-image: url(./autocomplete-loading.gif);
  background-repeat: no-repeat;
}

#form-autocomplete .row .span6:last-child {
  padding-top: 100px;
}


/* validation */

#address-validation-results {
  display: none;
}

#address-validation-map-button {
  display: none;
}

#address-validation-results {
  padding-top: 40px;
  margin-bottom: 40px;
}

#address-validation-results h2 {
  margin-bottom: 30px;
}

#address-validation-alerts {
  display: none;
}

#address-validation-alerts .alert strong {
  font-size: 17px;
  padding: 0 0 10px 0;
}

#button-address-validation-hide-map, #button-address-validation-show-on-map, #button-report-error {
  margin-bottom: 20px;
}

/*.address-validation-map {
  margin-bottom: 30px;
  display: none;
  width: 1170px;
  height: 490px;
  padding: 2px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}*/

#address-validation-map {
  border: 0;
  height:100% !important;
  width:100% !important;
  position:absolute;
}

#address-validation-map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position:relative;
  height:0;
}

#address-validation-map-container {
  display: none;
  margin-bottom: 30px;
}

.table thead th {
  background-color: #eeeeee;
  text-align: center;
}

.table thead th:first-child {
  background-color: transparent;
}

.table tbody td:first-child {
  font-weight: bold;
  background-color: #eeeeee;
}

/*
#address-validation-result-table {
  width: auto;
}
*/
#address-validation-result-table thead th {
  min-width: 200px;
}
#address-validation-result-table thead th:nth-child(odd) {
  width: 1px;
}
#address-validation-result-table tbody td:nth-child(odd) {
  padding-left: 15px;
  padding-right: 15px;
}

#address-validation-candidates-table thead th:first-child {
  background-color: #eeeeee;
}
#address-validation-candidates-table tbody td:first-child {
  font-weight: normal;
  background-color: transparent;
}
#address-validation-candidates-table thead th:last-child {
  width: 1%;
}

#dialog-report-error .modal-body .form-group span {
  font-style: italic;
}

#dialog-report-error-success .modal-body, #dialog-report-error-error .modal-body {
  text-align: center;
}

#form-report-error {
  padding: 0 20px;
}

#form-report-error .form-group {
  margin-bottom: 5px;
}

#button-hide-map {
  margin-top: 0px;
}

#div_button {
  padding-bottom: 5px;
}

#div_map{
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 56.25%;
  z-index: 0;
  border: 1px solid #ddd;
}
@media only screen and (orientation: portrait) {
  #div_map {
    padding-bottom: 75%;
  }
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#form-autocomplete span.button-clear:not(.collapse) ~ input.ui-autocomplete-input {
  background-position: right 20px center !important;
  padding-right: 42px;
  box-sizing: border-box;
}

#form-autocomplete span.button-clear.collapse ~ input.ui-autocomplete-input {
  background-position: right center !important;
  padding-right: 24px;
}

.button-clear {
  position: absolute;
  color: #ccc;
  opacity: 0.7;
  top: 1px;
  bottom: 1px;
  right: 1px;
  font-size: 12px;
  cursor: pointer;
  padding: 10px 4px;
}
#form-autocomplete .d-flex .form-group{flex-basis: 50%;}
#form-autocomplete .form-group{
  margin-bottom: 0.5rem;
}
