﻿.disabledControl {
    pointer-events: none;
    opacity: 0.4;
}

.rightGroup {
    position: fixed;
    top: 55px;
    right: 10px;
    z-index: 10047;
}

.edit-overlay {
    background-color: #FFF;
    display: none;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 10047;
    overflow: scroll;
}

.edit-overlay-select {
    background-color: #FFF;
    display: none;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 10047;
    overflow: scroll;
    padding: 5px;
}

.full-overlay {
    background-color: #FFF;
    display: none;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1050;
    overflow: scroll;
    padding-top: 50px;
}

body.sweet-alert {
    overflow: visible;
}

.p-panel-results {
    margin: 5px;
    border: 4px solid #f7f7fa;
    padding: 10px 0px;
    border-radius: 4px;
    min-height: 50px;
    width: 100%;
}

.p-input-icon-input {
    padding-left: 2.9rem;
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    color: #575962;
    border-radius: 5px;
}

    .p-input-icon-input:focus {
        border-color: #73879C;
    }

.p-input-icon {
    left: 0;
    font-size: 16px;
    position: absolute;
    height: 100%;
    display: inline-block;
    text-align: center;
    top: 0;
    width: 2.9rem;
}

    .p-input-icon span {
        text-align: center;
    }

        .p-input-icon span i {
            vertical-align: middle;
            text-align: center;
            line-height: 0;
            padding-top: 8px;
            padding-left: 9px;
        }


/* RESULT BOX */

.p-result-item {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebedf2;
    cursor: pointer;
    padding: 3px;
    padding-top: 5px;
    padding-left: 8px;
    box-shadow: 1px 1px 1px #888888;
    border-left: solid 2px #1ABB9C;
    margin-bottom: 3px;
}

    .p-result-item:hover, .tdEmployeeSummary:hover {
        background-color: #ebedf2;
        border-right: solid 3px #1ABB9C;
    }

.p-result-heading {
    line-height: 12px;
    font-weight: bold;
    font-size: 12px;
    height: 14px;
    font-weight: 600;
}

.p-result-description {
    line-height: 16px;
    font-weight: bold;
    padding-left: 15px;
    font-size: 1.2rem;
    font-weight: 300;
}

/* SELECT LIST */

.p-select-list-item {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ebedf2;
    cursor: pointer;
    padding: 3px 10px;
    padding-top: 8px;
    box-shadow: 1px 1px 2px #888888;
    border-left: solid 3px #1ABB9C;
    margin-bottom: 5px;
    clear: both;
}

    .p-select-list-item:hover {
        background-color: #ebedf2;
        border-right: solid 3px #1ABB9C;
    }

.p-select-list-item-checkbox {
    float: left;
    width: 50px;
    padding-top: 5px;
}

.p-select-list-item-description {
    float: left;
    font-weight: bold;
    line-height: 33px;
}

/* INFO BLOCK */
.p-info-block-header {
    display: table;
    width: 100%;
}

.p-info-block-icon-container {
    padding-top: 10px;
    width: 36px;
    display: table-cell;
}

.p-info-block-icon {
    display: table-cell;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    text-align: center;
    vertical-align: middle;
}

    .p-info-block-icon i {
        font-size: 20px;
    }

.p-info-block-heading-container {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.p-info-block-heading {
    font-size: 14px;
    font-weight: 600;
    padding-left: 22px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
}

.p-info-block-status {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    font-weight: 600;
}

.p-info-block-subtext {
    display: table-cell;
    text-align: left;
    padding-left: 30px;
    font-size: 11px;
    font-weight: 400;
}

.p-info-block-description {
    clear: both;
    border: 4px solid #f7f7fa;
    padding: 10px 10px;
    margin: 5px;
}

.p-info-success {
    color: #26B99A;
}

.p-info-danger {
    color: #d9534f;
}

.p-info-warning {
    color: #f0ad4e;
}

.p-info-primary {
    color: #1A82C3;
}


#divSumInfo {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 10px !important;
    font-weight: bold;
    line-height: 50px;
    height: 55px;
    width: 90%;
    background-color: #364150;
    color: white;
    padding: 5px;
    border: solid 1px #95A5A6;
}

    #divSumInfo td {
        font-size: 1.8em !important;
    }

