﻿.cntersugestao {
    min-width: 500px;
    border-bottom: solid 1.2px gray;
    min-height: 100px;
    background: white;
    cursor: pointer;
}

    .cntersugestao img {
        max-height: 80px;
        max-width: 80px;
        float: left;
        margin: 8px 0px 0px 8px;
        /*position: absolute;
        top: 8px;
        left: 8px;*/
    }

    .cntersugestao .primeiralinha {
        display: inline-block;
        margin-top: 15px;
        text-transform: uppercase;        
    }

    .cntersugestao .primeiralinha span{
        white-space: normal !important;
    }

    .cntersugestao .segundalinha {
        display: block;
    }

    .cntersugestao .sugestao {
        max-width: 400px;
        text-align: left;
        min-width: 400px;
        padding-left: 100px;
    }

.tt-menu {
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    border-radius: 8px;
}

.tt-open {
    max-height: 45em !important;
    overflow: auto !important;
}


#ctnerBuscaCliente .twitter-typeahead {
    min-width: 500px;
}

#ctnerBuscaCliente .tt-menu {
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    min-width: 500px;
}

.sugestaoCliente {
    min-height: 25px;
    background-color: white;
    width: 100%;
    padding: 20px 0px 0px 10px;
    border-bottom: black solid 1px;
    cursor: pointer;
}
