@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/BlazorStrainManageApp/Pages/SignaturePad/SignaturePad.razor.rz.scp.css */
*[b-2h5lr0jgo1],
*[b-2h5lr0jgo1]::before,
*[b-2h5lr0jgo1]::after {
    box-sizing: border-box;
}

.signature-pad-body[b-2h5lr0jgo1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 32px 16px;
    font-family: Helvetica, Sans-Serif;
}

.signature-pad[b-2h5lr0jgo1] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 400px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

    .signature-pad[b-2h5lr0jgo1]::before,
    .signature-pad[b-2h5lr0jgo1]::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad[b-2h5lr0jgo1]::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad[b-2h5lr0jgo1]::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body[b-2h5lr0jgo1] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body
    canvas[b-2h5lr0jgo1] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer[b-2h5lr0jgo1] {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions[b-2h5lr0jgo1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

#github img[b-2h5lr0jgo1] {
    border: 0;
}

@media (max-width: 940px) {
    #github img[b-2h5lr0jgo1] {
        width: 90px;
        height: 90px;
    }
}
/* _content/BlazorStrainManageApp/Shared/EmployeeEvaluate/_LayoutEmployeeEvaluate.razor.rz.scp.css */
.page[b-1bf979y49v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1bf979y49v] {
    flex: 1;
}

.sidebar[b-1bf979y49v] {
    background-image: linear-gradient(180deg, rgb(5, 8, 12) 0%, #4800ff 70%);
}
.navbar-brand[b-1bf979y49v] {
    font-size: 1.1rem;
}
.top-row[b-1bf979y49v] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1bf979y49v]  a, .top-row .btn-link[b-1bf979y49v] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1bf979y49v] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1bf979y49v] {
        display: none;
    }

    .top-row.auth[b-1bf979y49v] {
        justify-content: space-between;
    }

    .top-row a[b-1bf979y49v], .top-row .btn-link[b-1bf979y49v] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1bf979y49v] {
        flex-direction: row;
    }

    .sidebar[b-1bf979y49v] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1bf979y49v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1bf979y49v], article[b-1bf979y49v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* _content/BlazorStrainManageApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-z65mmcm1z8] {
    position: relative;
    display: flex;
    flex-direction: column;
}




main[b-z65mmcm1z8] {
    flex: 1;
    /*background-image: linear-gradient(180deg, rgb(5, 8, 12) 0%, #000080 90%);*/
}

.sidebar[b-z65mmcm1z8] {
    background-image: linear-gradient(180deg, rgb(5, 8, 12) 0%, #000080 90%);
}

.top-row[b-z65mmcm1z8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z65mmcm1z8]  a, .top-row .btn-link[b-z65mmcm1z8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-z65mmcm1z8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-z65mmcm1z8] {
        display: none;
    }
}
@media (max-width: 640.98px) {
    .ant-layout-header[b-z65mmcm1z8] {
        display: none;
    }


}

    @media (min-width: 641px) {
        .page[b-z65mmcm1z8] {
            flex-direction: row;
        }

        .sidebar[b-z65mmcm1z8] {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .top-row[b-z65mmcm1z8] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

        .top-row[b-z65mmcm1z8], article[b-z65mmcm1z8] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
    }
/* _content/BlazorStrainManageApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ee45i70nzw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ee45i70nzw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ee45i70nzw] {
    font-size: 1.1rem;
}

.oi[b-ee45i70nzw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ee45i70nzw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ee45i70nzw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ee45i70nzw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ee45i70nzw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ee45i70nzw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ee45i70nzw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ee45i70nzw] {
        display: none;
    }

    .collapse[b-ee45i70nzw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ee45i70nzw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BlazorStrainManageApp/Shared/OA/OALayout.razor.rz.scp.css */
.page[b-u6lrhalxhc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u6lrhalxhc] {
    flex: 1;
}

.sidebar[b-u6lrhalxhc] {
    background-image: linear-gradient(180deg, rgb(5, 8, 12) 0%, #4800ff 70%);
}

.top-row[b-u6lrhalxhc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u6lrhalxhc]  a, .top-row .btn-link[b-u6lrhalxhc] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-u6lrhalxhc] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-u6lrhalxhc] {
        display: none;
    }

    .top-row.auth[b-u6lrhalxhc] {
        justify-content: space-between;
    }

    .top-row a[b-u6lrhalxhc], .top-row .btn-link[b-u6lrhalxhc] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u6lrhalxhc] {
        flex-direction: row;
    }

    .sidebar[b-u6lrhalxhc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u6lrhalxhc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-u6lrhalxhc], article[b-u6lrhalxhc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorStrainManageApp/Shared/PowerTab/PowerTabLayout.razor.rz.scp.css */
.page[b-bi33nndmwf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bi33nndmwf] {
    flex: 1;
}

.sidebar[b-bi33nndmwf] {
    background-image: linear-gradient(180deg, rgb(5, 8, 12) 0%, #4800ff 70%);
}

.top-row[b-bi33nndmwf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bi33nndmwf]  a, .top-row .btn-link[b-bi33nndmwf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bi33nndmwf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bi33nndmwf] {
        display: none;
    }

    .top-row.auth[b-bi33nndmwf] {
        justify-content: space-between;
    }

    .top-row a[b-bi33nndmwf], .top-row .btn-link[b-bi33nndmwf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bi33nndmwf] {
        flex-direction: row;
    }

    .sidebar[b-bi33nndmwf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bi33nndmwf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bi33nndmwf], article[b-bi33nndmwf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorStrainManageApp/Shared/Production/ProductionLayout.razor.rz.scp.css */
.page[b-ozyc6w8fup] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ozyc6w8fup] {
    flex: 1;
}

.sidebar[b-ozyc6w8fup] {
    background-image: linear-gradient(180deg, rgb(5, 8, 12) 0%, #4800ff 70%);
}

.top-row[b-ozyc6w8fup] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ozyc6w8fup]  a, .top-row .btn-link[b-ozyc6w8fup] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ozyc6w8fup] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ozyc6w8fup] {
        display: none;
    }

    .top-row.auth[b-ozyc6w8fup] {
        justify-content: space-between;
    }

    .top-row a[b-ozyc6w8fup], .top-row .btn-link[b-ozyc6w8fup] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ozyc6w8fup] {
        flex-direction: row;
    }

    .sidebar[b-ozyc6w8fup] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ozyc6w8fup] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ozyc6w8fup], article[b-ozyc6w8fup] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorStrainManageApp/Shared/PSI/PSILayout.razor.rz.scp.css */
.page[b-4prbqusbqf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4prbqusbqf] {
    flex: 1;
}

.sidebar[b-4prbqusbqf] {
    background-image: linear-gradient(180deg, rgb(5, 8, 12) 0%, #4800ff 70%);
}

.top-row[b-4prbqusbqf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4prbqusbqf]  a, .top-row .btn-link[b-4prbqusbqf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4prbqusbqf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4prbqusbqf] {
        display: none;
    }

    .top-row.auth[b-4prbqusbqf] {
        justify-content: space-between;
    }

    .top-row a[b-4prbqusbqf], .top-row .btn-link[b-4prbqusbqf] {
        margin-left: 0;
    }
}

@media (min-width: 700px) {
    .page[b-4prbqusbqf] {
        flex-direction: row;
    }

    .sidebar[b-4prbqusbqf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4prbqusbqf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4prbqusbqf], article[b-4prbqusbqf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