.spTimeTotal {
    color: #ed6b75;
}

.sbUserButton:hover {
    background-color: #e5e5e5 !important;
    color: #21282e !important;
}

.page-title span {
    padding-left: 5px;
}

#PDFViewer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #FFF;
    z-index: 9999999;
}

#PDFViewerController {
    width: 100%;
    position: fixed;
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    border: solid 1px gray;
    background-color: #6F86A3;
    z-index: 9999999;
    text-align: center;
}

#PDFViewerContent {
    width: 100%;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DFE8F2;
    z-index: 9999998;
}

#PDFViewerLoading {
    width: 100%;
    position: absolute;
    margin-top: 65px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DFE8F2;
    z-index: 9999999;
}

#iPDF {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #FFF;
    z-index: 9999999;
}

.value-label {
    padding-top: 9px;
    font-weight: 800;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}


.repRed {
    background-color: #FFEDED;
}

.repGreen {
    background-color: #EDFFF3;
}

/*.col-lg-4:nth-child(4n) {
    clear: left;
}

.col-md-4:nth-child(4n) {
    clear: left;
}*/

/* BUSY */
.page-busy {
    clear: both;
    margin: 20px auto 10px auto;
    width: 100%;
    max-width: 350px;
}

    .page-busy .page-logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .page-busy .page-body {
        width: 100%;
        background-color: #3a4554;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        border-width: 3px;
        border-style: solid;
        border-image: linear-gradient( to bottom, #36c6d3, rgba(0, 0, 0, 0) ) 1 100%;
    }

.busy-head {
    display: bbusy;
    background-color: #323d4b;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: 400;
    color: #4db3a5;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.busy-body {
    display: bbusy;
    margin: 2px;
    overflow: hidden;
    padding-left: 5px;
}

.busy-avatar {
    margin-top: 2px;
    height: 48px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.busy-form {
    left: 15px;
    position: relative;
    margin-right: 25px;
}

    .busy-form h4 {
        margin-top: 2px;
        color: #dbe2ea;
        font-size: 12px;
        font-weight: 400;
    }

    .busy-form .form-group {
        margin-top: 5px;
    }

        .busy-form .form-group .form-control {
            background-color: #303a48;
            border: none;
            color: #697687;
        }

            .busy-form .form-group .form-control::-moz-placeholder {
                color: #556376;
                opacity: 1;
            }

            .busy-form .form-group .form-control:-ms-input-placeholder {
                color: #556376;
            }

            .busy-form .form-group .form-control::-webkit-input-placeholder {
                color: #556376;
            }

            .busy-form .form-group .form-control:focus {
                background-color: #2b3542;
            }

    .busy-form .form-actions {
        margin-top: 2px;
    }

        .busy-form .form-actions .btn {
            width: 100%;
            font-weight: 600;
            padding: 2px;
        }

.busy-bottom {
    display: bbusy;
    background-color: #323d4b;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .busy-bottom a {
        font-size: 12px;
        font-weight: 400;
        color: #638cac;
    }

        .busy-bottom a:hover {
            color: #7ba2c0;
        }

.page-footer-custom {
    text-align: center;
    padding-top: 5px;
    color: #5f6e83;
}

@media (max-width: 768px) {
    .page-busy {
        margin: 30px auto;
        width: 200px;
    }

    .busy-body {
        margin: 0px;
        margin-right: 10px;
    }

    .page-busy .page-body {
        margin-top: 30px;
    }

    .busy-avatar {
        margin-top: 20px;
    }

    .busy-avatar-bbusy {
        display: bbusy;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .busy-form {
        padding-left: 5px;
        padding-right: 5px;
    }

        .busy-form h4 {
            font-size: 14px;
            text-align: center;
        }

        .busy-form .form-group .form-control {
            padding: 10px 10px;
        }

        .busy-form .form-actions .btn {
            width: 100%;
            margin-bottom: 20px;
        }
}

#divScannerBox {
    border: solid 1px gray;
    padding: 5px;
    width: 94px;
}

.txtInputFile {
    cursor: pointer;
}

.bodyDark {
    background-color: #2b3643;
}

.bodyLight {
    background-color: #F7F7F7;
}

.tdTESmall {
    padding: 2px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    vertical-align: central;
}

.tdHTESmall {
    padding: 2px !important;
    padding-left: 15px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.hScannerHeading {
    font-size: 16px !important;
    width: 100% !important;
    line-height: 33px;
}

.divScanDSStat {
    margin-bottom: 5px !important;
}

.floating-menu {
    font-family: sans-serif;
    background: #3598dc;
    padding: 5px;
    width: 130px;
    z-index: 100;
    right: 0;
    top: 200px;
    position: fixed;
}

    .floating-menu a,
    .floating-menu h3 {
        font-size: 0.9em;
        display: block;
        margin: 0 0.5em;
        color: white;
    }

.table-header-rotated {
    border-collapse: collapse;
}

.csstransforms .table-header-rotated td {
    width: 30px;
}

.no-csstransforms .table-header-rotated th {
    padding: 5px 10px;
}

.table-header-rotated td {
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.csstransforms .table-header-rotated th.rotate {
    height: 140px;
    white-space: nowrap;
}

    .csstransforms .table-header-rotated th.rotate > div {
        -webkit-transform: translate(25px, 51px) rotate(315deg);
        transform: translate(25px, 51px) rotate(315deg);
        width: 30px;
    }

        .csstransforms .table-header-rotated th.rotate > div > span {
            border-bottom: 1px solid #ccc;
            padding: 5px 10px;
        }

.table-header-rotated th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}

.tdMatrix {
    border: 1px solid #ccc;
    min-width: 50px;
}

.tdWellness {
    line-height: 32px !important;
}

.calculator {
    position: fixed;
    right: 100px;
    bottom: 0;
    margin: 1em auto;
    padding: 3px;
    display: block-inline;
    width: 220px;
    background-color: #364150;
    border-radius: 25px;
    box-shadow: 3px 3px 5px 1px #111;
    font-family: 'Oxygen';
}

.calc-row {
    text-align: center;
}

.clockcalculator .calc-row {
    text-align: center;
    color: #eee;
}

    .clockcalculator .calc-row input {
        color: #444;
        border: 0px;
        box-shadow: none;
        text-align: center;
    }

.calc-row div.calcformula {
    font-family: Droid Sans Mono;
    display: table;
    width: 85%;
    text-align: center;
    font-size: 1em;
    min-height: 2.2em;
    margin-left: 0.9em;
    padding-right: 0.5em;
    border: 1px solid #888;
    color: #333;
}

.calc-row div.calcscreen {
    font-family: Droid Sans Mono;
    display: table;
    width: 85%;
    background-color: #aaa;
    text-align: right;
    font-size: 2em;
    min-height: 1.9em;
    margin-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #888;
    color: #333;
}

.calc-row div {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #555;
    background-color: #eee;
    padding: 5px 0;
    margin: 3px 2px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 1px #222;
    width: 30px;
}

.calc-row .calcnone {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: 0px !important;
    background-color: #364150 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 5px 0;
    margin: 3px 2px;
    width: 30px;
}


.calc-row div.zero {
    width: 65px;
}

.calc-row div.zero {
    margin-right: 5px;
}


.clockcalculator {
    position: fixed;
    right: 100px;
    bottom: 0;
    margin: 1em auto;
    padding: 3px;
    display: block-inline;
    width: 220px;
    background-color: #364150;
    border-radius: 25px;
    box-shadow: 3px 3px 5px 1px #111;
    font-family: 'Oxygen';
}

.clockwaiting {
    background-color: #777 !important;
    color: #eee !important;
}

.clockactive {
    background-color: #eee !important;
    color: #777 !important;
}


.divSCCommand {
    height: 40px;
    margin-bottom: 5px;
}

.iScanIcon {
    float: left;
    right: 40px;
    top: 25px;
    padding: 5px;
    padding-top: 13px;
}

.spScanNumber {
    width: 100% !important;
}

.spHeadingBlock {
    padding: 5px !important;
    font-size: 14px;
    height: 38px;
    line-height: 30px;
}

.divScanner_Icon {
    float: left;
}

.scHeading {
    float: left;
    height: 36px;
}

.iScanIcon i {
    font-size: 24px;
    color: white;
}

.scStatus {
    float: left;
}

.divSCButton {
    float: right;
}

.inweekend {
    background-color: #FFFAE6;
}

.outweekend {
    background-color: #EDFDFF;
}

.faDept {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.faExpand {
    margin-top: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.faDeptCb {
    width: 16px;
    height: 16px;
    display: block;
}

.clickable {
    cursor: pointer;
}

.slList {
    width: 3000px;
    border: solid 1px gray;
    margin: 5px;
    background-color: #eef1f5;
}

.slItem {
    float: left;
    min-height: 40px;
}

.lsName {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    float: left;
    width: 300px;
    border: solid 1px #E3E3E3;
    font-size: 11px;
    min-height: 40px;
    background-color: #eef1f5;
}

.lsItems {
    min-height: 40px;
    width: 3000px;
    left: 330px;
    margin-left: 330px;
}

.lsItem {
    float: left;
    border: solid 1px #E3E3E3;
    padding: 3px;
    min-height: 40px;
    min-width: 25px;
    text-align: center;
}

.lsHeading {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    background-color: #eef1f5;
}

.lsHeadingDays {
    width: 175px;
    text-align: center;
    font-weight: bold;
}

.lsHItem {
    text-align: center;
    font-weight: bold;
}

.lsShort {
    width: 70px;
}

.lsDate {
    width: 140px;
}

.lsTime {
    width: 110px;
}

.lsDoubleTimeHeading {
    width: 220px;
}

.lsDropDown {
    width: 150px;
}

.lsIShort {
    width: 50px;
}

.lsIDouble {
    width: 100px;
}

.ls250 {
    width: 250px;
}

.ls270 {
    width: 270px;
}

.ls300 {
    width: 300px;
}


.bg-yellow-gold-light {
    background: #FFE1BF !important;
}

.bg-yellow-gold-dark {
    background: #FFC88A !important;
}

.lightblue {
    background-color: #EDEEFF;
}


.topsticky {
    padding-top: 5px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    background-color: white;
}

.leftsticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    left: 0;
    background-color: white;
}

.ulShield {
    cursor: pointer;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    padding-right: 10px;
    background-color: #67809F;
}

    .ulShield:hover {
        background-color: #2b3643;
    }

.imgTopShield {
    max-width: 35px;
    padding-top: 7px;
}

.spShieldText {
    color: white;
    line-height: 50px;
    font-size: 11px;
}

.jstree-clicked {
    background-color: #F7F7F7 !important;
}

.topstickyclean {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1400;
}

.topstickycontent {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    z-index: 1000;
    background-color: #eef1f5;
}

.leftstickyClean {
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    left: 0 !important;
    float: left;
}

.leftstickyBG {
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    left: 0 !important;
    float: left;
    background-color: #eef1f5 !important;
}

.tdCompareShiftHeading {
    padding: 10px;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center;
}

.tdCompareHeading {
    padding: 5px;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center;
}

.page-wrapper2 {
    background-color: #eef1f5;
}


/* Adv Shift Edit */

.tdAdvShH1 {
    font-size: 20px !important;
    font-weight: none !important;
    text-align: center;
}

.tdAdvShH2 {
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center;
}

.tdAdvShGroup {
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px !important;
    text-align: left;
}

.tdAdvShBorder {
    border: 1px solid #555555 !important;
}

.tdCompareField {
    text-align: center;
    line-height: 33px !important;
}

.tdAdvShFieldTitle {
    height: 43px !important;
    padding: 4px;
    min-width: 200px !important;
    z-index: 10000;
}

.faAdvShCollapse {
    cursor: pointer;
}

.divBulkActions {
    margin-left: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    display: none;
    background-color: #eef1f5;
    border: 1px groove lightgray;
    padding: 5px;
    border-radius: 4px;
    z-index: 90000;
}

.borderless td, .borderless th {
    border: none !important;
}

.divRosterItem {
    padding: 5px;
    border: solid 1px lightgray;
    border-radius: 15px !important;
    margin-bottom: 5px;
    min-width: 100px;
    text-align: center;
}

.divMonitorBox {
    float: left;
    width: 50%;
    border: solid 2px;
    padding: 10px;
}

.BoxIn {
}

.BoxOut {
}

.sPage {
    cursor: pointer;
    padding: 3px;
    border: solid 1px gray;
    color: gray;
}

.sPageSelected {
    border: solid 1px red;
    color: red;
}


.grEditPanelForm .form-group {
    margin-bottom: 9px !important;
}

    .grEditPanelForm .form-group .control-label {
        font-size: 12px;
    }


#divHelpContainer {
    position: fixed;
    width: 100%;
    border: groove 1px gray;
    z-index: 9999999;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    display: none;
    overflow: scroll;
}

.divHelpHeading, #divArticleButtonTop {
    text-align: center;
}

#divArticleContent {
    padding: 15px;
}

#liHelpToggler .dropdown-toggle li i:before {
    content: "empty" !important;
}

