/* scaffolding */

/* ----------- */

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

.tt-hint {
  color: #999;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  background-clip: padding-box;
  list-style: none;
  text-align: left;
}

[dir=rtl] .tt-menu {
  right: 0 !important;
  left: auto !important;
  float: right;
  text-align: right;
}

.tt-suggestion {
  display: block;
  clear: both;
  width: 100%;
  border: 0;
  background: none;
  text-align: inherit;
  white-space: nowrap;
  cursor: pointer;
}

.tt-suggestion p {
  margin: 0;
}

.light-style .tt-hint {
  color: #babbbc;
}

.light-style .tt-menu {
  z-index: 1000;
  margin: 0.125rem 0;
  padding: 0.3125rem 0;
  min-width: 10rem;
  border: 1px solid rgba(24, 28, 33, 0.05);
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
  color: #4E5155;
  font-size: 0.894rem;
  border-radius: 0.25rem;
}

.light-style .tt-suggestion {
  padding: 0.438rem 1.25rem;
  color: #4E5155;
  font-weight: 400;
}

.light-style .tt-suggestion:hover,
.light-style .tt-suggestion:focus {
  background-color: rgba(24, 28, 33, 0.03);
  color: #4E5155;
  text-decoration: none;
}

.material-style .tt-hint {
  color: #babbbc;
}

.material-style .tt-menu {
  z-index: 1000;
  margin: 0.125rem 0;
  padding: 0.3125rem 0;
  min-width: 10rem;
  border: 0px solid rgba(24, 28, 33, 0.15);
  background-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #4E5155;
  font-size: 0.894rem;
  border-radius: 0.125rem;
}

.material-style .tt-suggestion {
  padding: 0.5rem 1.25rem;
  color: #4E5155;
  font-weight: 400;
}

.material-style .tt-suggestion:hover,
.material-style .tt-suggestion:focus {
  background-color: rgba(24, 28, 33, 0.03);
  color: #4E5155;
  text-decoration: none;
}

.dark-style .tt-hint {
  color: #7c7e82;
}

.dark-style .tt-menu {
  z-index: 1000;
  margin: 0.125rem 0;
  padding: 0.3125rem 0;
  min-width: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background-color: #3b3e43;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.894rem;
  border-radius: 0.25rem;
}

.dark-style .tt-suggestion {
  padding: 0.438rem 1.25rem;
  color: #fff;
  font-weight: 400;
}

.dark-style .tt-suggestion:hover,
.dark-style .tt-suggestion:focus {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
}

