@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Open+Sans+Condensed:300|Kalam);
/* Used to animate sidebar right arrow */
/* reduces icon sizes on small screens */
/* allows to use a SVG as a background and colorize it */
.admin-typeahead .form-group label {
  font-weight: normal;
  margin: 0 10px 0 0; }
  .admin-typeahead .form-group label input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 0 3px 0; }
.admin-typeahead::after {
  display: block;
  content: '';
  clear: both; }

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0; }

.tt-hint {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.tt-menu {
  min-width: 200px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .tt-menu.tt-menu-clip {
    overflow-y: scroll;
    max-height: 11.7em; }

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  cursor: pointer; }

.tt-suggestion:hover {
  color: #FFFFFF;
  background-color: #2BBBB7; }

.tt-suggestion.tt-is-under-cursor a {
  color: #FFFFFF; }

.tt-suggestion p {
  margin: 0; }

/*# sourceMappingURL=typeahead.css.map */
