html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
.altitude_menu {
    cursor: default;
    background: rgba(0, 0, 0, 0.64);
    padding: 15px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: right;
}
.altitude_menu h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}
.altitude_menu ul {
    padding-left: 0px;
    margin-left: 0px;
}
.altitude_menu li {
    cursor: pointer;
    list-style-type: none;
    color: #BABDC2;
    margin: 5px 0;
}
.altitude_menu li.current {
    list-style-type: disc;
    list-style-position: inside;
    color: #FFFFFF;
}

.group_menu {
    cursor: default;
    background: rgba(0, 0, 0, 0.64);
    padding: 15px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}
.group_menu > * {
    cursor: pointer;
    margin: 5px 0;
}

.hotspot {
    background: #fff;
    padding: 0 5px;
    border-radius: 3px;
    text-align: center;
    font-family: PT Sans;
    color: #232735;
}
.hotspot span {
    font-size: 10px;
    line-height: 23px;
}

.popup {
    width: 240px;
    background: #fff;
    border-radius: 3px;
    font-family: PT Sans;
    font-size: 13px;
    color: #232735;
    border: 1px solid transparent;
    cursor: default;
}
.popup.popup-infrastructure {
    width: 100%;
}
.popup .header {
    padding: 8px 16px;
}
.popup .header a {
    color: #232735;
    text-decoration: none;
    border-bottom: 1px solid #B3B3B3;
}
.popup h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popup h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.popup h4 {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
}
.popup .content {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 15px;
    white-space: normal;
}
.popup .content.border {
    border-top: 1px solid #EDEDED;
}
.popup .content a {
    color: #FF0D29;
    text-decoration: none;
}
.popup .content .hours {
    margin-top: 8px;
}
.popup .content .gray {
    color: #8B90A0;
}
.popup .content button {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #232735;
    margin: 0 8px 8px 0;
    padding: 2px 5px;
    white-space: nowrap;
    cursor: pointer;
}
.popup .content button.active {
    background: #FF0D29;
    border: 1px solid #FF0D29;
    color: #FFFFFF;
}
.popup .footer {
    border-top: 1px solid #EDEDED;
    padding: 8px;
    color:#232735;
    display: flex;
    justify-content: space-between;
}
.popup .footer button {
    background: #F9F9F9;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #232735;
    padding: 3px 5px;
    cursor: pointer;
}

.balloon {
    border: 1px solid transparent;
    background-clip: padding-box;
}
.balloon::before, .balloon::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
}
.balloon.balloon-bottom:before, .balloon.balloon-bottom:after {
    bottom: 0;
    left: 50%;
    border-bottom: 0;
    border-top-color: #fff;
    margin-left: -8px;
    margin-bottom: -5px;
}
.balloon.balloon.balloon-bottom-left {
    margin-bottom: 7px;
}
.balloon.balloon-bottom-left:before, .balloon.balloon-bottom-left:after {
    bottom: 0;
    right: 35px;
    border-bottom: 0;
    border-top-color: #fff;
}
.balloon.balloon-left:before, .balloon.balloon-left:after {
    left: 0;
    top: 50%;
    border-left: 0;
    border-right-color: #fff;
    margin-top: -8px;
    margin-left: -5px;
}
.balloon.active {
    color: #FF0D29;
    border: 1px solid #FF0D29;
}
.balloon.balloon-bottom.active:before {
    border-top-color: #FF0D29;
    margin-bottom: -6px;
}
.balloon.balloon-left.active:before {
    border-right-color: #FF0D29;
    margin-left: -7px;
}
