@import '_content/EMNRD.AddressAutoComplete.Component/EMNRD.AddressAutoComplete.Component.h8xq15gurm.bundle.scp.css';

/* /Pages/Applicants.razor.rz.scp.css */
.radio-label[b-4kt3ljatdc] {
    margin-left: .5rem;
    vertical-align: -webkit-baseline-middle;
}
/* /Pages/Index.razor.rz.scp.css */
div .form-check label[b-3wxvnb1j0n] {
    line-height: normal;
    margin-left: 8px;
}
/* /Pages/Installation.razor.rz.scp.css */
.radio-label[b-ce89xaonca] {
    margin-left: 8px;
    vertical-align: -webkit-baseline-middle;
}

.label-indent[b-ce89xaonca] {
    line-height: normal;
    margin-left: 8px;
    vertical-align: -webkit-baseline-middle;
}

div .form-check label[b-ce89xaonca] {
    vertical-align: -webkit-baseline-middle;
    line-height: normal;
}
/* /Pages/Installer.razor.rz.scp.css */
/*div .form-check label {
    line-height: normal;
    margin-left: 8px;
}*/

.radio-label[b-rdq7d1qngh] {
    margin-left: .5rem;
    vertical-align: -webkit-baseline-middle;
}
/* /Pages/Prerequisites.razor.rz.scp.css */
.label-indent[b-av5jgo2z47] {
    line-height: normal;
    margin-left: 8px;
    vertical-align: -webkit-baseline-middle;
}

div .form-check label[b-av5jgo2z47] {
    vertical-align: -webkit-baseline-middle;
    line-height: normal;
}
/* /Pages/PVSolarSystem.razor.rz.scp.css */
div .form-check label[b-0tdbdg5z01] {
    line-height: normal;
    margin-left: 8px;
}
/* /Pages/SystemCosts.razor.rz.scp.css */
div .form-check label[b-yhlhrep3zm] {
    line-height: normal;
    margin-left: 8px;
}
/* /Pages/UploadTestHarness.razor.rz.scp.css */
.label-indent[b-tkqz3bfhr0] {
    line-height: normal;
    margin-left: 8px;
    vertical-align: -webkit-baseline-middle;
}

div .form-check label[b-tkqz3bfhr0] {
    vertical-align: -webkit-baseline-middle;
    line-height: normal;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Shared/ModalAddEdit.razor.rz.scp.css */
/* /Shared/UIComponents/Tab.razor.rz.scp.css */
.tabMenu a.active[b-jmpl7m6fvl] {
    background: #184786;
    padding: 10px 20px;
    color: #fff;
    margin: 0;
    border: 0;
    font-weight: bold;
    width: auto;
    overflow: visible;
    text-decoration: none;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

    .tabMenu a.active :hover[b-jmpl7m6fvl] {
        background: #0F86A6;
        cursor: pointer;
        color: #fff;
    }

.tabMenu a.inactive[b-jmpl7m6fvl] {
    background: rgba(200,200,200,0.4);
    padding: 10px 20px;
    color: #184786;
    margin: 0;
    border: 0;
    font-weight: bold;
    width: auto;
    overflow: visible;
    text-decoration: none;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

    .tabMenu a.inactive :hover[b-jmpl7m6fvl] {
        background: #0F86A6;
        cursor: pointer;
        color: #fff;
    }

.tabMenu[b-jmpl7m6fvl] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    background: #F4F4F4;
}

    .tabMenu li[b-jmpl7m6fvl] {
        padding: 10px 24px;
        color: #666;
        font-family: sofia-pro,sans-serif;
    }

        .tabMenu li:hover[b-jmpl7m6fvl] {
            cursor: pointer;
        }

        .tabMenu li.active[b-jmpl7m6fvl] {
            background: #fff;
            color: #333;
            font-weight: bold;
        }
