html {
    font-style: normal !important;
    height: 100%;
    margin: 0px;
    /*min-width: 1000px;*/
    padding: 0px;
    width: 100%;
}

.VALink {
    text-decoration: none;
    margin-left: 40px;
}

.VAButton {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #099bd7;
    border: solid 1px;
    height: 30px;
    color: white;
}

body {
    background-color: transparent;
    background-repeat: repeat;
    background-size: cover;
}

h1, h2, h3 {
    display: inline;
    font-size: 1em;
}

h2 {
    width: 485px;
    margin: 10px 0px 0px 0px;
    font-weight: 100;
    font-style: italic;
    text-align: left;
}

.backLink {
    text-align: center;
}

.divVA {
    border-style: double;
    border-color: #333399;
}

.divmargin {
    width: 20%;
    float: left;
}

.divmain {
    float: left;
    display: flex;
    flex-wrap: wrap; /* optional. only if you want the items to wrap */
    flex-direction: row;
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */
    width: 60%;
    /*min-width:500px;*/
}

.divbuttons {
    width: 500px;
    justify-content: space-between !important;
}

.divcenter {
    width: 500px;
}

.divname {
    width: 500px;
    justify-content: space-between !important;
}


.divmessage {
    width: 500px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    padding: 7px;
}

.fifty {
    max-width: 50%;
}

textarea:focus, input:focus {
    outline: 0;
}


.divcenter {
    width: 500px;
}

.error-label {
    font-size: large;
}

.error-panel {
    align-items: center;
    display: block;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    vertical-align: middle;
}

.headerdiv {
    text-align: left;
    /*height: 200px;*/
}

.error-title {
    font-size: x-large;
    font-weight: bold;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
}

.image-logo {
    max-height: 300px;
    max-width: 800px;
    /*padding: 20px 0px 0px 20px;*/
    float: left;
}

.label {
    width: 90px;
    white-space: pre-wrap;
    float: left;
}

.label-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.label-error {
    color: #DE162B !important;
    margin-left: 5px;
    /*border:solid;
    border-color:red;*/
}

.labelQuestion {
    font-size: large;
    font-weight: bold;
    font-style: italic;
}

.label-validator {
    float: right;
    white-space: nowrap;
    /*width: 1px;*/
}

    .label-validator img {
        left: 5px;
        position: relative;
    }

.label-title {
    /*color: White;*/
    display: block;
    font-size: x-large;
    font-weight: bolder;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 15px;
}

.link {
    color: GrayText;
    font-style: italic;
}

.table-input {
    width: 500px;
}

.master-table {
    font-family: Arial, Verdana;
    background-color: White;
    border-collapse: collapse;
    border-spacing: 10px;
    height: 100%;
    min-width: 740px;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}

.table-cell {
    padding: 20px;
    vertical-align: top;
}

.table-logo-cell {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    vertical-align: middle;
}

.table-logo-row {
    border-width: 2px;
    border-style: none none solid none;
}

.tbox {
    width: 80%;
}

.tbox-wide {
    width: 100%;
}

.title {
    font-size: xx-large !important;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 30px;
}

.unavailable-label {
    font-size: large;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    vertical-align: middle;
}

.unavailable-title {
    font-size: x-large;
    font-weight: bold;
    margin-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 0px;
    text-align: center;
    vertical-align: middle;
}

.va-parent-label {
    font-size: large;
    font-weight: bold;
    margin-left: 5px;
}

.hidden {
    display: none;
}
.content
{
    all: initial;
}