﻿.ie-msg, .nay-script {
    display: none;
}

.yea-script {
    display: block;
}

/*html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}*/

.text-acl-red {
    color: #be1e2d !important;
}

.text-acl-yellow {
    color: #f9a21a !important;
}

.text-acl-blue {
    color: #004786 !important;
}

.acl-logo, .aoa-logo {
    max-height: 65px;
}

/*.anchor {
    position: absolute;
    margin: -5em;
}*/

.close {
    opacity: initial;
}

.chevron.card-header::before {
    display: none;
}

.chevron.card-header[aria-expanded="false"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}

.chevron.card-header[aria-expanded="true"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}

.servicetype-table td, .servicetype-table th {
    padding: .25rem;
}

.btn-success {
    background-color: #0a8927;
    border-color: #0a8927;
}
    .btn-success:hover {
        color: #fff;
        background-color: #004786;
        border-color: #004786;
    }

.badge-success {
    background-color: #0a8927;
}
