﻿.tt-hint
{
    display: none;
    width: 100%;
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 25px;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-hint
{
    font-size: 0 !important;
}


.tt-dropdown-menu
{
    min-width: 160px;
    width: 100%;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion
{
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor
{
    color: #fff;
    background-color: #428bca;
}

.tt-suggestion.tt-is-under-cursor a
{
    color: #fff;
}

.tt-suggestion p
{
    margin: 0;
}

.tt-suggestion p.not-selectable
{
    cursor: default;
}

.scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}