html.no-overflowscrolling .nano > .nano-content {
    bottom: 45px !important;
}

li.nav-active > a {
    color: #0088CC !important;
}

.btn-microsoft {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    color: #5E5E5E;
    background: #FFFFFF url('../img/microsoft.svg') no-repeat 12px center;
    background-size: 21px;
    border: 1px solid #8C8C8C;
    height: 41px;
    border-radius: 0;
    padding: 0 12px 0 45px;
    display: inline-grid;
    align-content: center;
}

.btn-microsoft:hover {
    color: #5E5E5E;
    background-color: #E8E7E7;
}

.table-actions {
    white-space: nowrap;
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
}

.ui-pnotify {
    z-index: 10002;
}

select.populate + span.select2-container {
    width: 100% !important;
}

.jsCalendar tbody td.jsCalendar-current {
    background-color: #f2c789;
}

#fact-cost-item-template,
#user-brand-template,
#user-monthly-cost-template {
    display: none;
}

.fact-cost-item-actions,
.user-brand-actions,
.user-monthly-cost-actions {
    vertical-align: middle;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

#weight-total {
    font-size: 13px;
}

#vacations_calendar {
    display: none;
}

.calendar {
    display: flex;
    flex-wrap: wrap;    
    margin-top: 20px;
}

.calendar h1 {
    width: 100%;
}

#my-vacations-confirm,
#my-vacations-cancel,
#my-vacations-confirm-change, 
#my-vacations-cancel-change {
    display: none;
}

.jsCalendar tbody tr td.jsCalendar-previous,
.jsCalendar tbody tr td.jsCalendar-previous:hover,
.jsCalendar tbody tr td.jsCalendar-next,
.jsCalendar tbody tr td.jsCalendar-next:hover {
    color: transparent;
    background-color: transparent;
}

.vacations-day-info [data-remaining="0"] {
    display: none;
}

.vacations-to-approve {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    gap: 20px;
}

.vacations-to-approve a {
    display: block;
}

.jsCalendar tbody td.jsCalendar-partial-schedule.jsCalendar-selected {
    border-style: solid dotted dotted solid;
}

.jsCalendar tbody td.jsCalendar-partial-schedule-morning.jsCalendar-selected {
    border-color: #E6E6E6;
    border-style: dotted;
    border-top-color: #87cefa;
    border-top-style: solid;
}

.jsCalendar tbody td.jsCalendar-partial-schedule-morning.jsCalendar-previous-partial-schedule-afternoon.jsCalendar-selected {
    border-color: #E6E6E6;
    border-style: dotted;
    border-top-color: #87cefa;
    border-top-style: solid;
    border-bottom-color: red;
    border-bottom-style: solid;
}

.jsCalendar tbody td.jsCalendar-partial-schedule-afternoon.jsCalendar-selected {
    border-color: #E6E6E6;
    border-style: dotted;
    border-bottom-color: #87cefa;
    border-bottom-style: solid;
}

.jsCalendar tbody td.jsCalendar-partial-schedule-afternoon.jsCalendar-previous-partial-schedule-morning.jsCalendar-selected {
    border-color: #E6E6E6;
    border-style: dotted;
    border-bottom-color: #87cefa;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-color: red;
}

.jsCalendar tbody td.jsCalendar-previous-full-schedule,
.jsCalendar tbody td.jsCalendar-previous-partial-schedule-morning,
.jsCalendar tbody td.jsCalendar-previous-partial-schedule-afternoon {
    border: 2px dotted red;
    box-sizing: content-box;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.jsCalendar tbody td.jsCalendar-previous-full-schedule {
    border-style: solid;
}

.jsCalendar tbody td.jsCalendar-previous-partial-schedule-morning {
    border-color: #E6E6E6;
    border-style: dotted;
    border-top-color: red;
    border-top-style: solid;
}

.jsCalendar tbody td.jsCalendar-previous-partial-schedule-afternoon {
    border-color: #E6E6E6;
    border-style: dotted;
    border-bottom-color: red;
    border-bottom-style: solid;
}

.jsCalendar tbody td.jsCalendar-original-schedule:not(.jsCalendar-selected) {
    background-color: #FFFFFF;
    border: 2px dotted #E6E6E6;
    box-sizing: content-box;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.jsCalendar tbody td.jsCalendar-selected {
    border-color: #87cefa;
}

.change-request-label {
    font-size: 10px;
    padding: 3px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 0;
}

.change-request-label-large {
    font-size: 14px;
    padding: 3px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    letter-spacing: 0;
}

.expense-file-download {
    opacity: 1;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e9ecef;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-block.modal-block-lg {
    max-width: 950px;
}

.jsCalendar table td.jsCalendar-old-day {
    border: 2px solid red;
    box-sizing: content-box;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.jsCalendar table td.jsCalendar-old-day.partial-day {
    border-style: solid dotted dotted solid;
}

.jsCalendar tbody td.jsCalendar-selected.jsCalendar-new-day {
    border-color: #29ca29;
}

.jsCalendar tbody td.jsCalendar-selected.jsCalendar-old-partial-day {
    border-color: orange;
}

.clock_plan_days {
    display: flex;
    margin: 0 5px;
    gap: 15px;
}

.clock_plan_day_indicator {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.card-actions a.btn {
    white-space: nowrap;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
}

#justification-container {
    display: none;
}