/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-t7culerr8h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t7culerr8h] {
    flex: 1;
}

.sidebar[b-t7culerr8h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t7culerr8h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t7culerr8h]  a:hover, .top-row[b-t7culerr8h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t7culerr8h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-t7culerr8h] {
        display: none;
    }

    .top-row.auth[b-t7culerr8h] {
        justify-content: space-between;
    }

    .top-row[b-t7culerr8h]  a, .top-row[b-t7culerr8h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t7culerr8h] {
        flex-direction: row;
    }

    .sidebar[b-t7culerr8h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t7culerr8h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t7culerr8h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t7culerr8h], article[b-t7culerr8h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1ztesx81vs] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1ztesx81vs] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1ztesx81vs] {
    font-size: 1.1rem;
}

.oi[b-1ztesx81vs] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1ztesx81vs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1ztesx81vs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1ztesx81vs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1ztesx81vs]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1ztesx81vs]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1ztesx81vs]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1ztesx81vs] {
        display: none;
    }

    .collapse[b-1ztesx81vs] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-1ztesx81vs] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.logoMobile[b-ffifmm5kof] {
    visibility: hidden;
    width: 0%;
    height: 0%;
}

.fullSizeDiv[b-ffifmm5kof] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.login-container[b-ffifmm5kof] {
    position: absolute;
    right: 15vw;
    top: 40vh;
    background-color: white;
    height: 12vh;
    width: 19vw;
    margin: 0;
    padding: 0;
}

.signInTxt[b-ffifmm5kof] {
    width: 100%;
    bottom: 105%;
    position: absolute;
    font-size: 3.5vw;
    font-family: Jost;
}

.inputLoginCon[b-ffifmm5kof] {
    position: relative;
    width: 100%;
    height: 60%;
}

.inputLogin[b-ffifmm5kof] {
    border: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 35, 102, 0.2);
    border-radius: 50vw;
    padding-left: 20%;
    color: rgba(1, 0, 0, 1) !important;
    font-family: Roboto;
    font-size: 1.6vw;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.inputLoginError[b-ffifmm5kof] {
    border: 1px solid red;
}

.loginBtn[b-ffifmm5kof] {
    position: absolute;
    right: 0%;
    width: 60%;
    height: 50%;
    border-radius: 50vw;
    background-color: #0D4067;
    color: white;
    font-size: 1.6vw;
    border: none;
    filter: drop-shadow(1px 3px 3px #000000);
    margin-top: 7%;
}

.slanted-box[b-ffifmm5kof] {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100vh;
    background-color: #0D4067;
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
    z-index: -1;
}

.mainLogo[b-ffifmm5kof] {
    position: absolute;
    left: 2vw;
    width: 32.25vw;
    height: 5.91vw;
}

.usernameIcon[b-ffifmm5kof], .passwordIcon[b-ffifmm5kof] {
    padding: 0;
    position: absolute;
    font-size: 1.6vw;
    left: 6%;
    top: 30%;
}

.linkEdgeDesTxt[b-ffifmm5kof] {
    text-align: center;
    color: black;
    font-family: Jost;
    font-size: 1.1em;
}

/*.desTxtDesktop{
    position: absolute;
    top: 8vw;
    width: 40%;
    right: 6%;
    font-size: 1.6em;
}
*/
.checkbox[b-ffifmm5kof] {
    margin-top: 5%;
    accent-color: #0D4067;
    height: 1vw;
    width: 1vw;
}

.versionTxt[b-ffifmm5kof]{
    position: absolute;
    font-family: Jost;
    top: 0;
    right: 0;
    margin: 1%;
}

.bottomBar[b-ffifmm5kof] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 7vh;
    background-color: white;
    border-top: 3px solid black;
    z-index: 9999;
    display: flex;
    align-items: center;
    box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
}

.contact[b-ffifmm5kof] {
    font-size: 1.4em;
    font-family: Jost;
    text-decoration: none;
    margin: 10%;
    text-align: left;
    width: 50%;
}

.versionTxt[b-ffifmm5kof] {
    width: 50%;
    position: relative;
    right: 0;
    font-family: Jost;
    margin: 10%;
    text-align: right;
}


@media screen and (max-width: 1000px) {
    .navBar[b-ffifmm5kof] {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 10vh;
        background-color: #0D4067;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 9999;
    }

}

