﻿.btn-form-select {
    width: 250px;
    height: 50px;
    margin: 5px;
}

.btn-frm {
    border: 1px black solid;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin: 2px;
    max-width: 220px;
    width: 100%;
}

@media (width < 768px) {
    .btn-frm {
        line-height: 50px;
        max-width: 300px;
    }
}

    .btn-frm:hover {
        border: 1px black solid;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
    }

.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;
}

.div-contents {
    display: contents !important;
}

.display-only-with-symbol-icon {
    margin-top: 15px;
}

.div-edit-button {
    margin-top: 7.5px;
    text-align: left;
}

.dynamic-columns-one {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
}

.dynamic-columns-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.dynamic-columns-two {
    display: grid;
    grid-template-columns: 3fr 4fr;
}

.dynamic-columns-three {
    display: grid;
    grid-template-columns: 7fr 3fr 4fr;
}

.dynamic-control {
    border-color: black;
    border-radius: .375rem;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 1.25em;
    margin: 5px;
    max-width: 280px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
}

.dynamic-control-div {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    white-space: nowrap;
}

.dynamic-control-label {
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    text-align: right;
}

.dynamic-display-text {
    font-size: 1.25em;
    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 {
    max-height: 200px;
    overflow: auto;
}

.dynamic-table-title {
    font-size: 1.25em;
    font-weight: 700;
    text-decoration-line: underline;
}

.fa-btn {
    padding: 5px;
}

.form-row {
    width: 100%;
}

.frm-body {
    margin-right: unset;
    margin-left: unset;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: calc(100vh - 255px);
    overflow: auto;
}

@media (width < 768px) {
    .frm-body {
        height: calc(100vh - 275px);
    }
}

.frm-header {
    background-color: lightgray;
    border-radius: 0px;
    height: 50px;
    padding-left: 10px;
    padding-top: 10px;
}

.frm-label {
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    padding-top: 2.5px;
}

.frm-title {
    font-size: 1.5em;
    font-weight: 700;
}

.left-align {
    text-align: left;
}

.required {
    color: red;
    display: inline;
    font-style: italic;
}

.rf-button {
    border-color: black;
    border-width: 1px;
    font-size: 1.5em;
    font-weight: 500;
    height: 50px;
    margin: 10px;
    width: 200px;
}

    .rf-button:hover {
        border-color: black;
        border-width: 2px;
        font-size: 1.5em;
        font-weight: 550;
        height: 50px;
        margin: 10px;
        min-width: 200px;
    }

.rf-form-content {
    background: lightgray;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 4px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

.rf-form-title {
    font-size: 2em;
    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;
    max-width: 600px;
    margin-top: 50px;
    width: 100%;
}

    .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;
        max-width: 600px;
        margin-top: 50px;
        width: 100%;
    }

.rf-screen {
    text-align: center;
}

.rf-screen-outer {
    text-align: center;
}

.right-align {
    text-align: right;
}

.text-box {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border-color: #9E9E9E !important;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 350px;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .text-box:hover {
        box-shadow: 0 0 2px #7799D0 !important;
        border-color: #7799D0 !important;
    }
