/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: left;
	
}
ul.token-input-list li .focus{
 border-bottom:2px solid #FF0000 !important
}
ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input { 
    width:100% !important;
    border: 0;    font-size: 14px;
    color: #939393;
    padding: 11px 15px 5px;
    border-bottom: 2px solid #b9b9b9 !important;
    border: none;
   
    line-height: 20px;
}

li.token-input-token {
    overflow: hidden;
	position: relative; 
    height: auto !important; 
    height: 1%;
    padding: 3px 5px;
    color: #000;
    cursor: default;
    display: block;
	
}



li.token-input-token p {
width:100%;

	padding:7px 2px 6px;
    border-bottom: 2px solid #000 !important;
font-size:13px;
color:#666;
    float: left;
    margin: 0;
}

li.token-input-token span {
float: right;
right:5px;
    color: #777;
    position: absolute;
    cursor: pointer;
    top: 0;
}

li.token-input-selected-token {
    color: #666;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width:373px;
	max-width:100%;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #e8e8e8;
}

