@charset "utf-8";
/* CSS Document */

.com-cruiseibe .card { border-radius: .75rem; }
/* Autocomplete Dropdown von dhtmlgoodies */
#ajax_listOfOptions {
  position: absolute !important;
  z-index: 99999 !important;
  background: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .375rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  max-height: 260px;
  overflow-y: auto;
  min-width: 280px;
}

/* Items */
#ajax_listOfOptions .optionDiv,
#ajax_listOfOptions .optionDivSelected {
  padding: .5rem .75rem;
  cursor: pointer;
  white-space: nowrap;
}

/* Hover/selected */
#ajax_listOfOptions .optionDivSelected {
  background: rgba(0,0,0,.08);
}
