﻿#top-nav {
    background-color: #293648 !important;
}

#top-nav.navbar {
    font-family: Franklin Gothic Book, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 15px;
}

@media print {
    .no-print * {
        display: none !important;
    }
}

#top-nav .navbar-brand {
    margin-left: 15px;
    margin-right: 30px;
}

#top-nav .navbar-nav .nav-item .nav-link:focus {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

#top-nav.bg-dark {
    background-color: #293648 !important;
    min-height: 50px;
}

#pageHeader {
    display: none;
}

#top-nav .nav-link {
    color: #FFF !important;
}

    #top-nav .nav-link:hover {
        color: #CCC !important;
    }

#top-nav .mega-menu-panel {
    width: 100vw;
    left: 0 !important;
    right: 0 !important;
    border-bottom: 2px solid #1d3454;
}

#top-nav .mega-menu-cluster {
    margin-right: 60px;
    font-size: 16px !important;
}

    #top-nav .mega-menu-cluster li {
        padding-bottom: 10px;
    }

    #top-nav .mega-menu-cluster .mega-menu-group-label {
        padding-bottom: 12px;
        margin-bottom: 0;
        font-size: 1rem;
        text-decoration: underline;
        text-underline-offset: 13px;
        text-decoration-thickness: 1px;
        text-decoration-color: #CCC;
        font-weight: bold;
    }

    #top-nav .mega-menu-cluster a {
        color: #1d3454;
        text-decoration: none;
    }

        #top-nav .mega-menu-cluster a:hover {
            color: #293648;
            text-decoration: underline;
            text-decoration-style: dotted;
            text-underline-offset: 7px;
            text-decoration-color: #1d345482;
            text-decoration-thickness: 1px;
        }

#top-nav .dropdown-menu {
    margin-top: 0 !important;
    border-radius: 0 !important;
    background-color: #f8f8f8;
}

#top-nav .nav-item {
    margin-right: 30px;
}

#top-nav .nav-top-icons {
    color: white;
}

    #top-nav .nav-top-icons i {
        margin-left: 15px;
        font-size: 24px !important;
        vertical-align: middle;
    }

#top-nav .nav-top-button {
    margin-right: 10px;
    margin-top: 0;
    margin-left: 20px;
    color: #1d3454 !important;
}

.nav-top-icons a:visited, .nav-top-icons a:link, .nav-top-icons a:active {
    color: white;
}

.nav-top-icons a:hover {
    color: #DDD;
}

.text-decoration-none {
    text-decoration: none;
}

#top-nav-icon-pw-expires {
    margin-left: 5px;
}

.yellow {
    color: #FFCC00 !important;
}

.password-warning-hidden {
    display: none;
}

#top-nav-icon-pw-expires-number {
    margin-left: 5px;
}

.TXNGSAltTableRows {
    width: calc(100% - 40px);
}

    .TXNGSAltTableRows tr:nth-child(even) {
        background-color: #EEE !important;
        width: calc(100% - 40px);
    }

.grayedOut {
    color: #AAA;
}
