@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* _content/BallastPortal.BlazorServer/Pages/Admin/EditReportCollection.razor.rz.scp.css */
/*.section-controls {
    display: flex;
    justify-content: normal;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
*/
/* _content/BallastPortal.BlazorServer/Pages/Index.Razor.rz.scp.css */
fluent-card[b-st8cfm4ak2] {
    --card-height: 400px;
    --card-width: 500px;
    padding: 20px;
    margin: 12px;
}

.class-override[b-st8cfm4ak2] {
    height: 163px;
    width: 300px;
}

.state-override[b-st8cfm4ak2] {
    --card-width: 350px;
    --card-height: 300px;
    --elevation: 6;
}

    .state-override:hover[b-st8cfm4ak2] {
        --elevation: 12;
    }

.contents[b-st8cfm4ak2] {
    display: flex;
    flex-direction: column;
}
/* _content/BallastPortal.BlazorServer/Pages/Login.razor.rz.scp.css */

.login-container[b-vivjtctt2w] {
    height: 700px;
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
}

.grid-wrapper[b-vivjtctt2w] {
    display: grid;
    grid-template-columns: 65% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2em;
    grid-row-gap: 0px;
    grid-template-areas: "col1 col2";
}

.col1[b-vivjtctt2w] {
    grid-area: col1;
}

.col2[b-vivjtctt2w] {
    grid-area: col2;
    justify-self: center;
}

.sign-in-wrapper[b-vivjtctt2w] {
    margin-top:50%;
}


.background-wrapper[b-vivjtctt2w] {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    width: auto;
    padding: 3em 4em;
    color: black;
}

.login-header[b-vivjtctt2w] {
    margin-top: 1.5em;
}

    .login-header h1[b-vivjtctt2w] {
        font-size: 4em;
        font-weight: 900;
    }

    .login-header h3[b-vivjtctt2w] {
        color: #444444;
        margin-top: 1.2em;
    }

.login-content[b-vivjtctt2w] {
    margin-top: 2em;
    /*width:50%;*/
}

    .login-content p[b-vivjtctt2w] {
        font-size: 1.2em;
        line-height: 1.5em;
    }


.copyright[b-vivjtctt2w] {
   text-align:end;
}

.btn-sign-in[b-vivjtctt2w] {
    width: 300px;
    font-weight: 500;
    background-color: var(--neutral-layer-2);
    color: black;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    margin: auto;
}


    .btn-sign-in a[b-vivjtctt2w] {
        display: inline-block;
        text-decoration: none;
        width: 100%;
        color: var(--primary-color);
    }

.sign-in-icon[b-vivjtctt2w] {
    background-color: #fff;
    content: "";
    background-image: url(../images/microsoft_signup_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 20px;
    margin-left: -22px;
}
/* _content/BallastPortal.BlazorServer/Pages/Portal/ExternalSite.razor.rz.scp.css */
.flex-container[b-eo6byep7c4] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.app-external-iframe[b-eo6byep7c4] {
    flex-grow: 1; /* This makes it occupy the rest of the space */
    width: 100%;
}
/* _content/BallastPortal.BlazorServer/Pages/Portal/Report.razor.rz.scp.css */
.flex-container[b-dki95rtkss] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-bar[b-dki95rtkss] {
    /* Assuming a fixed height for the top bar, adjust as necessary */
    height: 50px;
    /* Any additional styling you want for the top bar */
    background-color: #f2f2f2;
    padding: 10px;

    display: flex;
    align-items: center; /* vertically center the items */
    gap: 10px; /* optional: to create a gap between label and the select */
}

.top-bar label[b-dki95rtkss] {
    margin: 0;
}

.app-powerbi-report[b-dki95rtkss] {
    flex-grow: 1; /* This makes it occupy the rest of the space */
    width: 100%;
}
/* _content/BallastPortal.BlazorServer/Shared/AdminLayout.razor.rz.scp.css */
.container[b-2m0akit2m6] {
    overflow-y: auto;
}
/* _content/BallastPortal.BlazorServer/Shared/AppActiveFilterSelect.razor.rz.scp.css */
/* Assuming the parent div of your label and select has a class 'fluent-select-container' */
.active-filter-select-container[b-gxc0t672m2] {
    padding-inline-start: 10pt;
    display: flex;
    align-items: center; /* Aligns items vertically in the middle */
    gap: 5px; /* Optional: Adds some space between the label and the select box */
}

    /*For the FluentLabel*/
    .active-filter-select-label[b-gxc0t672m2] {
        color: var(--app-label-color);
        font-size: 85%;
    }
/* _content/BallastPortal.BlazorServer/Shared/Editors/EditReportNavigationItem.razor.rz.scp.css */
#powerBiPageOptionsFieldset label[b-6m3pxavy3k] {
    color: var(--neutral-foreground-rest);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    margin-bottom: 4px;
    margin-top: 4px;
    vertical-align: middle;
}

#powerBiPageOptionsFieldset strong[b-6m3pxavy3k] {
    font-weight: 500;
}

