/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #DBE2E8;
  display: inline-block;
  color: #555;
  vertical-align: middle;
  border-radius: 3px;
  width: auto;
  line-height: 22px;
  cursor: text;
  margin-left: 2%
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 4px;
  margin: 0;
  width: auto;
  max-width: inherit;font-size:16px;line-height:18px;font-family: 'Fira Sans', sans-serif;
}
.bootstrap-tagsinput input::-webkit-input-placeholder{color:#9499AE;font-weight:400;}
.bootstrap-tagsinput input::-moz-placeholder{color:#9499AE;font-weight:400;}
.bootstrap-tagsinput input:-ms-input-placeholder{color:#9499AE;font-weight:400;}
.bootstrap-tagsinput input:-moz-placeholder{color:#9499AE;font-weight:400;}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .badge {
  font-size: 14px;font-weight: 400;
  color: #273679;position: relative;
  background-color:#FAFAFA;
  padding:2px 30px 3px 8px;border-radius:3px;line-height: 20px;
  border:none;
}
.bootstrap-tagsinput .badge [data-role="remove"] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;line-height: 24px;height: 24px;width: 24px;
  cursor: pointer;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  content: "×";
  padding: 0px 4px;
  background:none;font-weight: 300;
  border-radius:50%;
  font-size:28px;color:#9499AE;line-height: 24px;display: inline-block;
}
/* .bootstrap-tagsinput .badge [data-role="remove"]:hover:after {

  background-color:rgba(0, 0, 0, 0.62);}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} */
