@charset "utf-8";
/* CSS Document */

/*-----------------------------------------
   Input Field Tokens Styles
-------------------------------------------*/

ul.token-input-list-starrys {
    overflow: hidden;
    height: auto !important;
    min-height: 1px;
    height: 25px;
    width: 250px;
    border: 1px solid #ece3d2;
    cursor: text;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

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

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

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

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

li.token-input-selected-token-starrys {
    background-color: #000;
    border: 1px solid #eee;
    color: #fff;
}

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

li.token-input-input-token-starrys .helper-text {
   font-size: 12px;
   height: 16px;
   color: #999;
}

div.token-input-dropdown-starrys {
    position: absolute;
    width: 400px;
    background-color: #B9040C;
    color: #ffffff;
    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, sans-serif;
    z-index: 1;
}

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

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

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

div.token-input-dropdown-starrys ul li.token-input-dropdown-item-starrys {
    background-color: #B9040C;
    color: #ffffff;
}

div.token-input-dropdown-starrys ul li.token-input-dropdown-item2-starrys {
    background-color: #B9040C;
    color: #ffffff;
}

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

div.token-input-dropdown-starrys ul li.token-input-selected-dropdown-item-starrys {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}