div.tagsinput {
    height: calc(2.125rem + 2px);
    overflow-y:auto;
    display: block;
    width: 100%;
    padding: 0.285rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    appearance: none;
    background-color: 1px dashed #e5e9f2;;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    border-radius: 4px;
}

div.tagsinput span.tag {
    border: 1px solid #009688;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    float: left;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    background: #009688;
    color: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px
}

div.tagsinput span.tag a {
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px
}

div.tagsinput input {
    width: 80px;
    margin: 0 5px 5px 0;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: 0 0;
    color: #000;
    outline: 0
}

div.tagsinput div {
    display: block;
    float: left
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}

.not_valid {
    background: #FBD8DB!important;
    color: #90111A!important
}