* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}

.select2DropdownCss {
    font-size: 0.8rem !important;
}

:root {
    --primary-color: #ff0000;
    --primary-hover: #006666;
    --secondary-menu-color: #00b3b3;
    --terciary-menu-color: #00cccc;
    --primary-text: #000;
    --battery-0: #000;
    --battery-25: #f00;
    --battery-50: #ff8c00;
    --battery-75: #7cfc00;
    --battery-100: #006400;
}

.text-color {
    color: var(--primary-text)!important;
}

#backgroundPart {
    background-color: var(--primary-color);
}

body {
    padding-top: 55px !important;
    background-color: #f0f0f4;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
}

.chart-type .mdi {
    font-size: 1.7em;
}

.rotate90 {
    transform: rotate(90deg);
}

main {
}

.modal-header {
    background-color: var(--primary-color);
    color: #eee;
}

footer {
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    z-index: 10;
}

td, th {
    padding: 4px;
    color: #121212 !important;
    background-color: transparent !important;
}

th {
    font-weight: 500;    
}

.dataTable th {    
    color: var(--primary-text) !important;
}

.td-cw-50 {
    width: 50px;
}

thead tr {
    background-color: var(--primary-color);
    color: var(--primary-text);
}

.tab-content {
    width: 100%;
    overflow:hidden;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--primary-text)!important;
    background-color: var(--primary-color);
    border-color: var(--primary-hover);
    border-radius:0;
}
.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-link.side-tab {
    border: none !important;
    border-right: 1px solid #e0e0e0 !important;
    min-width: 150px !important;
}

.nav-tabs .nav-link.side-tab.active {
    border-left-color: var(--primary-color) !important;
    border-left-width: 4px !important;
    border-left-style: solid !important;
    border-right: none !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.nav-tabs .nav-link.top-tab {
    color: var(--primary-hover) !important;
}

.nav-tabs .nav-link.top-tab:hover {
    color: var(--primary-hover) !important;
}

.nav-tabs .nav-link.top-tab.active {
    border-top-color: var(--primary-color) !important;
    border-top-width: 4px !important;
    border-top-style: solid !important;
    color:var(--primary-text)!important;
}

.nav-tabs .nav-link.side-tab.active:first-of-type {
    border-top: none !important;
}

#main-container {
    padding-left: 90px !important;
    padding-right: 4px !important;
    overflow-x:hidden;
}

.navbar-custom {
    margin-left: 85px !important;
    margin-right: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* screen adjustments for mobile */
@media screen and (max-width:768px) {

    #main-container {
        padding-left: 4px !important;
    }

    .navbar-custom {
        margin-left: 4px !important;
    }
}

.form-switch .form-check-input {
    border-radius: 10px !important;
}

