﻿@charset "utf-8" ;
/* CSS Document */
.dropdowntext
{
   padding-bottom: 7px;
    padding-top: 7px;
    border-bottom:1px solid #ff9db8;
    border-radius:10px !important;
}
.heading{
    margin-left: 3% !important;
    display: inline !important;
    font-size: 12px !important;
    font-weight:bold;
    

}
.detail{
    margin-left: 1% !important;
    color:#6b6b6b !important;
    font-size: 12px !important;
}
.ui-autocomplete {
    position: absolute;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-bottom: 1px solid !important;
    border-top: none;
    border-radius: 5px !important;
    padding: 5px;
    max-height: 300px;
    background: #ffffff;
    text-align: initial;
    border-color: #428bca !important;
    /*width: 100% !important;*/
    z-index: 999999;
    overflow-y: scroll;
}
li.ui-menu-item {
    display: inline;
    /*padding:10px 5px;*/
    width: 100% !important;
}
    li.ui-menu-item:hover {
        display: block;
        /*padding:10px 5px;*/
        background-color: #ff9db8;
        width: 100% !important;
        cursor: pointer;
        color: #484848;
        border-radius: 5px !important;
    }