.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 2px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;

  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
    width: 100%;
    max-width: 100%;
/*     overflow: hidden; */
}

.bootstrap-tagsinput input {
  border: none;
   vertical-align: middle !important;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 9px;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif,FontAwesome;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  font-size: 13px;
  background-color: #c82c37;
    font-weight: 100;
        line-height: 2;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.typeahead .active > a,
.typeahead .active > a:hover {
    color: white;

    /* Change the typeahead background color here if you'd like */
    background-color: Green;

    /* Turns off the default background gradients */
    background-image: none;
}
/*

.tt-hint {
	display: block;
	width: 100%;
	height: 33px;
	padding: 14px 16px;
	font-size: 18px;
	line-height: 25px;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
}
*/
.tt-dropdown-menu {
/* 	visibility: hidden; */
	position: absolute;
	min-width: 160px;
    width: 100%;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	 z-index: 9999 !important;
}
.tt-suggestion {

	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p:hover {
	color: #c82c37;
}
.tt-suggestion p {
	cursor: pointer;
}
.tt-suggestion p {
	margin: 0;
}