.table-bordered {
    border: 1px solid #e0e0e0 !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    color: var(--primary-text)!important;
    /*    border: 0;
    outline: 0;
    color:#fff!important;*/
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.btn-primary:hover {
    background-color: var(--primary-hover) !important;
    color: #fff !important;
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

    .btn-outline-primary:hover {
        background-color: var(--primary-color) !important;
        color: #fff !important;
        border-color: var(--primary-color);
    }


.btn-primary.disabled {
    background-color: var(--secondary-menu-color) !important;
    color: #ccc !important;
}

.table-icon {
    font-size: 14px !important;
}

.custom-padding {
    margin: 0 12px;
}

input[type='text'].form-control,
input[type='password'].form-control,
input[type='email'].form-control,
input[type='number'].form-control,
input[type='date'].form-control,
input[type='tel'].form-control,
input[type='url'].form-control,
select.form-control, .icon-eye,
.select2-selection, .select2-selection--single {
    /* background-color: #fff;
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #a1a1a1 !important; */
}

.form-select, .form-control {
    font-size: inherit;
}

    .form-control:focus, .accordion-button,
    .select2-container--bootstrap-5.select2-container--focus .select2-selection,
    .select2-container--bootstrap-5.select2-container--open .select2-selection,
    .select2-search__field {
        outline: none !important;
        box-shadow: none !important;
    }

.select2-container
{
    width: 100% !important;
}

.start-end {
    border-radius: 7px !important;
    margin-top: 0.5rem !important;
    right: 2% !important;
}

.error {
    font-size: small;
    color: #f00;
}

label.error {
    font-size: 0.7rem;
    color: red;
}

.accordion-button, .accordion-button:not(.collapsed), .tab-icon-label, .tab-icon {
    color: var(--primary-color);
}

.accordion-button:hover, .tab-icon-label:hover, .tab-icon:hover {
    color: var(--primary-hover);
}

ul.ui-menu {
    list-style-position: inside;
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}

.ui-menu.ui-widget {
    z-index: 8;
    background-color: #fff;
    border: 1px solid black;
}

.icon-eye {
    cursor: pointer;
}

li.ui-menu-item:hover {
    background-color: #ccc;
    cursor: pointer;
}

.active > .page-link {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.bg-row-error {
    background-color: #ff8080 !important;
}

.bg-row-success {
    background-color: #80ff80 !important;
}

.bg-row-intermediate {
    background-color: #ffa64d !important;
}

.row.hover:hover {
    background-color: #f0f0f0;
}

.cursor_grab {
    cursor: grab;
}

.cursor_pointer {
    cursor: pointer;
}

.r90 {
    offset-rotate: 90deg;
}

.cc-tile {
    display: inline-block;
    padding: 2px;    
}

.cc-tile .inner {
    display: inline-block;
    border: 1px solid var(--primary-color);
    border-radius:5px;
    width: 100%;
    padding: 4px;
    text-align: center;
    font-size: 1.5em;
    min-height:110px
}

.cc-tile .inner .value {
    color: var(--primary-color);
    font-size: 2em;
    font-weight: bold;
    overflow:hidden;
    text-align:center;
}
.cc-tile .inner .title {
    color: var(--primary-color);
    font-size: 0.6em;
    font-weight: normal;
}

.table.dataTable {
    margin-top: 0px !important;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 300 !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 300 !important;
}

table.dataTable th {
    background-color: var(--primary-color) !important;
    color: white;
}

.zeel-accordion-card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    line-height: 1.1 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: auto;
    overflow-y: auto;
}

.select2-search__field {
    font-size:0.8rem!important;
}

.zeel-save-button {
    position: fixed;
    top: 60px;
    z-index: 40;
    right: 40px;
    width: 50px;
    box-shadow: 0 1px 20px 1px #c0c0c0;
    border-radius: 100px;
    height: 50px;
    padding: 30px;
}

.custom-filter {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--primary-text);
    outline: none;
    color: white;
    width: 100%;
    border-radius: 0px
}

:root {
    --bs-body-font-size: small;
}

.ui-dialog {
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.14);
    border-radius: 6px;
}


/*
table.table.dataTable.th > :not(caption) > * > *
*/
th.dt-fixed {
    background-color: var(--primary-color) !important;
    color: white;
}

/*td.dt-fixed {
    width: 70px !important;
}
*/
table.dataTable thead tr > .dtfc-fixed-start, table.dataTable thead tr > .dtfc-fixed-end, table.dataTable tfoot tr > .dtfc-fixed-start, table.dataTable tfoot tr > .dtfc-fixed-end {
    color: white;
    background-color: var(--primary-color);
}

table.dataTable tbody tr>.dtfc-fixed-start,table.dataTable tbody tr>.dtfc-fixed-end {
    z-index: 1;
    background-color: white !important;
}
.custom-filter.form-control:focus {
    background-color: transparent;
}

.ui-dialog {
    top: 100px !important;
}

.ui-dialog, .ui-dialog .ui-dialog-content {
    border-radius: 10px;
    padding: 0;
    overflow: visible;
}

.ui-button {
    border-radius: 20px !important;
}

.ui-dialog .ui-dialog-titlebar,
.no-title .ui-dialog-titlebar {
    display: none!important;
}

.card {
    border: none;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    border-radius: 10px !important;
}

.card-header {
    background-color: white;    
}

.card-dialog {
    background-color: var(--primary-color);
    color: #eee;
    xxborder-radius: 0 !important;
}

.modal-footer {
    border-top: 1px solid #e0e0e0;
}

.faRequired {
    color: #ff0000;
    font-size: 6px;
    margin-bottom:5px;
}


.v-hidden, .v-hidden-important {
    display: none;
}

