@font-face {
    font-family: F2F-Regular;
    src: url(../fonts/47afa150-919f-4024-9d78-d159e7d4baee.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: F2F-Bold;
    src: url(../fonts/f780bbb7-b5d8-48d8-b30b-2dc7ac983a8c.woff) format("woff");
    font-display: swap;
    font-weight: 400!important
}

@font-face {
    font-family: STEInfoWeb;
    src: url(../fonts/052b2d35-110d-437d-98e9-85547558722d.woff2) format("woff2"), url(../fonts/3f7c17a6-3f7e-4368-952d-8429e585e431.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    unicode-range: U+0, U+D, U+20-7E, U+8E, U+9E, U+A0-107, U+10A-113, U+116-11B, U+11E-123, U+126-127, U+12A-12B, U+12E-131, U+136-137, U+139-13E, U+141-148, U+14C-14D, U+150-15B, U+15E-165, U+16A-16B, U+16E-173, U+178-17E, U+192, U+218-21B, U+2C6-2C7, U+2C9, U+2D8-2DD, U+37E, U+394, U+3A3, U+3A9, U+3B1-3B5, U+3B7, U+3BA-3BC, U+3C0-3C1, U+3C4, U+3C6-3C7, U+3D5-3D6, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2078, U+2080-2082, U+2088, U+20AC, U+2122, U+2126, U+215C, U+2190, U+2192, U+2205-2206, U+2212, U+2215, U+2219, U+2227-2228, U+2243-2247, U+2258-2259, U+2260, U+2264-2267, U+25A1, U+25C7, U+25CB, U+25E6, U+2727, U+F6C3, U+FB01-FB02
}

@font-face {
    font-family: STEInfoWebBold;
    src: url(../fonts/6191423b-8a16-4ba0-8a6f-33e69be9073c.woff2) format("woff2"), url(../fonts/5a9f4a1e-bb12-46c0-821e-3782abe140ac.woff) format("woff");
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+20-7E, U+8E, U+9E, U+A0-107, U+10A-113, U+116-11B, U+11E-123, U+126-127, U+12A-12B, U+12E-131, U+136-137, U+139-13E, U+141-148, U+14C-14D, U+150-15B, U+15E-165, U+16A-16B, U+16E-173, U+178-17E, U+192, U+218-21B, U+2C6-2C7, U+2C9, U+2D8-2DD, U+37E, U+3BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215, U+2219, U+F6C3, U+FB01-FB02
}



html,
body {
    height: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    padding-top: 50px;
    font-family: STEInfoWeb, Helvetica, Arial, sans-serif;
}

header {
    background: #fff;
}

.footer {
    background: #f8f8f8;
}

a {
    color: #004774;
}

a:hover {
    color: #ba0c2f;
}

h1, h2, h3, h4, h5, h6 {
    color: #ba0c2f;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.nav-link {
    color: #004774;
}

.nav-tabs .nav-link {
    color: #004774;
}

.nav-link:hover {
    color: #ba0c2f;
}

.nav-link:focus {
    color: #ba0c2f;
}

.nav-link.active {
    color: #ba0c2f;
}

.btn {
    text-transform: uppercase;
    border: 0px;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px 30px;
}

.btn-primary {
    background: #ba0c2f;
    color: #fff;
}

.btn-primary:hover {
    color: #ba0c2f;
    background: #fff;
}

.fa {
    color: #004774;
}

.fa:hover {
    color: #ba0c2f;
}

.dropdown-item {
    color: #004774;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background: #004774;
}

.hnypt {
    display: none;
}

.filter-box {
    background: #ededed;
}

.page-link {
    color: #004774;
}

.page-link:hover, .page-item.active .page-link {
    color: #ba0c2f;
    background: #fff;
}


/** TIMELINE */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


.form-check label { margin-right: 1rem; }

.alert-light {
    background-color: #f4f4f4;
}

.toast {
    width: 100%; /* width: 100% */
    margin-bottom: 10px;
}

/**
 * TABLE STYLES
 */
.td-50 {
    width: 50px;
}
.td-75 {
    width: 75px;
}
.td-100 {
    width: 100px;
}
.td-150 {
    width: 100px;
}
.td-175 {
    width: 175px;
}
.td-200 {
    width: 200px;
}
.td-250 {
    width: 250px;
}
.td-350 {
    width: 350px;
}
.td-75p {
    width: 75%;
}
