/* Genéricos */
body{
    background: #f8f8f8;
}

.logo-creditos{
    margin-top: -7px;
}

/* Individuais */

.fechar{
    margin-right: 10px;
    margin-top: 10px;
}

.enderecomargin{
    margin-left: 0px;
    margin-right: 0px;
}

#divBloquear{
    position:fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000;
    opacity:0.65;
    display: none;
}
#divSuspensa {
    opacity: 1;
    position: absolute;
    left: 50%; 
    top: 50%;
    width: 350px;
    height: 300px;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 1000;
    display: none;

}

#divSugestoes{

}

textarea {
    resize: vertical;
}

/* tooltip */
.ui-tooltip, .arrow:after {
    background: #eeeeee;
    border: 2px solid #cccccc;
}
.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 20px;
    box-shadow: 5px 5px 7px #555555;
    text-align: justify;
}
.info{
    max-width: 15px;
}