.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
	width: 100%;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-hint, .tt-input {
	height: 100%;
}
.tt-menu {
	min-width: 160px;
	margin-top: 2px;
	background-color: #ffffff;
	border: 1px solid #008cba;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.tt-suggestion {
	margin-top: 1px;
	display: flex;
	align-items: stretch;
}
.tt-suggestion:hover {
	color: #fff;
	background-color: #008cba;
}
/*.tt-suggestion span.badge {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

.tt-title,
.tt-empty-menu,
.tt-pending,
.tt-header,
.tt-footer {
  background-color: #008cba;
  color: #fff;
  padding: 0.5rem;
}
.tt-empty-menu,
.tt-pending,
.tt-header,
.tt-footer {
	text-align: center;
}
.tt-title,
.tt-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tt-title {
	min-width: 160px;
}
.tt-label {
	padding: 0.5rem;
	flex:  1 1 auto;
}
.tt-pending {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tt-empty-menu {
	font-style: italic;
}
.tt-footer {
	border-top: 1px solid #fff;
}
.tt-footer a {
	color: #fff;
}
