<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tagHandler {
    width: 100%;
    position: relative;
}
.tagHandler div.tagHandlerContainer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    min-height: 30px;
    line-height: 30px;
    cursor: text;
    padding: 0px 5px;
    margin: 10px 0px;
}
.tagHandler div.tagHandlerContainer span {
    height: 14px;
    line-height: 14px;
    display: block;
    float: left;
    margin: 5px 5px 10px 0;
    white-space: nowrap;
}
.tagHandler div.tagHandlerContainer span.tagItem {
    margin: 9px 3px 0px 1px;
    cursor: url('../img/glyphicons/glyphicons_207_remove_2.gif'), pointer;
}
.tagHandler div.tagHandlerContainer span.tagItem:hover {
    background-color: #b94a48;
}
.tagHandler div.tagHandlerContainer span.tagInput {
    padding: 3px 4px;
}
.tagHandler div.tagHandlerContainer input.tagInputField {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: inherit;
    background-color: #FFF;
    color: #666;
}
.tagHandler div.tagLoader {
    position: absolute;
    right: -24px;
    top: 12px;
    display: none;
    background: url('../img/loader.gif') center center no-repeat;
    width: 16px;
    height: 18px;
    cursor: default;
}
.tagHandler div.tagUpdate {
    position: absolute;
    right: -24px;
    top: 14px;
    background: url('../img/tag_update.png') center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}</pre></body></html>