.modal-dialog .overlay {
  background-color: rgba(0,0,0,0.0);!important;
}
.autocomplete-container .suggestions-container {
  z-index: 9999!important;
  pointer-events: all !important;
}

.ng-autocomplete-dropdown .ng-dropdown .dropdown-item .dropdown-item-highlight {
  font-weight: bold;
}

.ng-autocomplete-dropdown-icon {
  display: block;
  width: 56px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
  z-index: 999;
  font-size: 12px;
  color: #758694;
  padding: 21px 0;

}

.ng-autocomplete-dropdown-icon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  right: 21px;
  z-index: 999;
  top: 24px;
}

.ng-autocomplete-dropdown-icon.open:after {
  transform: rotate(180deg);
}

.eng-house-plus-solid {
  background: url('../images/eng-house-plus-solid.svg') no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  width: 24px;
  height: 22px;
}

.callout a {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-style: none !important;
  text-decoration-color: none !important;
}

.info12AddNumNH {

	margin-top: 31px;
}
