@import '_content/ESPProjects.Blazor.Shared/ESPProjects.Blazor.Shared.h91j43f0jy.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.public-site-app-container[b-npoyazhqvj] {
    height: 100vh;
}

.public-site-header[b-npoyazhqvj] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 13vh;
    background-color: #001688;
    padding-left: min(calc(10vw + 40px), 226px);
}

.public-site-header-title[b-npoyazhqvj] {
    color: white;
    font-size: max(1.8vw, 25px);
    align-self: center;
    font-weight: bold;
    white-space: nowrap;
}

.public-site-header-graphics[b-npoyazhqvj] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.public-site-energy-lines[b-npoyazhqvj] {
    height: 13vh;
    align-self: start;
}

.public-site-logo[b-npoyazhqvj] {
    height: 8vh;
}

.public-site-body[b-npoyazhqvj] {
    display: flex;
    flex-flow: row nowrap;
    height: calc(87vh - 77px);
    background-image: linear-gradient(to bottom, #001688, #198290);
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.public-site-stepper[b-npoyazhqvj] {
    flex: 0 0 min(10vw, 186px);
    text-align: center;
    max-width: 186px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.stepper-step[b-npoyazhqvj] {
    font-size: 18pt;
    color: #F1B86D;
    padding: 10px;
    width: 100%;
}

    .stepper-step:hover[b-npoyazhqvj] {
        cursor: pointer;
    }

    .stepper-step.stepper-step-selected[b-npoyazhqvj] {
        background-color: #198290;
    }

    .stepper-step.stepper-instructions[b-npoyazhqvj],
    .stepper-step.stepper-finish-and-submit[b-npoyazhqvj] {
        font-size: min(1.5vw, 24pt);
    }

    .stepper-step .stepper-step-halo[b-npoyazhqvj] {
        border-radius: 25px;
        border: 2px solid #F1B86D;
        max-width: 40px;
        min-width: 40px;
        margin: 0 auto;
    }

.public-site-content[b-npoyazhqvj] {
    background-color: white;
    flex: 1 0 75vw;
    overflow: auto;
}

.public-site-right-side[b-npoyazhqvj] {
    flex-basis: auto;
    width: 100%;
    gap: 20px;
    display: flex;
    flex-flow: column nowrap;
}

@media only screen and (max-width : 800px) {
    .public-site-logo[b-npoyazhqvj] {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    .public-site-right-side[b-npoyazhqvj] {
        display: none;
    }

    .public-site-energy-lines[b-npoyazhqvj] {
        display: none;
    }

    .public-site-logo[b-npoyazhqvj] {
        margin-right: 9px;
    }
}

@media only screen and (min-width: 1201px) {
    .public-site-footer-right-side-buttons[b-npoyazhqvj] {
        display: none;
    }
}

.public-site-side-image > img[b-npoyazhqvj] {
    width: 100%;
}

.public-site-side-buttons[b-npoyazhqvj] {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

.public-site-footer[b-npoyazhqvj] {
    background-color: #198290;
    padding-left: min(calc(10vw + 40px), 226px);
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public-site-footer-right-side-buttons[b-npoyazhqvj] {
    margin-right: 20px;
}

.public-site-energy-lines[b-npoyazhqvj] {

}

.public-site-logo[b-npoyazhqvj] {

}

#blazor-error-ui[b-npoyazhqvj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-npoyazhqvj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/DocumentListEditor.razor.rz.scp.css */
.document-list-editor-grid[b-he7xqwg6ui] {
    display: grid;
    grid-template-columns: max-content max-content auto max-content max-content max-content;
    gap: 1px;
    background-color: black;
    border: 1px solid black;
}

.document-list-editor-grid-cell[b-he7xqwg6ui] {
    width: 100%;
    background-color: white;
    padding: 3px;
}

.document-list-editor-grid-header-cell[b-he7xqwg6ui] {
    font-weight: bold;
}

.document-list-editor-grid-no-records-cell[b-he7xqwg6ui] {
    grid-column: 1 / span 6;
    font-weight: bold;
}
/* /Components/Pages/Done.razor.rz.scp.css */
.thank-you[b-elars1iz80] {
    margin: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #002060;
}

.contact-you[b-elars1iz80] {
    margin-left: 80px;
    font-size: 28px;
}
/* /Components/Pages/FinishAndSubmitModal.razor.rz.scp.css */
.enter-verification-code-container[b-lktyqpyeun] {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.app-container[b-o713sxy9t9] {
    padding: 20px 5px;
    /*width:70vw;*/
    z-index: 1000;
}

.public-site-stepper[b-o713sxy9t9] {
    font-size: 16px;
}

/*.tab-container {
    max-height: 83vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 45px;
}*/

.measure-details-instruction-toast-title[b-o713sxy9t9] {
    color: black;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

.measure-details-instruction-toast[b-o713sxy9t9] {
    color: black;
    padding:10px 10px 20px 10px;
}

.measure-details-instruction-toast-button-container[b-o713sxy9t9] {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

/*.login-button-container {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 1000;
}*/

/*.button-container {
    margin-top: 10px;
}

.button-container button {
    margin-right: 5px;
}*/

/*.document-upload-button-container {
    position: absolute;
    right: 150px;
    top: 50px;
    z-index: 1000;
}*/

.spinner-overlay[b-o713sxy9t9] {
    background-color: rgb(0,0,0,0.5);
    z-index: 100000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.espprojects-spinner-icon[b-o713sxy9t9] {
    position: fixed;
    top: 50%;
    left: 50%;
}

.spinner-hide[b-o713sxy9t9] {
    visibility: hidden;
}

/*.right-hand-image {
    position: absolute;
    right: 0;
    top: 136px;
    width: 29.5vw;
    z-index: 500;
}*/
