﻿
/*Map*/
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 226px;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    font-size: 16px;
    color: red;
}

    .ol-popup-closer:after {
        content: "x";
    }

.ol-maxheight .ol-unselectable {
    max-height: 370px;
}

/*End Map*/

/*Custom Map */

.mapchange-btn {
    display: none;
    width: 50px;
    height: 50px;
    border: 2px solid black;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    bottom: 40px;
    color: white;
    background-image: url(../image/satellitemap.png);
}

.mapchange-span {
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-size: 11px;
    position: absolute;
    line-height: normal;
    padding: 12px 0px 6px 0px;
    bottom: -2px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    text-indent: 3px;
    height: 28px;
    text-shadow: rgba(0,0,0,0.7) 0px 1px 8px;
    text-align: left;
}

.zoom-pointer {
    cursor: zoom-in;
}

@media (min-width: 768px) {
    .fullmodal-map > .map > .ol-viewport {
        /*height: calc(100vh - 170px) !important;*/

        height: 100vh !important;
    }
}


@media (max-width: 767px) {
    .fullmodal-map > .map > .ol-viewport {
        /*height: calc(100vh - 230px) !important; // For modal*/

        height: 100vh !important;
       
    }
}
