.twitter-typeahead {
  width: 100%;
  display: table !important;
}

.twitter-typeahead .form-control {
  margin: 0 !important;
}

.tt-hint,
.tt-input {
  color: #999;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.tt-hint[disabled] {
  background-color: #fff !important;
}


.tt-menu {
  min-width: 160px;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  width: 100%;
  overflow-y: auto;
  max-height: 270px;
	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.tt-menu h3 {
	margin: 0;
	padding: 12px 0 12px 12px;
	font-size: 16px;
	border-top: 1px solid #eee;
}

.tt-menu h3 i {
	display: inline-block;
	width: 20px;
	text-align: center;
}

.modal-open .tt-menu {
	z-index: 10055 !important;
}

.tt-suggestion {
	padding: 6px 10px 6px 37px;
	font-size: 14px;
	line-height: 16px;
}
.tt-suggestion:hover {
	background-color: #eee;
}
.tt-suggestion:last-child {
	margin-bottom: 10px;
}

.tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #eee;

}

.tt-suggestion p {
  margin: 0;
}
