
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 999999;
}

.skip-link:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background: #fff;
    color: #000;
    text-decoration: underline;
    overflow: visible;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
.select2-results__option--highlighted[aria-selected]{
background-color: #0DA8EE;
}

.form-control
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.input-validation-error {
    border: 1px solid #e80c4d;
}

.width-50 {
    width: 50px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.padding-5 {
    padding: 5px 5px 5px 5px;
}

.padding-10 {
    padding-top: 10px 10px 10px 10px;
}

.padding-20 {
    padding: 20px 20px 20px 20px;
}


.panel-actions {
    margin-top: -20px;
    margin-bottom: 0;
    text-align: right;
}

    .panel-actions a {
        color: #333;
    }

.panel-fullscreen {
    display: block;
    z-index: 99999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.modal-xlg {
    width: 90%;
}
.hideItem {
    display: none;
}

.text-bold {
    font-weight: bold;
}

.modal-full {
    min-width: 90%;
   
}

.modal-full .modal-content {
    min-height: 100vh;
}

.col-form-label_alt {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}

#tblTimesheetDetail td {
    border: 1px solid #E3EAEF;
}

.card-header h4 {
    font-weight: bold;
    color: #9B2401;
}

hr {
    border-top: 1px dashed black;
}

.blue-important-box {
    font-size: 15.5px;   
    color: #1A4E7D;
    background-color: #E7F1FA;
    border-color: #97C2EA;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;

}

.orange-important-box {
    font-size: 15.5px;
    color: #000000;
    background-color: #FFD580;
    border-color: #97C2EA;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.card-info-custom {
    color: #1A4E7D;
    background-color: #E7F1FA;
    border-color: #97C2EA;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    margin: auto;
}
/*
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}*/
.card-header-bg {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    font-weight: bold;
    font-size: 1rem;
    border-radius: 0.55rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-header-inner {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-weight: bold;
    font-size: 1rem;
}
@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }

    .Timecards {
        display: block;
        border: 1px solid white;
        height: 99%;
        page-break-after: always;
        page-break-before: avoid;
    }
    .modal-body {
        background-color: white;
    
    }
    .no-show-on-print {
        display: none !important;
    }
    .no-padding-on-print {
        padding: 0 !important;
    }
    .no-margin-on-print {
        margin: 0 !important;
    }
    .header-logo {
        height: 45px !important
    }
}


.important-box {
    font-size: 15.5px;
}

.large_icon {
    font-size: 32pt;
}

.medium_icon {
    font-size: 15pt;
}


.custom-input-append-icon {
    margin-left: -35px;
    z-index: 100;
}

.input-time-entered {
    /*border: 1px solid green;*/
    background-color: #add8e6;
    color: black;
}

.clear-input-icon {
    color: #888888;
}

#tblQRCodeScanned_filter.dataTables_filter, 
#tblUserPunchInOut_filter.dataTables_filter {
    display: none;
}

.requiredField {
    border: 1px solid #e80c4d;
}

.select-disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.bg-dark-yellow {
    background-color: #f2cb1d !important;
    color: #fff
}
.bg-dark-yellow:hover {
    background-color: #f2cb1d !important;
    color: #fff
}

.qr-font-message {
    font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    color: rgba(0,0,0,.65);
    font-size: 1.1rem;
}
.qr-font-small {
    font-size: .85rem;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 10px;
}
.showdot {
    display: block;
    display: -webkit-box;
    width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-loader,
.custom-loader:before,
.custom-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.custom-loader {
    color: #000000;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .custom-loader:before,
    .custom-loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .custom-loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .custom-loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -4px;
    left: 10px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
    }

input:checked + .slider {
    background-color: #2196F3;
}
input:disabled + .slider {
    background-color: #aac1d3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input[type="checkbox"][disabled][checked] + .slider {
    background-color: #8ac1ed;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 89%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }


        .more_info {
            border-bottom: 1px dotted;
            position: relative;
        }

        .more_info .title {
            position: absolute;
            top: 20px;
            background: #fff;
            padding: 4px;
            left: 0;
            white-space: nowrap;
            color: black;
            font: 12px tahoma;
            border: 1px solid black;
        }


@media (max-width: 600px){
    .navbar {
        margin-left: 0;
        margin-right: 5px;
    }

    .main-content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.MuiDataGrid-columnHeader.no-transform .MuiDataGrid-columnHeaderTitle{
  text-transform: none !important;
}