/* body {
    margin: 0px;
    background:#FFFFFF;
} */

.auto-complete-container .ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}
/* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
/* * html .ui-autocomplete {
    height: 250px;
} */

.auto-complete-container #txt-address-auto-complete {
  float: left;
  width: 410px;
  margin-right: 15px;
  height: 25px;
}

.auto-complete-container #txt-address-auto-complete-label {
  float: left;
  width: 70px;
  padding-top: 5px;
}

.auto-complete-container .clear {
  display: inline-block;
}

.auto-complete-container .validated {
  display: none;
}

.auto-complete-container input[type="text"]::-ms-clear {
  display: none;
}
