.bootstrap-tagsinputs {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  color: #555;
  vertical-align: middle;
  width:100%;
    line-height: 22px;
   cursor: text;
    padding-left: 8px;
    padding-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
}
.bootstrap-tagsinputs input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding:  10px;
  font-size: 16px;
  padding-left: 3px;
  /*width: auto;*/
  /*max-width: inherit;*/
}
.bootstrap-tagsinputs.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinputs.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinputs.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinputs input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinputs .tag {
    font-weight: normal;
    font-size: 14px;
    color: white;
    vertical-align: middle;
    padding: 5px 5px;
}
.bootstrap-tagsinputs .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinputs .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinputs .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-tagsinputs .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.typeahead li
{
    border-bottom: 1px solid;
    border-bottom-color: #777;

}
.typeahead li .active{
    box-shadow:none;
    background-color: inherit;
}
