/* Example tokeninput style #2: custom style */
ul.token-input-list-custom {
    overflow: auto;
    height: auto !important; 
    height: 1%;   
    border: 1px solid #afafaf;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style: none outside none;
    /* clear: left; */
}

ul.token-input-list-custom li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token-custom {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: white;
    color: #222222;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-custom p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-custom span {
    margin-left: 5px;
    font-weight: normal;
    cursor: pointer;
}

li.token-input-selected-token-custom {
    background-color: #2e6e9e;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-custom {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-custom {
    position: absolute;
    background-color: #fff;
    overflow: visible;
    border: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
   
}

div.token-input-dropdown-custom p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
    overflow: visible;
}

div.token-input-dropdown-custom ul {
    margin: 0;
    padding: 0;
    float: left;
    padding-left: 5px;
    display: inline-block;
}

div.token-input-dropdown-custom ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
    overflow: visible;
    white-space: nowrap;
}

div.token-input-dropdown-custom ul li.token-input-dropdown-item-custom {
    background-color: #fff;
}

div.token-input-dropdown-custom ul li.token-input-dropdown-item2-custom {
    background-color: #fff;
}

div.token-input-dropdown-custom ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-custom ul li.token-input-selected-dropdown-item-custom {
    background-color: #3b5998;
    color: #fff;
}

div.token-input-dropdown-custom ul li.token-input-dropdown-item-custom {
    text-align: left;
}

div.token-input-dropdown-custom ul li.token-input-dropdown-item-custom b {
    color: red;
}

div.token-input-dropdown-custom ul li.token-input-dropdown-item2-custom {
    text-align: left;
}

div.token-input-dropdown-custom ul li.token-input-dropdown-item2-custom b {
    color: red;
}