@media screen and (max-width: 1000px) {
    .mainLogo[b-ffifmm5kof] {
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .login-container[b-ffifmm5kof] {
        position: absolute;
        right: 10vw;
        top: 50vh;
        background-color: white;
        height: 15vh;
        width: 80vw;
    }

    .signInTxt[b-ffifmm5kof] {
        font-size: 6vh;
    }

    .inputLogin[b-ffifmm5kof] {
        font-size: 1.6em;
        font-weight: bold;
    }

    .loginBtn[b-ffifmm5kof]{
        font-size: 3vh;
    }

    .usernameIcon[b-ffifmm5kof], .passwordIcon[b-ffifmm5kof] {
        top: 31%;
        font-size: 2em;
    }

    .linkEdgeDesTxt[b-ffifmm5kof] {
        position: absolute;
        width: 90%;
        left: 5%;
        top: 15vh;
        color: black;
        font-size: 1.1em;
        text-align: center;
    }

    .slanted-box[b-ffifmm5kof]{
        visibility: hidden;
    }
        .logoMobile[b-ffifmm5kof] {
        position: absolute;
        left: 2%;
        margin-left: 3%;
        height: 50%;
        width: auto;
        visibility: visible;
    }
}
/* /Pages/Reconcile.razor.rz.scp.css */
.backSelector[b-rm49jn0udk] {
    position: relative;
    width: 90%;
    height: 20%;
    display: flex;
    margin: 5%;
}

.backArrow[b-rm49jn0udk] {
    position: relative;
    width: 10%;
    height: auto;
}

.backTxt[b-rm49jn0udk] {
    margin-left: 5%;
    font-family: Jost;
    font-size: 2em;
}

.mainFormCon[b-rm49jn0udk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.itemTitleTxt[b-rm49jn0udk] {
    margin-top: 10%;
    margin-bottom: 2%;
    color: black;
    text-align: center;
    font-family: Jost;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.itemBarCodeTxt[b-rm49jn0udk] {
    margin-bottom: 15%;
    color: black;
    text-align: center;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.subFormCon[b-rm49jn0udk] {
    height: 25vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quantityInp[b-rm49jn0udk] {
    font-size: 3em;
    width: 50%;
    border: none;
    border-bottom: 2px solid #0D4067;
    margin-bottom: 15%;
    text-align: center;
    outline: none;
}

.submitBtn[b-rm49jn0udk] {
    width: 70%;
    height: 100%;
    border-radius: 15px;
    background: #0D4067;
    border: none;
    color: #FFF;
    font-family: Jost;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* /Pages/Scanner.razor.rz.scp.css */
.navBar[b-iabl36zbdb] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10vh;
    background-color: #0D4067;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.logo[b-iabl36zbdb] {
    margin-left: 3%;
    height: 80%;
    width: auto;
}

.logoMobile[b-iabl36zbdb] {
    visibility: hidden;
    width: 0%;
    height: 0%;
}

.subNavBarCon[b-iabl36zbdb] {
    display: flex;
    justify-content: space-between;
    width: 20%;
    height: 100%;
    align-items: center;
}

.logoutBtn[b-iabl36zbdb] {
    position: relative;
    right: 0%;
    text-align: center;
    color: white;
    font-family: Jost;
    font-size: 2em;
    font-weight: bold;
}

    .logoutBtn:hover[b-iabl36zbdb] {
        cursor: pointer;
        color: #bfbfbf;
    }

.menuBtn[b-iabl36zbdb] {
    width: 5%;
    height: auto;
}

    .menuBtn:hover[b-iabl36zbdb] {
        cursor: pointer;
    }

.navLinkCon[b-iabl36zbdb] {
    font-family: arial;
    font-size: 2.5em;
    width: 100%;
}

.navLink[b-iabl36zbdb] {
    position: relative;
    display: flex;
    margin-left: 5%;
    color: white;
}

.NavTxt[b-iabl36zbdb] {
    font-size: 1.2em;
    font-family: Arial;
}

.navLink:hover[b-iabl36zbdb] {
    cursor: pointer;
    color: grey;
}

.menuBtnCon[b-iabl36zbdb] {
    visibility: hidden;
    width: 0;
    height: 0;
}
.mainCon[b-iabl36zbdb] {
    height: 100vh;
    position: fixed;
    left: 0;
}

.centerBox[b-iabl36zbdb] {
    position: relative;
    z-index: 10000;
    top: 40%;
    left: 15%;
    width: 70%;
    height: 15%;
    border: 4px solid black;
}

#mainScanner[b-iabl36zbdb] {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: white;
}

video[b-iabl36zbdb] {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.drawingBuffer[b-iabl36zbdb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    aspect-ratio: auto 0/0;
}


.bottonNavBar[b-iabl36zbdb] {
    position: fixed;
    width: 100vw;
    height: 7vh;
    bottom: 0;
    background-color: white;
    border-top: 2px solid black;
    display: flex;
    align-items: center;
    z-index: 9999;
    left: 0;
}

.clockInNavBtn[b-iabl36zbdb] {
    width: 50%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clockInNavImg[b-iabl36zbdb] {
    height: 80%;
    width: auto;
}

.reconcileNavBtn[b-iabl36zbdb] {
    width: 50%;
    height: 100%;
    background-color: rgba(13, 64, 103, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reconcileNavImg[b-iabl36zbdb] {
    background-color: rgba(13, 64, 103, 0%);
    height: 80%;
    width: auto;
}

.bottomBar[b-iabl36zbdb] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 7vh;
    background-color: white;
    border-top: 3px solid black;
    z-index: 9999;
    display: flex;
    align-items: center;
    box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
}

.contact[b-iabl36zbdb] {
    font-size: 1.4em;
    font-family: Jost;
    text-decoration: none;
    margin: 10%;
    text-align: left;
    width: 50%;
}

.versionTxt[b-iabl36zbdb] {
    width: 50%;
    position: relative;
    right: 0;
    font-family: Jost;
    margin: 10%;
    text-align: right;
}

@media screen and (max-width: 1100px) {
    .subNavBarCon[b-iabl36zbdb] {
        visibility: hidden;
    }

    .logoutBtn[b-iabl36zbdb] {
        visibility: hidden;
    }

    .menuBtnCon[b-iabl36zbdb] {
        visibility: visible;
        margin-right: 5%;
        width: 10%;
        height: auto;
    }

    .menu[b-iabl36zbdb] {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        background-color: rgba(125, 125, 125, 0.90);
        width: 100vw;
        height: 100vh;
    }

    .linkCon[b-iabl36zbdb] {
        position: relative;
        width: 100%;
        top: 20%;
        font-size: 2em;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0,0,0,.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .navLink[b-iabl36zbdb] {
        margin: 0%;
    }

    .logoutBtnMobile[b-iabl36zbdb] {
        color: #1667a5;
        font-size: 1.6em;
    }

    .logo[b-iabl36zbdb] {
        visibility: hidden;
        width: 0%;
        height: 0%;
    }

    .logoMobile[b-iabl36zbdb] {
        position: absolute;
        left: 2%;
        margin-left: 3%;
        height: 50%;
        width: auto;
        visibility: visible;
    }
}

@media screen and (max-width: 700px) {
    .menuBtnCon[b-iabl36zbdb] {
        width: 15%;
    }
}
/* /Pages/TimeClock.razor.rz.scp.css */
.navBar[b-l6vf033erg] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10vh;
    background-color: #0D4067;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.logo[b-l6vf033erg] {
    margin-left: 3%;
    height: 80%;
    width: auto;
}

.logoMobile[b-l6vf033erg]{
    visibility: hidden;
    width: 0%;
    height: 0%;
}

.subNavBarCon[b-l6vf033erg] {
    display: flex;
    justify-content: space-between;
    width: 20%;
    height: 100%;
    align-items: center;
}

.logoutBtn[b-l6vf033erg] {
    position: relative;
    right: 0%;
    text-align: center;
    color: white;
    font-family: Jost;
    font-size: 2em;
    font-weight: bold;
}

.logoutBtn:hover[b-l6vf033erg]{
    cursor: pointer;
    color: #bfbfbf;
}

.menuBtn[b-l6vf033erg]{
    width: 5%;
    height: auto;
}

.menuBtn:hover[b-l6vf033erg]{
    cursor: pointer;
}

.navLinkCon[b-l6vf033erg] {
    font-family: arial;
    font-size: 2.5em;
    width: 100%;
}

.navLink[b-l6vf033erg] {
    position: relative;
    display: flex;
    margin-left: 5%;
    color: white;
}

.NavTxt[b-l6vf033erg] {
    font-size: 1.2em;
    font-family: Arial;
}

.navLink:hover[b-l6vf033erg] {
    cursor: pointer;
    color: grey;
}

.menuBtnCon[b-l6vf033erg]{
    visibility: hidden;
    width: 0;
    height: 0;
}

.containerBody[b-l6vf033erg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 90vh;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 0;
}

.mainBodyCon[b-l6vf033erg] {
    position: relative;
    width: 25%;
    height: 40%;
    top: 35%;
    left: 37.5%;
}


.timerCon[b-l6vf033erg]{
    display: flex;
    align-items: center;
}

.timerIcon[b-l6vf033erg]{
    color: black;
    position: relative;
    left: 0%;
    font-size: 2vw;
}

.timerTxt[b-l6vf033erg] {
    position: relative;
    margin-left: 6%;
    color: black;
    font-family: Jost;
    font-size: 3vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.clockInCon[b-l6vf033erg]{
    position: relative;
    top: 10%;
    height: 32.5%;
    margin-bottom: 17%;
}

.toggleClockedBtn[b-l6vf033erg] {
    height: 100%;
    width: 75%;
    border-radius: 38px;
    background: #167E16;
    box-shadow: 0px 4px 4px 0px #000;
    border: none;
    color: white;
    font-family: Jost;
    font-size: 1.8vw;
    font-style: normal;
    vertical-align: middle;
}

.dateCon[b-l6vf033erg] {
    position: relative;
    bottom: 0vh;
    display: flex;
    align-items: center;
    color: black;
    font-family: Jost;
    font-size: 2vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dateIcon[b-l6vf033erg]{
    font-size: 3vw;
}

.dateTxt[b-l6vf033erg]{
    margin-left: 6%;
}


.dateTimeConMobile[b-l6vf033erg] {
    visibility: hidden;
}

.bottomBar[b-l6vf033erg] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 7vh;
    background-color: white;
    border-top: 3px solid black;
    z-index: 9999;
    display: flex;
    align-items: center;
    box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.3);
}

.contact[b-l6vf033erg] {
    font-size: 1.4em;
    font-family: Jost;
    text-decoration: none;
    margin: 10%;
    text-align: left;
    width: 50%;
}

.versionTxt[b-l6vf033erg] {
    width: 50%;
    position: relative;
    right: 0;
    font-family: Jost;
    margin: 10%;
    text-align: right;
}

@media screen and (max-width: 1100px) {
    .subNavBarCon[b-l6vf033erg]{
        visibility: hidden;
    }

    .logoutBtn[b-l6vf033erg]{
        visibility: hidden;
    }

    .menuBtnCon[b-l6vf033erg] {
        visibility: visible;
        margin-right: 5%;
        width: 10%;
        height: auto;
    }

    .menu[b-l6vf033erg] {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        background-color: rgba(125, 125, 125, 0.90);
        width: 100vw;
        height: 100vh;
    }

    .linkCon[b-l6vf033erg] {
        position: relative;
        width: 100%;
        top: 20%;
        font-size: 2em;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0,0,0,.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .navLink[b-l6vf033erg]{
        margin: 0%;
    }

    .logoutBtnMobile[b-l6vf033erg]{
        color: #1667a5;
        font-size: 1.6em;
    }
}

@media screen and (max-width: 700px){
    .menuBtnCon[b-l6vf033erg] {
        width: 15%;
    }
}

@media screen and (max-width: 800px) {

    .dateTxt[b-l6vf033erg]{
        font-size: 3.5vh;
        margin-left: 6%;
    }

    .dateIcon[b-l6vf033erg]{
        font-size: 6vh;
    }

    .mainBodyCon[b-l6vf033erg] {
        position: absolute;
        width: 75%;
        height: 40%;
        top: 40%;
        left: 12.5%;
    }

    .timerCon[b-l6vf033erg] {
        display: flex;
        align-items: center;
    }

    .timerIcon[b-l6vf033erg] {
        position: relative;
        left: 0%;
        font-size: 4vh;
    }

    .timerTxt[b-l6vf033erg] {
        position: relative;
        margin-left: 6%;
        color: black;
        font-family: Jost;
        font-size: 4.5vh;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .clockInCon[b-l6vf033erg] {
        position: relative;
        top: 10%;
        height: 32.5%;
    }

    .toggleClockedBtn[b-l6vf033erg] {
        height: 100%;
        width: 100%; /*75% with history btn*/
        border-radius: 38px; /*border-radius: 38px 15px 15px 38px;*/
        background: #167E16;
        box-shadow: 0px 4px 4px 0px #000;
        border: none;
        color: white;
        font-family: Jost;
        font-size: 5vh;
        font-style: normal;
        vertical-align: middle;
    }

    .logo[b-l6vf033erg] {
        visibility: hidden;
        width: 0%;
        height: 0%;
    }

    .logoMobile[b-l6vf033erg] {
        position: absolute;
        left: 2%;
        margin-left: 3%;
        height: 50%;
        width: auto;
        visibility: visible;
    }
}
