body {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../materials/wallpaper.jpg');

    background-position: bottom;
    min-height: 100vh;

}

.vid-container {
    position: relative;
    width: 260px;
    max-height: 346.67px;
}

.vid-center {
    position: absolute;
    top: 0;
    left: 0;
}

.label-center {
    position: absolute;
    top: 0;
    padding: 10px;
    /* bottom:0; */
    left: 0;
}



#inputVideo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 260px;
    max-height: 346.67px;
}

.facePlaceholder {
    width: 260px;
    max-height: 346.67px;
}

.camera-container {
    width: 260px;
    max-height: 346.67px;
}

.punch-container {
    height: 640px;
    width: 480px;
    display: none;
}

.timein-container {
    height: 640px;
    width: 480px;
    display: none;
}

.imgPunch {
    max-width: 40px;
}


#lblInstruct {
    z-index: 99999;
    color: rgb(255, 255, 255);
    font-size: 0.8em;
}


#div-timekeep-container {
    display: none;
}

.logo {
    max-height: 40px;
}

.dp-top-border {
    border-top: solid 1px #eeeeee;
}

.float {
    position: fixed;
    width: 180px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: rgb(255, 255, 255);
    color: black;
    text-align: center;
    border-radius: 15px;
    border: solid 1px #a7a7a7;
}

.float:hover {
    border: solid 1px #3a3a3a;
}

.my-float {
    margin-top: 22px;
}

#photoContainer {
    /* background-position: center; */
    /* -webkit-animation: slide 3s linear; */
}

/* @-webkit-keyframes slide {
    from { background-position: 0 -110px; }
    to { background-position: 0 -160px; }
} */

.punch-in-button {
    background-color: #463557;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    font-size: 0.9em;
    font-family: 'Source Sans Pro SemiBold';
    color: #ffffff;
    width: 125px;
    height: 60px;
    align-content: center;
    border: none;
}

.punch-out-button {
    background-color: #4cbed8;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    font-size: 0.9em;
    font-family: 'Source Sans Pro SemiBold';
    color: #ffffff;
    width: 125px;
    height: 60px;
    align-content: center;
    border: none;
}

.inquiry-button {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #463557;
    /* January 04 2024 - update color */
    cursor: pointer;
    font-size: 0.9em;
    font-family: 'Source Sans Pro SemiBold';
    color: #000;
    width: 125px;
    height: 35px;
    justify-content: space-evenly;

}

.sign-out-button {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #4cbed8;
    /* January 04 2024 - update color */
    cursor: pointer;
    font-size: 0.9em;
    font-family: 'Source Sans Pro SemiBold';
    color: #000;
    width: 125px;
    height: 35px;
    justify-content: space-evenly;
}

/* January 09 2024 - added css for accuracy */
.accuracyClassNotAccepted {
    color: white;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgb(231, 8, 8);
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 16px;
}

.accuracyClassAccepted {
    color: white;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgb(8, 231, 60);
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 16px;
}

.accuracyClassNotAcceptedDiv {
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 13px;
}

.accuracyClassAcceptedDiv {
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 13px;
}

/* January 09 2024 - end of update */

.workarea {
    max-width: 480px;
    align-items: center;
    background-color: green;
}

.clock {
    font-size: 2.0em;
    font-family: "Source Sans Pro SemiBold";
    color: #ffffff;
    line-height: normal;
}

.date {
    font-size: 1.0em;
    font-family: "Source Sans Pro light";
    color: #ffffff;
    /* line-height: .1; */
}

.date-clock {
    float: right;

}

.header {
    padding: 20px;
}



.btn-primary {
    border: 1px #175973 solid;
    color: #175973;
    background-color: #ffffff;
    width: 100px;
    margin-top: -5px;
    margin-right: 10px;
    font-size: 0.8em;
    float: right;
}

.btn-primary:hover {

    border: 1px #175973 solid;
    color: #ffffff;
    background-color: #175973;
}

.footer {
    padding: 10px;

}

.dp-overlay {
    background-color: #ffffff;
    opacity: .85;
    display: block
}

.punch-in-out-text {
    font-size: 2.6em;
    font-family: 'Source Sans Pro light';
    color: #333333;
    line-height: .78
}


.name-text-formatting {
    font-size: 1.0em;
    font-family: 'Source Sans Pro SemiBold';
    color: #004a73;
    line-height: 1.4
}

