﻿@media (max-device-width: 600px) {
    .btn-edit-control {
        align-self: center;
        border-color: black;
        border-style: solid;
        border-width: 2px;
        display: block;
        font-size: 50px;
        height: 5vh;
        margin: auto;
        margin-top: 25px;
        width: 75%;
    }

    .btn-toggle-control {
        margin-bottom: 5px;
    }

    .column-control {
        text-align: center;
    }

    .column-header {
        font-size: 18px;
        text-transform: capitalize;
    }

    .column-number {
        text-align: right;
    }

    .column-text {
        text-align: left;
    }

    .display-only-with-symbol-icon {
        margin-top: 15px;
    }

    .div-edit-button {
        margin-top: 0px;
        text-align: left;
    }

    .div-form-button {
        display: inline-block;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .dynamic-control {
        border-color: black;
        border-radius: .375rem;
        border-style: solid;
        border-width: 1px;
        display: inline-block;
        font-size: 3.5em;
        height: 140px;
        margin: 5px;
        max-width: 100%;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
    }

    .dynamic-control-div {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        overflow-x: auto;
        text-align: left;
        white-space: nowrap;
    }

    .dynamic-control-label {
        display: inline-block;
        font-size: 3.5em;
        font-weight: bold;
        margin: auto;
        text-align: right;
    }

    .dynamic-display-text {
        font-size: 3.5em;
        font-weight: 500;
        margin-bottom: 5px;
        margin-left: 15px;
        margin-right: 5px;
        margin-top: 10px;
        text-align: left;
    }

    .dynamic-div {
        text-align: center;
        white-space: nowrap;
    }

    .dynamic-table-div {
        font-size: 2.5em;
        max-height: 500px;
    }

        .dynamic-table-div > table {
            font-size: 3vh;
        }

    .dynamic-table-title {
        font-size: 3.5em;
        font-weight: 400;
    }

    .leap-control {
        background-color: white;
        border-color: black;
        border-radius: .375rem;
        line-height: 1.5;
    }

    .required {
        color: red;
        display: inline;
        font-style: italic;
    }

    .rf-button {
        border-color: black;
        font-size: 4em;
        font-weight: 500;
        height: 200px;
        margin: 10px;
        width: 90%;
        position: relative;
    }

        .rf-button:hover {
            border-color: black;
            border-width: 1px;
            font-size: 4em;
            font-weight: 500;
            height: 200px;
            margin: 10px;
            min-width: 200px;
            position: relative;
            width: 90%;
        }

    .rf-form-content {
        background: lightgray;
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 4px;
        height: calc(85vh - 85px);
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }

    .rf-form-title {
        font-size: 4em;
        font-weight: 700
    }

    .rf-navigation-button {
        align-self: center;
        border-color: black;
        border-style: solid;
        border-width: 2px;
        display: block;
        font-weight: bold;
        height: 10vh;
        margin: auto;
        margin-top: 50px;
        max-width: 90%;
        width: 90%;
    }

        .rf-navigation-button:hover {
            align-self: center;
            background-color: whitesmoke;
            border-color: black;
            border-style: solid;
            border-width: 2px;
            display: block;
            font-weight: bold;
            height: 10vh;
            margin: auto;
            margin-top: 50px;
            width: 100%;
        }

    .rf-screen {
        text-align: center;
    }

    .rf-screen-control {
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
    }

    .rf-screen-label {
        font-weight: bold;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 7.5px;
        text-align: right;
    }

    .title-bar-div {
        display: grid;
    }

    .transfer-table-div {
        display: grid;
        gap: 5px;
        grid-template-columns: 5fr 2fr 5fr;
        grid-template-rows: 1fr;
    }

        .transfer-table-div > table-button-div {
            align-items: center;
            display: grid;
            gap: 5px;
            grid-template-columns: 1fr;
            grid-template-rows: 2fr;
            justify-items: center;
        }
}
