.ii-modal-form label {
  color: #5b6b75;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 15px 0 0 0;
  text-transform: uppercase;
  width: 100%;
}
.ii-modal-borderless {
  border-bottom: none;
  border-top: none;
}
.ii-modal-body {
  overflow-y: inherit;
}
.ii-modal-body .ui-front {
  overflow: visible;
}
.ii-modal-body .ui-front .ui-autocomplete {
  overflow-y: auto;
}
