* {
    box-sizing: border-box;
}

html {
    overflow: hidden;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 3px;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header a.logo {
    font-size: 25px;
    font-weight: bold;
    padding-top: 0px;
}

.header a:hover {
    background-color: #ddd;
    color: black;
}

.header a.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    float: right;
}

.vmid {
    vertical-align: middle;
}

.login_box {
    display: table;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.right_button_container {
    text-align: right;
}

#wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

#wrapper>div:nth-child(2) {
    padding: 10px;
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: scroll;
}

footer {
    width: 100%;
    text-align: right;
    background-color: #f1f1f1;
    padding: 0px 10px;
    margin-top: 3px;
}

footer>p {
    margin: 10px 0px;
}

.visibility_hidden {
    visibility: hidden;
}

input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.select_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    grid-auto-rows: auto;
    grid-gap: 5px;
}

.select_box label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

.tbl-r05 td:first-child {
    background: #f1f1f1;
}

@media screen and (max-width: 900px) {
    .tbl-r05 {
        width: 80%;
    }

    .tbl-r05 .thead {
        display: none;
    }

    .tbl-r05 tr {
        width: 100%;
    }

    .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
    }

    .tbl-r05 td:first-child {
        background: #f1f1f1;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

    .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
}

.ui-checkboxradio-label.ui-button {
    line-height: 1.2
}

a.template {
    width: 140px;
    font-size: 18px;
    text-decoration: none !important;
}

a.select_menu {
    border-bottom: 5px solid #007fff;
}

.pdf-download {
    /* font-size:20px */
    width: 20px;
    height: 15px;
}

.download-icon {
    width: 22px;
    height: 24px;
}

.download_td {
    text-align: center;
}

.documents_table {
    border-collapse: collapse;
}

.documents_table_header th {
    background-color: rgb(71, 144, 168);
}

.documents_table tr,
th {
    border: 2px solid #a0a1a3;
    padding: 20px;
}

.document_name {
    border: 2px solid #a0a1a3;
    padding: 20px;
    text-align: left;
}

.document_download {
    border: 2px solid #a0a1a3;
    padding: 20px;
    text-align: center;
}

.document_download a {
    cursor: pointer;
    margin: auto;
}

.document_download img {
    width: 22px;
    height: 24px;
}

embed {
    width: 90vw;
    height: 80vh;
}

img.tutorial {
    margin-left: 45px;
    border: 1.5px solid #000000;
    max-width: 80vw;
}

div.p {
    padding-left: 45px;
    text-align: left;
    font-size: 20px;
}

video {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    display: block;
    margin: auto;
}

h2 {
    padding-left: 45px;
    border-bottom: 2px solid #2e86da;
}