.cliente .spacing-collection-repeat{
    min-height: 130px;
    min-width: 100%;
}

.cliente .btn-up{
    bottom: 60px;
}

.cliente.fab-icon-view .btn-up{
    bottom: 90px;
}

#mapa .list-custom-card{
    margin: 2px;
    background: #FFF;
    cursor: pointer;
}

#mapa .list-custom-card .item{
    padding: 0px;
    background: #FFF;
    box-shadow: none;
}

#mapa .list-custom-card .item h3{
    padding-right: 35px;
}

.isMap .info-total{
    position: absolute;
    top: 96px;
    z-index: 3;
    right: 0;
}

.isMap .filters{
    position: absolute;
    top: 103px;
    z-index: 3;
    left: 0;
    right: 52px;
}

.info-cliente-mapa-content{
    width: 100%;
    height: 200px;
}

.red-indicator{
    color: #F85959 !important;
}

.green-indicator{
    color: #1AB394 !important;
}

.yellow-indicator{
    color: #F8AC59 !important;
}

.label-lead{
    background-color: #F8D673 !important;
}

.dot-mapa-legenda{
    height: 25px; 
    width: 25px; 
    border-radius: 50%; 
    display: inline-block;
}