#colaborator-map-container {
    width: 100%;
    overflow: hidden;
    position: relative
}

#colaborator-map {
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#colaborator-categories {
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}

.category-item {
    margin-bottom: 10px;
}

#colaborator-categories{
    width: 30%;
    position: absolute;
    right: 0.5em;
    top: 1.5em;
    height: 8rem;
    overflow-y: hidden;
    z-index: 10;
    padding: 0;
    transition: all .2s ease-in-out;
}

#colaborator-categories .map-info-header{
    background-color: #29b6f6;
    color: #FFF;
    text-align: center;
    padding: 0.5em 1em;
}

#colaborator-categories .map-info-sub-header{
    padding: 1em 2em;
    font-size: 1.2rem;
    cursor: pointer;
}

#colaborator-categories input[type="checkbox"] {
    width: 0;
    transition: all .2s ease-in-out;
}

#colaborator-categories:hover input[type="checkbox"]{
    width: 12px;
}

#colaborator-categories .map-categories-wrapper{
    padding-left: 3.5em;
}

.leaflet-popup-content h4{
    padding-left: 1.1em;
    padding-top: 0.2em;
}

.leaflet-container a.leaflet-popup-close-button{
    top: 0.5rem;
    right: 0.5rem;
}

.leaflet-popup-content{
    max-height: 300px;
    overflow-y: auto;
    padding-right: 0.75em;
}

/* page layout */
#colaborator-map-container.page #colaborator-categories{
    display: none;
}

#category-info-data{
    padding: 0.5em 1em;
}

#category-info-data .category-info-block{
    padding: 0.75rem;
    border: 1px solid #CCC;
    margin-bottom: 0.25rem;
}

#category-info-data .category-info-block .colaborator-post{
    margin-bottom: 1.5rem;
}

#category-info-data h3,
#category-info-data h4{
    line-height: 1;
    font-weight: 600;
    font-size: 1.5rem;
}

#category-info-data h4{
    font-size: 1.2rem;
    font-weight: normal;
}

#category-info-data h5{
    font-size: 1.1rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.colaboratori-header-pagination{
    background-color: #efefef;
    padding: 1rem;
}

#categories-select{
    padding: 0.25rem 0.5rem;
    background-color: #FFF;
    color: #222;
}

@media screen and (max-width: 800px) {
    #colaborator-categories{
        position: static;
        width: 100%;
        height: 7rem
    }

    #colaborator-categories input[type="checkbox"]{
        width: 12px;
    }
}