.bootstrap-tagsinput {
  display: inline-block;
  max-width: 100%;
  padding: 6px 15px;
  line-height: 1.57142857;
  color: #76838f;
  vertical-align: middle;
  cursor: text;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-tagsinput input {
  width: auto !important;
  max-width: inherit;
  padding: 0 6px;
  margin: 0;
  line-height: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-tagsinput input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-tagsinput input.tt-input {
  padding: 0;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  padding: 0 2px;
  content: "x";
}
.bootstrap-tagsinput .tag.label {
  display: inline-block;
  margin: 0 0 2px;
}
