/* ===============================  */
/* Autosuggest Styles for External  */
/* Search Forms                     */
/* ===============================  */
/* line 8, /usr/src/app/app/assets/stylesheets/dul_argon/catalog-autosuggest.scss */
.twitter-typeahead .tt-menu {
  background: white;
  min-height: 100px;
  max-height: 250px;
  overflow-y: auto;
  font-family: inherit;
  padding: 0.2em;
  font-size: 85%;
  color: #333;
  border: 1px solid #aaa;
}
/* line 19, /usr/src/app/app/assets/stylesheets/dul_argon/catalog-autosuggest.scss */
.twitter-typeahead .tt-suggestion {
  padding: 0.5em;
  margin: 0;
  text-align: left;
  clear: both;
}
/* line 24, /usr/src/app/app/assets/stylesheets/dul_argon/catalog-autosuggest.scss */
.twitter-typeahead .tt-suggestion:hover, .twitter-typeahead .tt-suggestion:focus, .twitter-typeahead .tt-suggestion.tt-cursor {
  background: #eee;
  cursor: pointer;
}
/* line 28, /usr/src/app/app/assets/stylesheets/dul_argon/catalog-autosuggest.scss */
.twitter-typeahead .tt-suggestion .tt-category {
  float: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 10px;
  color: #053482;
}
/* line 36, /usr/src/app/app/assets/stylesheets/dul_argon/catalog-autosuggest.scss */
.twitter-typeahead input {
  background-color: #fff !important;
}
