/* Custom styles overriding things in OneUi.css. */
/* DO NOT CHANGE OneUi.css - Changes to CSS should be made below in this file. */
:root {
    --bs-primary-rgb: 111,191,146;
    --bs-success-rgb: 70,195,123;
    --bs-warning-rgb: 243,183,96;
    --bs-danger-rgb: 210,106,92;
    --bs-info-rgb: 112,185,235;
    --bs-light-rgb: 245, 245, 244;
    --bs-success-text-emphasis: #34a263;
    --bs-success-bg-subtle: #e0f5e9;
    --bs-warning-text-emphasis: #efa231;
    --bs-warning-bg-subtle: #fdf3e5;
    --bs-danger-text-emphasis: #c54736;
    --bs-danger-bg-subtle: #f9eae8;
    --bs-info-text-emphasis: #43a3e5;
    --bs-info-bg-subtle: #edf6fd;
    --bs-light-bg-subtle: #fff;
    --bs-border-radius: 0.375rem;
    --bs-emphasis-color: #23282d;
    --bs-emphasis-color-rgb: 35, 40, 45;
    --bs-light: #f5f5f4;
    --scrollbar-width: 16px;
}

[data-bs-theme=dark] {
    --bs-success-bg-subtle: #093d25;
}

.alert {
    box-shadow: 0 2px var(--bs-alert-border-color);
}

.btn {
    --bs-btn-hover-color: var(--bs-btn-color);
    --bs-btn-active-color: var(--bs-btn-color);
    --bs-btn-disabled-color: var(--bs-btn-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: var(--bs-btn-bg);
    --bs-btn-disabled-border-color: var(--bs-btn-border-color);
    --bs-btn-font-size: 0.875rem;
}

    .btn:focus {
        color: var(--bs-btn-hover-color);
    }

.btn-sm {
    --bs-btn-font-size: 0.75rem;
}

.btn-xs {
    --bs-btn-padding-y: 0.0625rem;
    --bs-btn-padding-x: 0.3125rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-primary {
    --bs-btn-color: white;
    --bs-btn-bg: #7dc8a5;
    --bs-btn-border-color: #59b98c;
    --bs-btn-hover-bg: #5dbb8f;
    --bs-btn-hover-border-color: #3e936b;
    --bs-btn-active-bg: #44a276;
    --bs-btn-active-border-color: #2f6f51;
}
.btn-outline-primary {
    --bs-btn-color: #7dc8a5;
}

.btn-success {
    --bs-btn-color: white;
    --bs-btn-bg: #46c37b;
    --bs-btn-border-color: #34a263;
    --bs-btn-hover-bg: #37a967;
    --bs-btn-hover-border-color: #257346;
    --bs-btn-active-bg: #2a8350;
    --bs-btn-active-border-color: #194d2f;
}
.btn-outline-success {
    --bs-btn-color: #46c37b;
}

.btn-info {
    --bs-btn-color: white;
    --bs-btn-bg: #70b9eb;
    --bs-btn-border-color: #43a3e5;
    --bs-btn-hover-bg: #4ca7e6;
    --bs-btn-hover-border-color: #1d86ce;
    --bs-btn-active-bg: #1f92e0;
    --bs-btn-active-border-color: #1769a1;
}
.btn-outline-info {
    --bs-btn-color: #70b9eb;
}

.btn-warning {
    --bs-btn-color: white;
    --bs-btn-bg: #f3b760;
    --bs-btn-border-color: #efa231;
    --bs-btn-hover-bg: #f0a63a;
    --bs-btn-hover-border-color: #d38310;
    --bs-btn-active-bg: #e68f11;
    --bs-btn-active-border-color: #a3660c;
}
.btn-outline-warning {
    --bs-btn-color: #f3b760;
}

.btn-danger {
    --bs-btn-color: white;
    --bs-btn-bg: #d26a5c;
    --bs-btn-border-color: #c54736;
    --bs-btn-hover-bg: #c94d3c;
    --bs-btn-hover-border-color: #953629;
    --bs-btn-active-bg: #a53c2d;
    --bs-btn-active-border-color: #6d271e;
}
.btn-outline-danger {
    --bs-btn-color: #d26a5c;
}


.bg-primary {
    color: white;
    --bs-table-bg: rgb(var(--bs-primary-rgb));
    --bs-table-color-state: white;
}

.transparent-table {
    --bs-table-bg: transparent;
}

hr {
    opacity: 0.07
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1;
    vertical-align: middle;
}

td {
    text-align: center;
}

.table th {
    text-align: center;
}

.panel.panel-warning.grn {
    border-color: #67b892;
}

    .panel.panel-warning.grn .panel-heading {
        background: #7dc8a5 !important;
        color: #ffffff !important;
        border-color: #7dc8a5 !important;
    }

        .panel.panel-warning.grn .panel-heading a:focus {
            color: #ffffff;
        }

li.menu span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #FFF;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 12.5px;
    font-weight: normal !important;
    color: #646464;
    letter-spacing: 0.5px;
    line-height: 22px;
    /*background-color: #23282d;*/
}

footer .btn-group-lg > .btn, footer .btn-lg {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

nav#nav a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

button {
    outline: none !important;
}


.rd {
    border-radius: 50% !important;
    padding: 0px !important;
    width: 27px !important;
    height: 27px !important;
    font-size: 14px !important;
    line-height: 26px;
    margin-top: 5px;
    min-height: auto !important;
}

    .rd .si {
        position: relative;
        bottom: 0px !important;
        display: inline-block;
        color: #000000;
        font-size: 12px;
        left: -1px;
    }

.rd-grey {
    background: #d9d8d9 !important;
    color: #666262 !important;
    border: 1px solid #d9d8d9;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

h3, .h3 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 15px;
}

h6, .h6 {
    font-size: 13px;
}

.font-s12 {
    font-size: 12px !important
}

a {
    color: #3f3d40;
}

.checkbox label, .radio label {
    padding-left: 0px;
}

label {
    font-size: 12px;
}

div#sidebar-scroll {
    width: 100%
}

.has-error .form-control:focus {
    border-color: #6fbf92;
}

.label-primary {
    background-color: #6fbf92;
}

.badge-primary {
    background-color: #6fbf92;
}

.progress-bar-primary {
    background-color: #6fbf92;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #6fbf92;
}

    .nav-pills > li.active > a > .badge {
        color: #6fbf92;
    }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #6fbf92;
    -webkit-box-shadow: 0 2px #6fbf92;
    box-shadow: 0 2px #6fbf92
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #6fbf92;
    -webkit-box-shadow: 0 2px #6fbf92;
    box-shadow: 0 2px #6fbf92
}

.pager li > a:hover, .pager li > a:focus {
    color: #6fbf92;
}

a.list-group-item:hover, a.list-group-item:focus {
    color: #6fbf92;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #6fbf92;
    border-color: #6fbf92;
}

    .list-group-item.active > .badge {
        color: #6fbf92;
    }

.list-group-item-grey {
    border-color: #cacaca;
    background-color: #f5f5f4;
}

    .list-group-item-grey a::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        float: right;
        color: #cacaca;
    }

    .list-group-item-grey:hover {
        background-color: #c2c2c1;
    }

.tooltip-inner {
    background-color: #23282D;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #23282D;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #23282D;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #23282D;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #23282D;
}

.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: 7px 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    padding: 16px 10px 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: unset;
    font-size: 15px;
}

.table-header-bg > thead > tr > th, .table-header-bg > thead > tr > td {
    background-color: #6fbf92;
    border-bottom-color: #6fbf92;
}

.header-navbar-fixed #main-container {
    padding-top: 58px;
}

@media screen and (min-width: 992px) {



}

#header-navbar {
    background-color: #ffffff;
}

nav#nav {
    z-index: 99;
    position: relative;
}

.side-content {
    padding: 15px 20px 1px;
}

    .side-content p, .side-content .push, .side-content .block, .side-content .items-push > div {
        margin-bottom: 12px;
    }

    .side-content.side-content-full {
        padding-bottom: 12px;
    }

        .side-content.side-content-full .pull-b {
            margin-bottom: -12px
        }

    .side-content .pull-t {
        margin-top: -15px
    }

#page-footer {
    overflow-x: hidden;
    background-color: #cbcbcb;
}


footer#page-footer {
    padding: 9px 24px 4px;
}

.content-mini {
    padding: 12px 14px 1px;
}

.bg-image {
    background-position: center center;
}


.switch input + span {
    background-color: #8f8f8f;
}


.block.block-themed > .block-header > .block-title {
    color: #fefefe;
}

.block > .nav-tabs {
    background-color: #c2c2c2;
}

    .block > .nav-tabs > li > a:hover,
    .block > .nav-tabs > li > button:hover {
        color: #6fbf92;
    }

    .block > .nav-tabs.nav-tabs-alt > li > a:hover,
    .block > .nav-tabs.nav-tabs-alt > li > button:hover {
        -webkit-box-shadow: 0 2px #6fbf92;
        box-shadow: 0 2px #6fbf92;
    }

    .block > .nav-tabs.nav-tabs-alt > li > .active,
    .block > .nav-tabs.nav-tabs-alt > li > .active:hover,
    .block > .nav-tabs.nav-tabs-alt > li > .active:focus {
        -webkit-box-shadow: 0 2px #6fbf92;
        box-shadow: 0 2px #6fbf92;
    }