#powerBiPageOptionsFieldset input[type="radio"][b-6m3pxavy3k] {
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-right: 6px;
    vertical-align: middle;
}
/* _content/BallastPortal.BlazorServer/Shared/FormComponents/AppIconSelect.razor.rz.scp.css */
.app-icon-select[b-h5ej7mwf8q] {
    width: 200px;
    padding: 20px;
    height: 150px;
}
/* _content/BallastPortal.BlazorServer/Shared/FormComponents/AppPermittedReportCheckbox.razor.rz.scp.css */
.checkbox-control[b-6m634o5u62] {
    display: flex;
    align-items: center;
}

    .checkbox-control input[type="checkbox"][b-6m634o5u62] {
        transform: scale(1.25);
        margin-right: calc(var(--design-unit) * 2px);
    }

.level1[b-6m634o5u62] {
    margin-left: 0px;
}

.level2[b-6m634o5u62] {
    margin-left: calc(var(--design-unit) * 6px);
}

.level3[b-6m634o5u62] {
    margin-left: calc(var(--design-unit) * 12px);
}
/* _content/BallastPortal.BlazorServer/Shared/MainLayout.razor.rz.scp.css */
.page[b-dx5nhre7iw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dx5nhre7iw] {
    flex: 1;
}

.content[b-dx5nhre7iw] {
    position: relative; /*MainLayout only?*/
    padding: 0;
}

.navigation[b-dx5nhre7iw] {
    overflow-y: auto; /*MainLayout only?*/
    height: calc(100vh - var(--siteheader-height)); /*MainLayout only?*/
}

/**vv Move to main layout vv**/
.main[b-dx5nhre7iw], .content[b-dx5nhre7iw], article[b-dx5nhre7iw] {
    height: calc(100vh - var(--siteheader-height));
}

main[b-dx5nhre7iw], article[b-dx5nhre7iw], .app-powerbi-report[b-dx5nhre7iw] {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
/**^^ Move to main layout ^^**/

@media (min-width: 641px) {
    .page[b-dx5nhre7iw] {
        flex-direction: row;
    }

    article[b-dx5nhre7iw] {
        padding-left: 0;
        padding-right: 0;
    }
}
/* _content/BallastPortal.BlazorServer/Shared/PublicLayout.razor.rz.scp.css */
.container[b-0krtdcejv0] {
    background-color: var(--neutral-layer-2);
}
/* _content/BallastPortal.BlazorServer/Shared/SiteHeader.razor.rz.scp.css */
.siteheader[b-exlddnhhbw] {
    grid-area: siteheader;
    background-color: var(--siteheader-bg-color);
    display: grid;
    align-items: center;
    white-space: nowrap;
    padding-left: .25rem;
    grid-template-columns: auto auto auto 1fr;
    grid-template-rows: 1fr;

}

    .siteheader a[b-exlddnhhbw] {
        padding-inline-end: 10px;
    }

    .siteheader-logo[b-exlddnhhbw] {
        grid-column: 1;
        justify-self: start;
        display: flex;
        align-items: center;

    }

    .siteheader .login-message[b-exlddnhhbw] {
        padding-right: 20px
    }

    .siteheader .login[b-exlddnhhbw] {
        grid-column: 4;
        justify-self: end;
        padding: 0 20px 0 0;
        display: flex;
        align-items: center;
    }

    .siteheader-logo .logo-link[b-exlddnhhbw] {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .siteheader-logo .logo-image[b-exlddnhhbw] {
        margin-left: 2.6pt;
        max-height: 30px;
        max-width: 150px;
        cursor: pointer;
        outline: none;
    }

    .siteheader-logo .logo-text[b-exlddnhhbw] {
        font-size: 1.1rem;
        font-weight: 600;
        margin-left: 5px;
        color: var(--primary-alt-text-color);
    }


.user-image[b-exlddnhhbw] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.dropdown-panel[b-exlddnhhbw] {
    max-width: 100vw;
    color: #242424;
    background-color: white;
    /*background: #f7f7f7;*/
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 58px;
    z-index: 10000;
    -webkit-box-shadow: 0 24px 54px rgba(0,0,0,.15), 0 4.5px 13.5px rgba(0,0,0,.08);
    box-shadow: 0 24px 54px rgba(0,0,0,.15), 0 4.5px 13.5px rgba(0,0,0,.08);
}

.user-panel[b-exlddnhhbw] {
    height: 150px;
    width: 320px;
}

.settings-panel[b-exlddnhhbw] {
    height: 100px;
    width: 200px;
}

.report-page-title[b-exlddnhhbw] {
    padding-left: 1rem;
    color: var(--primary-alt-text-color);
    grid-column: 2;
    padding-top:.2rem;
}
/* _content/BallastPortal.BlazorServer/Shared/Stack.razor.rz.scp.css */
.stack-vertical[b-mx6brrbo4d] {
    display: flex;
    flex-direction: column;
}

.stack-horizontal[b-mx6brrbo4d] {
    display: flex;
    flex-direction: row;
}
/* _content/BallastPortal.BlazorServer/Shared/UserProfilePane.razor.rz.scp.css */
.profile-header[b-hqrbv46ib9] {
    display: flex;
    width: 100%;
    height: 30%;
    align-items: center;
    padding: 0 1em;
}

.profile-content[b-hqrbv46ib9] {
    display: flex;
    width: 100%;
    height: 70%;
    grid-gap: 10px;
    margin-bottom: 1em;
    padding: 0 1em;
}

    .profile-content img[b-hqrbv46ib9] {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
