* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
background-color: #c8e0ff;      /* #f0f2f5 */
}

h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    color: Navy;
    text-align: center;
    margin-bottom: 6px;
}

h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight:600;
    color: Navy;
    text-align: left;
    margin-left: 12px;
    margin-bottom: 6px;
}

img {
    max-width: 500px;
}

:root {
    --buff: #f5f5dc;
    --palegrn: #bce3c5;
    --mauve: #e0b0ff;
    --darkblu: #6a5acd;
    --midgray: #c7c5bb;
    --liteblu: #a8d7f5;
    --liteindigo: #c7b8ea;
    --liteyellow: #FFF5bb;
    --litegray: #E5E5EA;
    --backgrnd: #6d6d6d; /* #1f6597  #e0e8f5;*/
    --popoverbackground: #e5e5ea;
    --editbackground: #f0faff;
    --txtBackground: lightyellow;
    --searchBackground: #EAF9F9;
    --sideBackground: #E2E2E2;
    --tblheader: #6ad2d6;
    --tblNormal: aliceblue;
    --tblSelect: palegreen;
    --btnNext: #8098cf;
    --btnNew: #70bf70;
    --btnSearch: #70bf70;
    --btnSave: #bce3c5
}

/*************************************************/
#content {
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

#a0 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 0;
}
#a1 {
    display: flex;
    flex-direction: column;
}

#a2 {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 18px;
}

#leftNav {
    background-color: navy;
    color: paleturquoise;
    max-width: 180px;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    padding: 18px;
    margin-top 0;
    margin-left 0;
}

#footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #202020;
    color: lightgray;

}

#BlockA {
    display: inline-flex;
    flex-direction: column;
    padding-right: 6px;
    margin-top: 0;
    margin-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid grey;
}

#BlockB {
    display: inline-flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 12px;
    padding: 6px;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid grey;
}

#BlockD {
    display: inline-flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 12px;
    padding: 6px;
    border: 1px solid grey;
}

#divAvail {
    display: block;
    width: 100%;
    margin-left: -6px;
    margin-top: 12px;
}

/********************* CLASSES *******************/
.mainDiv {
}

.viewWide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 12px;
    background-color: #d8e8ff;
}

.viewNarrow {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    border: 2px solid grey;
    border-radius: 18px;
    margin-top: 12px;
    padding: 12px;
    background-color: #d8e8ff;
}

.subWideL {
    width: 45%;
    margin-right: 3%;
    margin-top: 0;
    margin-bottom: 0;
}

.subWideR {
    width: 45%;
}

.subNarrow {
    width: 100%;
}

.footerLR {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    padding: 12px;
}

.navItem {
    margin-top: 12px;
    cursor: pointer;
}

/*------------Volunteers-----------------*/

.btnSave {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    background-color: var(--btnSave);
    color: black;
    height: 24px;
    border-radius: 10px;
    border: 2px solid green;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.btnSaveNew {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    background-color: var(--liteblu);
    color: black;
    height: 24px;
    border-radius: 10px;
    border: 2px solid blue;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 4px;
    display: block;
    position: static;
    margin-left: auto;
    margin-right: auto;
}

.divTextBox {
    display: block;
    margin-left: 2%;
    width: 96%;
}

.LegText {
    display: inline-flex;
    flex-direction: row;
    margin-top: 3px;
}

.NameLegend {
    font-size: 14px;
    width: 84px;
    text-align: right;
    padding-right: 0;
    padding-top: 0;
}

.ProfileTables {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    color: Navy;
    /*	background-color: lightyellow;*/
    border: 1px solid blue;
    border-collapse: collapse;
    width: 98%;
    margin-left: 2%;
    margin-top: 6px;
}

.TextBoxA {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: small;
    width: 98%;
    min-height: 40px;
    background-color: #e0ffe8;
    margin-top: 6px;
    border: 1px solid black;
    padding: 4px 4px 4px 4px;
}

.TextInputLong {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    color: Navy;
    background-color: lightyellow;
    height: 18px;
    width: 200px;
    padding-left: 4px;
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

.TextInputShort {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    color: Navy;
    background-color: lightyellow;
    height: 18px;
    width: 150px;
    padding-left: 4px;
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

.TextInputAmt {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    color: Navy;
    background-color: lightyellow;
    height: 22px;
    width: 80px;
    padding-left: 4px;
    margin-top: 4px;
    margin-left: 18px;
    margin-right: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

.TextNoEdit {
    font-size: small;
    text-align: left;
    background-color: var(--popoverbackground);
    max-width: 40px;
    border: none;
}

.CheckBx {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.CheckBxC {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.CheckBxM {
    font-size: small;
    color: navy;
    padding-left: 8px;
    padding-top: 0;
}

.LegendRB {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: black;
    margin-top: 6px;
}

.rbDollar {
    width: 14px;
    margin-left: 18px;
    margin-right: 8px;
}

.divDollar {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

/*------------Message Box-----------------*/

#MessageBox {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: medium;
    position: fixed;
    padding: 12px;
    left: 64px;
    top: 64px;
    max-width: 400px;
    background-color: wheat;
    color: navy;
    border: 4px solid gray;
    border-radius: 12px;
}

.Cancel {
    background-color: red;
    color: white;
    font-size: 16px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

.msgBoxLegend {
    font-size: medium;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
}

.msgBoxText {
    font-size: small;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
}


.ButtonLeft {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 16px;
    background-color: lightgreen;
    color: green;
    height: 40px;
    border-radius: 12px;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: 8px;
    margin-top: 12px;
    cursor: pointer;
}

.ButtonRight {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 16px;
    background-color: #80A0f0;
    color: white;
    height: 40px;
    border-radius: 12px;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: auto;
    margin-left: 8px;
    margin-top: 12px;
    cursor: pointer;
}
