div.tagsinput {
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  padding-left: 10px;
  width: 178px;
  height: 30px;
  /* overflow-y: auto; */
  overflow:hidden;
  border-radius: 4px;
}
div.tagsinput span.tag {
    width: 70px;
  /* border: 1px solid #a5d24a; */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 2px;
  text-decoration: none;
  background: #3B6FFF;
  color: #fff;
  margin-right: 2px;
  margin-bottom: 2px;
  font-family: helvetica;
  font-size: 13px;
  display: flex;
}
div.tagsinput span.tag span{
    display: block;
    width: 60px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
div.tagsinput span.tag a {
    width: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
div.tagsinput input {
  width: 0px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: transparent !important;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}
