.or-official {
    position: relative;
    background: #181818;
    color: #fff;
    padding: 0.5em 1em;
    font-size: .85em;
}

.no-underline {
    text-decoration: none;
}

.fake-h5 {
    font-size: larger;
    font-weight: bold;
}

.fake-h6 {
    font-size: 0.96em;
    font-weight: bold;
}

.nav-link {
    color: blue;
}

.nav-pills .nav-link.active {
    background-color: blue;
}

.btn-outline-primary {
    color: blue;
}

.btn-outline-success {
    color: darkgreen;
}

.btn-outline-danger {
    color: darkred;
}

.text-danger-hc {
    color: darkred;
}

.div-on-bkg-img {
    margin-top: 28%;
    background-color: white;
    border-radius: 2em;
}

.div-on-bkg-img-minimal {
    margin-top: 10%;
    background-color: white;
    border-radius: 2em;
}

.apply-page-title {
    color: #026DCD;
    font-weight: bold;
}

.btn-page-action {
    margin: 1em;
    width: 8em;
}

.big-checkbox {
    width: 1.5em;
    height: 1.5em;
}

.dashboardTitle {
    text-transform: uppercase;
    padding-left: 0.5em;
    padding-bottom: 0.25em;
    border-left-color: orange;
    border-left-style: solid;
    border-left-width: 0.1em;
    /*    border-bottom-color: gray;
    border-bottom-style: solid;
    border-bottom-width: 0.1em;
*/
}

.dashboardFooter {
    margin-top: 2em;
    text-align: right;
    padding: 0.5em;
    border-right-color: orange;
    border-right-style: solid;
    /*    border-top-color: gray;
    border-top-style: solid;
*/
}

#myValidationSummary ul li {
    list-style-type: disclosure-closed;
    margin-top: 1em;
    color: red;
    font-weight: bold;
}

.loginCardHeader {
    font-size: smaller;
    border-bottom-color: green;
    border-bottom-width: 0.15em;
    border-bottom-style: solid;
    padding: 1em
}

.loginCardFooter {
    font-size: x-small;
    padding: 1em
}

.infoSectionHeader {
    border-left-color: orangered;
    border-left-style: solid;
    border-left-width: 0.1em;
    padding-left: 1em;
    text-transform: uppercase;
}

.reviewRow {
    padding-left: 1em;
    padding-right: 1em;
}

.reviewRowHeading {
    text-transform: lowercase;
    background-color: #fafafa;
}

.reviewRowInfo {
    font-weight: bold;
}

.myTextArea {
    resize: none;
}
