
.tt-hint {
  color: #999
}

.tt-dropdown-menu {
	width: 100%;
  margin-top: 2px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -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);
}

.tt-suggestion {
  padding: 3px 24px;
  font-size: 1em;
  line-height: 24px;
  color: #555;
  font-weight: bold;
}

.tt-suggestion p {
    margin: 0px;
    font-weight: 400;
	padding: 3px 10px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
  cursor: pointer;

}

/* to handle edge case where the cursor happens to be hovering over 
 * where the dropdown appears -- avoid inadvertantly selecting a
 * suggestion 
 */
.tt-input.typing ~ .tt-dropdown-menu .tt-suggestion.tt-cursor {
	cursor: none !important;
	background-color: inherit !important;
	color: inherit !important;
}


.tt-suggestion p {
  margin: 0;
  font-weight: 400;
}

.tt-highlight
{
	font-weight: 700;
}


.input-group-addon, .input-group-btn { width: auto; }



/*********/


#trex .ui-filter-inset {
    margin-top: 0;
}

#trex span.twitter-typeahead
{
	width: 100%;
}


#trex .tt-dropdown-menu{
    width: 79%;
    left: 20% !important;
}



#noresults
{
	color: #aa8888;
	padding-top: 100px;
	text-align: center;
	font-weight: bold;
}



/* override safari defaults otherwise cannot set height */
#trex input[type="search"] 
{
	-webkit-appearance:none;
	box-sizing: content-box;
	border-radius: 0;
	border: 1px solid #e3e8ef;
	padding: 15px;
}

::-webkit-input-placeholder {
  color: #e3e8ef;
}



@media screen and (max-width: 768px) {

  #trex .tt-dropdown-menu{
    width: 97%;
    left: 0 !important;
}
}
