﻿.gis-popup {
    opacity: 0;
    position: fixed;
    cursor: default;
    border: 0;
    box-sizing: border-box;
}

.gis-popup-body {
    overflow: auto;
    box-sizing: border-box;
    padding: 5px 20px;
}

.gis-popup-content {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    min-height: 80px;
    overflow: hidden;
}

.gis-popup-header {
    box-sizing: border-box;
    height: 65px;
    cursor: move;
    font-variant: small-caps;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-variant: unset;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #4a4a4a;
    padding: 20px;
}

    .gis-popup-header .close {
        font-size: 30px;
        font-weight: normal;
        opacity: 0.5;
    }

        .gis-popup-header .close:hover {
            opacity: 1;
        }

.gis-popup-footer {
    height: 65px;
    padding: 20px;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    border: 0;
}
