﻿/* eRAMx specific style customizations that should apply to all pages. */
body {
    overflow-x:hidden;
}

#MainNavBar {
    background: black;
    height: 52px;
}

.alertBanner {
    background-color: yellow;
}

#navbarsExampleDefault .nav-link {
    color: rgba(255,255,255,.80);
    font-size:.85rem;

}

#navbarsExampleDefault .nav-link:hover {
    color: rgba(255,255,255,1);
    font-size: .85rem;
    /*background-color: #3465B0;*/
}

.navbar {
    padding: .5rem 1rem !important;
}
.showPassword {
    margin-bottom: 10px;
}

.innerShowPassword {
    width: 20px;
}

.showPasswordResetPage{
    margin-top: 10px;
}

::-ms-reveal {
    display: none;
}

.eyeResizing{
    font-size:0.9em;
}

/* Maintenance & Developer banners */
.alert-warning-active-maintenance {
    /*color: #856404;*/
    border-radius: 0;
    border-color: black;
    background: repeating-linear-gradient( 45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px );
    color: white;
}

.alert {
    margin-bottom: 0 !important;
    padding: .20rem 1.25rem !important;
}

.alert-info {
    background-color: #d1ecf1 !important;
}
#maintenance_banner {
    text-align: center;
    margin: 0;
}

#maintenance_activebanner {
    text-align: center;
    margin: 0;
}

#pre_maintenance_banner {
    text-align: center;
    margin: 0;
}

/* Help Panel*/
#helpPanelContainer {
    position: absolute;
    right: -5px;
    width: auto;
}

    #helpPanelContainer.expanded {
        max-width: 15%;
        z-index: 1;
    }

#helpPanel {
    display: none;
    width: 100%;
}

    #helpPanel h1, #editHelpPanel .cm-header-1 {
        font-size: 1.6rem;
    }

    #helpPanel h2, #editHelpPanel .cm-header-2 {
        font-size: 1.4rem;
    }

    #helpPanel h3, #editHelpPanel .cm-header-3 {
        font-size: 1.2rem;
    }

    #helpPanel h4, #editHelpPanel .cm-header-4 {
        font-size: 1rem;
    }

    #helpPanel h5, #editHelpPanel .cm-header-5 {
        font-size: 0.8rem;
        text-decoration: underline;
    }

.btn:focus {
    outline: none;
    box-shadow: none;
}

.tooltip {
    border-radius: 4px;
}

.tooltip-inner {
    background-color: var(--primary);
    color: white;
    padding: 10px;
    font-size: 0.83rem;
    max-width: 20rem !important;
    text-align: left !important;
}
