.tokenfield
{
    transition: min-height 120ms;
    height: auto;
    min-height: 87px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
    border: none;
    background: white;
}
.tokenfield.form-control
{
    padding: 7px;
}
.form-control
{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    vertical-align: middle;
    border-radius: 0;
}
.tokenfield .token.invalid
{
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px dotted #b94a48;
    margin-top:-6px;
    margin-left:-5px;
}
.tokenfield .token
{
    box-sizing: border-box;
    display: inline-block;
    margin: -1px 5px 5px 0;
    vertical-align: top;
    cursor: default;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
}

.tokenfield .token .token-label
{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: gray;
    white-space: nowrap;
}

.tokenfield .token .close
{
    margin-left: 0;
    font-size: 15px;
}
.close
{
    font-family: "Hiragino Sans GB" ,simsun, "Microsoft YaHei" ,sans-serif;
    display: inline-block;
    line-height: 24px;
}
.close
{
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.tokenfield .token-input
{
    background: none; /*
    min-width: 60px;
width: 100%;
*/
    border: 1px solid transparent;
    line-height: 24px;
    font-size: 13px;
    box-shadow: none;
    height: 24px;
    padding: 0;
}
.tokenfield .token-input:focus
{
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

