﻿body {
    font-family: 'Segoe UI', 'Open Sans', Geneva, Verdana, sans-serif; /* 8240 standardize page fonts*/
}

.cddOutage {
    clear: both;
    padding: 10px;
}

.cddOutage span {
    background-color: #FAD39B;
    padding: 2px;
    margin-top: 1rem;
    text-align: left;
    color: black;
    font-size: 0.95em;
    font-weight: 600;
    line-height: 2;
}

.InfoMessage {
    color: black;
}

.WarningMessage {
    color: #AD0000;
    background-color: #FFFF80;
}

.ErrorMessage {
    color: #E10000;
}

.SuccessMessage {
    color: darkgreen;
}

/* visually hidden skip links */
body .skip-link:focus, body .skip-link:active {
    z-index: 9999 !important;
    width: auto !important;
    height: auto !important;
    padding: 0.25rem;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.RightHeading {
    text-align: right;
}

.headingTightTop {
    padding-top: 10px;
    margin-block: 0em;   
}

.headingTight {
    margin-block: 0em;
}

/* font awesome styles */
.fa-triangle-exclamation { /* solid yellow triangle with black exclamation point */
    --fa-primary-color: #000000;
    --fa-secondary-color: #DAA520;
    --fa-secondary-opacity: 1; /* override default .4 opacity set by font awesome */
}

.fa-octagon-exclamation { /* solid red octagon with white exclamation point */
    --fa-primary-color: #FFFFFF;
    --fa-secondary-color: #DC3545;
    --fa-secondary-opacity: 1; /* override default .4 opacity set by font awesome */
}

.fa-check-circle {
    --fa-primary-color: #FFFFFF;
    --fa-secondary-color: #198754;
    --fa-secondary-opacity: 1;
}

.fa-exclamation-triangle {
    color: #A32824;
}

.fa-circle-info {
    --fa-primary-color: #ffffff;
    --fa-secondary-color: #0000ff;
    --fa-secondary-opacity: 1;
}