.leaflet-control-container {
    position: absolute;
    right: 56px
}

.leaflet-popup-content {
    margin: 0;
    width: 240px;
}

.map-box .topbox {
    padding: 12px 15px
}


.map-box .pop-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;

}

.map-box .pop-title .method {
    font-size: 16px;
    color: #3B8D70;
    margin-left: 7px;
    border: 2px solid #3B8D70;
    border-radius: 15px;
    padding: 0px 10px
}

.map-box .contentbox {
    border-top: 1px solid #EEEEEE;
    padding: 15px 15px 30px 15px;
    position: relative
}

.map-box .contentbox .more {
    color: #FFF;
    font-size: 14px;
    width: 102px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0px 15px 0px;
    background: #3B8D70;
    position: absolute;
    bottom: -17px;
    right: 15px;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s
}

@media only screen and (min-width: 1000px) {
    .map-box .contentbox .more:hover {
        transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        background: #B2D956
    }
}

.map-box .contentbox ul {
    list-style: none
}

.map-box .contentbox ul li {
    font-size: 16px;
    margin-bottom: 4px;
    color: #555
}

.map-box .contentbox ul li span {
    color: #3B8D70
}



.leaflet-popup-tip {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

.map-box .card-pop {
    position: relative;
    top: 0;
    right: 0;
}


.riverPoly, .wfPoly {
    display: none
}

.map-box .evi-box .evi-menu {

    width: 250px;
}


#container, #container2 {
    height: 100% !important;
    width: 100% !important;
}

.statbox .right-box .chart-box div {
    width: 311px;
}

.chart-box div {
    display: block;
    max-width: 100%
}

.statbox .right-box .chart-box {
    padding: 0 15px
}

#map {
    position: relative !important;
    width: 100 !important;
    height: 100% !important;
    z-index: 5 !important;
    top: 0px !important;
    left: 0 !important;
}

.statbox {
    min-height: 200px
}

.statbox .loadingbox {
    background: transparent;
    position: absolute;
    margin-top: -50px
}


.map-box .loadingbox {
    background: transparent;
    position: absolute;
    margin-top: -50px
}

.bubble-to-front {
    z-index: 3000 !important;
    position: relative;
}

.small {
    font-size: 14px !important;
    font-weight: normal !important;
    color: black !important;
}

.small a {
    cursor: pointer;
    color: #3B8D70 !important;
}

.small a:hover {
    color: black !important;
}