.nav-main a {
    padding: 10px 20px 5px 20px;
}

    .nav-main a.nav-submenu {
        padding-right: 25px;
    }

        .nav-main a.nav-submenu:before.nav-main a.nav-submenu:before-fwidth {
            width: 100%
        }

.nav-main ul {
    padding: 0 0 0 22px;
}


    .nav-main ul a {
        font-size: 12px;
        line-height: 16px;
    }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-color: #6fbf92;
    border-color: #6fbf92;
    color: #fff;
}

body:has(.picker-week) .datepicker table tr:has(.active) td {
    background-color: #6fbf92;
    border-color: #6fbf92;
    color: #fff;
}

body:has(.picker-week) .datepicker table tr:not(:has(.active)):has(.day:hover) td,
body:has(.picker-week) .datepicker table tr:has(.focused) td {
    background: #eeeeee;
}

div.tagsinput span.tag {
    background-color: #6fbf92;
}

.has-error .select2-container--default.select2-container--focus .select2-selection--single, .has-error .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #6fbf92;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6fbf92;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6fbf92;
}


.table-responsive {
    border: 0
}

@media (max-width: 484px) {

    .block-header.bg-gray-lighter ul li {
        width: 100% !important;
        padding: 3px 10px !important
    }

    .pull-right li {
        padding: 6px 0 !important;
        float: right !important
    }

    ul.nav-header.pull-right {
        margin-right: 10px !important
    }

    .content {
        padding: 16px 1px !important
    }

    .block-header.bg-gray-lighter div {
        width: 100%;
        padding: 4px
    }

    ul.dropdown-menu.dropdown-menu-right li {
        width: 100%
    }
}

.notification-dropdown-menu > li > a {
    white-space: normal;
    padding: 0px;
}

@media (min-width: 568px) and (max-width: 736px) {
    .block-header.bg-gray-lighter ul li {
        width: 48% !important;
        padding: 3px 10px !important;
        float: left !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .block-header.bg-gray-lighter ul li {
        width: 30% !important;
        padding: 3px 10px !important;
        float: left !important
    }
}


li.menu.open ul li {
    border-left: 1px solid #23282D !important;
    padding-left: 12px !important;
}




.company-name {
    padding-top: 10px;
    font-size: 13px;
    color: #7dc8a5;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}


#content_data_page_rota {
    height: 100vh;
}

#date-picker {
    width: 100%;
    min-width: 240px;
    max-width: 260px;
}

.header-date-picker {
    width: 0;
    padding-right: 2rem !important
}

.row.invoice-document-css .col-md-6 {
    margin: 0px !important;
    padding: 0px !important;
}

.row.invoice-document-css button.btn {
    padding: 4px 5px !important;
    margin: 0px !important;
}


td.bg-color-orange {
    background-color: #ffc107 !important;
    color: black;
}

td.bg-color-red {
    background-color: red !important;
    opacity: 0.5;
    color: white;
}


tr.row_green td {
    background: rgb(223, 242, 191);
}

tr.row_red td {
    background: rgba(237, 2, 2, 0.19);
}


.pull_right {
    padding: 6px 13px;
    display: none;
}

div.block-content div.row {
    padding: 10px;
}

button.btn.btn-default.btn-image.dropdown-toggle {
    min-height: 33px;
}


@media only screen and (min-width: 300px) {
    .block-options {
        height: auto;
    }
}


button.viw-pdf {
    font-size: 10px;
    border: 1px solid #88c9aa;
    font-weight: 300;
    color: #88c9aa;
    background: none;
}



div#content_deposite_received {
    padding: 0px 6px !important;
}


table.table.text-left th, table.table.text-left td {
    text-align: left !important;
    vertical-align: middle !important;
}

a.link-show-white {
    color: white !important;
}

span.dropdown-active-staff-list select {
    width: 22px;
}

#switch-companies-dropdown-menu,
#impersonate-user-dropdown-menu {
    font-size: 12px;
    width: auto;
    overflow-y: scroll;
    height: auto;
    max-height: 500px;
}

@media (max-width: 500px) {
    #switch-companies-dropdown-menu.dropdown-menu > li > a,
    #impersonate-user-dropdown-menu.dropdown-menu > li > a {
        padding: 4px 6px;
    }
}

#switch-companies-dropdown-menu-li {
    max-height: 500px;
}

@media (min-width: 400px) {
    #switch-companies-dropdown-menu,
    #impersonate-user-dropdown-menu {
        width: 300px;
    }
}

@media (min-width: 500px) {
    #switch-companies-dropdown-menu,
    #impersonate-user-dropdown-menu {
        width: 400px;
    }
}

#notifications-dropdown-menu {
    width: auto;
    min-width: 500px;
    height: 300px;
    overflow-y: scroll;
    font-size: 12px;
    border: 0;
    padding: 0;
}

#notifications-toggle::after {
    display: none !important;
}

@media (max-width: 500px) {
    #notifications-dropdown-menu.dropdown-menu > li > a {
        padding: 4px 6px;
    }
}


.rota-table {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial;
}

    .rota-table > tbody > tr > td {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        vertical-align: middle;
        border-color: #23282d;
    }

        .rota-table > tbody > tr > td.borderless-table-data {
            border-color: white;
        }

.rota-table-thick-border {
    border: 2px solid #23282d;
}

.bg-color-substitution {
    background-color: rgb(255, 192, 203, 0.8) !important;
    color: white;
}

.bg-color-dark-grey {
    background-color: #6e747a !important;
    color: white;
}

bg-color-white {
    background-color: white !important;
}

.bg-color-dark-light-grey {
    background-color: #a9aeb3 !important;
    color: white;
}

.bg-color-almost-white {
    background-color: rgb(248, 248, 255, 0.61) !important;
}

.bg-color-light-orange {
    background-color: rgba(255, 152, 0, 0.22) !important;
}

.bg-color-lighter-grey {
    background-color: rgb(220, 220, 220) !important;
}

.bg-color-light-green {
    background-color: rgb(213, 245, 227) !important;
}

.bg-color-standard-green {
    background-color: rgb(138, 201, 38) !important;
}

.bg-color-yellow {
    background-color: rgb(255, 202, 58) !important;
}

.bg-color-lilac {
    color: #333;
    background-color: rgba(145, 215, 236, 0.31) !important;
}

.bg-color-purple {
    color: #333;
}

.bg-color-brown {
    background-color: rgb(236,217,198, 0.6) !important;
}

.bg-color-light-blue {
    background-color: rgba(200, 127, 182, 0.18) !important;
}

.bg-color-off-white {
    background-color: #dccfcc !important;
}

.bg-color-brick {
    color: #333;
    background-color: rgba(251, 139, 36, 0.27) !important;
}

.bg-color-flash-error {
    color: #000;
    animation: errorBackground 2s infinite;
}

@keyframes errorBackground {
    0% {
        background-color: #d4351c !important;
    }

    50% {
        background-color: white !important;
    }

    100% {
        background-color: #d4351c !important;
    }
}


.rota-time-input {
    width: 100%;
    text-align: center;
    background: transparent;
    border: none;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

#components-reconnect-modal .failed, #components-reconnect-modal .refused, #components-reconnect-modal .show {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-header > li, .page-title {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;
}

.page-title {
    padding-left: 12px;
}

.dashboard-logo {
    background-image: url('https://www.opsyte.com/img/dashboard.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .dashboard-widgets-container {
        display: none !important;
    }
}

.password-requirements {
    font-size: 12px;
    color: #333;
    list-style: circle;
    padding-left: 22px;
    padding-bottom: 5px;
}

.weather {
    font-size: 12px;
    font-weight: normal;
    color: #aaa9aa
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #D9E1F2;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 240px;
    max-width: 600px;
    max-height: 240px;
    padding: 16px;
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body
    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

@media (max-width: 768px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
        padding: 8px 8px 8px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        text-transform: unset;
        font-size: 12px;
    }
}

.zero-notifications-text {
    padding: 5px 12px 4px
}

.video-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-description {
    color: white;
    font-size: 1.25rem;
    margin-top: 1.5%;
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-grey-text {
    color: lightgrey;
}

.faq-entry {
    background-color: #23282d !important;
}

.faq-page-container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    flex-direction: column;
}

.faq-search-title {
    color: #7dc8a5;
    margin: 0px 0px 15px 0px;
}

.faq-search-bar-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.faq-search-bar {
    min-width: 600px;
}

.add-supplier-btn {
    border: none;
    font-size: 1.875rem;
    color: #46c37b;
    transition: all 0.3s;
    background-color: #f5f5f5;
}

    .add-supplier-btn:hover {
        transform: scale(1.25);
    }

.rota-light-grey-table {
    border: 1px solid lightgrey;
    background-color: white;
}

.rota-content {
    display: flex;
    flex-flow: column;
}

