﻿
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.mcwBlue {
    color: #337ab7;
}

.bfOrange {
    color: #F39B38;
}

.quickMedCol {
    color: #01007F;
    opacity: .7;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

.btn-warning {
    color: #fff;
}

    .btn-warning:hover {
        color: #fff;
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #212529;
    }

    .btn-warning:not(:disabled):not(.disabled):active,
    .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
    }

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
/*footer*/
footer.main-footer {
    position: unset;
    color: #6c757d;
}

.footer_ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px 0px 10px 0px;
}

    .footer_ul li {
        padding: 0px 0px 5px 0px;
    }

        .footer_ul li a {
            color: #6c757d;
        }

            .footer_ul li a:hover {
                color: #222;
                text-decoration: underline;
            }



nav.side-navbar a[data-toggle="collapse"]::before {
    /*content: '›';*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
}

nav.side-navbar a[aria-expanded="true"]::before {
    /*content: '‹';*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
}
