﻿/*#region ICOMOON*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?vyfexu');
    src: url('../fonts/icomoon.eot?vyfexu#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?vyfexu') format('truetype'), url('../fonts/icomoon.woff?vyfexu') format('woff'), url('../fonts/icomoon.svg?vyfexu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*#endregion */

/*#region DATATABLES STYLING*/
a.paginate_button.current {
    margin: 5px !important;
    font-size: x-large !important;
}

a.paginate_button {
    margin: 5px !important;
    background: #f1f1f1 !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
}

    a.paginate_button:hover {
        text-decoration: none !important;
        cursor: pointer !important;
    }

    a.paginate_button:active {
        text-decoration: none !important;
        cursor: pointer !important;
    }

    a.paginate_button:link {
        text-decoration: none !important;
        cursor: pointer !important;
    }

.dataTables_length {
    float: right;
    font-family: 'Segoe UI';
    font: bolder !important;
}

.dataTables_paginate.paging_numbers {
    border-top: 1px solid var(--paginate-border) !important;
    padding-top: 2px !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: black;
    background-color: var(--thgrey);
    border-color: #dee2e6;
    cursor: default;
}
.pagination {
    position: sticky;
    left: 0;
}

.paging_numbers {
    position: sticky;
    left: 0;
}

div.dataTables_wrapper {
    padding-left: 0;
    padding-right: 0;
}
/*#endregion */

/*#region LOADING ANIMATION*/
#ajaxLoader {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.15);
}

.ajaxLoader {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.15);
    z-index: 5;
}

#notifications-overlay {
    position: fixed;
    width: 320px;
    background-color: rgba(0,0,0,0.15);
    z-index: 2100;
    left: unset;
    bottom: unset;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    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: #fff 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);
    }
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
/*#endregion */

/*#region COMMON*/
:root {
    --ho: #D3E788;
    --work: #9BD770;
    --absence: #FFEB99;
    --ph: #B5DEFF;
    --bt: #BFA2DB;
    --event: #dc3545;
    --absence-chart: #FFD734;
    --overtime: #dc3545;
    --timetowork: #878A86;
    --ho-activity: #B5D732;
    --w-activity: #66B032;
    --bt-activity: #ac5cf9;
    --pb-activity: #7BC0A3;
    --er-activity: #99F0CA;
    --b-activity: #ffda55;
    --d-activity: #e7822c;
    --par-activity: #CB9B42;
    --notdefined: #F4F4F4;
    --weekend: #DDDDDD;
    --thblue: #007BFF;
    --thgrey: #f7f7f7;
    --gray-border: rgba(0,0,0,.125);
    --paginate-border: rgba(0,0,0,.125);
    --terminal-color: rgba(0, 123, 255, 17%);
    --table-report-border: #dee2e6;
    --left: 0;
    --opacity: 0;
    --top: 0;
    --bottom: 0;
    --height: 0;
    --leftMandatory: 0;
    --widthMandatory: 0;
}