.empty-rota {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

    .empty-rota a {
        color: #00adb5;
    }

.rota-view {
    overflow-x: hidden !important;
}

.main-container-rota {
    background-color: none !important;
}

.rota-row-heading {
    font-weight: bold;
    font-size: 13px;
    color: #00adb5;
    margin-bottom: 0px !important;
}

.rota-row-heading-black {
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0px !important;
}

.rota-row-info {
    font-size: 11px;
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1200px) {
    .rota-row-heading {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1050px) {
    .rota-row-info {
        font-size: 9px;
    }
}

.rota-row-info-small {
    font-size: 9px;
    margin: 0px !important;
    padding: 0px !important;
}

.rota-total {
    font-weight: bold;
    font-size: 13px;
    color: #393e46;
}

.rota-shifts-total-row td {
    padding: 3px 0px 3px 0px !important;
    margin: 0px;
    border-right: 1px solid lightgrey !important;
    border-left: 1px solid lightgrey !important;
}

.rota-head-count-row td {
    margin: 0px;
    border-right: 1px solid lightgrey !important;
    border-left: 1px solid lightgrey !important;
}

.rota-open-shifts-row td {
    border-right: 1px solid lightgrey !important;
    border-left: 1px solid lightgrey !important;
}

.rota-shifts-total-heading {
    font-weight: bold;
    color: inherit;
    margin-bottom: 0px !important;
    margin-top: 3px;
}

.rota-forecast-bar-icon {
    padding: 0px 4px 0px 4px;
}

.circle {
    border-radius: 50%;
}

.rota-date-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.rota-time-input-padding {
    padding: 3px 2px 3px 0px;
}

.rota-circle-button {
    font-size: 12px;
    --bs-btn-padding-y: 3px;
    --bs-btn-padding-x: 7px;
}

.rota-draft {
    background-image: linear-gradient(45deg, #ffffff 45.45%, #f5f5f5 45.45%, #f5f5f5 50%, #ffffff 50%, #ffffff 95.45%, #f5f5f5 95.45%, #f5f5f5 100%);
    background-size: 15px 15px;
}

@media only screen and (max-width: 1200px) {
    .btn {
        font-size: 12px;
    }

    .circle {
        padding: 2px 8px;
    }

    .weather-forecast-img {
        width: 35px;
    }

    .rota-time-input-padding {
        padding: 0px 0px 0px 0px;
    }

    .rota-date-text {
        padding-top: 3px;
        font-size: 10px;
    }

    .staff-name-cell {
        padding: 2px !important;
    }

    .rota-shift-to-label {
        display: none;
    }
}

.rota-forecast-cell {
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    background-color: white !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

.no-right-border {
    border-right: none !important;
}

.shift-cell {
    border: 1px solid #f0f0f0;
    cursor: grab;
    z-index: 2000;
    font-size: 12px;
}

@media only screen and (max-width: 1600px) {
    .shift-cell {
        font-size: 10px;
    }
}

.shift-cell-right-border {
    border-right: 1px solid lightgrey !important;
}

.shift-cell-left-border {
    border-left: 1px solid lightgrey !important;
}

.dragging-in-progress * {
    pointer-events: none;
    cursor: grabbing;
}

.not-draggable {
    cursor: default !important;
}

.shift-cell:active {
    cursor: grabbing;
}

.shift-cell:hover, .open-shift-cell:hover {
    background-color: rgba(0, 102, 255, 0.4) !important;
    color: black;
}

    .shift-cell:hover > * {
        color: black;
    }

.unapproved {
    background-color: rgba(255, 255, 0, 0.3) !important;
}

.can-drop-move {
    border: 2px dashed green !important;
    background-image: url('../img/rota/move.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.can-drop-copy {
    border: 2px dashed blue !important;
    background-image: url('../img/rota/copy.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.approved {
    background-color: rgba(149, 215, 184, 0.37) !important;
}

.staff-rota-area-heading-row {
    background-color: #fff8da;
    border: none;
}

.rota-shifts-area-total-row {
    background-color: #fff8da;
}

    .rota-shifts-area-total-row td {
        background-color: #fff8da;
    }

.staff-rota-heading-row {
    background-color: #f5f5f5;
    border: none;
}

    .staff-rota-heading-row > * {
        border: none;
        z-index: 2001;
    }

.staff-rota-heading-row-collapsed {
    background-color: #e2e2e2 !important;
}

.staff-name-cell {
    font-size: 10px;
    padding: 4px !important;
}

.rota-weather-forecast-row {
    z-index: 99;
    -webkit-box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.19);
}

.lock :hover {
    cursor: default;
}

.rota-main-btn-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

.rota-main-btn {
    font-size: 16px;
    transition: 0.4s;
    border: none;
    color: #646464;
    margin-top: 8px;
}

    .rota-main-btn:hover {
        color: #000;
        cursor: pointer;
    }

.rota-menu-item:hover {
    cursor: pointer;
}

.bg-color-white {
    background-color: white;
}

.rota-shifts-table {
    position: sticky;
}

.rota-templating-result-text {
    color: red;
    font-weight: bold;
}

.template-success {
    color: green;
}

.template-error {
    color: red;
}

.rota-overview-container {
    border: none;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px -4px 7px -2px rgba(0, 0, 0, 0.19);
    box-shadow: 0px -4px 7px -2px rgba(0, 0, 0, 0.19);
}

.rota-overview-table {
    border: none !important;
}

.rota-overview-data {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    border-bottom-color: rgb(240, 240, 240) !important;
}

@media only screen and (max-width: 1600px) {
    .rota-overview-data {
        font-size: 9px;
    }
}


.rota-overview-visibility-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    height: 28px;
}

    .rota-overview-visibility-toggle-container:hover {
        cursor: pointer;
    }

        .rota-overview-visibility-toggle-container:hover .rota-overview-visibility-toggle-icon {
            color: #00adb5;
            transform: scale(1.5);
        }

.rota-overview-visibility-toggle-icon {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: color 0.3s, transform 0.3s;
}

.department-selected {
    font-weight: bold;
    color: #00adb5;
}

.department-unselected {
    font-weight: normal;
    color: darkgrey;
}

.rota-shifts-btn-left {
    margin-right: 1.5em;
}

.department-selector {
    font-size: 10px;
}

.rota-modal-info-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

    .rota-modal-info-container > p {
        margin-bottom: 0.5em;
        text-align: center;
    }

.loader-rota {
    color: darkgray;
    font-size: 1.25rem;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    position: relative;
    /*text-indent: -9999em;*/
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 5%;
}

.loader {
    color: darkgray;
    font-size: 4px;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    position: relative;
    /*text-indent: -9999em;*/
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.rota-load-container {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cell-load-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.financial-load {
    height: 50vh;
}

.templating-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .templating-form * {
        margin-bottom: 15px;
    }

.modal-close {
    font-weight: bold;
    background-color: none;
    border: none;
    font-size: 1rem;
    color: grey;
}

    .modal-close:hover {
        color: red !important;
        cursor: pointer !important;
    }

.template-modal {
    background: rgba(0, 0, 0, 0.8);
}

.department-dropdown {
    margin: 0px;
    padding: 0px;
    height: 23px;
}

.dropdown-submenu {
    position: relative;
    cursor: default;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.nav-header-buttons > li {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .nav-header-buttons > li {
        padding-left: 1px;
    }
}

@media (max-width: 767px) {
    .h5 {
        font-size: 13px;
        overflow: hidden;
    }

    .content {
        margin-left: 15px;
        margin-right: 15px;
    }
}


.compact-off {
    color: red;
}

.compact-on {
    color: green;
}

.user-container {
    overflow: auto;
    height: 75vh;
}

.userpermissions {
    border-collapse: collapse;
    width: 100%;
}

    .userpermissions tr:nth-child(odd) {
        background-color: aliceblue;
    }

    .userpermissions tr:nth-child(even) {
        background-color: white;
    }

    .userpermissions .frozen {
        position: -webkit-sticky;
        position: sticky;
        background-color: #dcdada;
    }

    .userpermissions .frozen-col {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        left: 0;
    }

    .userpermissions .frozen-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .userpermissions .column-headers {
        background-color: #dcdada;
    }

.requests-content {
    display: flex;
    width: 80%;
    flex-direction: column;
    flex-wrap: nowrap;
}

@media screen and (max-width: 1508px) {
    .request {
        width: 100% !important;
    }

    .requests-content {
        width: 100%;
    }

    .requests-section img {
        display: none;
    }
}

.requests-main-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.requests-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.requests-section {
    display: flex;
    flex-direction: column;
}

    .requests-section:first-of-type {
        width: 80%;
        margin-right: 15px;
    }

        .requests-section:first-of-type > p {
            width: 100%;
            text-align: center;
            vertical-align: middle;
        }

    .requests-section:nth-of-type(2) {
        max-width: 20%;
    }

        .requests-section:nth-of-type(2) * {
            width: 100%;
        }

.requests-search {
    display: flex;
    flex-direction: column;
}

    .requests-search p {
        padding: 5px;
        margin: 0;
    }

        .requests-search p:first-of-type {
            background-color: #f1efef;
            vertical-align: middle;
        }

        .requests-search p:nth-of-type(2) {
            background-color: white;
        }

.request-container {
    display: flex;
    margin-bottom: 20px;
    background-color: white;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px 15px 5px 15px;
}

    .request-container img {
        width: 25%;
        height: auto;
        object-fit: contain;
        object-position: top;
        margin-right: 15px;
        margin-bottom: 10px;
    }

.request {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.approved-requests {
    list-style: none;
    margin-top: 10px;
    padding-left: 0;
}

    .approved-requests li:first-of-type {
        background-color: #f1efef;
        vertical-align: middle;
        padding: 5px;
    }

    .approved-requests li {
        background-color: white;
        padding: 10px;
    }

        .approved-requests li p {
            margin-bottom: 0;
        }

            .approved-requests li p:first-child,
            .requests-section > p {
                color: #5c90d2;
                font-size: 12px;
                cursor: pointer;
            }

                .approved-requests li p:first-child:hover,
                .requests-section > p {
                    color: #256ecd;
                    font-size: 12px;
                }

.request input {
    border: 0;
    outline: 0;
}

.request h5 {
    margin-bottom: 15px;
    display: inline !important;
}

.request p {
    margin-bottom: 10px;
}

.request ul {
    padding-left: 0;
}

    .request ul:first-of-type li:first-of-type {
        color: #5c90d2;
    }

    .request ul:not(.comments-section) {
        display: inline-flex;
        list-style: none;
        align-items: center;
    }

        .request ul:not(.comments-section) li {
            font-size: 0.87em;
            color: grey;
            margin-right: 15px;
        }

.request .bottom-bar li:hover {
    color: black;
}

.request .bottom-bar li {
    cursor: pointer;
}

.request ul li i {
    opacity: 0.5;
}

.normal-cursor {
    cursor: default !important;
}

.request ul li i:hover {
    opacity: 1;
}

.request .upvote {
    color: green;
}

.request .downvote {
    color: red;
}

.request .upvoted {
    color: green;
    opacity: 1;
}

.request .downvoted {
    color: red;
    opacity: 1;
}

.request .upvoted:hover {
    color: grey;
    opacity: 0.5;
}

.request .downvoted:hover {
    color: grey;
    opacity: 0.5;
}

.request button {
    border: none;
    padding: 3px;
    margin-top: 4px;
    border-radius: 3px;
}

.comments-section {
    flex-direction: column;
}

.comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-left: 3px solid lightgrey;
    padding-left: 10px;
}

.add-comment {
    border: 0;
    outline: 0;
    background: transparent;
    resize: none;
    width: 80%;
}

.add-comment-container {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

    .add-comment-container text {
        color: green;
        opacity: 0.5;
        cursor: pointer;
    }

        .add-comment-container text:hover {
            opacity: 1;
        }

.dark-bottom-border {
    border-bottom: 1px solid black;
}

.datePick[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}

.datePick[type="date"]:focus:before,
.datePick[type="date"]:valid:before {
    content: "";
}

.dropdown-subheader {
    padding: 5px 12px 4px;
    font-weight: 100;
    color: #999999;
    text-transform: uppercase;
}

/*FINANCIAL*/

.financial-content {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.financial-main-container {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .financial-main-container .financial-table input[type=number] {
        width: 75px;
    }

    .financial-main-container .financial-table thead tr th:last-child {
        padding: 0 5px 0 0 !important;
        margin: 4px;
    }

.financial-navbar {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
}

financial-navbar .navbar-dropdown li {
    cursor: pointer;
}

.financial-navbar .navbar-dropdown li:hover {
    background-color: #faf8f8;
    cursor: pointer;
}

.handover {
    justify-content: space-between;
    align-items: center;
}

    .handover ul {
        display: inline-flex;
        list-style: none;
        padding: 5px 5% 0 5%;
    }

.lock-icon:hover {
    color: #00ADb5 !important;
}

.financial-navbar > li {
    margin-right: 25px;
    margin-top: 10px;
}

    .financial-navbar > li:nth-child(5) {
        margin-left: 15px;
        color: red;
        opacity: 0.7;
    }

.financial-btn {
    border-radius: 7px;
    border: none;
}

.financial-table {
    border-collapse: collapse;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 3px;
    position: relative;
    transition: all 0.2s;
    border-radius: 13px;
    overflow-y: auto;
    background-color: white;
    -webkit-box-shadow: -4px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px 1px 3px -1px rgba(232, 230, 230, 0.93), -4px 3px 3px -1px rgba(232, 230, 230, 0.93);
    box-shadow: -4px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px 1px 3px -1px rgba(232, 230, 230, 0.93), -4px 3px 3px -1px rgba(232, 230, 230, 0.93);
}

.financial-main-container .reports-table-container .financial-table {
    width: 100%;
}

.financial-table thead tr th:first-of-type {
    border-top-left-radius: 13px;
}

.financial-table tbody tr td input:not(.form-check-input) {
    width: 100% !important;
}

.financial-table tbody tr td select {
    width: 100% !important;
    margin: 0 !important;
}

.financial-table thead tr th:last-of-type {
    border-top-right-radius: 13px;
}

.financial-table tbody:last-of-type tr:last-of-type > td:first-of-type {
    border-bottom-left-radius: 13px;
}

.financial-table tbody:last-of-type tr:last-of-type > td:last-of-type {
    border-bottom-right-radius: 13px;
}


.financial-table.elements tbody tr {
    cursor: pointer;
}

.financial-table.totals-column-last tbody tr td:last-child,
.financial-table.totals-column-last thead tr:last-child th:last-child {
    background-color: #cdcbf6;
    color: black;
}

.financial-table.totals-column-second-last tbody tr td:nth-last-child(2),
.financial-table.totals-column-second-last thead tr:last-child th:nth-last-child(2),
.financial-table.totals-column-second-last thead tr:nth-last-child(2) th:nth-last-child(2) {
    background-color: #cdcbf6;
    color: black;
}

.financial-table.totals-column-last thead tr th:last-child {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.financial-table.totals-column-second-last thead tr:nth-last-child(2) th:nth-last-child(2) {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.financial-table tbody.petty-cash-table tr.petty-cash-item:nth-of-type(4n) {
    background-color: #f7f6fc;
}

.financial-table tbody.table-dropdown tr:nth-of-type(even) {
    background-color: #D9E5E9;
}

.financial-table tbody.table-dropdown tr:nth-of-type(odd) {
    background-color: #EAF8F4;
}

.financial-table tbody.table-department tr.table-department-dropdown th {
    background-color: #D9E5E9;
}

.financial-table tbody.table-department tr.table-dropdown:nth-of-type(even) {
    background-color: #D9E5E9;
}

.financial-table tbody.table-department tr.table-dropdown:nth-of-type(odd) {
    background-color: #EAF8F4;
}

.financial-table tbody.table-dropdown:nth-of-type(even) {
    background-color: white;
}

.financial-table th:first-of-type {
    text-align: left;
}

.financial-table button {
    border-radius: 7px;
    border: none;
}

.financial-table th {
    padding: 10px 15px 10px 15px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
    font-weight: bold;
    color: #696868;
    background-color: white;
    font-size: 0.75rem;
}

/*.financial-table th a {*/
/*    color: white;*/
/*}*/

.financial-table td {
    padding: 10px 15px 10px 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 992px) {

    .financial-table td {
        padding: 7px 10px 7px 10px;
    }
}

.financial-table tbody tr {
    border-bottom: none;
    color: #5a595b;
}

    .financial-table tbody tr td:first-child {
        color: #696868;
        font-weight: bold;
        text-align: left;
    }

    .financial-table tbody tr:nth-of-type(odd):not(.alert-danger):not(.alert-success) {
        background-color: #f7f6fc;
    }

.financial-table tbody.table-department:nth-of-type(even):not(.alert-danger):not(.alert-success) tr {
    background-color: white;
}

.financial-table input {
    border-radius: 7px;
    border: 1px solid #eeebeb;
}

.financial-table input[type=checkbox] {
    border: 1px solid darkgray;
}

.button-cell {
    text-align: center !important;
}

.post-sales-btn {
    background-color: #00adb5;
    transition: all 0.5s;
}

    .post-sales-btn i {
        color: white;
        transition: all 0.5s;
    }

    .post-sales-btn:hover {
        background-color: white;
    }

        .post-sales-btn:hover i {
            color: green;
        }

.safe-checks-main {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .safe-checks-main table tbody tr input {
        border: 1px solid lightgrey;
    }

    .safe-checks-main table tbody tr td {
        padding: 8px 15px;
    }

.hidden {
    display: none;
}

.navbar-dropdown-toggle {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 1.2em;
}

    .navbar-dropdown-toggle a:hover {
        color: #00ADb5;
        opacity: 0.7;
    }

    .navbar-dropdown-toggle:hover .navbar-dropdown {
        display: block;
    }

@media only screen and (max-width: 768px) {

    .book-demo-nav-item {
        display: block !important;
    }

    .navbar-dropdown {
        background-color: none !important;
        border-style: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        position: static !important;
        background-color: transparent !important;
    }

        .navbar-dropdown * {
            background-color: transparent !important;
        }

    .navbar-dropdown-toggle {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
    }

        .navbar-dropdown-toggle li {
            font-size: 0.5625rem;
        }
}

.navbar-dropdown {
    background-color: white;
    text-align: center;
    position: absolute;
    display: none;
    transition: visibility 0.3s, opacity 0.3s linear;
    -webkit-box-shadow: 5px 0px 9px -2px rgba(0, 0, 0, 0.61);
    box-shadow: 5px 0px 9px -2px rgba(0, 0, 0, 0.61);
    z-index: 1000;
    border-radius: 3px;
    list-style: none;
    min-width: 165px;
    padding-left: 0px;
    margin-top: 23px;
}

    .navbar-dropdown:first-child {
        text-align: left !important;
    }

    .navbar-dropdown li {
        padding: 10px;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-size: 0.9em;
    }

        .navbar-dropdown li:hover * {
            color: #00ADB5;
        }

        .navbar-dropdown li i {
            padding-left: 20px;
            padding-right: 5px;
            opacity: 0.7;
            font-size: 0.85em;
        }

        .navbar-dropdown li:not(last-child) {
            border-bottom: solid 1px lightgrey;
        }

        .navbar-dropdown li a {
            color: inherit;
            white-space: nowrap;
        }

            .navbar-dropdown li a:hover {
                color: #00adb5;
            }

.navbar-arrow {
    color: inherit;
}

.financial-form {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-top: 1.5%;
}

@media screen and (max-width: 1270px) {
    .financial-form {
        max-width: 90%;
    }
}

.financial-form select {
    width: 159px;
}

.financial-main-container form input, select {
    border: 1px solid lightgrey;
    border-radius: 4px;
}

    .financial-main-container form input:focus {
        outline: none !important;
        border: 1px solid #007BFF;
    }

.financial-form .group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border: none;
    background: none;
}

.financial-form .submit-btn {
    color: #007BFF;
    background-color: white;
    border: 1px solid #007BFF;
    transition: all 0.3s;
    padding: 5px;
    max-height: 45px;
    margin-top: auto;
    margin-bottom: 13px;
}

    .financial-form .submit-btn:hover {
        color: white;
        background-color: #007BFF;
    }

.line-break {
    width: 100%;
}

.blazored-typeahead {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-body-bg);
}

.blazored-typeahead__input {
    padding: 1px;
    border: none !important;
}

.blazored-typeahead__input-mask {
    padding: 0px;
}

.blazored-typeahead__input-mask {
    padding-left: 3px;
}

.blazored-typeahead__clear {
    border-left: 1px solid lightgrey;
    background-color: yellow;
    opacity: 0.3;
    color: grey;
    font-weight: bold;
    padding: 1px;
}

    .blazored-typeahead__clear:hover {
        opacity: 1;
        color: red;
    }

.financial-modal {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-width: 800px;
    width: 80%;
    max-width: 1080px;
}

    .financial-modal .modal-content {
        background-color: #f5f5f5 !important;
    }

.financial-modal-large {
    max-width: unset;
}

.financial-modal-body {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* Pagination links */
.pagination-financial a {
    margin: 0px;
    color: black;
    float: left;
    padding: 6px 14px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
}

    .pagination-financial a:first-child,
    .pagination-financial a:last-child {
        font-size: 1.5em;
    }

    /* Style the active/current link */
    .pagination-financial a.pag-active {
        background-color: dodgerblue;
        color: white;
        border-radius: 5px;
    }

    /* Add a grey background color on mouse-over */
    .pagination-financial a:hover:not(.pag-active) {
        background-color: #ddd;
        cursor: pointer;
    }

.form-within-table {
    display: flex;
    border: none;
    padding: 0px;
    margin: 0px;
    flex: 1 1 auto;
}

/*.modal:nth-of-type(even) {*/
/*    z-index: 1062 !important;*/
/*}*/

/*.modal-backdrop.show:nth-of-type(even) {*/
/*    z-index: 1061 !important;*/
/*}*/

.first-inner-modal {
    z-index: 1063 !important;
}

    .first-inner-modal.show {
        z-index: 1062 !important;
    }

.second-inner-modal {
    z-index: 1064 !important;
}

.first-inner-modal.show {
    z-index: 1063 !important;
}

.accounts-search {
    border-radius: 5px;
    border: 1px solid lightgrey;
    min-width: 200px;
    min-height: 35px;
    text-align: center;
}

.highlight-input {
    background-color: rgb(255, 255, 0, 0.5);
}

.till-row:hover {
    cursor: pointer;
}

.dragging-till {
    cursor: grabbing;
    background-color: yellow !important;
    opacity: 0.5;
    -webkit-box-shadow: 0px 3px 12px 5px #A3A3A3;
    box-shadow: 0px 3px 12px 5px #A3A3A3;
}

.dragging-department {
    cursor: grabbing;
    background-color: #7dc8a5 !important;
    opacity: 0.5;
    -webkit-box-shadow: 0px 3px 12px 5px #A3A3A3;
    box-shadow: 0px 3px 12px 5px #A3A3A3;
}

.till-row td input {
    border: 1px solid lightgrey;
}

.currencyinput {
    border: none;
}

/*REPORTS*/

.reports-loader {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.reports-placeholder {
    border: none;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1570px) {
    .reports-placeholder {
        display: none;
    }
}

.reports-loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #0067ff;
    border-color: #0067ff transparent #0067ff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reports-content {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(244, 244, 244);
    padding: 0 5% 0 5%;
}

.report-container {
    background-color: white;
    position: relative;
    border: 3px solid rgba(232, 230, 230, 0.93);
    margin: 10px;
    border-radius: 18px;
    display: flex;
    min-width: 30%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 500px;
    transition: all 0.3s;
    -webkit-box-shadow: 2px 3px 3px -1px rgba(232, 230, 230, 0.93);
    box-shadow: 2px 3px 3px -1px rgba(232, 230, 230, 0.93);
}

.reports-summary {
    flex-grow: 1;
}

    .reports-summary ul {
        list-style: none;
    }

    .reports-summary i {
        margin-right: 4px;
    }

    .reports-summary p,
    .reports-summary span {
        color: #00adb5;
        font-size: 1.5em;
        margin-bottom: 10px;
        display: inline;
    }

.report-container.large-report {
    min-width: 100%;
}

    .report-container.large-report div {
        padding: 50px;
    }

.report-container.medium-report {
    min-width: 65%;
}

.report-container.small-report {
    min-width: 47%;
}

.report-container.medium-report div {
    padding: 50px;
}

@media screen and (max-width: 800px) {
    .medium-report,
    .large-report,
    .reports-summary {
        width: 100%;
    }
}

.chart-title {
    margin-top: 15px;
    font-size: 1.5em;
}

.report-placeholder {
    justify-content: space-around;
    display: flex;
    align-items: center;
    min-width: 200px;
    min-height: 250px;
}

    .report-placeholder h3 {
        margin: 0 !important;
    }

    .report-placeholder img {
        width: 100px;
        height: auto;
    }

.reports-table-container {
    max-height: 650px;
    overflow-y: auto;
    background-color: transparent;
    border: none;
    margin: 15px;
    min-height: 0;
    min-width: 0;
    padding: 0 10px 0 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    /* Track */
    .reports-table-container::-webkit-scrollbar-track {
        background: none;
    }

    /* Handle */
    .reports-table-container::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .reports-table-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.financial-main-container .reports-table-container {
    max-height: 400px;
}

@media screen and (min-width: 1350px) {
    .financial-main-container .reports-table-container {
        width: 23%;
    }

        .financial-main-container .reports-table-container:nth-of-type(2) {
            width: 46%;
        }
}

@media screen and (max-width: 1484px) {
    .financial-main-container {
        flex-wrap: wrap;
    }

        .financial-main-container .reports-table-container {
            width: 40% !important;
        }
}

@media screen and (max-width: 950px) {
    .financial-main-container {
        flex-wrap: wrap;
    }

        .financial-main-container .reports-table-container {
            width: 80% !important;
        }
}


.financial-main-container .reports-table-container:nth-of-type(3) {
    flex-shrink: 0;
}

/* width */
.reports-table-container::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.reports-table-container::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
.reports-table-container::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .reports-table-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.company-colour-icon {
    height: 17px;
    width: 17px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    opacity: 0.5;
}

.reports-table-container .chart-title {
    margin-bottom: 0px;
}

.report-container:hover {
    opacity: 1;
}

.placeholder-amount {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.report-container > div:not(.placeholder-amount) {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.reports-analysis table {
    margin: 20px;
    font-size: 0.65em;
}

.chart-title3333 {
    font-size: 1.8em;
}

.report-container h3:not(.chart-title) {
    margin-bottom: 15px;
    font-size: 2em;
}

@media print {
    .reports-nav {
        display: none;
    }

    .reports-content {
        justify-content: center;
        align-items: center;
    }

    .report-container:not(:last-child) {
        width: 100vw;
        height: 100vh;
        page-break-after: always;
    }

    #page-footer {
        display: none;
    }

    .reduce-print-padding *:not(.block):not(.form-group):not(input):not(span > i) {
        gap: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .reduce-print-padding .form-group {
        padding: 3px 0px 5px 0px !important;
        margin: 0px !important;
    }

    .reduce-print-padding span > i {
        padding: 0px 10px 0px 10px !important;
        margin: 0px !important;
    }

    .reduce-print-padding input {
        padding: 2px 10px 2px 10px !important;
        margin: 0px !important;
    }

    .reduce-print-padding .block {
        padding: 10px !important;
        margin: 0px 5px !important;
    }
}


.reports-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1570px) {
    .reports-nav-container {
        justify-content: center;
    }
}

.reports-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0;
}

.company-checkbox {
    width: 17px !important;
    height: 17px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    margin: 0 !important;
    appearance: none;
    box-shadow: none;
    font-size: 0.8em;
    text-align: center;
    line-height: 1em;
    outline: none;
    border-radius: 50%;
}

    .company-checkbox:checked:after {
        content: '✔';
        color: white;
        outline: none;
        line-height: normal;
    }

.reports-input-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 14px;
    padding: 8px 30px 8px 30px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #e8e7e7;
    -webkit-box-shadow: 5px 5px 9px -4px #AAAAAA;
    box-shadow: 5px 5px 9px -4px #AAAAAA;
    font-size: 0.9375rem;
    position: relative;
}

    .reports-input-container.slim {
        border-radius: 4px;
        padding: 5px 20px;
        margin: 8px 0px 10px 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.reports-graph-circle {
    border-radius: 50%;
    width: 5px;
    height: auto;
    color: mediumpurple;
    opacity: 0.6;
}

.reports-input-container .dropdown-menu {
    min-width: 100%;
}

.daterangepicker .ranges {
    overflow-y: auto;
    height: 350px;
}

.vertical-line {
    height: 75%;
    right: 50%;
    left: 50%;
    border-left: 1px solid lightgrey;
    opacity: 0.6;
}

.reports-input-container input:focus {
    outline: none !important;
}

.reports-input-container .dropdown-menu {
    padding-left: 15px;
    border: 1px solid #e8e7e7 !important;
    -webkit-box-shadow: 5px 5px 9px -4px #AAAAAA !important;
    box-shadow: 5px 5px 9px -4px #AAAAAA !important;
    border-radius: 14px;
}

.reports-input-container i {
    margin-top: 3px;
    margin-bottom: 5px;
}

/*.reports-input-container input, select, ul {*/
/*    border: none !important;*/
/*    box-shadow: none !important;*/
/*}*/

.reports-input-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip-reports {
    position: relative;
    display: inline-block;
}

    .tooltip-reports .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 12px;
        /* Position the tooltip */
        position: absolute;
        z-index: 6;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltip-reports:hover .tooltiptext {
        visibility: visible;
    }

.dropdown-subheader {
    padding: 5px 12px 4px;
    font-weight: 100;
    color: #999999;
    text-transform: uppercase;
}

.missing-details-container {
    padding: 0px 5px 0px 5px;
    margin-bottom: 5px;
}

.employee-container {
    display: flex;
}

    .employee-container > img {
        object-fit: contain;
    }

    .employee-container > .initials-avatar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 1.25rem;
        color: white;
        line-height: 100px;
        text-align: center;
        background-color: #cdcbf6;
        margin: 10px auto;
    }

.opsyte-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    width: 100%;
    -webkit-box-shadow: 2px 3px 3px -1px rgba(232, 230, 230, 0.93);
    box-shadow: 2px 3px 3px -1px rgba(232, 230, 230, 0.93);
    transition: 0.3s;
    border-radius: 18px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    text-align: center;
    margin: 15px;
    border: 3px solid rgba(232, 230, 230, 0.93);
}

    .opsyte-card:hover {
        background-color: #f7f6fc;
    }

.employee-details p {
    margin: 0;
    font-style: italic;
}

.employee-details hr {
    width: 100%;
}

.col-5ths {
    position: relative;
    min-height: 1px;
    width: 20%;
    float: left;
}

.missing-details p {
    margin: 0 0 10px 0;
}

.missing-documents p {
    margin: 0;
}

.missing-details h3 {
    margin: 0 0 14px 0;
}

.without-contracts p {
    margin: 0;
}

.modal-link {
    cursor: pointer;
    padding: 20px;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 1.25rem;
}

    .modal-link:hover {
        color: #00adb5;
    }

.flex-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.summary-report-btn {
    color: #696868;
}

    .summary-report-btn:hover {
        color: #00adb5;
    }

/*.financial-table-header {
    text-transform: uppercase;
}*/

.financial-table thead tr {
    text-transform: uppercase;
}

.financial-table-header-btn {
    cursor: pointer;
    white-space: nowrap;
}

    .financial-table-header-btn:hover {
        color: #00adb5;
    }

.nav-pills {
    width: 450px;
}

.deposits-accounts-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .deposits-accounts-container .reports-table-container {
        width: 48%;
    }

@media screen and (max-width: 1726px) {
    .deposits-accounts-container .reports-table-container {
        width: 45%;
    }
}

@media screen and (max-width: 1570px) {
    .deposits-accounts-container {
        justify-content: center;
    }

        .deposits-accounts-container .reports-table-container {
            width: 85%;
        }
}

.deposits-accounts-container .reports-table-container .financial-table {
    width: 100%;
}

.labour-warning-banner {
    background-color: #ed685e;
    color: #ea6137;
    -webkit-box-shadow: 0 2px #bad6ee;
    box-shadow: 0 2px #c61111;
    z-index: 1000;
    height: 30px;
    text-align: center;
    padding-bottom: 10px;
}

.dashboard-widgets-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.employee-starter-container {
    text-align: center;
}

.employee-starter-content {
    min-height: 200px;
}

    .employee-starter-content ul {
        text-align: left;
    }

.holiday-accrual-main-container {
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.holiday-accrual-top {
    text-align: center;
}

.holiday-accrual-table-container {
    background-color: transparent;
    border: none;
    margin: 15px;
    min-height: 0;
    min-width: 0;
    padding: 0 10px 0 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    /* Track */
    .holiday-accrual-table-container::-webkit-scrollbar-track {
        background: none;
    }

    /* Handle */
    .holiday-accrual-table-container::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .holiday-accrual-table-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.holiday-accrual-table {
    border-collapse: collapse;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.2s;
    border-radius: 13px;
    overflow-y: auto;
    background-color: white;
    -webkit-box-shadow: -4px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px 1px 3px -1px rgba(232, 230, 230, 0.93), -4px 3px 3px -1px rgba(232, 230, 230, 0.93);
    box-shadow: -4px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px -3px 3px -1px rgba(232, 230, 230, 0.93), 3px 1px 3px -1px rgba(232, 230, 230, 0.93), -4px 3px 3px -1px rgba(232, 230, 230, 0.93);
}

    .holiday-accrual-table thead tr th:first-of-type {
        border-top-left-radius: 13px;
    }

    .holiday-accrual-table thead tr th:last-of-type {
        border-top-right-radius: 13px;
    }

    .holiday-accrual-table tbody:last-of-type tr:last-of-type td:first-of-type {
        border-bottom-left-radius: 13px;
    }

    .holiday-accrual-table tbody:last-of-type tr:last-of-type td:last-of-type {
        border-bottom-right-radius: 13px;
    }

.holiday-accrual-main-container .holiday-accrual-table-container .holiday-accrual-table {
    width: 100%;
}

.holiday-accrual-table th {
    padding: 10px 15px 10px 15px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
    font-weight: bold;
    color: #696868;
    background-color: white;
    font-size: 0.75rem;
}

    .holiday-accrual-table th:first-of-type {
        text-align: left;
    }

.holiday-accrual-table td {
    padding: 10px 15px 10px 15px;
    text-align: center;
}

.holiday-accrual-table tbody tr {
    border-bottom: none;
    color: #5a595b;
}

    .holiday-accrual-table tbody tr td:first-of-type {
        color: #696868;
        font-weight: bold;
        text-align: left;
    }

    .holiday-accrual-table tbody tr:hover {
        text-shadow: 0 0 1px black;
    }

    .holiday-accrual-table tbody tr:nth-of-type(odd):not(.alert-danger):not(.alert-success) {
        background-color: #f7f6fc;
    }

.holiday-accrual-table tbody.table-department tr.table-department-dropdown th {
    background-color: #D9E5E9;
}

    .holiday-accrual-table tbody.table-department tr.table-department-dropdown th:first-of-type {
        text-align: left;
    }

.holiday-accrual-table tbody.table-department tr.table-dropdown:nth-of-type(even):not(.alert-danger):not(.alert-success) {
    background-color: #D9E5E9;
}

.holiday-accrual-table tbody.table-department tr.table-dropdown:nth-of-type(odd):not(.alert-danger):not(.alert-success) {
    background-color: #EAF8F4;
}

.holiday-accrual-table tbody.table-department:nth-of-type(even) tr {
    background-color: white;
}

.snapshot-table {
    margin-bottom: 15px;
}

.financial-table tbody.snapshot-summary tr th {
    background-color: #CDCBF6;
}

.financial-table tbody.snapshot-summary tr:first-of-type th {
    border-top-left-radius: 13px;
}

.financial-table tbody.snapshot-summary tr:first-of-type td {
    border-top-right-radius: 13px;
}

.financial-table tbody.snapshot-summary tr:last-of-type th {
    border-bottom-left-radius: 13px;
}

.financial-table tbody.snapshot-summary:last-of-type tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0px;
}

.financial-table thead tr.snapshot-table-header th {
    text-align: center;
    background-color: #CDCBF6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.signature-font {
    cursor: default;
    font-size: 1.5625rem;
    padding: 10px;
    white-space: nowrap;
}

    .signature-font:hover {
        background-color: rgb(220, 220, 220, 0.4);
    }

#main-container {
    background: #23282D;
}

.rounded-corner {
    background: #F5F5F5 !important;
}

#content_data_page {
    min-height: calc(100vh - 93px);
    background-color: #f5f5f5;
    overflow: hidden;
    padding-bottom: 20px;
}

    #content_data_page:has(.content-noscroll) {
        height: calc(100vh - 93px);
        padding-bottom: 0;
    }
    #content_data_page:has(.content-noscroll) .content {
        height: 100%;
        padding: 0;

    }

    #content_data_page.no-header {
        min-height: calc(100vh - 35px);
    }
        #content_data_page.no-header:has(.content-noscroll) {
            height: calc(100vh - 35px);
        }

        .nav-main ul {
            background-color: rgba(0, 0, 0, 0);
            color: #23282D !important;
        }

.nav-main.open a:hover, .nav-main a:focus {
    background-color: rgba(0, 0, 0, 0);
}

.menu.open {
    background-color: #f5f5f5;
    border-radius: 20px 0 0 20px;
}

li.menu.open span {
    color: #646464;
    font-weight: bold;
}

li.menu.open ul {
    padding-bottom: 20px;
}

.nav-main li.open a {
    color: #646464;
}

.nav-main ul a:hover, .nav-main ul a:focus {
    color: #23282D;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.02);
}

.nav-main li.open a.active, .nav-main a.active:hover {
    color: #23282D;
    font-weight: bold;
}

.nav-main li.open > a.nav-submenu::before {
    color: #23282D;
}

.nav-main a.nav-submenu:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #FFF;
    content: "\f107";
}

#header-navbar {
    background-color: #f5f5f5 !important;
    background: radial-gradient(circle at 0% 0, rgba(49, 48, 51, 0) 20px, #f5f5f5 20px);
    border-radius: 20px 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 39px;
}

.nav-main a > i {
    color: #FFF;
}

.side-header > span, .side-header > a {
    display: block;
}

.signature-font:hover {
    background-color: rgb(220, 220, 220, 0.4);
}

.payroll-top-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.payroll-top-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    float: right;
}

.payroll-top-container .payroll-top-text p {
    margin: 0;
    padding: 0;
}

.payroll-top-container .payroll-top-buttons {
    width: 100%;
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 14px;
    padding: 8px 30px;
    margin: 5px 0px;
    border: 1px solid rgb(232, 231, 231);
    box-shadow: rgb(170, 170, 170) 5px 5px 9px -4px;
    font-size: 0.9375rem;
    position: relative;
}

    .payroll-top-container .payroll-top-buttons button {
        margin-left: 5px;
        margin-right: 5px;
    }

.payroll-top-text .financial-table tbody.payroll-dates-table tr th {
    background-color: #CDCBF6;
}

.payroll-top-text .financial-table tbody.payroll-dates-table tr td {
    text-align: right;
}

.payroll-top-text .financial-table tbody.payroll-dates-table tr:first-of-type th {
    border-top-left-radius: 13px;
}

.payroll-top-text .financial-table tbody.payroll-dates-table tr:first-of-type td {
    border-top-right-radius: 13px;
}

.payroll-top-text .financial-table tbody.payroll-dates-table tr:last-of-type th {
    border-bottom-left-radius: 13px;
}

.payroll-top-text .financial-table tbody.payroll-dates-table:last-of-type tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0px;
}

.payroll-notes-background-color {
    background-color: #fff;
}

.payroll-vertical-line {
    height: 75%;
    right: 60%;
    border-left: 1px solid lightgrey;
    opacity: 0.6;
}

.btn-lock-unlock-payroll {
    color: #fff;
    background-color: #7dc8a5;
    border-color: #7b921c;
}

    .btn-lock-unlock-payroll:hover {
        color: #fff;
        background-color: #6eb292;
        border-color: #7b921c;
    }

.btn-download-payroll {
    color: #fff;
    background-color: #6c8ce6;
    border-color: #7b921c;
}

    .btn-download-payroll:hover {
        color: #fff;
        background-color: #6781d7;
        border-color: #7b921c;
    }

.btn-download-payroll-csv {
    color: #fff;
    background-color: #9aa5da;
    border-color: #7b921c;
}

    .btn-download-payroll-csv:hover {
        color: #fff;
        background-color: #8e96c8;
        border-color: #7b921c;
    }

.btn-payroll-notes-save {
    color: #fff;
    background: #325BFF !important;
    border: #3457A2 1px solid !important;
    min-width: 15% !important;
    padding-bottom: 23px !important;
}

    .btn-payroll-notes-save:hover {
        color: #fff !important;
        background-color: #326DFF !important;
        border-color: #3457B2 !important;
    }

.p45-file-input {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6c8ce6;
    border-color: #7b921c;
    color: white;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    height: 30px;
    border-radius: 7px;
    padding: 5px;
    max-height: 45px;
    margin-right: 5px;
}

    .p45-file-input:hover {
        transition: all 0.15s ease-out;
        background-color: #6781d7;
        border-color: #7b921c;
    }

    .p45-file-input input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.daterangepicker .ranges ul {
    width: 350px;
}

.blazored-modal-container {
    left: 0;
}

.btn-invoice-system-top {
    color: #fff;
    background-color: #ff9069;
    border: 2px #ff835e;
}

.invoice-system-search {
    max-width: 90%;
    margin: -30px 10px 10px 10px;
    position: absolute;
    left: 48%;
}

.invoice-system-advanced-search {
    border-radius: 5px;
    margin-left: 1px;
    position: absolute;
    top: 90%;
    width: 98%;
    height: 450%;
    z-index: 1000;
    overflow: auto;
    background-color: #fff;
    padding: 8px 5px 5px 5px;
    box-shadow: -4px -3px 3px -1px rgb(232 230 230 / 93%), 3px -3px 3px -1px rgb(232 230 230 / 93%), 3px 1px 3px -1px rgb(232 230 230 / 93%), -4px 3px 3px -1px rgb(232 230 230 / 93%);
}

.invoice-system-search-buttons {
    pointer-events: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    bottom: -30%;
    padding: 5px;
}

.invoice-system-search-searchBtn {
    margin-left: 20px;
    pointer-events: auto;
    padding: 5px;
    border: 1px #aaa solid;
}

.invoice-filter-buttons {
    margin: 10px 0px -15px 50px;
    font-size: 15px;
}

    .invoice-filter-buttons > :first-child {
        border-top-left-radius: 8px;
        border-left: 0.5px #7dc8a5 solid;
    }

    .invoice-filter-buttons > :last-child {
        border-top-right-radius: 8px;
        border-right: 0.5px #7dc8a5 solid;
    }

    .invoice-filter-buttons label {
        display: inline-block;
    }

.invoice-tab-pane {
    /*box-shadow: inset 0px 0px 6px -2px rgba(125 ,125 ,125 ,0.5);*/
    z-index: 0;
    border-top: 0.5px #7dc8a5 solid;
    border-right: 0.5px #ddd solid;
    margin-left: -5px;
    background-color: #f7f6fc;
    padding: 15px 15px 20px 15px;
    transition: 0.2s;
}

    .invoice-tab-pane:hover {
        box-shadow: none;
        background-color: #fff;
        border: 3px #7dc8a5 solid !important;
    }

.invoice-tab-pane-active {
    box-shadow: none;
    border: 3px #7dc8a5 solid !important;
    background-color: #fff;
}

/*.row .invoice-tab-pane-active:hover + .financial-table {
    border-top: 3px #7dc8a5 solid !important;
    color: red !important;
}*/

.invoice-system-table {
    box-shadow: 3px 1px 3px -1px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(232 230 230 / 93%), 3px 1px 3px -1px rgb(232 230 230 / 93%), -4px 3px 3px -1px rgb(232 230 230 / 93%);
}

.invoice-advance-control-dropdown {
    position: relative;
    display: inline-block;
}

.invoice-advance-control-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 2;
}

    .invoice-advance-control-dropdown-content button {
        width: 100%;
        margin-bottom: 5px;
    }

.invoice-advance-control-dropdown:hover .invoice-advance-control-dropdown-content {
    display: block;
}

.invoice-btn {
    background-color: #6c8ce6 !important;
    border-color: #4d5392 !important;
    color: #eee;
}

    .invoice-btn:hover {
        background-color: #3f4492 !important;
        border-color: #3f4792 !important;
        color: #eee;
    }

.invoice-search-table {
    width: 100%;
    max-height: 200px;
    margin-top: -1px;
    overflow-x: scroll;
    overflow-y: hidden;
    box-shadow: 2px 2px 2px 2px #aaa;
    z-index: 10;
}

    .invoice-search-table thead, .invoice-search-table tbody {
        display: block !important;
    }

    .invoice-search-table tbody {
        overflow-y: auto; /* Trigger vertical scroll    */
        overflow-x: hidden; /* Hide the horizontal scroll */
    }

    .invoice-search-table .view-more {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        margin: auto;
        display: block;
    }

.invoice-advanced-search {
    display: inline-table;
}

.invoice-system-pageBtn {
    color: #fff;
    background-color: #9baee0;
    border-color: #93a0e0;
    margin: 0 2px 0 2px;
}

    .invoice-system-pageBtn:hover {
        color: #fff;
        background-color: #6b83c3;
        border-color: #586ec3;
    }

    .invoice-system-pageBtn:focus {
        color: #fff;
        background-color: #6b83c3;
        border-color: #586ec3;
    }

.financial-table > .template-table-body > tr.template-table-dropdown-row:nth-of-type(odd) {
    background-color: #EAF8F4;
}

.financial-table > .template-table-body > tr.template-table-dropdown-row:nth-of-type(even) {
    background-color: #D9E5E9;
}

.invoice-system-pageSize {
    width: 7%;
    text-align: center;
}

.financial-table tbody.small-table tr th {
    background-color: #CDCBF6;
}

.financial-table tbody.small-table tr td {
    text-align: right;
}

.financial-table tbody.small-table tr:first-of-type th {
    border-top-left-radius: 13px;
}

.financial-table tbody.small-table tr:first-of-type td {
    border-top-right-radius: 13px;
}

.financial-table tbody.small-table tr:last-of-type th {
    border-bottom-left-radius: 13px;
}

.financial-table tbody.small-table:last-of-type tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0px;
}

.btn-tooltip-disabled {
    padding: unset;
    border: unset;
}

.div-tooltip-disabled {
    padding: 7px 12px
}

.lds-dual-ring {
    display: inline-block;
    width: 20px;
    height: 20px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 18px;
        height: 18px;
        margin: 1px 4px 0 0;
        border-radius: 50%;
        border: 3px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

.lds-dual-ring-black:after {
    border-color: #646464 transparent #646464 transparent !important;
}

.lds-dual-ring-lg:after {
    width: 32px !important;
    height: 32px !important;
    margin: 1px 4px 0 0 !important;
    border-radius: 50% !important;
    border: 12px solid #fff !important;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-with-loader {
    display: inline-flex;
    align-items: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #646464 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.transfer-staff-page-buttons > .btn:hover {
    background-color: #646464 !important;
    border-color: #646464 !important;
}

.financial-table tbody.small-invoice-table tr:nth-of-type(odd) th {
    background-color: #f7f6fc;
}

.financial-table tbody.small-invoice-table tr:first-of-type th {
    border-top-left-radius: 13px;
}

.financial-table tbody.small-invoice-table tr:first-of-type td {
    border-top-right-radius: 13px;
}

.financial-table tbody.small-invoice-table tr:last-of-type th {
    border-bottom-left-radius: 13px;
}

.financial-table tbody.small-invoice-table:last-of-type tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0px;
}

.invoice-tooltip > .tooltip:before {
    border: none !important;
    box-shadow: none;
    display: none !important;
}

.financial-table .blazored-typeahead__input {
    margin: 0 10px 0 10px;
    background: inherit;
}

.financial-table .blazored-typeahead__results {
    text-align: left !important;
}

.financial-table .blazored-typeahead__input-mask {
    margin: 0 10px 0 10px;
}

.financial-table .blazored-typeahead__input-icon {
    justify-content: center;
}

.yellow-background {
    background-color: rgb(255, 239, 213);
}

a {
    text-decoration: none;
}

th {
    --bs-table-bg: #dcdada;
    border: none !important;
}

.form-control, .form-select {
    font-size: 0.875rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.blazored-typeahead__input-icon {
    padding: 0.3125rem;
}

.bg-primary h3.block-title {
    color: white;
}

.panel {
    background: white;
    margin-bottom: 1em;
}

.panel-heading {
    padding: 1em;
}

.panel-body {
    padding: 1em;
}

table.no-bottom-border > *:last-child > *:last-child > td {
    border-bottom-width: 0 !important;
}

.cashup-container .col-12 .financial-table {
    width: 100%
}

.cashup-container {
    --bs-gutter-y: 1.5rem;
}

/*SunSystemsNominalFilter*/

.nominal-code-filter-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

@media only screen and (max-width: 1200px) {
    .nominal-code-filter-main {
        flex-direction: column;
    }

    .nominal-code-filter-column {
        min-width: unset !important;
        max-width: unset !important;
    }
}

.nominal-code-filter-main .opsyte-card {
    background-color: #fff !important;
}

.opsyte-card .btn-group {
    margin: 10px !important;
}

.nominal-code-filter-column {
    min-width: 30%;
    max-width: 30%;
    margin: 20px;
    text-align: center;
}

.nominal-code-filter-column-container-search-container {
    display: inline-flex;
    width: 100%;
}

    .nominal-code-filter-column-container-search-container .btn-primary {
        border-radius: 0px;
    }

    .nominal-code-filter-column-container-search-container .btn-danger {
        border-radius: 0px 18px 18px 0px;
    }

.nominal-code-filter-column-textbox {
    border-radius: 18px 0px 0px 18px;
}

.nominal-code-filter-column .opsyte-card .nominal-code-filter-column-container {
    min-width: 100%;
}

.nominal-code-filter-codes {
    max-height: 400px;
    min-height: 400px;
    overflow-y: scroll;
}

    .nominal-code-filter-codes::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .nominal-code-filter-codes::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .nominal-code-filter-codes::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #c7c4c4;
    }

.nominal-code-filter-section-header {
    height: 50px;
}

.nominal-code-list-item {
    margin: 10px;
    transition: 0.25s;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

    .nominal-code-list-item:hover {
        background-color: rgba(76,167,241,0.49);
    }

.highlighted {
    background-color: rgba(76,167,241,0.74) !important;
    color: white;
}

#line-items-table td {
    padding: 8px;
}

#line-items-table .disabled {
    background: #6c757d;
    color: white;
    opacity: 0.65;
    cursor: not-allowed;
}

