#map {
    height: 630px;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

#markerlist {
    overflow-y: scroll;
    max-height: 470px;
    margin-top: 20px;
    border-top: 1px solid #bcbcbc;
}

@media screen and (max-width: 920px) {
    #gside_panel {
        display: none;
    }
}

#markerlist .item_gray {
    background: #d7d7d7;
    padding: 10px;
    color: black;
    border-bottom: 2px solid white;
    cursor: pointer;
}

#markerlist .item_gray:hover {
    background: #afb0b3;
}

#markerlist .item_green {
    background: #add3a5;
    padding: 10px;
    color: black;
    border-bottom: 2px solid white;
    cursor: pointer;
}

#markerlist .item_green:hover {
    background: #57ad43;
}

#markerlist .item_red {
    background: #f6afb5;
    padding: 10px;
    color: black;
    border-bottom: 2px solid white;
    cursor: pointer;
}

#markerlist .item_red:hover {
    background: #da4d58;
}


/*legend*/
.legend {
    margin-top: 20px;
    text-align: center;
}

.legend span {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: -5px;
}

.legend .green {
    background: #57ad43;
}

.legend .red {
    background: #da4d58;
}

.legend .gray {
    background: #afb0b3;
}
/*legend*/



.infoPop {
    width: 450px;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
    padding-top: 10px;
}

.infoPop img.sm_icon {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    display: block;
}

.infoPop .inline_block {
    margin-top: 10px;
}

.infoPop .spot_name {
    font-size: 18px;
    color: gray;
}
.infoPop .threat_level {
    float: right;
    margin-right: 20px;
    font-weight: bold;
    padding: 1px 10px;
    font-size: 12px;
}

.infoPop .threat_level.clr_red {
    color: red;
    border: 1px solid red;
    display: none;
}
.infoPop .threat_level.clr_orange {
    color: orangered;
    border: 1px solid orangered;
}
.infoPop .threat_level.clr_yellow {
    color: yellow;
    border: 1px solid yellow;
}

.infoPop .issue {
    line-height: initial;
    margin: 10px 10px 0 0;
    text-align: justify;
}

.infoPop .status {
    margin-top: 10px;
}

.infoPop .status b {
    color: gray;
}

.infoPop .button {
    padding: 7px;
    line-height: inherit;
}

.infoPop .org_logo {
    max-width: 200px;
}

.infoPop  i.mdi {
    font-size: 30px;
    border-radius: 50px;
    padding: 6px;
    margin-top: 5px;
}

.gm-style .gm-style-iw-d {
    overflow: initial !important;
}

.gm-style-iw-a button.gm-ui-hover-effect img {
    width: 20px !important;
    height: 20px !important;
    margin: 7px !important;
}

.gm-style-iw-a button.gm-ui-hover-effect {
    top: -2px !important;
    right: 2px !important;
}

#markerlist .list_item {
    background: white;
    padding: 5px;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
    min-height: 60px;
}

#markerlist .list_item:hover {
    background: #dadada;
}

#gside_panel {
   padding-left: 0;
}

@media screen and (max-width: 920px) {

    .infoPop img.sm_icon {
        display: inline-block;
    }

    .gm-style-iw {
        max-width: 100% !important;
        max-height: initial !important;
    }

    .gm-style-iw-d {
        max-width: 100% !important;
        max-height: initial !important;
    }

    .infoPop {
        max-width: 250px;
        overflow-y: scroll;
        padding-bottom: 20px;
    }

}

.infoPop .bottom_btn {
    display: block;
    margin-top: 15px;
    bottom: 10px;
    position: absolute;
    width: calc(100% - 12px);
}
.infoPop .bottom_btn .prev {
    width: 50%;
    display: inline-block;
    text-align: left;
}
.infoPop .bottom_btn .next {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    text-align: right;
}

.infoPop .bottom_btn .nv_btn {
    font-weight: bold;
    cursor: pointer;
    color: #060740;
    font-size: 15px;
}

.infoPop .bottom_btn .nv_btn:hover {
    color: #50a2eb;
}

#map_filter {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 10px;
}

#map_kw {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 10px;
}