h3 {
    color: #495057b0;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

    body.modal-open {
        overflow: visible !important;
        padding-right: 0px !important;
    }

img {
    background-color: transparent !important;
}

td button {
    background-color: transparent !important;
}

input, select, textarea {
    max-width: 1000px;
}

    input::placeholder {
        opacity: 0.7 !important;
        color: red;
    }

label {
    display: inline-block;
    margin-bottom: 0.25rem;
    margin-top: 0.1rem;
}

textarea {
    min-height: 86px;
}

.font-weight-500 {
    font-weight: 500 !important;
}
.low-size-font {
    font-size: 0.9rem;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    color: #dc3545;
}

    .validation-summary-errors ul {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

.popover-header {
    background: #000068;
    color: white;
}

.navbar {
    padding-right: 16px !important;
}

.restricted-width {
    max-width: 280px;
}

.calendar-image {
    cursor: pointer;
}
.calendar-left {
    cursor: pointer;
    margin-right: 3px
}
.calendar-right {
    cursor: pointer;
    margin-left: 3px
}

.ui-selecting {
    background: var(--thblue) !important;
    opacity: 0.8;
}

.darken {
    filter: brightness(80%);
}

.popover-header {
    background-color: var(--thgrey);
    color: black;
}

.visible {
    visibility: visible !important;
}

.hidden {
    display: none !important;
}

.mandatory-star {
    color: #D40F00;
}

.dropdown-menu {
    width: 170px;
}

.text-muted {
    opacity: 0.4;
}

.datefield {
    background-color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    width: 135px;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.second-layer-modal {
    z-index: 1600;
}

.editable {
    cursor: pointer;
}

.small-font {
    font-size: 80%;
}

.mdi {
    border: none;
    /*background-color: white;*/
}
    .mdi:before {
        line-height: normal !important;
    }

.mdi-medium {
    font-size: 19px;
    line-height: 4px;
}
.thead-color {
    background-color: var(--thgrey);
    color: black;
}

.thead-medium-size th {
    padding: 0.5rem !important;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-primary:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    opacity: 1;
}

.text-white {
    color: white !important;
}

.tooltip-text-decor {
    text-decoration: underline dotted 1px;
    text-underline-offset: 2px;
    cursor: help;
}

.borderless th {
    border: none;
}

.smaller-lineHeight {
    line-height: 1;
}

.bottom {
    position: sticky;
    left: 0;
}

.sticky-left {
    position: sticky;
    left: 0;
}

.cursor-default {
    cursor:default;
}
.cursor-pointer {
    cursor: pointer;
}

.scrollable-header {
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    background-color: rgba(0,0,0,.03);
    box-shadow: 0px -1px 0px rgba(0,0,0,.125) inset;
}

    .scrollable-header::-webkit-scrollbar {
        display: none;
    }

.map-canvas {
    height: 350px;
    width: 95%;
    margin: 0.6em;
}

.multi-card-header {
    background-color: transparent;
    border-bottom: none
}
.nav-tabs {
    flex-wrap: nowrap;
}

.year-picker {
    width: 120px;
}

.bottom-table-border {
    border-bottom: 1px solid var(--paginate-border);
}

.small-padding {
    padding: 0.4em;
    min-width: 95px;
}
/*#endregion */

/*#region EMPLOYEE CALENDARS*/
.bg-calendar-wknd {
    background-color: var(--weekend);
}

.bg-calendar-notdefined {
    opacity: 40%;
}

.bg-calendar-ho {
    background-color: var(--ho);
}

.bg-calendar-firm {
    background-color: var(--work);
}

.bg-calendar-firm-hd {
    background: linear-gradient(to top right, var(--work) 50%, var(--absence) 50%);
}

.bg-calendar-firm-hd-att {
    background: linear-gradient(to right, var(--work) 50%, var(--absence) 50%);
}

.bg-calendar-vac {
    background-color: var(--absence);
}

.bg-calendar-wknd-ho {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--ho) 25%, var(--ho) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--ho) 75%, var(--ho) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-wknd-w {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--work) 25%, var(--work) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--work) 75%, var(--work) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-wknd-other {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--bt) 25%, var(--bt) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--bt) 75%, var(--bt) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-wknd-vac {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--absence) 25%, var(--absence) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--absence) 75%, var(--absence) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-ph-ho {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--ho) 25%, var(--ho) 50%, var(--ph) 50%, var(--ph) 75%, var(--ho) 75%, var(--ho) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-ph-other {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--bt) 25%, var(--bt) 50%, var(--ph) 50%, var(--ph) 75%, var(--bt) 75%, var(--bt) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-ph-w {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--work) 25%, var(--work) 50%, var(--ph) 50%, var(--ph) 75%, var(--work) 75%, var(--work) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-ph-vac {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--absence) 25%, var(--absence) 50%, var(--ph) 50%, var(--ph) 75%, var(--absence) 75%, var(--absence) 100%);
    background-size: 28.28px 28.28px;
}

.bg-calendar-other {
    background-color: var(--bt);
}

.bg-calendar-public-holiday {
    background-color: var(--ph);
}

.bg-event {
    color: var(--event) !important;
}

.bg-calendar-highlight {
    background: var(--thblue) !important;
    opacity: 0.8;
}

.hover-background {
    background-color: rgba(0,0,0,.075);
}

