.bootstrap-tagsinput {
    background-color: #eee;
    display: inline-block;
    color: #555;
    vertical-align: middle;
    border-radius: 0px;
    max-width: 100%;
    cursor: text;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    text-align: left;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .btn {
    font-size: 13px;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.bootstrap-tagsinput .tag [data-role='remove'] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role='remove']:after {
    content: '\00D7';
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role='remove']:hover {
    border: none;
}
.bootstrap-tagsinput .tag [data-role='remove']:hover:active {
    border: none;
}
