#scenario-manager-tab-container {
    background-color: #0099cc; /*#ffffff; */
    padding-bottom: 0;
    padding-top: 24px;
    margin-left: -15px;  /* Force it out of the container, all the way to the left edge of the screen. */
    margin-right: -15px;  /* Likewise. */
}

.scenario-manager-tab-link {
    text-transform: uppercase;
    color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #0099cc;
    font-weight: 600;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

#user-login-manager {
    color: #fff;
    float: right;
    margin-top: 8px;
}

/* Keep some room for the spinner, even if it isn't currently showing. */
.inflows-tab-icon-container {
    width: 8px;
    display: inline-block;
}

/* Wider to hold the scenario ID # once its loaded. */
#inflows-tab-icon-container-current-scenario {
    width: 218px;
}

/* Add some room on the left to balance the room that's saved for the spinner (Bootstrap default is 15px). */
.nav > li > a.scenario-manager-tab-link {
    padding-left: 29px;
}