.leaflet-tooltip-pane{
    z-index:1000 !important;
}
.leaflet-top.leaflet-right{
    z-index:600 !important;
}

.leaflet-touch .leaflet-control-layers-toggle{
    height:30px;
    width:30px;
}

.leaflet-popup-content{
    width:250px !important;
    margin: 20px;
}
.leaflet-control-layers-toggle, .leaflet-retina .leaflet-control-layers-toggle{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='M400-240v-80h160v80H400ZM240-440v-80h480v80H240ZM120-640v-80h720v80H120Z'/%3E%3C/svg%3E%0A");
    background-size: contain;
}

/*.list-map-container{*/
/*    -webkit-transition: height .5s;*/
/*    -moz-transition: height .5s;*/
/*    -ms-transition: height .5s;*/
/*    -o-transition: height .5s;*/
/*    transition: height .5s;*/
/*}*/

@media(min-width: 556px){
    .leaflet-popup-content{
        width:420px !important;
    }
}

@media(min-width: 768px){
    .leaflet-popup-content{
        width:450px !important;
    }
}
.leaflet-popup-content .tree-id{
    font-size: 22px;
    font-weight: bold;
}


.mfp-close{
    opacity: 1 !important;
    font-size: 60px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #333333;
}

.mfp-bg.mfp-ready{
    background-color: white;
    opacity: 1
}

.donation-list-filter .btn{
    padding-left: 5px; padding-right:5px;
}
.donation-list-filter .col{
    padding-right:4px;
    padding-top:2px;
    padding-bottom:2px;
}
.donation-list-filter .col:last-child{
    padding-right:0
}
.donation-list-filter .btn:last-child{
    margin-right: 0;
}


.donation-list-item .btn.map-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' fill='%23ffffff' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z'/%3E%3C/svg%3E%0A");
    background-size: 80%;
    background-repeat: no-repeat;
    padding:0;
    width:46px;
    background-position: center;
}
.table-info tr td{
    vertical-align: top;
}

.table-info tr td:first-child{
    white-space: nowrap;
}