.calendar {
    border-collapse: collapse;
    background: white;
    color: black;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    margin-bottom: 4px;
    line-height: 115%;
}

    .calendar td {
        padding-left: 0rem;
        padding-right: 0rem;
        border: 3px solid white;
        border-radius: 10px;
    }

    .calendar th {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .calendar thead th {
        border-bottom: 1px solid #dee2e6;
    }

    .calendar .today {
        /*border: 2px solid red !important;*/
        filter: brightness(85%);
    }

.can-add-request {
    cursor: pointer;
}

.planning {
    border-collapse: separate;
    border-spacing: 2px;
}

    .planning tbody tr:hover {
        background-color: rgba(0,0,0,.075) !important;
        filter: brightness(90%);
        z-index: 20;
    }

    .planning th {
        padding-top: 0.6rem;
        padding-bottom: 0.3rem;
    }

    .planning td {
        min-width: 27px;
        white-space: nowrap;
        border-radius: 3px;
        border: 1px solid white;
    }

    #planningTable_paginate{
        margin-top: 10px;
    }

.table-full-width {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

    .table-full-width td:first-child {
        background-color: transparent !important;
    }

.darken-cells {
    filter: brightness(90%);
}

.nowrap td {
    white-space: nowrap;
}
.tooltip {
    pointer-events: none;
    z-index: 100000000;
}

/*#endregion */

/*#region ATTENDANCE*/

.WKND-plan {
    background-color: var(--weekend);
}

.PH-plan {
    background-color: var(--ph);
}

.W-plan {
    background-color: var(--work);
}

.W-HDH-plan {
    background: linear-gradient(to top right, var(--work) 50%, var(--absence) 50%);
}

.W-PH-plan {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--work) 25%, var(--work) 50%, var(--ph) 50%, var(--ph) 75%, var(--work) 75%, var(--work) 100%);
    background-size: 28.28px 28.28px;
}

.W-WKND-plan {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--work) 25%, var(--work) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--work) 75%, var(--work) 100%);
    background-size: 28.28px 28.28px;
}

.BT-plan {
    background-color: var(--bt);
}

.BT-PH-plan {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--bt) 25%, var(--bt) 50%, var(--ph) 50%, var(--ph) 75%, var(--bt) 75%, var(--bt) 100%);
    background-size: 28.28px 28.28px;
}

.BT-WKND-plan {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--bt) 25%, var(--bt) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--bt) 75%, var(--bt) 100%);
    background-size: 28.28px 28.28px;
}

.HO-plan {
    background-color: var(--ho);
}

.HO-PH-plan {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--ho) 25%, var(--ho) 50%, var(--ph) 50%, var(--ph) 75%, var(--ho) 75%, var(--ho) 100%);
    background-size: 28.28px 28.28px;
}

.HO-WKND-plan {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--ho) 25%, var(--ho) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--ho) 75%, var(--ho) 100%);
    background-size: 28.28px 28.28px;
}

.S-PH-plan {
    background-image: linear-gradient(45deg, var(--ph) 25%, var(--absence) 25%, var(--absence) 50%, var(--ph) 50%, var(--ph) 75%, var(--absence) 75%, var(--absence) 100%);
    background-size: 28.28px 28.28px;
}

.S-WKND-plan {
    background-image: linear-gradient(45deg, var(--weekend) 25%, var(--absence) 25%, var(--absence) 50%, var(--weekend) 50%, var(--weekend) 75%, var(--absence) 75%, var(--absence) 100%);
    background-size: 28.28px 28.28px;
}

.H-plan, .S-plan, .PAR-plan, .CT-plan, .U-plan {
    background-color: var(--absence);
}

.H-badge, .S-badge, .D-badge, .CT-badge, .U-badge {
    background-color: var(--absence);
}

.WKND-badge {
    background-color: var(--weekend);
}

.PH-badge {
    background-color: var(--ph);
}

.W-badge {
    background-color: var(--work);
}

.HO-badge {
    background-color: var(--ho);
}

.BT-badge {
    background-color: var(--bt);
}

.W-activity {
    background-color: var(--w-activity);
}

.BT-activity {
    background-color: var(--bt-activity);
}

.HO-activity {
    background-color: var(--ho-activity);
}

