﻿/*============Auto Complete textbox==========*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
    height: 200px;
    width: 20%;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    overflow-x: scroll;
    color: #009688;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
}

.ui-state-active h4,
.ui-state-active h4:visited {
    color: red;
}

.ui-menu-item {
    height: auto;
    width:100%;
    border: 1px solid #009688;
}

/*===Selection background color===*/
/*.ui-widget-content .ui-state-active {
    background-color: #009688 !important;
    border: none !important;
    font-weight:bold;
}*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #009688;
    border: none !important;
    font-weight: bold;
}
/*===Selection background color===*/

.image {
    /*width: 15%;*/
    width: 40px;
    height: 30px;
    /*float: left;*/
    /* padding: 10px;*/
}

/*.list_item_container {
    width: 740px;
    height: 80px;
    float: left;
    margin-left: 20px;
}

.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}
*/

/*.image img {
    width: 80px;
    height: 60px;
}

.label {
    width: 85%;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    color: red;
    text-align: left;
}*/


/**============Auto Complete textbox End==========*/


