﻿div.tokeninput-wrapper {
    display: inline-block;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #839c9f;
    height: 22px;
    line-height: 22px;
    background-color: white;
}

    div.tokeninput-wrapper ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        div.tokeninput-wrapper ul li {
            overflow: hidden;
            height: 16px;
            line-height: 16px;
            margin-left: 3px;
            margin-top: 1px;
            padding: 1px 3px 1px;
            background-color: #eff2f7;
            cursor: default;
            border: 1px solid #ccd5e4;
            float: left;
            white-space: nowrap;
        }

            div.tokeninput-wrapper ul li span.remove {
                color: #a6b3cf;
                margin-left: 5px;
                font-weight: bold;
                cursor: pointer;
            }

    div.tokeninput-wrapper.disabled ul li span.remove {
        visibility: hidden;
    }

    div .tokeninput-wrapper div.icon {
        float: right !important;
        width: 12px;
        height: 22px;
        margin-left: 1px;
        background-image: url(Images/picklist.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: white;
        border: none;
        cursor: pointer;
        display: inline;
        overflow: hidden;
    }

    div .tokeninput-wrapper.disabled div.icon {
        display: none;
    }