.yellow-edit-timeentries {
    background-color: #E1DDAE;
    color: #262626;
}

.blue-edit-timeentries {
    background-color: #B3DBFC;
    color: #262626;
}

.yellow-locked-timeentries {
    background-color: #E0D87E;
    color: #262626;
}

.blue-locked-timeentries {
    background-color: #89C9FE;
    color: #262626;
}

.trExcludeCSVExport th {
    font-size: 12px !important;
    font-weight: bold !important;
}

#divTimeData td {
    border-color: #C7C7C7 !important;
}

.aShiftLinkTimes {
    color: #00338C;
}

.tdRedBackground {
    background-color: #FEDCDC !important;
}

.tdBlueBackground {
    background-color: #A4CEF3 !important;
}

.fntRoundingTimeEntry {
    color: #2C726E;
}

#divTempMapObject {
    width: 100%;
    height: 600px;
    border: solid 3px #364150;
    overflow: hidden;
    background-color: white !important;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
}

.noscroll {
    overflow: hidden;
}

.divConvertToLink {
    color: #00338C;
}

.tCenter {
    text-align: center;
}

.reportDisplay {
    background-color: white !important;
    padding: 5px;
    border: groove 1px gray;
}

/*.mt-list-item:hover {
    background-color: #e6e6e6;
}*/
.list-item-content:hover {
    background-color: #e6e6e6;
}

