/**
 * CB2FA Admin CSS
 */
.cb2fa-is-hidden {
    display:none !important;
}
.cb2fa-is-visible-block {
    display:block !important;
}
.cb2fa-inline-notice {
    font-size: 14px;
    font-weight: bold;
}
.cb2fa-inline-warning {
    margin: 0 0 16px;
}
.cb2fa-notice-error {
    padding: 16px 8px 16px 8px;
    border-left: 3px #d9534f solid;
    background-color: #f8d7da;
    color: #d9534f;
}
.cb2fa-notice-success {
    padding: 16px 8px 16px 8px;
    border-left: 3px green solid;
    background-color: lightgreen;
    color: green;
}

.cb2fa-tab:hover {
    cursor:pointer;
}
.cb2fa-center {
    text-align: center !important;
}

div.rolegrid {
    width:60%;
    max-width:700px !important;
    min-width:350px !important;
    background-color: #eeeeee;
    margin-left:30px !important;
    border:1px solid #606060;
    border-radius: 5px;
}
div.rolegridrow {
    display: flex;
    flex-direction: row;
    align-content: start;
    justify-content: space-evenly;
    min-width:300px !important;
    margin-top:5px;
    margin-bottom:5px;
}
div.admingridrow {
    display: grid;
    grid-template-columns: 4fr 1fr;
    flex-direction: row;
    align-content: start;
    justify-content: space-between;
    min-width:300px !important;
    margin:5px;
}
div.rolegridheader {
    align-self:stretch;
    min-width:100px !important;
    font-weight:bold;
    text-align:center;
 }
div.admingridheader {
    font-weight:bold;
    text-align:center;
    padding:5px;
    margin-left: 4px !important;
    margin-right: 4px !important;
}
 div.rolegridcol {
   align-self:stretch;
   min-width:100px !important;
   text-align:center;
   border:1px solid #808080;
   background-color: #ffffff;
   color: #000000;
   padding:5px;
 }
div.admingridcol {
    border:1px solid #808080;
    background-color: #ffffff;
    color: #000000;
    padding:10px;
    margin-left: 4px !important;
    margin-right: 4px !important;
}
div.admingridcol-current {
    border: 2px solid darkorange !important;
}
div.admingridcol-current-active {
    border: 2px solid limegreen !important;
}
.cb2fa-role-option {
    display: inline;
    float: left;
    padding-right: 5px;
}
.cb2fa-setting-option {
    display: block;
    float: none;
    padding-right: 0;
}
.cb2fa-setting-option label {
    display: inline-block;
    max-width: none;
    line-height: 1.45;
}
.cb2fa-setting-option input[type="checkbox"] {
    margin: 0 8px 0 0;
    vertical-align: text-top;
}
.cb2fa-settings-checkboxes {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
}
.cb2fa-settings-checkboxes div {
    margin-right:10px;
}
.cb2fa-config-header {
    padding: 20px 10px;
    border-top: 5px solid #35537a;
    background: #fff;
}
.cb2fa-config-section {
    margin-top: 15px;
    padding: 25px 10px;
    color: #000;
    background: #fff;
}
.cb2fa-settings-group {
    margin-top: 24px;
}
.cb2fa-settings-group:first-child {
    margin-top: 0;
}
.cb2fa-settings-group h2 {
    margin-bottom: 6px;
}
.cb2fa-settings-group .form-table {
    margin-top: 12px;
}
.cb2fa-tab-submit {
    margin-top: 24px;
}
.cb2fa-section-intro {
    margin: 0 0 12px;
    max-width: none;
    line-height: 1.55;
    color: #50575e;
}
.cb2fa-profile-panel {
    margin-top: 28px;
    padding-top: 18px;
}
.cb2fa-profile-panel-header h2 {
    margin: 0 0 6px;
}
.cb2fa-profile-panel-header {
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c4c7;
}
.cb2fa-profile-panel-intro {
    margin: 0;
    max-width: none;
    line-height: 1.55;
    color: #50575e;
}
.cb2fa-profile-table {
    margin-top: 0;
}
.cb2fa-profile-table th {
    width: 190px;
}
.cb2fa-bypass-table {
    margin-top: 12px;
}
.cb2fa-bypass-table th:last-child,
.cb2fa-bypass-table td:last-child {
    width: 140px;
}
.cb2fa-bypass-table td {
    vertical-align: middle;
}
.cb2fa-bypass-table .description {
    margin-top: 4px;
}
.cb2fa-totp-qr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 184px;
    min-height: 184px;
    padding: 12px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    background: #fff;
}
.cb2fa-totp-qr svg {
    display: block;
    width: 168px;
    height: 168px;
}
.cb2fa-totp-qr:not(.cb2fa-totp-qr-is-ready)::before {
    content: "QR";
    color: #8c8f94;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.cb2fa-ext-link {
    color: #007bff;
    text-decoration: none;
    font-weight:bold;
}
p.cb2fa-warning {
    color: #d9534f;
    font-weight: bold;
}
div.cb2fa-error {
    padding: 16px 8px 16px 8px;
    font-size: 16px;
    font-weight: bold;
    border-left: 3px #d9534f solid;
    background-color: #f8d7da;
    color: #d9534f;
}
img.cb2fa-wps-logo {
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    max-width: 100px;
    height: auto;
}
div.cb2fa-row {
    margin-top: 5px;
}
.cb2fa-textarea-importexport {
    width:100%;
    height:250px;
    font-family:monospace;
    font-size:0.9em;
}
.cb2fa-copytext-export {
    overflow:auto;
    font-family:monospace;
    font-size:1.0em;
    width:100%;
    background-color: #eeeeee;
}
div.cb2fa-admin-notice {
    width:100%;
    font-size:1.1rem !important;
    padding:5px;
}
