body {
    /* Without this, the body has excess horizontal scroll when the menu is open */
    overflow-x: hidden;
}

/* Micro reset */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: Roboto,sans-serif,Arial,Verdana;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.authbackground {
    background: rgba(255, 255, 255, 0.8);
    margin: 0px auto;
    width: 98%;
    border-radius: 5px;
    padding: 0 5px 0 5px;
    text-align: center;
}

.plazatitle {
    font-size: 5vw;
    font-weight: bold;
    width: 100%;
}


/* Tables
末末末末末末末末末末末末末末末末末末末末末末末末末 */
table {
    border-collapse: collapse;
    border-spacing: 5px;
    background-color: #FFF;
    width: 100%;
}

td {
    font-size: 2vw;
    padding: 1px 1px;
    color: #737373;
}

table tr td.h3 {
    font-size: 4vw;
}


table.tableRDE tr td {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 3vw;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 120%;
}

    table.tableRDE tr td.columnlabelleft {
        text-align: left;
        color: darkcyan;
        font-weight: bold;
    }

    table.tableRDE tr td.columnvalueright {
        text-align: right;
        color: midnightblue;
    }

    table.tableRDE tr td.columntimeleft {
        text-align: left;
        color: chocolate;
        font-size: larger;
    }

    table.tableRDE tr td.columnsuspendedcenter {
        text-align: center;
        font-size: larger;
    }

    table.tableRDE tr td.columnaccountright {
        text-align: right;
        color: chocolate;
        font-size: larger;
    }

    table.tableRDE tr td.columndisplaynameleft {
        text-align: left;
        color: midnightblue;
    }

table.tableRDE2 tr td {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 3vw;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 120%;
}

    table.tableRDE2 tr td.columnprimaryleft {
        text-align: left;
        color: midnightblue;
        font-size: 3.5vw;
    }

    table.tableRDE2 tr td.columnprimaryright {
        text-align: right;
        color: midnightblue;
        font-size: 3.5vw;
    }

    table.tableRDE2 tr td.columnsecondaryleft {
        text-align: left;
        color: #315A74;
    }

    table.tableRDE2 tr td.columnsecondaryright {
        text-align: right;
        color: #315A74;
    }

    table.tableRDE2 tr td.columnleft {
        text-align: left;
        color: #4EA699;
    }

    table.tableRDE2 tr td.columnright {
        text-align: right;
        color: #4EA699;
    }

.top-row {
    height: 4.0rem;
    display: flex;
    align-items: center;
}

.sidebar {
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 98%,rgba(125,185,232,1) 100%);
    height: auto;
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
        height: auto;
    }

    .sidebar .navbar-brand {
        font-size: 5vw;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 2vw;
        vertical-align: text-top;
        top: -2px;
    }

.nav {
    margin-top: 2px;
}

.nav-item {
    font-size: 1.5rem;
    color: white;
}

    .nav-item:first-of-type {
        padding-top: .75rem;
    }

    .nav-item:last-of-type {
        padding-bottom: .75rem;
    }

    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

        .nav-item a.active {
            background-color: #0B395B;
            color: #ccc;
        }

        .nav-item a:hover {
            background-color: #0B395B;
            color: #ccc;
        }

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}


@media screen and (min-width: 300px) {
    h1 {
        font-size: 5vw;
    }

    h3 {
        font-size: 4vw;
    }
}

@media screen and (min-width: 600px) {
    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    .sidebar .navbar-brand {
        font-size: 30px;
    }

    .plazatitle {
        font-size: 30px;
    }

    table.tableRDE tr td {
        font-size: 18px;
    }

    table.tableRDE2 tr td {
        font-size: 18px;
    }

    table.tableRDE2 tr td.columnprimaryleft {
        font-size: 20px;
    }

    table.tableRDE2 tr td.columnprimaryright {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .buttontext {
        display: none;
    }
}
