﻿.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    min-width: 250px;
}

    .ol-popup:after, .ol-popup:before {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        top: -22px !important;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        right: 22px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        right: 21px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    visibility: hidden;
}

/*#popup-photo:before {
    border-top-color: #cccccc;
    border-width: 11px;
    margin-left: 3px;
    left: 0px;
    top: 242px;
    display: none;
}

#popup-photo:after {
    border-top-color: white;
    border-width: 10px;
    margin-left: 5px;
    left: 0px;
    top: 242px;
    display: none;
}

#popup-photo .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 3px;
    visibility: visible;
}*/

.ol-popup-photo {
    position: absolute;
    height: 300px;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-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: 260px;
}

    .ol-popup-photo:after, .ol-popup-photo:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup-photo:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup-photo:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-photo-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 214px;
}

    .ol-popup-photo-closer:after {
        content: "✖";
    }

#popup ::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

#popup ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #323232;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#popup ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