.punch-out-text-formatting {
    font-size: 1.6em;
    font-family: 'Source Sans Pro SemiBold';
    color: #cc6633;
    line-height: 1.4
}

/* March 2023: added style for iButton from dtrs_saas_main.html */
.iButton {
    position: absolute;
    top: 9%;
    right: 42.5%;
}

/* January 10 2024 - added css */
.faceImage {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: green;
    padding: 2px;
}

#locationImage {  
    display: block; 
}

.gpsIcon {
    width: 30px;
    height: 30%;   
}

.gpsText {
    color: #000000;
    font-weight: 500; 
    font-size: 12px;
    text-align: center;
}

.iButton1 {
    display: flex;
    justify-content: right;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    margin-bottom: 2px;
}

.faceImage2Guide {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 13px;
    background-color: white;
    margin-top: -20px;
}

.profileText {
    font-size: 20px;
    font-weight: bold;
}

.infoFullName {
    text-align: left;
    color: #463557;
    font-weight: bold;
}

.infoName {
    text-align: left;
    color: #38b9dc;
    font-size: 20px;
    margin-top: -10px;
}

.infoCompanyCode {
    text-align: left;
    color: #463557;
    font-weight: bold;
}

.infoCompCode {
    text-align: left;
    color: #38b9dc;
    font-size: 20px;
    margin-top: -10px;
}

.infoEmployeeID {
    text-align: left;
    color: #463557;
    font-weight: bold;
}

.infoEmpID {
    text-align: left;
    color: #38b9dc;
    font-size: 20px;
    margin-top: -10px;
}

.backButton {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 100px;
    height: 50px;
    color: white;
    border: none;
    background-color: #463557;
    margin-bottom: 20px;
}

/* January 10 2024 - end of update */

.tableGuideline {
    margin-left: auto;
    margin-right: auto;
}

.modelGuideline {
    width: 70%;
    height: 70%;
}

.infoGuideline {
    width: 120px;
}

/* December 21, 2023 */
.icon-danger {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: red;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 16px;
    margin-left: 5px;
}


/* January 04 2024 - for loading css */
.preload-image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8)
}

.preload-gif {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}

.please-wait {
    font-size: 12;
    color: white;
    font-weight: bold;
    display: block;
    position: relative;
    top: 52%;
    text-align: center;
}

.loading-message {
    font-size: 12;
    color: white;
    font-weight: bold;
    display: block;
    position: relative;
    top: 51%;
    text-align: center;
}

/* January 04 2024 - end of update */


/* December 21, 2023 */
.icon-accepted {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgb(8, 231, 60);
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 16px;
    margin-left: 5px;
}

.rowGuideline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-content: center;
    align-items: center;
}

.modelData {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    justify-content: center;
    width: 30%;
}

.infoData {
    text-align: center;
    padding: 5px;
    width: 100%;
    justify-content: center;
    color: #483759;
    font-size: 12px;
    font-weight: bold;
}


/* tbody.guidelineBody
{
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    height: 400px;
} */
.infoModalClass {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* March 2023: end of update */

@media (max-width: 768px) {

    .header-left {
        text-align: center;
        padding: 10px;
    }

    .header-right .date-clock {
        text-align: center;
        float: none;
    }

    .footer {
        font-size: 0.6em;
    }

    /* March 2023: added style for iButton from dtrs_saas_main.html */
    .iButton {
        position: absolute;
        top: 5%;
        right: 5%;
    }

    /* January 10 2024 - added css */
    .iButton1 {
        position: absolute;
        top: 7%;
        right: 5%;
    }

    /* January 10 2024 - end of update */

    .modelGuideline {
        width: 90%;
        height: 90%;
    }

    .infoModalClass {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* March 2023: end of update */
}

/* May 2023: scrollable logs */
table.recorded-logs,
tr.recorded-logs td.recorded-logs {
    border: 1px;
}


tbody.recorded-logs {
    display: block;
    height: 300px;
    overflow: auto;
}

thead.recorded-logs,
tbody.recorded-logs tr.recorded-logs {
    display: table;
    width: 100%;
    table-layout: fixed;
}

thead.recorded-logs {
    width: calc(100%)
}

table.recorded-logs {
    width: 450px;
}

@media (max-width: 768px) {

    thead.recorded-logs,
    tbody.recorded-logs tr.recorded-logs {
        display: table;
        width: 72%;
        table-layout: fixed;
    }
}

/* May 2023: end of update */