/* Die Variablen sind in portal style.css definiert */
.modal-dialog {
    margin: auto;
    padding: 0;
    border: 1px solid #999;
    border-radius: 0.2rem;
    min-width: 400px;
    max-width: 30%;
    min-height: 130px;
}

.modal-content {
    min-height: 68px;
    margin: .75em 1em;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    color: #333;
}

.modal-separator {
    width: 98%;
    margin: auto;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    height: 0;
}

.modal-actions-frame {
    min-height: 60px;
    padding: 10px;
    text-align: right;
}

/** overlay decoration */
::backdrop {
    background-color: black;
    opacity: 0.50;
}