.CT-activity {
    background-color: #dda06f;
}

.PB-activity {
    background-color: var(--pb-activity);
}

.ER-activity {
    background-color: var(--er-activity);
}

.B-activity {
    background-color: var(--b-activity);
}

.D-activity {
    background-color: var(--d-activity);
}

.PAR-activity {
    background-color: var(--par-activity);
}

.part-of-shift {
    border-top: 2px solid rgba(0,0,0,0.5);
    border-bottom: 2px solid rgba(0,0,0,0.5);
}

.part-of-comp-off-shift {
    border-top: 2px dotted rgba(0,0,0,0.5);
    border-bottom: 2px dotted rgba(0,0,0,0.5);
}

.shift-left-follow {
    border-left: 1px dashed rgba(0,0,0,0.5);
}

.shift-right-follow {
    border-right: 1px dashed rgba(0,0,0,0.5);
}

.shift-left-end {
    border-left: 2px solid rgba(0,0,0,0.5);
}

.shift-comp-off-left-end {
    border-left: 2px dotted rgba(0,0,0,0.5);
}

.shift-right-end {
    border-right: 2px solid rgba(0,0,0,0.5);
}

.shift-comp-off-right-end {
    border-right: 2px dotted rgba(0,0,0,0.5);
}   

.attendance-header {
    position: sticky;
    top: 55px;
    position: -webkit-sticky;
    z-index: 20;
    background-color: white;
}

.attendance-header-shadow {
    box-shadow: 0 4px 2px -2px #888;
    -moz-box-shadow: 0 4px 2px -2px #888;
    -webkit-box-shadow: 0 4px 2px -2px #888;
}

.ui-selected {
    background-color: #007bff !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.line {
    height: 2px;
    width: 100%;
    background-color: black;
}

.timeline-coma {
    margin-left: 5.79px;
    background: black;
    width: 2px;
}

.timeline-hours {
    position: absolute;
    width: 100%;
    height: 100%;
}
.timeline-hours-profile {
    width: 100%;
    height: 100%;
}

.input-group-text-shift {
    color: #212529;
    background-color: #f8f9fa;    
    border-color: #f8f9fa;
}

.attendance-container-profile:after {
    content: '';
    border-left: 2px solid #007bff;
    position: fixed;
    z-index: 10;
    opacity: var(--opacity);
    top: var(--top);
    height: var(--height);
    left: var(--left);
    pointer-events: none;
}

.mandatory-hours-profile {
    content: '';
    border-left: 1px dashed rgba(0,0,0,0.8);
    border-right: 1px dashed rgba(0,0,0,0.8);
    top: var(--top);
    height: var(--height);
    left: var(--leftMandatory);
    width: var(--widthMandatory);
    pointer-events: none;
    position: fixed;
    z-index: 1;
}
.attendance-container {
}
    .attendance-container:after {
        content: '';
        border-left: 2px solid #007bff;
        position: fixed;
        z-index: 10;
        opacity: var(--opacity);
        top: var(--top);
        bottom: var(--bottom);
        left: var(--left);
        pointer-events: none;
    }


    .attendance-container::-webkit-scrollbar {
        display: none;
    }

.mandatory-hours {
    content: '';
    border-left: 1px dashed rgba(0,0,0,0.8);
    border-right: 1px dashed rgba(0,0,0,0.8);
    top: var(--top);
    bottom: var(--bottom);
    left: var(--leftMandatory);
    width: var(--widthMandatory);
    pointer-events: none;
    position: fixed;
    z-index: 1;
}

.day-margin {
    display: inline-block;
    width: 26.75px;
}

.attendance-plan {
    position: absolute;
    width: 96%;
    left: 2%;
}  
.attendance-plan-profile {
    margin-left: 15px;
}

.attendance-activity {
    position: absolute;
    height: 100%;
}
.attendance-activity-profile {
    z-index: 2;
}

/*#endregion */

