/* _content/GateKeeper/Pages/Index.cshtml.rz.scp.css */
table[b-ywvs1knxo6] {
    table-layout: fixed;
    background-color: #333;
    color: white;
}

table a[b-ywvs1knxo6] {
    color: #fff;
}

th[b-ywvs1knxo6] {
    font-size: 18px;
    background-color: #555;
}

td[b-ywvs1knxo6] {
    font-weight: 500;
}

table caption[b-ywvs1knxo6] {
    caption-side: top;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.cards-flexbox[b-ywvs1knxo6] {
    display: flex;
    flex-flow: row wrap;
    padding: 0px 20px 0px 20px;
    align-content: center;
    justify-content: center;
}

.message-p[b-ywvs1knxo6] {
    color: white;
}

.login-button-container[b-ywvs1knxo6] {
    display: flex;
    padding: 50px 0px 0px 0px;
    justify-content: center;
}

.container[b-ywvs1knxo6] {
    min-height: 100%; /* minimum height = screen height */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.applications-container[b-ywvs1knxo6] {
    display: flex;
    justify-content: center;
}

.application-groups[b-ywvs1knxo6] {
    width: 40%;
}

.application-group[b-ywvs1knxo6] {
    margin-top: 20px;
    margin-bottom: 40px;
}
/* _content/GateKeeper/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

main[b-sqq20wdcil] {
    height: 100%;
}

.image-container[b-sqq20wdcil] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-triona-logo[b-sqq20wdcil] {
    height: 45px;
}

.main-container[b-sqq20wdcil] {
    background-color: rgb(24,24,24);
    height: calc(100vh - 182px);
    overflow: auto;
    padding: 0px 20px;
    color: #fff;
}

.nav-pills .nav-link.active[b-sqq20wdcil], .nav-pills .show > .nav-link[b-sqq20wdcil] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-sqq20wdcil] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-sqq20wdcil] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-sqq20wdcil] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-sqq20wdcil] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-sqq20wdcil] {
    height: 120px;
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    border-top: 0px;
}

@media (max-height: 600px) {
    .footer[b-sqq20wdcil] {
        height: 60px;
    }
    .image-triona-logo[b-sqq20wdcil] {
        height: 25px;
    }
    .main-container[b-sqq20wdcil] {
        height: calc(100vh - 122px);
    }
}
