﻿.suggest_text_container
{
    cursor: text;
    border: solid 1px silver;
    padding: 0px;
}
.suggest_parts
{
    padding: 0px 0px 0px 2px;
    margin: 0px;
    overflow: hidden;
}
.suggest_parts li
{
    float: left;
    line-height: 16px;
    text-align: left;
    font-size: 12px;
    font-family: Verdana;
    line-height: 16px;
    outline: 0;
}
.suggest_parts li input[type=text]
{
    border: 0px none white;
    margin: 0px;
    outline: 0;
    height: 100%;
    font-size: 12px;
    font-family: Verdana;
    color: #222;
    min-height: 20px;
}
.suggest_parts li span
{
    height: 100%;
    font-size: 12px;
    font-family: Verdana;
}
.suggest_search_container
{
    text-align: left;
    font-size: 12px;
    font-family: Verdana;
    cursor: default;
    min-width: 180px !important;
}
.suggest_search_itemsContainer
{
    max-height: 250px;
    overflow-y: auto;
    height: 100%;
}
.suggest_entityPart, .suggest_entityPart_focus
{
    border: solid 1px #37557F;
    cursor: default;
}
.suggest_entityPart_focus
{
    color: white !important;
    background-color: #37557F;
}
.suggest_search_message, .suggest_search_error
{
    color: Gray !important;
    margin-top: 5px;
    padding: 10px;
    border: solid 1px gainsboro;
}
.suggest_search_error
{
    color: Red !important;
}
.suggest_search_item, suggest_search_item:hover
{
    border: solid 1px white;
    margin-top: 5px;
    padding: 3px;
    cursor: pointer;
}
.suggest_search_item:hover
{
    color: #FF8C00;
    border: solid 1px Orange;
}
.suggest_part_tip_container
{
    min-width: 175px;
    display: block;
    position: absolute;
    clear: both;
    background-color: #A9A9A9;
    padding: 1px;
    padding-right: 3px;
    padding-bottom: 3px;
    z-index: 9999;
    margin-top: 3px;
}
.suggest_part_tip
{
    background-color: #DCDCDC;
    padding-right: 5px;
    padding-left: 5px;
}