/*#region PROFILE*/
div.calendarDate {
    font-size: 0.8em;
    position: relative;
    background-color: #fff;
    border-radius: 0.5em;
    -moz-border-radius: 0.7em;
    overflow: hidden;
    max-width: 60px;
    white-space: nowrap;
    min-width: 54px;
}

    div .calendarDate * {
        display: block;
        width: 100%;
        font-size: 0.9em;
        font-weight: 500;
        font-style: normal;
        text-align: center;
    }

    div.calendarDate strong {
        position: absolute;
        top: 0;
        padding: 0.4em 0;
        color: #fff;
        background-color: #00b2ff;
    }

    div.calendarDate em {
        position: absolute;
        bottom: 0em;
        color: #fff;
        padding-top: .2em;
        height: 1.6em;
    }

    div.calendarDate span {
        font-size: 2.4em;
        letter-spacing: -0.05em;
        padding-top: 0.65em;
        color: #2f2f2f;
    }
#terminal-body {
    background-color: var(--terminal-color);
}
.btn-terminal {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.button:hover {
    background-color: transparent;
    color: #007bff !important;
    border-color: #007bff !important;
}

.btn-terminal:disabled {
    background-color: transparent;
    color: #007bff !important;
    border-color: #007bff !important;
}

.mdi-silverware-fork-knife {
    font-size: 1.13rem;
}

#btnFullDay:hover:not([disabled]) {
    border-color: var(--absence-chart);
    background-color: var(--absence-chart);
    color: #7B6203;
}

#btnHalfDay:hover:not([disabled]) {
    border-color: var(--absence-chart);
    background-color: var(--absence-chart);
    color: #7B6203;
}

#btnStop:hover:not([disabled]) {
    border-color: #c82333;
    background-color: #c82333;
    color: #fff;
}

#btnStartStop:hover:not([disabled]) {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff;
}

#btnLunchBreak:hover:not([disabled]) {
    border-color: var(--absence-chart);
    background-color: var(--absence-chart);
    color: #7B6203;
}

.icon-full-day:before {
    content: "\e905";
    font-size: 24px;
}
.icon-half-day:before {
    content: "\e900";
    font-size: 24px;
}
.icon-pause:before {
    content: "\e901";
    font-size: 24px;
}
.icon-play_arrow:before {
    content: "\e902";
    font-size: 24px;
}
.icon-skip_next:before {
    content: "\e903";
    font-size: 24px;
}
.icon-stop:before {
    content: "\e904";
    font-size: 24px;
}

#workPlanName {
    color:black;
}

#timeWorked, #startTime, #currentActivityText {
    font-weight: 400;
}

#profilePlansOverviewCanvas {
    max-width: 270px;
    max-height: 270px;
}
#vacationChartCanvas {
    max-width: 270px;
    max-height: 270px;
}

/*#endregion */
/*#region PORFILE SETTINGS*/
.cropper-area {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 400px;
    width: 100%;
}

    .cropper-area img {
        max-width: 100%;
        display: block;
    }

.drag-area {
    border: 2px dashed #007bff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 400px;
    width: 100%;
}

    .drag-area.active {
        border: 2px solid #007bff;
    }

    .drag-area .drag-area-icon {
        font-size: 100px;
        color: #007bff;
    }

    .drag-area .drag-area-header {
        font-size: 30px;
        font-weight: 500;
        color: #007bff;
    }

    .drag-area .drag-area-span {
        font-size: 25px;
        font-weight: 500;
        color: #007bff;
        margin: 10px 0 15px 0;
    }

.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.consistent-height .tab-content {
    display: flex;
}

    .consistent-height .tab-content > .tab-pane {
        display: block; /* undo "display: none;" */
        visibility: hidden;
        margin-right: -100%;
        width: 100%;
    }

    .consistent-height .tab-content > .active {
        visibility: visible;
    }
/*#endregion */

/*#region NAVIGATION BAR*/
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sublink {
    padding-left: 1em !important;
}

.border-top {
    border-top: solid 1px white;
}
.navigation-color {
    background-color: var(--thblue);
    color: white;
}

.underline-hover:hover {
    text-decoration: underline;
}

.indicator {
    display: none;
}

#navigationBar {
    background-color: var(--thblue);
}

#notificationsNumberIndicator {
    background: red;
    border-radius: 50%;
    box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 5%);
    color: #fff;
    font-size: .675rem;
    height: 18px;
    padding: 1px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -4px;
    transition: top .1s ease-out;
    width: 18px;
}

