﻿
/* body {
  margin-top: 65px;
} */
.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

#languageMenu {
    background: var(--nav-bg-color);
    position: absolute;
    top: 64px;
    right: 1.0rem;
    z-index: 1004;
}

    #languageMenu a {
        color: var(--gainwell-primary-soft-black);
        display: block;
        padding: 0.5rem 1.0rem;
    }

    #languageMenu li a:hover {
        background: var(--gainwell-secondary-grey-1) !important;
        color: var(--gainwell-primary-soft-black) !important;
        text-decoration: none;
    }

    #languageMenu ul {
        font-size: 1.0rem;
        list-style-type: none;
        margin: 0;
        margin-top: 0.5rem;
        padding: 0;
    }


.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants .grant img {
        width: 100px;
        height: 100px;
    }

    .grants .grant .clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .grants .grant .granttype {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .created {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .expires {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant li {
        list-style-type: none;
        display: inline;
    }

        .grants .grant li:after {
            content: ', ';
        }

        .grants .grant li:last-child:after {
            content: '';
        }

div.login-container {
    background-color: var(--color-grey-tint-almost-white);
    padding: 20px;
    border: 0.5px solid var(--color-grey-shades-very-dark-grey);
    margin: 0 10px;
}

.title.login {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-size: revert;
}

#hippa-notice-note {
    padding: 10px;
    background-color: var(--gainwell-secondary-grey-1);
    color: var(--gainwell-primary-soft-black);
    border: 1px solid var(--gainwell-primary-soft-black);
}

#hippa-notice-note p {
    font-size: var(--global-font-size);
}

#instructions {
    padding: 15px;
}

#divmemberinfo {
    padding: 15px;
}


.uprovNPIDiv {
    width: 50% !important;
}

.uprovNPIInput {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.NPIDivNatural {
    width: 100% !important;
}

.NPIInputNatural {
    max-width: 25% !important;
    flex: 0 0 25% !important;
}

div.container_2fa {
    margin: 0;
    padding: 0;
}

div.image_2fa {
    border: 0;
    margin: 0;
    width: 100%;
}

div.login2fa-container {
    background-color: var(--color-grey-tint-almost-white);
    padding: 3.125rem;
    border: 0.5px solid var(--color-grey-shades-very-dark-grey);
    margin: 0 3.125rem;
}