﻿.hide {
    display: none;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover, .ui-timepicker-list .ui-timepicker-selected:active {
    color: #000 !important;
}

.flex {
    display: flex;
}

.w-100px-flexnone {
    width: 100px !important;
    flex: none !important;
}

.v-align-top {
    vertical-align: top;
}

.upper-case {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.form-control.is-invalid2 {
    border-color: #dc3545;
}

.height-36px {
    height: 36px;
}

.new_password {
    margin-left: -28px;
    cursor: pointer;
    margin-top: 8px;
    color: #a09b9b;
    font-size: 19px;
}

.height-55px {
    height: 55px;
}

.ion-eye:before {
    content: "\f133" !important;
}

.clear-both {
    clear: both;
}

.accrual-level {
    position: relative;
}

.level-right-accrual {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.pad-tb5-8lr {
    padding: 5px 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.leave_asof_right {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 200px;
}

    .leave_asof_right span {
        padding-top: 8px;
        padding-right: 8px;
    }

    .leave_asof_right input {
        border-radius: 0.25rem !important;
    }

.leave_bal {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 36px !important;
}

body.highlight-is-active {
    pointer-events: none;
}

.highlight {
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, .8);
    position: relative;
    z-index: 10001;
    pointer-events: auto;
    transition: all 0.5s ease;
}

.highlight-leave > div {
    border: solid 0px #2aa;
    background: #b7dee4;
}

.highlight-leave .leave_bal {
    background-color: #b45f06;
}

.highlight-leave h5 {
    background: #b7dee4;
}

.text-black {
    color: #000000;
}

.note-for-late {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 300px;
}

.note-for-return {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 400px;
}

.w-80px {
    max-width: 80px;
}

.w-60px {
    max-width: 60px;
}

.min-height-42px {
    min-height: 42px;
}

td.selector {
    cursor: pointer;
    position: relative;
}

.custom-dropdown {
    position: absolute;
    background-color: white;
    z-index: 100;
    left: 2px;
    border-radius: 10px;
    height: 200px;
    overflow: scroll;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.custom-dropdown-option span {
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.dtfc-fixed-left {
    z-index: 100;
    background:#ffffff;
}

.shift_date {
    min-width: 110px;
    color: #fff;
}

.custom-control-input-success:checked ~ .custom-control-label-md::before {
    background-color: #0dcd94;
}

#EmployeeShift-table thead tr:first-child {
    display: none;
}

.shift_emp_select_chk {
    margin-left: 5px;
    margin-top: 4px;
}

.hr-check-all .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0dcd94;
    border-color: #0dcd94;
    box-shadow: none;
}

.hr-check-emp .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0dcd94;
    border-color: #0dcd94;
    box-shadow: none;
}

.dataTables_scrollHead {
    position: unset !important;
}

.custom-drp-shift-all {
    position: absolute;
    background-color: white;
    z-index: 999;
    left: 142px;
    border-radius: 10px;
    height: 200px;
    overflow: scroll;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 13%);
    cursor: pointer;
}

.select-shift-all {
    cursor: pointer;
    vertical-align: text-bottom;
}

    .select-shift-all span {
        padding: 7px
    }

.punch_camera {
    padding: 2% 10%;
}

#camera {
    width: 330px !important;
    height: 230px !important;
    /*border-radius: 15px;*/
}

    #camera video {
        /* border-radius: 15px;*/
        /* border: 4px solid hotpink;*/
    }

.div_camera_icon {
    padding-left: 20px;
    position: relative;
}

    .div_camera_icon i.camera_click {
        position: absolute;
        top: 100px;
        font-size: 30px;
        color: #00B0F6;
        cursor: pointer;
    }

    .div_camera_icon i.camera_clicked {
        position: absolute;
        top: 85px;
        font-size: 30px;
        color: #0dcd94;
        cursor: pointer;
    }

    .div_camera_icon i.camera_repeat {
        position: absolute;
        top: 125px;
        font-size: 30px;
        color: #fe7f00;
        cursor: pointer;
    }

.stage-right-approval {
    position: absolute;
    bottom: 60px;
    right: 34px;
}

.approval-heading {
    font-size: 18px;
    font-weight: bold;
}

.in-out-labels2 {
    width: 90%;
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
    margin-top: 10px;
}

.text-theme {
    color: #343D46;
}

.btn-theme, .btn-theme:hover {
    background-color: #343D46;
    color: #ffffff;
}

.att-img-div {
    padding: 5px;
    position:relative;
}

    .att-img-div img {
        border-radius: 5px;
        border: solid 1px #ccc;
        cursor: pointer;
        transition: 0.5s all ease-in-out;
    }

    .att-img-div .in-time {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 4px;
        font-size: 10px;
    }

    .att-img-div .out-time {
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 4px;
        font-size: 10px;
    }

    .att-img-div img:hover {
        transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.attnd_payroll_status {
    width: 65px;
    text-align: center;
    border-bottom: solid 2px;
    height: 35px;
    display: block;
    font-size:16px;
    font-weight:500;
    line-height:29px;
}
.attnd-payroll-label {
    margin-left: 15px;
    border-left: solid 3px;
    padding: 0px 5px;
}


.attnd_payroll_present {
    border-bottom-color: #0dcd94;
}
.attnd_payroll_present_status {
    border-left-color: #0dcd94;
}

.attnd_payroll_present_with_exclude {
    border-bottom-color: #279a77;
}
.attnd_payroll_present_with_exclude_status {
    border-left-color: #279a77;
}

.attnd_payroll_absent {
    border-bottom-color: #dc3545;
}
.attnd_payroll_absent_status {
    border-left-color: #dc3545;
}

.attnd_payroll_weekoff_absent {
    border-bottom-color: #f8172c;
}

.attnd_payroll_present_unapproved {
    border-bottom-color: #f2b21b;
}
.attnd_payroll_present_unapproved_status {
    border-left-color: #f2b21b;
}

.attnd_payroll_paidleave {
    border-bottom-color: #2aa;
}
.attnd_payroll_holiday {
    border-bottom-color: #16b7f5;
}
.attnd_payroll_holiday_status {
    border-left-color: #16b7f5;
}

.attnd_payroll_holiday_present {
    background-color: #0dcd94;
}
.attnd_payroll_weekoff_present {
    background-color: #0dcd94;
}

.attnd_payroll_weekoff {
    border-bottom-color: #ebb998;
}
.attnd_payroll_weekoff_status {
    border-left-color: #ebb998;
}

.attnd_payroll_unpaidleave {
    border-bottom-color: #e81327;
}
.attnd_payroll_unpaidleave_status {
    border-left-color: #e81327;
}

.attnd_payroll_halfpaidleave {
    border-bottom-color: #b45f06;
}
.bg-attnd_payroll_unpaid_exists {
    background: #f0bcbc;
    font-weight:500;
}
.bg-attnd_payroll_unpaid_zero {
    background: #cfeab3;
    font-weight: 500;
}

.na-stripe {
    background: #b98c5c;
}

.wo-stripe {
    background: repeating-linear-gradient( 45deg, white, white 10px, #f6eded 10px, #f6eded 11px );
}

.hr-absent-emp .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}

.payroll_attnd_status_outer {
    position: absolute;
    bottom: 25px;
    right: 25px;
}