.bootstrap-tagsinput {
  display: inline-block;
  max-width: 100%;
  padding: .429rem 1rem;
  line-height: 1.57142857;
  color: #76838f;
  vertical-align: middle;
  cursor: text;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: .215rem;
  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;
  box-shadow: none;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .form-control input::-moz-placeholder {
  color: #a3afb7;
  opacity: 1;
}

.bootstrap-tagsinput .form-control input:-ms-input-placeholder {
  color: #a3afb7;
}

.bootstrap-tagsinput .form-control input::-webkit-input-placeholder {
  color: #a3afb7;
}

.bootstrap-tagsinput .tag {
  margin: 1px;
  margin-right: 2px;
  border: 1px solid transparent;
}

.bootstrap-tagsinput .tag:hover {
  border: 1px solid #589ffc;
}

.bootstrap-tagsinput .tag:hover:active {
  border-color: #247cf0;
}

.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;
}
