/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    /* width: 400px; */
    /* width: 400px; */
    border: 1px solid #B2B2B2;
    cursor: text;
    font-size: 13px;
    /* font-family: Verdana; */
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 300px;
    padding: 2px 4px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
    font-size: 12px;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: normal;
}

li.token-input-token-facebook {
    clear:none !important;
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 0px 3px;
    background-color: #F56620;
    color: #fff;
    cursor: default;
    border: 1px solid #bd3400;
    font-size: 11px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 1em;
    color: #fff;
}

li.token-input-token-facebook span {
    color: #832400;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #1A92C1;
    border: 1px solid #006a97;  
    /* float:left; */
}
li.token-input-selected-token-facebook span {
    color: #CDE5EF;
}

li.token-input-selected-token-facebook p {color: #fff !important;}

li.token-input-input-token-facebook {
    clear:none !important;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    /* width: 400px; */
    background: #CDE5EF;
    overflow: hidden;
/*
    border-left: 1px solid #0D4961;
    border-right: 1px solid #0D4961;
    border-bottom: 1px solid #0D4961;
*/
    cursor: default;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 1;
    color:#000000;
    margin-top: 0px;
        
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #5f757f;
    
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
    border-bottom: dotted 1px #ccc;
        
}

div.token-input-dropdown-facebook ul li:last {
    border-bottom: none;       
}


div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook b, div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook b {
    color: #F56620;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #CDE5EF;
    /* color: #1A92C1; */
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook b{
    color: #F56620;
}