/* Example tokeninput style #2: Facebook style */
ul.token-input-list-cahors {
    background-color: #eee;
    border: 1px solid #A5A5A5;
    border-radius: 2px;
    color: #3A3A3A;
    display: block;
    font-family: Arial,Verdana,sans-serif;
    padding: 1px 13px 3px;
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    min-height: 1px;
    
    /*width: 400px;
    border: 1px solid #8496ba;*/
    cursor: text;
    font-size: 12px;
    
    z-index: 999;
    margin: 0;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-cahors li input {
    border: 0;
    width: 100px;
    padding: 3px 8px 3px 0;
    background-color: #eee;
    color: #717171;
    margin: 4px 0 2px 0;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    -webkit-appearance: caret;
}

li.token-input-token-cahors {
    overflow: hidden; 
    height: auto !important; 
    height: 16px;
    margin: 2px 5px 0 0;
    padding: 4px 5px 3px;
    background-color: #414141;
    color: #fff;
    cursor: default;
    border: 1px solid #cbcbcb;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-cahors p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-cahors span {
    color: #fff;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-cahors {
    /*background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;*/
}

li.token-input-input-token-cahors {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-cahors {
    position: absolute;
    width: auto;
    background-color: #414141;
    color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    z-index: 1;
    white-space: nowrap;
}

div.token-input-dropdown-cahors p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #fff;
}

div.token-input-dropdown-cahors ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-cahors ul li {
    /*background-color: #727272;*/
    padding: 0;
    margin: 4px 8px;
    list-style-type: none;

}

div.token-input-dropdown-cahors ul li:not(div.token-input-dropdown-cahors ul li:first-child) {
    border-top: 1px solid #ccc;
}

div.token-input-dropdown-cahors ul li.token-input-dropdown-item-cahors {
    /*background-color: #727272;*/
}

div.token-input-dropdown-cahors ul li.token-input-dropdown-item2-cahors {
    /*background-color: #727272;*/
}

div.token-input-dropdown-cahors ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-cahors ul li.token-input-selected-dropdown-item-cahors {
    background-color: #414141;
    color: #fff;
}