.min-body{
    min-height: 400px;
}

/* Map list flexbox */
#app-map-viewer .map-list{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: row;
}
#app-map-viewer .map-list > .col{
    /* remove the left margin to columns folow the flexbox */
    margin-left: 0 !important;
}

/* Map item */
#app-map-viewer .map-item{
    margin: 10px 0;
}

#app-map-viewer .map-item .thumb{
    min-height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#app-map-viewer .map-item .info .tags{
    padding: 10px;
}

#app-map-viewer .map-item .info .tags a{
    margin-top: 2px;
    margin-bottom: 2px;
}

#app-map-viewer .map-item .info .related{
    padding: 10px;
}

#app-map-viewer .map-item .clear{
    clear: both;
}

/* change some materialize styles */
#app-map-viewer .collection a.collection-item{
    color: #4CAF50 !important;
}

#app-map-viewer .collection .collection-item.active{
    background-color: #4CAF50 !important;
    color: #FFF !important;
}

#app-map-viewer .collection .secondary-content{
    color: #4CAF50 !important;
}



#app-map-viewer .pagination-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}