/* OVERRIDE STANDARD STYLES */
body, .grid_title, .form_title, .form_group_title, input[type=text], input[type=tel], input[type=password], input[type=checkbox], input[type=number], select, textarea, div.richify, input[type=button], input[type=submit] {
    background-color: #ffffff;
    font-family: sans-serif;
    border-radius: 0px !important;
}

.app_title {
    margin-top: 0px;
}

.form_title {
    padding: 10px;
}

.form_title, input[type=button], input[type=submit], .form_group_title {
    background-color: #432a7d;
    font-size: 14pt;
}

.grid_table, .form_table, .mini_form, .midi_form {
    border: 0px;
    padding: 3px;
    border-radius: 0px;
}

.help {
    text-align: center;
    margin-bottom: 20px;
    white-space: pre-line;
    color: #333333;
}

#divHeader {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 15px;
    color: #333;
}

.breadcrumb_link {
    font-size: .875rem;
    font-weight: 600;
}

    .breadcrumb_link:hover {
        color: #2B8CC4;
        text-decoration: underline;
    }

/* ?? Flex sticky-footer layout ?? */
html, body {
    height: 100%;
    margin: 0;
}

#form1 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.elmbridge-main {
    flex: 1; /* grows to fill all available space */
    padding: 15px;
}

.elmbridge-footer {
    background: #359da5;
    height: 100px;
    width: 100%;
    flex-shrink: 0; /* never squash the footer */
}

/* ?? Skip link ?? */
.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 1000;
}

    .skip-link:focus {
        left: 10px;
        top: 10px;
        width: auto;
        height: auto;
        padding: 8px 16px;
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }
