﻿.gis-popup {
    opacity: 0;
    position: fixed;
    cursor: default;
    box-sizing: border-box;
}

.gis-popup-content {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    min-height: 80px;
    overflow: hidden;
}

.gis-popup-body {
    /*overflow: auto;*/
    box-sizing: border-box;
}

.gis-popup-header {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 30px;
    cursor: move;
    font-variant: small-caps;
    font-weight: bold;
    box-sizing: border-box;
}

.gis-popup-footer {
    height: 35px;
    padding: 5px 25px;
    background-color: #fff;
    border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;
    box-sizing: border-box;
}

.gis-popup-footer button {
    box-sizing: border-box;
    background-color: transparent;
    border: 0 !important;
    padding: 5px;
    padding-bottom: 4px;
    margin: 0;
    line-height: 11px;
    border-radius: 5px;
    width: auto;
    display: flex;
}

.gis-popup-footer button:focus,
.gis-popup-footer button:hover {
    background-color: transparent !important;
    outline-style: none;
}

.gis-popup-footer button[disabled] {
    opacity: 0.35;
    cursor: default;
}

.gis-popup-footer button > span {
    font-size: 12px;
    color: #505050;
    flex: 0 0 auto;
}

.gis-popup-footer button > i {
    font-size: 17px;
    flex: 0 0 auto;
    line-height: 12px;
    margin-right: 8px;
    vertical-align: bottom;
}

.gis-popup-footer label {
    padding-top: 4px;
    font-size: 12px;
}

.gis-popup-footer button:not([disabled]):hover {
    background-color: rgba(247, 250, 253, 0.52);
    box-shadow: 0px 0px 5px 2px rgba(173,204,235,0.82);
    cursor: pointer;
}
