/*body {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}*/

.ue-alt-masked {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.ue-alt-modal-dialog-1 {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    width: 70%;
    margin: 200px auto;
    font-size: 15px;
}

.ue-alt-modal-dialog-2 {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    width: calc(100% - 0.3rem);
    margin: 0 auto;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.ue-alt-modal-header {
    border-bottom: 1px #ccc solid;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
}

.ue-alt-modal-dialog-1 .ue-alt-modal-body {
    padding: 20px 10px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.ue-alt-modal-dialog-2 .ue-alt-modal-body {
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.ue-alt-modal-footer {
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-top: 1px #ccc solid;
    padding: 0;
}

.ue-alt-modal-footer a {
    display: block;
    font-size: 18px;
    color: #008f97;
    font-weight: bold;
}

.ue-alt-modal-footer a:hover {
    background: rgba(135, 206, 250, .5);
    text-decoration: none;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.ue-alt-modal-btn {
    background: white;
    color: #008f97;
    border: 1px #008f97 solid;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 15px;
    outline: 0;
}
