﻿

.bg-holiday {
    background-color: yellow;
}

.bg-bankholiday {
    background-color: lightyellow;
}

.bg-sick {
    background-color: cyan;
}

.bg-absence {
    background-color: magenta;
}

.bg-holidayrequest {
    background-color: orange;
}

.bg-holidaydeclined {
    background-color: coral;
}

.bg-rostershift {
    background-color: lightgreen
}

.bg-rest {
    background-color: white;
}

.bg-scheduledshift {
    background-color: lightgreen;
}

.bg-workshift {
    background-color: #33cc33;
}

.bg-lateness {
    background-color: red;
}

.bg-excludeshift {
    background-color: lightgray;
}

.bg-excludeactualshift {
    background-color: #b3b3b3;
}

.bg-accessdenied {
    background-color: red;
    color: white;
}

.employeeStatusIcon {
    font-size: 1.05em;
    color: #9d9d9d;
}

.employeeStatusColour-clockin {
    color: #5cb85c;
}

.employeeStatusColour-late {
    color: red;
}

.employeeStatusColour-holiday {
    color: yellow;
}

.employeeStatusColour-bankholiday {
    color: lightyellow;
}

.employeeStatusColour-sickness {
    color: cyan;
}

.employeeStatusColour-absence {
    color: magenta;
}

.employeeStatusColour-holidayrequested {
    color: orange;
}

.employeeStatusColour-holidaydeclined {
    color: coral;
}

.employeeStatusColour-severity1 {
    color: #d9534f;
}

.employeeStatusColour-severity2 {
    color: #ec971f;
}

.employeeStatusColour-severity3 {
    color: #ffc107;
}

.employeeStatusColour-unauthorisedovertime {
    color: darkgreen;
}

.employeeRecord-expired {
    color: red;
}

.employeeRecord-expiring30 {
    color: red;
}

.employeeRecord-expiring90 {
    color: orange;
}

.employeeRecord-valid {
    color: green;
}

.employeeImportErrors {
    color: red;
}

.recordImportErrors {
    color: red;
}

.bg-xeroNotSynced {
    background-color: red;
}

.bg-xeroSynced {
    background-color: green;
}



.btn-shiftswap {
    background-color: #434649;
    color: #FFFFFF;
}

.bg-payrun-closed {
    color: lightgray;
}

.bg-payrun-current {
    color: blue;
    font-weight: bold;
}

.bg-payrun-aftercurrent {
    color: lightgreen;
}

.bg-payrun-missingdates {
    color: red;
    font-weight: bold;
}

.bg-payment-pensionSacrifice {
    color: orange;
    font-weight: bold;
}

.bg-payment-mismatch {
    color: red;
    font-weight: bold;
}
.fc-variancePositive {
    color: red;
    font-weight: bold;
    text-align: right;
}

.fc-varianceNegative {
    color: red;
    font-weight: bold;
    text-align: right;
}
.budgetValues {
    font-weight: bold;
    text-align: right;
}

.budgetName {
    font-weight: bold;
}


/*Printing Tables*/
@media print {
    .fixed-table-body:has(> #attendanceTable) {
        overflow: visible !important;
        height: 100%;
    }

    .bootstrap-table .table {
        margin-bottom: 0 !important;
        border-bottom: 1px solid #dddddd;
        border-collapse: collapse !important;
        border-radius: 1px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .bootstrap-table .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .bootstrap-table .table thead > tr > th {
        padding: 0;
        margin: 0;
    }

    .fixed-table-container thead th {
        height: 0;
        padding: 0;
        margin: 0;
        border-left: 1px solid #dddddd;
    }

    .table th, .table td {
        vertical-align: middle;
        box-sizing: border-box;
    }

    .fixed-table-container tbody td {
        border-left: 1px solid #dddddd;
    }

        .fixed-table-container tbody td:first-child {
            border-left: none;
        }

    .bg-holiday {
        background-color: yellow !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-bankholiday {
        background-color: lightyellow !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-sick {
        background-color: cyan !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-absence {
        background-color: magenta !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-holidayrequest {
        background-color: orange !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-holidaydeclined {
        background-color: coral !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-rostershift {
        background-color: lightgreen !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-rest {
        background-color: white !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-scheduledshift {
        background-color: lightgreen !important;
       -webkit-print-color-adjust: exact !important;
    }

    .bg-workshift {
        background-color: #33cc33 !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-lateness {
        background-color: red !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-excludeshift {
        background-color: lightgray !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-excludeactualshift {
        background-color: #b3b3b3 !important;
        -webkit-print-color-adjust: exact !important;
    }

    .bg-accessdenied {
        background-color: red !important;
        color: white !important;
        -webkit-print-color-adjust: exact !important;
    }

    .opacity-disabled {
        opacity: 0.4 !important;
        pointer-events: none !important; 
        cursor: not-allowed !important;
    }
    .signatureFont {
        font-family: 'Segoe Script'
    }
}