.pointer-cursor {
    cursor: pointer;
}

.trust-id-disabled {
    background-color: #ddd !important;
}

.dow {
    font-size: 12px;
    color: #c4bebe;
    text-transform: uppercase;
}

.header-btn {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.2rem 0;
    font-size: 1.2rem;
    color: #646464;
    text-align: center;
    background-color: white;
}

    .header-btn .badge {
        position: absolute;
        top: -0.5rem;
        right: -0.8rem;
        font-size: 0.6em;
    }

.dropdown-item .fa-fw {
    font-size: 0.9em;
    margin-right: 0.5em;
}

/******************Statement reconciliation******************/

.statement-document-statement-flexbox > div {
    width: 47.5% !important;
}

.statement-document-options-dropdown {
    border-radius: 7px;
}

.payment-run-table p {
    margin: 0 !important;
}

.highlight {
    background-color: yellow;
}

.highlightable-text-area {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    border-radius: .25rem;
    height: 500px;
    overflow-y: auto;
}

.financial-table .payroll-bonus-input {
    overflow: unset !important;
}

.btn:not(.navbar-toggler) {
    min-height: calc(var(--bs-btn-line-height) * var(--bs-btn-font-size) + var(--bs-btn-padding-y) * 2);
}

.mh-0 {
    min-height: 0px !important;
}