.divDashList .list-item-content {
    cursor: pointer;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 500px !important;
}

.imgStart {
    cursor: pointer;
}

    .imgStart:hover {
        border: solid 1px gray;
    }

.divSummaryItem {
    width: 100%;
    mnin-height: 30px;
    border: 1px solid #ebedf2;
    padding: 3px;
    padding-top: 5px;
    padding-left: 8px;
    box-shadow: 1px 1px 1px #888888;
    margin-bottom: 3px;
}


.imgPulse {
    border-radius: 50%;
    margin: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.TB_H {
    font-size: 14px;
    font-weight: bold;
}

    .TB_H td {
        font-size: 14px;
        font-weight: bold;
    }

.TD_TopRow {
    border-top: 2px solid black !important;
}

.TD_Bold {
    font-weight: bold !important;
}

.AColumn {
    background-color: #F3DEB3;
}

.TD_Yel {
    background-color: #F3DEB3 !important;
}

.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.TH_B {
    background-color: #E5E5E5 !important;
}

.btnDash {
    cursor: pointer;
    border-radius: 25px;
    border: dotted 2px gray;
    margin-bottom: 5px;
    padding: 3px;
}

    .btnDash:hover {
        border: solid 3px #36c6d3;
    }

.btnDashBlock {
    text-align: center;
}

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}