.nav-nondropdown {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-div {
    position: relative;
    height: 420px !important;
    overflow: auto;
}

.info-icon {
    color: #000000bf;
    margin-left: 10px;
}

.chart-icons {
    position: absolute;
    bottom: 5px;
    left: 5px;
    margin-left: 10px;
}

    .chart-icons .nav-link {
        margin: 0 5px;
    }

.handle {
    cursor: grab;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: inherit !important;
}



.popover-body {
    font-size: 0.75rem;
}

.notification-list {
    max-height: 250px;
    overflow-y: auto;
}

.table-row-warning > td {
    --bs-bg-opacity: 0.6;
    background-image: var(--bs-gradient) !important;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.table-row-danger > td {
    --bs-bg-opacity: 0.6;
    background-image: var(--bs-gradient) !important;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.recipient-list {
    height:250px;
}

.e-vacancy-wizard-shift-pattern {
    width: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vacancy-wizard-shift input[type="time"] {
    border: none;
    border-bottom: solid 1px #979797;
}

.cursor-default {
    cursor:default;
}
.cursor-pointer {
    cursor:pointer;
}

.select2-selection {
    font-size: 0.8rem !important;
}

.select-info .select-item {
    padding: 0 0.25rem;
}

.dtr-details {
    display: flex !important;
    flex-wrap: wrap;
}

.dtr-details li {
    padding: 4px !important;
    display: flex;
    flex-direction: column;
}

.display-7 {
    font-size: 2.0rem;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--primary-color);
    --bs-tooltip-color: var(--primary-text);
}

.btn-getstarted {
    position: absolute !important;
    bottom: 87px;
    right: -51px;
    width: 125px;
    rotate: -90deg;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
    z-index: 2;
    height: 22px;
    font-size: small;
    padding-top: 2px;
}

#pnlSchedulerCalendar .fc-toolbar-chunk > div {
    display: flex;
    width: 350px;
    justify-content: space-around;
    white-space: nowrap;
    padding: 0 10px;
}

td.right-align, th.right-align {
    text-align: right !important;
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--primary-color), 0.3);
    color: rgb(255, 255, 255);
    color: rgb(var(--dt-row-selected-text))
}

table.dataTable.stripe>tbody>tr:nth-child(odd).selected>*, table.dataTable.display>tbody>tr:nth-child(odd).selected>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--primary-color-rgb), 0.4) !important;
}

table.table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(var(--primary-color-rgb), 0.2) !important;
}

table.dataTable.row-border>tbody>tr.selected+tr.selected>td, table.dataTable.display>tbody>tr.selected+tr.selected>td {
    box-shadow: inset 0 0 0 9999px rgba(var(--primary-color-rgb), 0.4) !important;
}

table.dataTable.hover>tbody>tr.selected:hover>*, table.dataTable.display>tbody>tr.selected:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--primary-color-rgb), 0.4) !important;
}

table.dataTable.order-column>tbody tr.selected>.sorting_1, table.dataTable.order-column>tbody tr.selected>.sorting_2, table.dataTable.order-column>tbody tr.selected>.sorting_3, table.dataTable.display>tbody tr.selected>.sorting_1, table.dataTable.display>tbody tr.selected>.sorting_2, table.dataTable.display>tbody tr.selected>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(var(--primary-color-rgb), 0.4) !important;
}

tr.selected, tr.selected td {
    background-color: var(--secondary-menu-color) !important;
    color: var(--primary-text) !important;
}

tr.selected a {
color: var(--primary-text) !important;
}

tr.selected a:hover {
    color: var(--terciary-menu-color) !important;
}

.h-full {
    height: calc(100vh - 93px)!important;
}

.noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fc-event-main {
    color: #000 !important;
}

.assignmentShiftAppt {
    background-color: #00cc66;
}

.assignmentShiftAppt.notCurrent {
    background-color: aqua !important;
}

.unavailabilityAppt {
    background-color: lightskyblue;
}

.vacancyShiftAppt {
    background-color: gold;
}

.vacancyShiftAppt.notCurrent {
    background-color: #cc99ff !important;
}

.view-header {
    font-size:0.7rem;
}



.text-bg-compliance {
    background-color: #bf00ff !important;
}

.text-compliance {
    color: #bf00ff !important;
}

.deleted-row {
    background-color: var(--bs-danger-border-subtle)!important;
}
.restricted-row {
    background-color: #feefb3!important;
}
#form-profile .nav-link:not(.active) {
    color: var(--primary-color) !important;
}

.badge-counter{
    z-index: 1;
}
.modal:has(> .modal-fullscreen) {
    z-index: 100000 !important;
}