<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    src: url('../css/fonts/nunito-sans-v15-latin-200.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../css/fonts/nunito-sans-v15-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../css/fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../css/fonts/nunito-sans-v15-latin-600.woff2') format('woff2');
}

:root {
    font-family: "Nunito Sans", system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --primary-color: #2d6cb5;
    --primary-color-light: #d4e3ff;
    --primary-color-dark: #173e70;
    --secondary-color: #f7941d;
    background-color: var(--primary-color-dark);
}

* {
    font-family: "Nunito Sans";
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.tbMenuItem {
    display: block;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    padding-left: 6px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    width: 90px;
}

.tbMenuItem path {
    fill: #ffffff;
    transition: fill .3s ease;
}

    .tbMenuItem:hover path {
        fill: #95c6ff;
    }


    .tbMenuItem .navTileText {
        transition: color .3s ease;
    }

    .tbMenuItem:hover .navTileText {
        color: #95c6ff;
    }

.boxContainer {
    display: flex;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 20px 0px 0px;
}

#DevMessage {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 12px;
}

/* You can animate the fill setting - might be neat for hover */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body {
    margin: 0;
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
    overflow: hidden;
}

.bodyLogin {
    margin: 0;
    display:flow;
    place-items:initial;
    min-width: 320px;
    min-height: 100vh;
    overflow: hidden;
}

#app {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

.box {
    background-color: var(--primary-color);
    width: 410px;
    height: 630px;
    position: relative;
    border-left: 4px solid var(--secondary-color);
    padding-bottom: 50px;
    border-radius: 0px 20px 0px 0px;
}

.top {
    background-color: var(--primary-color);
    border-radius: 20px 20px 0px 0px;
    color: white;
    height: 75px;
}

.logo {
    position: absolute;
    top: 25px;
    right: 20px;
}

.userbox {
    display: flex;
    position: absolute;
    left: 20px;
    top: 20px;
}

.usericon {
    width: 48px;
    filter: invert(1);
}

.username {
    font-size: 16px;
    font-weight: 100;
    text-align: left;
}

    .username div {
        display: block;
    }

#timeClockFirstName {
    font-weight: 600;
}

.status,
.loggedOutStatus {
    color: white;
    font-weight: 100;
    text-align: left;
    padding: 0px 20px;
    font-size: 16px;
    margin-top: 35px;
}

.statusText,
.statusTextLoggedOut {
    color: var(--secondary-color);
    font-weight: 600;
    display: block;
    margin-top: 3px;
    margin-bottom: 7px;
}

.statusText {
    font-size: 30px;
}

.statusTextLoggedOut {
    display: inline-block;
    margin-block: 0px;
}

.loggedOutStatus {
    font-size: 14px;
    color: white;
    font-weight: 100;
    display: none;
}

.btnStatusImg {
    position: absolute;
    left: 3px;
    top: 2px;
    border: none;
}

.btnStatus {
    display: block;
    position: relative;
    text-wrap: nowrap;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    background: none;
    margin-bottom: 10px;
    user-select: none;
}

.btnStatusSpan {
    display: inline-block;
    text-decoration: none;
    transition: .3s all ease;
    font-weight: 100;
    font-size: 30px;
    color: white;
}

.btnStatusSpan:hover {
    margin-left: 10px;
    color: var(--secondary-color);
}

.hovered {
    margin-left: 10px;
    color: var(--secondary-color);
}

.tableContainer {
    overflow: auto;
    width: 95%;
    margin: auto;
    height: 548px;

}

table.clReportTable {
    margin: auto;
    border-collapse: collapse;
    border-radius: 6px;
    font-size: 12px;
    width: 100%;
}

table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.clReportTableBorderedHeader {
    background-color: var(--primary-color-dark);
    padding: 10px;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.clReportTableBorderedCell {
    border: none;
    padding: 10px;
    text-align: left;
    color: #aed3ff;
}

.clReportTable tr:nth-child(even) {
    background-color: rgba(0,0,0,.1);
}

.borderBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background: #245691;
    color: white;
    text-align: left;
}

    .borderBottom &gt; div {
        margin-left: 12px;
        margin-top: 6px;
        font-size: 13px;
        font-weight: 400;
        color: #9bb8dd;
    }

#ActivityBtn,
#btn_getActivityLog {
    position: absolute;
    bottom: 4rem;
    height: 40px;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    cursor: pointer;
}

#ActivityBtn {
    left: .8rem;
}

#btn_getActivityLog {
    right: .8rem;
}

.navTile {
    width: 100px;
    display: flex;
    flex-direction: column;
}

.navTileImage {
    overflow: hidden;
}

.navTileText {
    margin-top: .6rem;
    font-size: .75rem;
}

#btn_ShowActivityDropDown,
#btn_getActivityLog,
#btn_Login {
    text-decoration: none;
}

