﻿

.ui-autocomplete
{
    max-height: 150px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete
{
    height: 150px;
}

.acBox
{
    padding-bottom: 2px;
    padding-top: 2px;
    display: inline-block;
    vertical-align: middle;
}

.acInput
{
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    cursor: default;
    display: block;
    height: 2em;
    white-space: nowrap;
    margin-right: 2px;
    background-color: #fff;
    display: inline-block;
}

.acInput input::-ms-clear
{
    width: 0;
    height: 0;
    
}

.acItem
{
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    cursor: default;
    display: block;
    height: 20px;
    white-space: nowrap;
    margin-right: 2px;
    line-height: 1.4;
}

.acLabel
{
    direction: ltr;
    display: inline-block;
    margin: 2px 5px;
    max-height: 17px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom; 
}

.acCommand
{
    background: url("../../icon/contactarea_sprite_2.gif") no-repeat scroll -4px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    opacity: 0.6;
    vertical-align: top; 
    width: 14px;
    cursor: pointer;
}


.acTag
{
    background: #FFF2D8;
    border: 1px solid #ccc;
    border-radius: 12px 3px 3px 12px;
    color: #666666;
    display: inline-block;
    line-height: 1.4;
    margin-left: 3px;
    padding: 0 3px 0 12px;
    position: relative;
    text-decoration: none;
    height: 20px;
}

.acTag:before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    content: "";
    display: block;
    height: 4px;
    left: 5px;
    position: absolute;
    top: 7px;
    width: 4px;
}

.ACSPersonalItem
{
    background-color: #f8f8e4;
    border: 1px solid #cfcfcf;
    color: #444444;
}

.ACSElevItem
{
    background-color: #f8f8e4;
    border: 1px solid #cfcfcf;
    color: #444444;
}

.ACSKlassItem
{
    background-color: #C2E1ED;
    border: 1px solid #cfcfcf;
    color: #444444;
}


.ACSArenaItem
{
    background-color: #f1d8d8;
    border: 1px solid #cfcfcf;
    color: #444444;
}


.ACSListaItem
{
    background-color: #f1d8d8;
    border: 1px solid #cfcfcf;
    color: #444444;
}

.ACSOrgenhetItem
{
    background-color: #f1d8d8;
    border: 1px solid #cfcfcf;
    color: #444444;
}
 

.ACSHashtagItem
{
    background-color: #f1d8d8;
    border: 1px solid #cfcfcf;
    color: #444444;
}


   