
.v_space{
    margin-top: 5px;
}

.container{
    width: 100%;
}

nav li{
    display: inline-block;
}

.icone{
    opacity: 0.4;
    cursor: pointer;
}

.icone:hover{
    opacity: 0.9;
}

#lista-marcadores div{
    margin-top: 20px;
}


#lista-fotos .container-img img{
    width: 100%;
}

#lista-fotos .container-img{
    height: 80px;
    overflow: hidden;
}

#lista-fotos .tools{
    position: relative;
    top: -23px;
    background: rgba(0, 0, 0, 0.6);
    padding: 3px;
    color: #FFF;
}

.despesa{
    color: red;
}

.receita{
    color: green;
}

body .container.body .right_col {
    background: white !important;
}

.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto;
}