.ole-js-popup {
    display: none;
    position: absolute;
    background-color: white;
    padding: 15px 25px 15px 15px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50%;
    min-width: 100px;
    max-width: 400px;
    will-change: left, right, top, bottom;
}

.ole-js-popup:before {
    position: absolute;
    bottom: -16px;
    left: 50%;
    content: "";
    display: inline-block;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 15px solid #c2c2c2;
    transform: translate(-50%, 0);
}

.ole-js-popup:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    display: inline-block;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 15px solid #ffffff;
    transform: translate(-50%, 0);
}

.ole-js-popup-content {
    min-width: 100px;
    word-wrap: break-word;
    overflow-y: auto;
}

.ole-js-popup-closer {
    position: absolute;
    top: 3px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #000000;
    font-size: 30px;
    transform: rotate(45deg);
}

.ole-js-popup-closer:hover {
    color: #00ccff;
    cursor: pointer;
}

.ole-js-popup-minimize {
    position: absolute;
    top: 0px;
    right: 40px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #000000;
    font-size: 30px;
}

.ole-js-popup-minimize:hover {
    color: #00ccff;
    cursor: pointer;
}

.ole-marker-minimize-panel {
    display: inline-block;
    width: 55px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    cursor: pointer;
    border: 1px solid gray;
    padding: 1px 2px;
    white-space: nowrap;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    font-family: arial, simsun;
    color: #333333;
    -webkit-user-select: none;
    max-width: 106px;
    overflow: hidden;
    left: 10px;
    top: -35px;
    background-color: white;
}

.ole-marker-minimize-panel:hover {
    cursor: pointer;
}

.ole-marker-minimize-panel:hover label {
    cursor: pointer;
}

.ole-selectable {
    -webkit-touch-callout: default;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}