
.tt-dropdown-menu{
  text-align: left;
}

/* base styles */
/* ----------- */

/*.typeahead,*/
.tt-query,
.tt-hint {
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
}

.typeahead {
  background-color: #ffffff;
}
.typeahead_title{
  padding: 12px;
  margin-top: -3px !important;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1px !important;
}
.empty-message{
  padding: 12px;
  color: #7f0000;
}
.typeahead:focus {
  border: 2px solid #2a5b74;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #777777;
}
.twitter-typeahead{
  width: 100% !important;
  top: 0;
}
.tt-dropdown-menu {
  z-index: 13 !important;
  width: 92%;
  margin-top: 0px;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0);
  box-shadow: 0 5px 10px rgba(0,0,0,0);
  /*position: relative !important;*/
}


.tt-suggestion {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  height: 34px;
  cursor: pointer;
  min-height: 55px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #2a5b74;
  cursor: pointer;
}

.tt-dataset-products .tt-suggestion {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  min-height: 55px;
  cursor: pointer;
}

.tt-dropdown-menu a:hover{
  color:#fff;
}