/* Ajaris-FullWeb tokeninput style */
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
	/* Ajaris */
    width: 375px;
    border: 2px solid #dedede;
}

ul.token-input-list {
    list-style-type: none;
}

ul.token-input-list-readonly {
    border: 1px dotted #dedede; /* Ajaris */
}

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

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    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;
	/* Ajaris */
    font-size: 12px;
    color: #000;
    border: 1px solid #dedede;
    background-color: #eee;
}

li.token-input-token-readonly {
	color: #888;
}

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

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

li.token-input-selected-token {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
    /* Ajaris */
    border: 1px solid #4792e6; 
    background-color: #4792e6;
}

li.token-input-selected-token span { /* Ajaris */
	color: #fff;
}

li.token-input-input-token {
    float: left;
}

div.token-input-dropdown {
    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: 12px;
	font-family: Arial,Helvetica,sans-serif;
	z-index: 90000;
	/* Ajaris */
    width: 375px;
    background-color: #fff;
	color:#000;
    max-height: 108px;
    overflow-x: hidden;
    overflow-y: auto;
	border:1px solid #aaa;
	-moz-box-shadow:0 3px 8px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, 0.25); box-shadow:0 3px 8px rgba(0, 0, 0, 0.25);
}

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;
    /* Ajaris */
    padding: 5px;
}

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

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: none;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #3b5998;
    color: #fff;
	/* Ajaris */
    background-color: #4792e6;
}


.token-input-text-input-reserved { /* Ajaris */
	outline: none;
}

.token-input-text-input-reserved::-ms-clear { /* Ajaris */
    display: none;
}