.profile-image-bar {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-size: contain;
    background-color: lightgrey;
}

.profile-avatar-status {
    width: 16px;
    height: 16px;
    border: 2px solid var(--thblue);
    position: absolute;
    bottom: -7%;
    right: -7%;
    border-radius: 100%;
}

.custom-dropdown-toggle::after {
    display: inline;
    margin-left: 0;
    vertical-align: 0.2em;
}

.custom-dropdown-menu {
    left: auto;
    right: -10px;
}

.notification-time {
    opacity: 0.6;
}

/*#endregion */

/*#region EMPLOYEE OVERVIEW*/
.c-avatar {
    position: relative;
    display: inline-block;
}

.c-avatar-bar {    
    outline: 1px solid white;
    border-radius: 100%;
    outline-offset: -1px;
}

.c-profile__image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    outline: 3px solid white;
    outline-offset: -2px;
    background-size: contain
}

.c-avatar__status {
    width: 20px;
    height: 20px;
    border: 3px solid white;
    position: absolute;
    bottom: -3%;
    right: -3%;
    border-radius: 100%;
}

.circle-gradient {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 100%;
}

.employeePlan--ho {
    background: linear-gradient(to bottom right, var(--ho), var(--ho-activity));
}

.employeePlan--w {
    background: linear-gradient(to bottom right, var(--work), var(--w-activity));
}

.employeePlan--bt {
    background: linear-gradient(to bottom right, var(--bt), var(--bt-activity));
}

.employeePlan--absence {
    background: linear-gradient(to bottom right, var(--absence), var(--absence-chart));
}

.employeePlan--weekend {
    background: linear-gradient(to bottom right, var(--weekend), #9b9b9b);
}

.employeePlan--hdh {
    background: linear-gradient(to bottom right, var(--absence-chart) 40%, var(--work) 60%);
}

.containerStatus {
    overflow-x: auto;
    white-space: nowrap;
    height: 86px;
}

#containerStatus {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-color: #9b9b9b #dee2e6; /* barva ukazatele a pozadí */
    scrollbar-width: thin; /* šířka scrollbaru */
}

    #containerStatus::-webkit-scrollbar {
        display: flex;
        background: #dee2e6;
        height: 6px;
        border-radius: 5px;
    }

    #containerStatus::-webkit-scrollbar-thumb {
        background: #9b9b9b;
        border-radius: 5px;
    }

.short-name-label {
    font-size: 13px;
    text-align: center;
    position: absolute;
    width: 100%;
}
/*#endregion EMPLOYEE OVERVIEW*/

/*#region PLANNING*/
.plans-table td {
    white-space: nowrap;
    padding-left: 0.3em !important;
    padding-right: 0.3em !important;
}

.card-footer {
    background: transparent;
    border-top: 0px;
}

/*#endregion PLANNING*/

/*#region DASHBOARD*/
.statusDot {
    height: 12px;
    width: 12px;
    background-color: #DDDDDD;
    border-radius: 50%;
    display: inline-block;
}

#employeeOverviewTable td {
    white-space: nowrap;
    padding-right: 1em;
}
/*#endregion DASHBOARD*/

/*#region REQUESTS*/
#requestsTable td, #requestsTable th {
    white-space: nowrap;
}

#requestsTable td {
    white-space: nowrap;
    padding-right: 4.8px;
}

#locationsTable td, #locationsTable th {
    white-space: nowrap;
    padding-right: 4.8px;
}

.badge-pill.requestStatus {
    border-radius: 20px 20px;
    padding: 5px 10px 5px 10px;
}
.badge-pill.approved {
    background-color: #E4F9D3;
    color: green;
}
.badge-pill.waiting {
    background-color: #ffffb3;
    color: #cc7a00;
}
.badge-pill.deleted {
    background-color: #ffd6cc;
    color: #dc3545;
}
.td-mdi {
    max-width:1rem;
}
.dropdown-width {
    width: 190px;
}

.td-badge {
    padding: 3px 4px 0px 4px;
    width: 10%;
    text-align: center;
}
.td-icon {
    width: 5%;
    text-align: center;
}

