.bootstrap-tagsinput {
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 100%;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    line-height: 23px;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 3px 3px rgba(230, 230, 230, 0.29) inset;
    cursor: text;
    padding-bottom: 2px;
}

.bootstrap-tagsinput.active {
    border-color: #fcc001;
    box-shadow: 1px 3px 3px rgba(230, 230, 230, 0.29) inset, 0 0 8px rgba(252, 192, 1, 0.4);
    outline: 0 none;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  line-height: 20px;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background: #F28D00;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  overflow: hidden;
}
.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);
}
