﻿

/**
 * Additional CSS for Twitter Bootstrap compatibility
 * by https://github.com/jharding/typeahead.js-bootstrap.css
 */


.twitter-typeahead {
  display: block !important;
}


.tt-dropdown-menu {
   margin-top: 2px; 
    background-color: #fff;
    /* border: 1px solid #ccc; */
    /* border: 1px solid rgba(0,0,0,.2); */
    -webkit-border-radius: 0 0 4px 4px;-
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 299px;
    top: 37px!important;
    left: -41px!important;
    position: absolute;
    z-index: 5;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
    
}


.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #006469;
  background-image: -moz-linear-gradient(top, #006469, #027E84);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006469), to(#027E84));
  background-image: -webkit-linear-gradient(top, #006469, #027E84);
  background-image: -o-linear-gradient(top, #006469, #027E84);
  background-image: linear-gradient(to bottom, #006469, #027E84);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006469', endColorstr='#027E84ftt-hint', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    border-color: transparent; 
    box-shadow: none;
    background: white;
}

.twitter-typeahead .hint-small
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}