.request-checkbox {
    cursor: pointer;
}

.action-buttons {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    z-index: 1;
}

    .pagination-container .action-buttons {
        margin-right: 1rem;
    }

.table-container {
    position: relative;
}

/*#endregion NOTIFICATIONS*/
.sidebar {
    position: fixed;
    top: 0;
    right: -320px;
    height: 100%;
    width: 320px;
    background-color: white;
    transition: right 0.3s;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 2000;
    padding-bottom: 0;
    padding-top: 0;
}

    .sidebar.show {
        right: 0;
    }

.sidebar-section {
    padding: 15px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    margin-top: 3px;
    font-size: 14px;
    position: relative;
}

.notification-close-div {
    max-height: 20px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1040;
}

.toast-container {
    top: 10px;
    right: 10px;
    z-index: 2010;
    display: none;
}

.fixed-bottom-row {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background-color: white; /* Adjust the background color to match your sidebar background color */
}

.fixed-top-row {
    position: sticky;
    top: 0;
    padding: 10px;
    padding-bottom: 2px;    
    background-color: white;
    z-index: 2005;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
}

.clear-all-btn {
    background: none;
    border: none;
    color: #007bff; /* Adjust the text color to match your desired color */
    cursor: pointer;
    font-size: 0.875rem; /* Adjust the font size to match your desired size */
}
    .clear-all-btn:hover {
        text-decoration: underline;
    }

.blue-dot {
    position: absolute;
    top: 7px; /* Adjust the position from the top to your preference */
    left: 12px; /* Adjust the position from the left to your preference */
    width: 9px; /* Adjust the width of the blue dot */
    height: 9px; /* Adjust the height of the blue dot */
    background-color: #007bff; /* Adjust the background color to your desired blue color */
    border-radius: 50%;
}

/*#endregion NOTIFICATIONS*/

/*#region EMPLOYEES*/

.inactive {
    background-color: rgba(255,0,0,.075);
}

.chkbx {
    width: 15px;
    height: 15px;
}

.hidden-row {
    display: none;
}

.search-box {
    width: 180px;
}

.phone-prefix {
    border: 1px solid #ced4da;
}

.role-name-font-size {
    font-size: 0.9rem;
}

.no-marker {
    list-style: none;
}

.make-pernament {
    color: lightgray;
    cursor: pointer;
}

/*#endregion EMPLOYEES*/

.changeLogoButton {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff;
}

    .changeLogoButton:hover {
        color: #fff;
        background-color: #0069d9 !important;
        border-color: #0062cc;
    }

/*#region REPORTS*/

.sticky-first-th {
    position: sticky;
    position: -webkit-sticky;
}

.sticky-second-th {
    position: sticky;
    position: -webkit-sticky;
}

.e-attendance-table {
    font-size: 0.9rem;
}

    .e-attendance-table thead {
        text-align: center;
        background-color: lightskyblue;
    }

        .e-attendance-table thead th {
            vertical-align: middle;
        }

    .e-attendance-table tr {
        page-break-inside: avoid;
    }    

    .e-attendance-table tbody > tr > :nth-child(n+10) {
        text-align: center;
    }

    .e-attendance-table tbody > tr > :nth-child(-n+8) {
        text-align: center;
    }

.report-table {
    font-size: 11px;
    table-layout: fixed;
}
    .report-table td, th {
        border-color: var(--table-report-border) !important;
    }

.report-header {
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
    background-color: white;
}

.flexrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex !important;
}

    .flexrow > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

/*#endregion REPORTS*/

/*#region ACTIVITYTYPES*/
.chkbox-width {
    width: 155px;
}

.name-width {
    width: 190px
}

.type-width {
    width: 150px;
}

.time-width {
    width: 80px;
}

.shortcut-width {
    width: 80px;
}

#typeTableDiv {
    overflow-x: auto;
}

/*#endregion ACTIVITYTYPES*/

.coordinate-form {
    width: 47%; 
    display: inline;
}

.time-inline-form {
    width: 45%;
    display: inline-block;
}

/*autocomplete window*/
.pac-container {
    z-index: 2000 !important; 
}




/*#region SOMETHING*/
/*#endregion SOMETHING*/


