﻿.ui-autocomplete {
    font-family: Helvetica Neue,Segoe UI, helvetica, verdana, sans-serif;
	font-size: 12px;
    font-weight:normal !important;
    width:auto;
    min-width:100px;
    max-width:200px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2px;
    background-color:#fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    z-index: 99999 !important;
}

.ui-menu-item-wrapper {
    padding: 4px 6px;
    font-size: 12px;
}

.ui-state-active {
    background-color: #80bdff !important;
    color: white !important;
    cursor:default;
}

/*ซ่อน autocomplete โชว์ท้าย*/
.ui-helper-hidden-accessible {
    display: none !important;
}