/* Example tokeninput style #2: Facebook style */

/* ul.token-input-list-facebook {

    overflow: hidden; 

    height: auto !important; 

    height: 1%;

  width: 325px; 

   border: 1px solid #ccc;

    cursor: text;

    font-size: 12px;

    font-family: Verdana;

    min-height: 1px;

    z-index: 999;

    margin: 0;

    padding: 0;

    background-color: #fff;

    list-style-type: none;

    clear: left;

} */

ul.token-input-list-facebook {
  background-color: #fff;
  border: 1px solid #ccc;
  clear: left;
  cursor: text;
  font-family: Verdana;
  font-size: 12px;
  height: 24px;
  list-style-type: none;
  min-height: 1px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  z-index: 999;
    width: 155px;
}

ul.token-input-list-facebook li input {

    border: 0;

    width: 100px;

   /* padding: 3px 8px;*/
  font-size: 12px;
    background-color: white;

    margin: 2px 0;

    -webkit-appearance: caret;

}
div.token-input-dropdown-facebook p{font-size:14px !important; font-weight:normal;}
li.token-input-token-facebook {
  background-color: none;
  border: none;
  border-radius: 5px;
  color: #000;
  cursor: default;
  float: left;
  font-size: 14px;
  height: auto !important;
  overflow: hidden;
  padding: 2px 3px;
  position: absolute;
  width:90%;
}


li.token-input-token-facebook p {

    display: inline;

    padding: 0;

    margin: 0;

}



li.token-input-token-facebook span {

    color: #444;

    margin-left: 5px;

    font-weight: normal;

    cursor: pointer;

}



li.token-input-selected-token-facebook {

    background-color: none !important;

    border: none !important;

    color: #fff;

}



li.token-input-input-token-facebook {

    float: left;

    margin: 0;

    padding: 0;

    list-style-type: none;

}



div.token-input-dropdown-facebook {

    position: absolute;

    width: 300px;

    background-color: #fff;

    overflow: hidden;

    border-left: 1px solid #ccc;

    border-right: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    cursor: default;

    font-size: 11px;

    font-family: Verdana;

    z-index: 99999;

}



div.token-input-dropdown-facebook p {

    margin: 0;

    padding: 5px;

    font-weight: normal;

    color: #777;

}



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;

}



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 em {

    font-weight: bold;

    font-style: normal;

}



div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {

    background-color: #3b5998;

    color: #fff;

}

span.token-input-delete-token-facebook
{ float:right; }



@media screen and (-webkit-min-device-pixel-ratio:0) {
div.token-input-dropdown-facebook {
    font-weight: normal !important;
    width: 160px !important;
}

}