/***********************************************************************
 *  Typeahead class overrides
 **********************************************************************/

.twitter-typeahead {
  display: block !important;
}

/* form-control-sm props */
.twitter-typeahead .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* Suggestion menu */
.twitter-typeahead .tt-dropdown-menu {
  max-height: 250px;
  margin-top: 6px;
  border: 1px solid #ebebeb;
  overflow-y: auto;
}

/* Suggestion item */
.twitter-typeahead .tt-suggestion {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

/* Suggestion item's cursor on focus */
.twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #f6f6f6;
  background-image: none;
}

/* Suggestion item's cursor */
.twitter-typeahead .tt-cursor {
  cursor: pointer;
}

/* input and autocompleted text */
.twitter-typeahead .tt-hint,
.twitter-typeahead .tt-input {
  height: auto;
  line-height: inherit;
}
