/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    cursor: text;
    font-size: 12px;
    /*font-family: Verdana;*/
    z-index: 999;
    margin: 0;
    padding:0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
	border: 1px solid #E0E0E0;
}

ul.token-input-list-facebook li input {   
    background-color: #FFFFFF;
    border: 0px;
    font-size: 13px;
    margin: 0;
    padding: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	box-sizing: border-box;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 5px 3px 5px;
    color: #000;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    cursor: default;
    float: left;
}

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

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

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    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: 400px;*/
    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: 9999;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    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;
}


/*========================= My custom Style ================*/


/* Example tokeninput style #2: myCustomTheme style */
ul.token-input-list-myCustomTheme {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 97%;
    border: 1px solid #aaa;
	border-radius:3px;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 3px;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-myCustomTheme li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-myCustomTheme {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

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

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

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

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

div.token-input-dropdown-myCustomTheme {
    position: absolute;
    /*width: 400px;*/
    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: 9999;
}

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

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

div.token-input-dropdown-myCustomTheme ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

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

div.token-input-dropdown-myCustomTheme ul li.token-input-dropdown-item2-myCustomTheme {
    background-color: #fff;
}

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

div.token-input-dropdown-myCustomTheme ul li.token-input-selected-dropdown-item-myCustomTheme {
    background-color: #3b5998;
    color: #fff;
}

/**************************** taskOverview **********************************/

ul.token-input-list-taskOverview {
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    clear: left;
    cursor: text;
    display: inline-block;
    font-family: Verdana;
    font-size: 12px;
    height: 27px;
    list-style-type: none;
    margin: 0;
    min-height: 1px;
    overflow: hidden;
    padding: 0;
    width: 250px;
    z-index: 999;
}

ul.token-input-list-taskOverview li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-taskOverview {
    background-color: #EFF2F7;
    border: 1px solid #CCD5E4;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    cursor: default;
    float: left;
    font-size: 11px;
    height: auto !important;
    margin: 3px;
    overflow: hidden;
    padding: 2px 0 2px 5px;
    white-space: nowrap;
}

li.token-input-token-taskOverview p {
    display: inline;
    float: left;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}


li.token-input-token-taskOverview span {
    border-left: 1px solid #999999;
    color: #222222;
    cursor: pointer;
    float: right;
    font-weight: bold;
    text-align: center;
    width: 20px;
}

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

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

div.token-input-dropdown-taskOverview {
    position: absolute;
    /*width: 400px;*/
    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: 9999;
}

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

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

div.token-input-dropdown-taskOverview ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

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

div.token-input-dropdown-taskOverview ul li.token-input-dropdown-item2-taskOverview {
    background-color: #fff;
}

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

div.token-input-dropdown-taskOverview ul li.token-input-selected-dropdown-item-taskOverview {
    background-color: #3b5998;
    color: #fff;
}