.modern-scrollbar::-webkit-scrollbar {
    width: var(--scrollbar-width);
}

.modern-scrollbar-me {
    margin-right: var(--scrollbar-width);
}

/* Not sure what this does but it knocks the rota out of alignment when viewing in Firefox */
/*@-moz-document url-prefix() {
    .modern-scrollbar-me {
        margin-right: 0px;
    }
}*/

.modern-scrollbar::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.modern-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid transparent;
    background-clip: content-box;
    background-color: #aaa;
}

/* When using a coloured icon on a coloured background, add this class and you'll get an outline which should contrast. */
.icon-outline {
    -webkit-text-stroke: 0.25em var(--bs-body-bg);
    paint-order: stroke;
}

.card {
    --bs-card-border-width: 0;
    --bs-card-border-color: transparent;
    --bs-card-cap-bg: rgb(var(--bs-primary-rgb));
    --bs-card-box-shadow: var(--bs-box-shadow-sm);
    box-shadow: var(--bs-card-box-shadow)
}

[data-bs-theme=dark] .card {
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-border-color: transparent;
}

.card-header .nav-link {
    color: var(--bs-card-bg);
    font-weight: bold;
}

.text-purple {
    --bs-text-opacity: 1;
    color: var(--bs-purple) !important;
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: var(--bs-purple) !important;
}

