﻿.dropdown-menu-auto-complete {
    padding: 3px !important;
    border: 1px solid #999999 !important;
}

    .dropdown-menu-auto-complete .dropdown-block {
        display: block;
        font-size: 8pt;
        padding-bottom: 3px;
    }

    .dropdown-menu-auto-complete .dropdown-group-title {
        cursor: pointer;
        display: block !important;
        border-top: 1px solid #223c59 !important;
        color: #223c59 !important;
        font-weight: 600;
        text-align: center;
        margin: 0 17px 0 25px;
    }

        .dropdown-menu-auto-complete .dropdown-group-title:hover {
            text-decoration: underline;
        }

    .dropdown-menu-auto-complete table {
        width: 100%;
        border-spacing: 0;
        border-collapse: separate;
    }

        .dropdown-menu-auto-complete table thead {
            border: 1px solid #223c59 !important;
        }

            .dropdown-menu-auto-complete table thead th {
                padding: 3px !important;
                background: #F0F0F0 !important;
                color: #223c59 !important;
                border-bottom: 1px solid #223c59 !important;
            }

        .dropdown-menu-auto-complete table tbody td {
            cursor: pointer;
            border: 1px solid transparent;
            padding: 3px 2px;
            font-size: 8pt;
            font-weight: normal !important;
            line-height: 1.5 !important;
        }

    .dropdown-menu-auto-complete .dropdown-item {
        cursor: pointer;
        border: 1px solid transparent;
        padding: 3px 2px;
        margin: 0 !important;
        font-size: 8pt;
        font-weight: normal !important;
        line-height: 1.5 !important;
        list-style: none;
        text-align: left !important;
    }
        .dropdown-menu-auto-complete .dropdown-item:hover {
            border: 1px solid #999999;
            background: #dadada url(images/jquery/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
            color: #212121;
        }

        .dropdown-menu-auto-complete .dropdown-item.dropdown-item-new {
            text-align: center !important;
        }

.dropdown-menu-auto-complete .dropdown-footer {
    color: #999;
    font-size: 8pt;
    border-top: 1px solid #223c59;
}

    .dropdown-menu-auto-complete .dropdown-footer .add-control {
        cursor: pointer;
        line-height: 1.5;
    }