.popup-gradient {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.popup-container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-dialog {
    border: 23px solid;
    border-image: url("/images2/window.png") 23 23 23 23 fill;
    color: #0f8869;
    overflow: auto;
    text-align: center;
    max-width: 60%;
    font: 14px/18px Arial, 'Tahoma', sans-serif;
    font-weight: bold;
}

.popup-close {
    float: right;
    width: 26px;
    height: 26px;
    background: url("/images2/button_cross_up.png") no-repeat top;
}

.popup-close:hover {
    background: url("/images2/button_cross_over.png") no-repeat top;
}

.popup-close:active {
    background: url("/images2/button_cross_down.png") no-repeat top;
}

.popup-button {
    border: 2px solid #0f8869;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #ffffff00;
    text-align: center;
    text-decoration: none;
    font-family: 'Tahoma', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.popup-button:hover {
    border: 2px solid #2bf7c3;
    color: #2bf7c3;
}

.popup-apply {
    color: #0f8869;
    padding: 2px 10px 4px;
    display: none;
    margin-left: 10px;
    outline: 0;
}

.popup-content {
    padding: 10px;
    display: inline-block;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

.popup-share-link {
    color: white;
}

.error-popup {
    display: none;
    position: absolute;
    width: 200px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
}

a {
    color: #2bf7c3;
}