.multiselect-container label {
    padding: 3px 20px 3px 40px !important;
}
/*.multiselect-container li{
    margin-left: 25px !important;
}

    .multiselect-container li a {
        padding-left: 0px !important;
    }*/

@-webkit-keyframes invalid {
    from {
        background-color: #E08283;
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes invalid {
    from {
        background-color: #E08283;
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes invalid {
    from {
        background-color: #E08283;
    }

    to {
        background-color: inherit;
    }
}

@keyframes invalid {
    from {
        background-color: #E08283;
    }

    to {
        background-color: inherit;
    }
}

.invalid {
    -webkit-animation: invalid 1s infinite; /* Safari 4+ */
    -moz-animation: invalid 1s infinite; /* Fx 5+ */
    -o-animation: invalid 1s infinite; /* Opera 12+ */
    animation: invalid 1s infinite; /* IE 10+ */
}

.wellHelp {
    border: solid 1px #4db3a4 !important;
}


.note-predescrfr {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.note-predescr {
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}

.biotile-container {
    display: flex;
    gap: 10px; /* Spacing between tiles */
    flex-wrap: wrap; /* Wraps to the next line if there's not enough space */
}

.biotile {
    width: 135px;
    height: 136px;
    background-size: cover;
    background-position: center;
    display: flex;
    cursor: pointer;
    align-items: flex-end;
    justify-content: center;
    border: 2px solid #ccc; /* Optional border */
}

    .biotile:hover {
        border: solid 4px gray;
    }

.biotile-text {
    font-size: 14px; /* Adjust size as needed */
    color: white;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.hSectionHeading {
    background: #555 !important;
    color: white !important;
    padding: 6px;
    margin-top: 3px;
    font-weight: bold;
}


.tabbable-line > .tab-content {
    padding: 10px 0 !important;
}

.form-error {
    border-color: #e73d4a;
}
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 450px;
    background: #364150;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    border:solid 3px #FFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .cookie-banner a {
        color: #ffd700;
        text-decoration: none;
        font-weight: 500;
    }

        .cookie-banner a:hover {
            text-decoration: underline;
        }

    .cookie-banner button {
        background: #ffd700;
        color: #000;
        border: none;
        padding: 8px 16px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;
        transition: background 0.3s ease;
    }

        .cookie-banner button:hover {
            background: #ffcc00;
        }

.tdLSOnline {
    background-color: #4cb96e;
}
.tdLSOffline {
    background-color: #ec4e4e;
}

.roster-table {
    border-collapse: separate;
    border-spacing: 2px;
}

.employee-cell,
.employee-cell * {
    user-select: none;
}

/* From Uiverse.io by adamgiebl */
.btn-roster-shift {
    align-items: center;
    font-family: inherit;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    padding: 0.6em 1.2em 0.6em 1.2em;
    color: #000;
    background: #ad5389;
    background: linear-gradient( 0deg, rgba(77, 54, 208, 1) 0%, rgba(132, 116, 254, 1) 100% );
    box-shadow: 0 0.3em 1.1em -0.5em #4d36d0be;
    letter-spacing: 0.05em;
    border-radius: 20em;
    display: inline-flex; /* or inline-block */
    white-space: nowrap;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
    .btn-roster-shift.show {
        opacity: 1;
        transform: scale(1);
    }

.btn-roster-shift-top {
    margin-right: 5px;
}
    .btn-roster-shift svg {
        margin-right: 8px;
    }

    .btn-roster-shift:hover {
        box-shadow: 0 0.5em 1.5em -0.5em #4d36d0be;
    }

    .btn-roster-shift:active {
        box-shadow: 0 0.3em 1em -0.5em #4d36d0be;
    }

.btn-roster-shift-placed {
    all: unset;
    display: inline-block;
    font-size: 0.95em;
    text-align: center;
    border-radius: 20em;
    padding: 0.1em 0.2em 0.1em 0.3em !important;
    box-shadow: none;
    margin: 0;
    margin-top: 5px;
    margin-left: 2px;
    min-height: 65px;
    width: 88%;
    height: 100%;
}

.roster-cell {
    transition: background-color 0.5s ease, box-shadow 0.3s ease;
}

.shift-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shift-modal {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 320px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

.shift-modal-header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.shift-modal-options {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.shift-modal-footer {
    margin-top: 20px;
    text-align: center;
}

.shift-cancel-button {
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #444;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease;
}

    .shift-cancel-button:hover {
        background: #ffffff;
        color: #000;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    }

    .shift-cancel-button:active {
        background: #f5f5f5;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.workload-bar-container {
    position: relative;
    height: 16px;
    background-color: #eaeaea;
    border-radius: 4px;
    margin-top: 4px;
    overflow: hidden;
}

.workload-bar-fill {
    height: 100%;
    width: 0%;
    background-color: #5cb85c;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.workload-bar-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 9px;
    font-weight: bold;
    color: #FFF; /* or white for contrast on dark bar */
    pointer-events: none;
}

.total-hours-employee {
    position: sticky;
    right: 60px;
    background-color: white; /* or your preferred bg */
    z-index: 2;
    border-left: 1px solid #ccc;
}
.total-hours-day {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 2;
    text-align: center;
    font-weight: bold;
}

.roster-footer tr {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 1;
}
.total-hours-day {
    background-color: white;
    z-index: 1;
}
/* Sticky right-side Off Days column (per employee) */
.total-offdays-employee {
    position: sticky;
    right: 0;
    background-color: white;
    z-index: 2;
    text-align: center;
    min-width: 60px;
    font-weight: bold;
}

.roster-footer-total-hours,
.roster-footer-offdays {
  position: sticky;
  bottom: 0;
  background: white;
  z-index: 2;
  text-align: center;
}

.roster-footer-offdays {
    position: sticky;
    right: 0;
    background-color: white;
    z-index: 3;
    font-weight: bold;
    text-align: center;
}

/* Sticky Off Days bottom row per date (tfoot) */
.total-offdays-day {
    position: sticky;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 2;
    font-weight: normal;
    text-align: center;
}

/* Optional: highlight the "Off Days" footer row header cell */
.roster-footer-offdays-row th {
    position: sticky;
    left: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 3;
    font-weight: bold;
    text-align: center;
}

.roster-table tfoot tr.roster-footer {
    position: sticky;
    bottom: 50px; /* height of the row below */
    background-color: white;
    z-index: 10;
}

.roster-table tfoot tr.roster-footer-offdays-row {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 9;
}

.sticky-right-50 {
    position: sticky;
    right: 50px;
    width: 80px;
    background: white;
    z-index: 3;
}

.sticky-right-0 {
    position: sticky;
    right: 0;
    width: 80px;
    background: white;
    z-index: 4;
}

.roster-cell.locked {
    background-color: #f0f0f0 !important;
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-roster-shift.locked-shift {
    background-color: #ddd !important;
    color: #555 !important;
    border: 1px solid #aaa !important;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

    .btn-roster-shift.locked-shift i.fa-lock {
        font-size: 14px;
    }

.no-select {
    user-select: none !important;
}