div.tagsinput {
    padding: 15px 15px 10px 15px;
    min-height: 60px;
    border: 0;
    background: rgba(0,0,0,.05);
    border-radius: 10px;
    overflow-y: auto;
}
div.tagsinput span.tag {
    margin: 2px 5px 3px 0;
    background: #096cb8;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 12px;
    height: 28px;
    border-radius: 14px;
    float:left;
}
div.tagsinput span.tag a { font-weight: 700; color: #fff; text-decoration:none; font-size: 11px;  }
div.tagsinput input {
    min-width:120px;
    margin:0px;
    border:1px solid transparent;
    padding: 5px 12px;
    background: transparent;
    color: #000;
    outline:0px;
    margin-right:5px;
    margin-bottom:0;
    height:auto;
    font-weight: 300;
    height:28px;
    border-radius: 14px;
}
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}
