﻿.tagHandler {
    width: 100%;
    position: relative ;
}

    .tagHandler ul.tagHandlerContainer {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border: 1px solid #dfdfdf;
        overflow: hidden;
        min-height: 30px;
        cursor: text;
        /* #DOC: Eric 20231111 deleted font-family: arial,helvetica,sans-serif;*/
        padding: 0 5px;
        margin: 10px 0
    }

        .tagHandler ul.tagHandlerContainer li {
            display: block;
            float: left;
            margin: 5px 5px 0 0
        }

.jqueryUiTagItem {
    cursor: pointer
}

.tagHandler ul.tagHandlerContainer li.tagItem {
    background-color: #0066bd;
    color: #FFF;
    padding: 3px 8px;
    cursor: url('/images/tag_remove.cur'),pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 5px; /* #DOC Eric 20210428 van 15 > 5 px */
    /*height: 14px;*/ /* #DOC Eric 20210428 */
    line-height: 14px;
    font-size: 12px;
    margin: 5px 5px 5px 0;
    white-space: nowrap
}

    .tagHandler ul.tagHandlerContainer li.tagItem:hover {
        background-color: #008afb
    }

.tagHandler ul.tagHandlerContainer li.tagInput {
    padding: 3px 4px
}

.tagHandler ul.tagHandlerContainer input.tagInputField {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: inherit;
    background-color: #FFF;
    color: #666;
    font-size: 12px
}

.tagHandler div.tagLoader {
    position: absolute;
    right: -24px;
    top: 12px;
    display: none;
    background: url('/images/loader.gif') center center no-repeat;
    width: 16px;
    height: 18px;
    cursor: default
}

.tagHandler div.tagUpdate {
    position: absolute;
    right: -24px;
    top: 14px;
    background: url('/images/tag_update.png') center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer
}
