.ui-autocomplete {
    background-color: inherit;
}

.bpa_betrag_hilfe, .bpa_gebdat_tooltip, .bpa_fa_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.bpa_betrag_hilfe .bpa_betrag_hilfe_tooltip, .bpa_gebdat_tooltip .bpa_gebdat_tooltip_text, .bpa_fa_tooltip .bpa_fa_tooltip_text  {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.bpa_betrag_hilfe .bpa_betrag_hilfe_tooltip::after, .bpa_gebdat_tooltip .bpa_gebdat_tooltip_text::after, .bpa_fa_tooltip .bpa_fa_tooltip_text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.bpa_betrag_hilfe:hover .bpa_betrag_hilfe_tooltip, .bpa_gebdat_tooltip:hover .bpa_gebdat_tooltip_text, .bpa_fa_tooltip:hover .bpa_fa_tooltip_text {
  visibility: visible;
}

.bpa_euro {
    position: relative;
}
.bpa_euro input {
    padding-left:18px !important;
}
.bpa_euro:before {
    position: absolute;
    top: 0;
    content:"€";
    left: 5px;
}