/* ------------------------------------------------------------------------------ */
/* Nav */

#webNavContainer {
    top: 0;
    /*max-width: 1400px;*/
    z-index: 100;
}

#webNavContainer a#homeLink{
    margin: 0;
    padding: 0;
    color: #fff;
}

#webNavContainer .menu li a:hover {
    background-color: royalblue;
}

#webNavContainer .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #bbb transparent transparent;
}

.no-js .top-bar {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}

.top-bar {
    padding: 0 0.5rem;
}

.top-bar, .top-bar ul {
    background-color: #283C71;
}

.top-bar ul li, .top-bar ul li a {
    color: #fff;
}


/* ------------------------------------------------------------------------------ */
/* Content */

#webContent div.row:not(.collapse) {
    padding-top: 6px;
}

main {
    padding-top: 53px;
}

main#appWebContainer #webNavContainer a {
    padding: 0.7rem 1rem;
    line-height: 1;
}

main#appWebContainer #stack {
    padding: 0 5px;
}

main#appWebContainer .button.secondary {
    background-color: #767676;
    color: #fefefe;
}
main#appWebContainer .button.secondary:hover,
main#appWebContainer .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe;
}

footer {
    padding: 10px 0;
}

/* ------------------------------------------------------------------------------ */
/* Components */

#activityIndicator {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
}

#activityIndicator > .loading {
    position: fixed;
    top: 0;
    bottom: 0;
    display: inline;
    height: 40px;
    margin: auto;
    background-color: #646060;
    padding: 7px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}

#saveActivityIndicator {
    display: none;
    position: fixed;
    top: 0;
    height: 40px;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
}

#saveActivityIndicator > .saving {
    position: relative;
    display: inline-block;
    top: 20px;
    height: 30px;
    margin: auto;
    background-color: #fff;
    padding: 7px;

    font-size: 14px;
    font-weight: bold;
    color: #283C71;
    border-radius: 5px;
}
