﻿body {
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0 !important;
    vertical-align: central;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.g-recaptcha {
    margin-left: 10em !important
}

td a {
    text-decoration: none
}

.banner {
    background-color: white;
    color: darkgrey;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.mybtn {
    background-color: mediumpurple !important;
    color: white !important;
    border-color: transparent !important;
}

    .mybtn:hover {
        background-color: #d3c5f0 !important;
        color: white !important;
        border-color: transparent !important;
    }

    .mybtn:active {
        background-color: #d3c5f0 !important;
        color: white !important;
        border-color: transparent !important;
    }

.mybtn-outline {
    background-color: transparent !important;
    border-color: mediumpurple !important;
    color: darkgrey !important;
}

    .mybtn-outline:hover {
        background-color: #d3c5f0 !important;
        color: white !important;
    }

    .mybtn-outline:active {
        background-color: #d3c5f0 !important;
        color: white !important;
    }



/* Space between radio buttons and text */
.rbl input[type="radio"] {
    margin-right: 5px;
}

.rbl label {
    margin-right: 10px;
}

/* Space between checkbox buttons and text */
.cb input[type="checkbox"] {
    margin-right: 5px;
}

.cb label {
    margin-right: 10px;
}

/* CSS to create a table using Divs*/
.Table {
    display: table;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    /*border: solid;
            border-width: thin;*/
    padding-left: 5px;
    padding-right: 5px;
}

hr {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.div1 {
    padding-left: 9em;
    padding-bottom: 1em;
}

.P1 {
    padding-left: 1em;
    padding-top: 1em;
}

.pad1 {
    padding-left: 1em;
    padding-top: 5px;
    padding-bottom: 10px;
}

.alignR {
    text-align: right;
}

.marb {
    margin-bottom: 10px;
}

.auto-width {
    display: inline-block; /* Shrinks/grows to fit content */
    white-space: nowrap; /* Prevents wrapping if you want exact width */
}

.divAll {
    padding: 10px;
}

.pan800 {
    max-width: 800px;
}

.hide {
    display: none;
}

.show {
    display: batch;
}

.padRight {
    padding-right: 10px;
}

.padLeft {
    padding-left: 1em;
}

.flex-container {
    display: flex;
    gap: 10px; /* Optional spacing between panels */
}

.myColumn1 {
    flex-grow: 1;
    /*border: 1px solid black;*/
}

.myColumn2 {
    flex-grow: 2;
    /*border: 1px solid black;*/
    padding: 10px;
}

.flex-container-v {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}

.rtop {
    border: 1px solid black;
}

.rbottom {
    border: 1px solid black;
}








