﻿
.mauth-overlay {
    position: fixed;
    z-index: 20001;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
}

.mauth-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    padding: 20px;
    overflow-y: auto;
    max-height: 90vh;
    max-width: 90vw;
    width: 800px;
}

.mauth-overlay p,
.mauth-overlay span,
.mauth-overlay td {
    color:#000;
    font-size:14px;
}

.mauth-overlay .section-title-cell {
    color:#000;
    font-size:18px;
}

#authReminder {
    position: fixed;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f1c40f;
    box-shadow: 0 0 10px black;
    padding: 10px;
    z-index: 999;
    color: black;
}

#authReminder a {
    color: #3498db;
}

#authReminderClose {
    float:right;
}

.mauth-totp-description p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.mauth-qrimage {
    display: block;
    margin: auto;
}

.mauth-setupcode {
    display:grid;
    grid-template-columns: minmax(100px, max-content) auto;
}

.mauth-setupcode > span {
    padding: 0 3px;
    background: rgba(0,0,0,0.1);
    overflow: hidden;
    text-overflow: ellipsis;
}
.mauth-setupcode > a {
    padding-left:10px;
    /* Übersteuern der Semican Header Styles*/
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    font-size: inherit !important;
}