.invoice-system.content-noscroll {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content 1fr;
    height: 100%;
    transition: all ease-in-out 0.1s;
}

    .invoice-system.content-noscroll.expanded-tables {
        grid-template-columns: 2fr 1fr;
    }

    .invoice-system.content-noscroll .document-header {
        grid-row: 1;
        grid-column: 1 / span 2;
    }

    .invoice-system.content-noscroll .document-info {
        grid-row: 2;
        grid-column: 1;
        overflow: hidden;
    }

    .invoice-system.content-noscroll .document-viewer {
        grid-row: 2;
        grid-column: 2;
    } 

.text-transparent {
    color: transparent !important;
}

.datepicker-important {
    z-index: 10000 !important;
}

/* Grey outline around focused Bootstrap checkbox */
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(200, 200, 200, .25) !important;
}

/* Better formatting for clear buttons at the end of a button */
.clear-button {
    border: solid 1px var(--bs-border-color);
}

    .clear-button:hover {
        background-color: var(--bs-border-color);
    }

.rota-graphs-key {
    padding-top: 2rem;
    text-align: left;
    padding-inline-start: 0.5rem;
    font-size: small;
    padding-inline-end: 0.5rem;
    font-weight: 300;
}

.rota-graph-key-staff-headcount {
    background-color: #e6e6e6;
    border-radius: 0.3rem;
    padding: 0.3rem;
    margin: 0.2rem;
}

.rota-graph-key-labour-cost {
    background-color: #ed685e;
    padding: 0.3rem;
    border-radius: 0.3rem;
    color: white;
    margin: 0.2rem;
}

.rota-graph-key-sales {
    background-color: #65cd90;
    padding: 0.3rem;
    border-radius: 0.3rem;
    margin: 0.2rem;
}

.empty-graph {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
