
.tagit.ui-widget {
    border: 1px solid #e9e9e9!important;
    background: #fff!important;
    padding: 3px 12px 2px!important;
    margin-bottom: 0!important
}
ul.tagit input[type=text] {
    background: #fff!important;
    width: auto!important
}
ul.tagit li.tagit-choice-editable {
    background: #b6c2c9;
    border: none!important;
    color: #fff!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    padding: 2px 24px 3px 7px!important
}
ul.tagit.inverse li.tagit-choice-editable {
    background: #2d353c!important
}
ul.tagit.white li.tagit-choice-editable {
    background: #fff!important;
    border: 1px solid #ddd!important;
    color: #000!important
}
ul.tagit.primary li.tagit-choice-editable {
    background: #348fe2!important
}
ul.tagit.info li.tagit-choice-editable {
    background: #49b6d6!important
}
ul.tagit.success li.tagit-choice-editable {
    background: #00acac!important
}
ul.tagit.warning li.tagit-choice-editable {
    background: #f59c1a!important
}
ul.tagit.danger li.tagit-choice-editable {
    background: #ff5b57!important
}
ul.tagit li.tagit-choice .tagit-close:focus, ul.tagit li.tagit-choice .tagit-close:hover {
    text-decoration: none!important
}
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before, ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before {
    color: #666;
    color: rgba(0,0,0,.4)
}
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before, ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before {
    color: #666;
    color: rgba(255,255,255,.4)
}
.tagit .ui-icon-close {
    background: 0 0!important;
    height: 22px!important;
    width: 16px!important;
    text-indent: 0!important
}
.tagit.white .ui-icon-close:before {
    color: #000
}
.tagit .ui-icon-close:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff
}

ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: 6px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}