#btn_Login {
    display: none;
}

#activityWindow {
    position: absolute;
    margin: 0;
    padding: 10px;
    padding-top: 8px;
    width: 200px;
    height: auto;
    text-align: left;
    z-index: 1;
    color: white;
    top: -485px;
    left: -3px;
    background: var(--primary-color);
    opacity: 0;
    pointer-events: none;
    height: 360px;
    width: 376px;
}

.activityWindowList {
    overflow: auto;
    height: 370px;
    margin-top: 15px;
    scroll-behavior: smooth;
}

.activityWindowHeader {
    margin-bottom: 20px;
    font-weight: 300;
    position: sticky;
    top: 0;
    background: var(--primary-color-light);
    color: var(--primary-color-dark);
    padding: 10px;
    padding-right: 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.activityWindowClose svg {
    position: absolute;
    top: 22px;
    right: 14px;
    fill: var(--primary-color-light);
    transition: .3s fill ease;
}

.activityWindowClose svg:hover {
    fill: var(--secondary-color);
}

#activityName {
    color: var(--secondary-color);
    font-weight: bold;
}

.historyHeader {
    display: flex;
    margin-top: 20px;
    margin-bottom: 25px;
}

.historyHeaderLabel {
    margin-left: 20px;
    font-weight: 600;
    color: white;
}

#activityWindow.active {
    animation: fade-in .3s forwards ease-in-out;
    opacity: 1;
    pointer-events: auto;
}

#lbtn_refreshDetail path,
#lbtn_Closedetail path {
    fill: var(--primary-color-dark);
}


#lbtn_refreshDetail {
    margin-left: auto;
    margin-right: 10px;
}

#lbtn_Closedetail {
    margin-right: 20px;
}

.msgTextsm {
    fill: var(--primary-color-dark);
    transition: .3s all ease;
}

.msgTextsm:hover {
    opacity: .7;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: var(--primary-color);
}

::-webkit-scrollbar {
    width: 6px;
    background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #245691;
}

.status.statusInactive {
    opacity: 0;
    animation: fade-out .2s ease;
}

.welcome {
    font-weight: 100;
    color: white;
    font-size: 48px;
    text-align: left;
    margin-left: 20px;
    margin-top: 160px;
    line-height: 55px;
    display: none;
}

    .welcome.welcomeInactive {
        opacity: 0;
        animation: fade-out .2s ease;
    }

#historyPane {
    background-color: var(--primary-color);
    height: 630px;
    position: relative;
    padding-bottom: 50px;
    border-radius: 20px 0px 0px 0px;
    border: none;
    width: 0px;
    transition: .3s width ease;
}

    #historyPane.box.active {
        width: 410px;
    }

.statusArrow {
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}

.hoveredStatus {
    animation: fade-in .5s forwards;
}

.bottomGradient {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(45,108,181,1) 26%);
    width: 100%;
    position: sticky;
    bottom: -16px;
}

    .bottomGradient::before {
        content: "\25BC";
        margin: auto;
        position: fixed;
        bottom: -70px;
        left: calc(50% - 5px);
        opacity: .2;
        transition: .3s all;
    }

    .bottomGradient:hover:before {
        opacity: .8;
        color: var(--secondary-color);
    }

    .bottomGradient.bottomGradientHidden::before {
        opacity: 0;
    }

.selectNewMessage {
    font-weight: 100;
}

#btn_refresh {
    display: none;
}

/* User Info */

.userInfoContainer {
    background: white;
    font-size: 14px;
    text-align: left;
    width: auto;
    padding: 10px 20px 20px 20px;
    position: absolute;
    top: 10px;
    right: 62px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 999;
}

.userInfoContainer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/userInfoBackground.png);
    background-repeat: no-repeat;
    opacity: .1;
    overflow: hidden;
    background-size: 244px;
    pointer-events: none;
}

.userInfoHeader {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: -3px;
    margin-top: 10px;
    color: #f7941d;
}

.userInfoButton {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px !important;
    color: rgba(255, 255, 255, .1);
    cursor: pointer;
    transition: .3s fill ease;
    fill: #2f527f;
}

.userInfoButton:hover {
    fill: var(--secondary-color);
}

.closeUserInfo {
    position: absolute;
    top: 5px;
    right: 5px;
    fill: var(--primary-color-dark);
    user-select: none;
    cursor: pointer;
}

.btnStatus.disabled {
    pointer-events: none;
}

.kickoutDiv {
    padding: 20px;
    margin: 25px;
    background-color: #cb415b;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    color: white;
    font-size: 15px;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.loginButton {
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    background-color: #7892c2;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 1px 40px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

.loginButton:hover {
    background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    background-color: #476e9e;
}

.loginButton:active {
    position: relative;
    top: 1px;
}

</pre></body></html>