body, p, h1, h2, h3, h4, h5, h6, h, .confirmation-status, .button {
    font-family: 'Segoe UI', sans-serif !important
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
    text-align: left;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.justify {
    text-align: justify !important;
}

.bold {
    font-weight: bold !important;
}

.adminMainTable {
    width: 100%;
}

.adminMainTable td {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

.adminMainTable .buttonContainer {
    width: 60px;
    text-align: center;
    vertical-align: middle;
}

.adminMainTable td {
    border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
}

.adminMainTable .borderedRow {
    border-top: 1px solid #d6d6d6;
}

.btn.btn-primary.filter-btn {
    margin-top: 24px;
}

.btn.btn-primary-outline {
    width: auto;
    text-align: center;
    border: 1px solid transparent;
    border-color: #0078AA;
    color: #0078AA;
    padding: 6px 10px;
    cursor: pointer;
    height: 32px;
    border-radius: 5px;
    background-color: transparent;
}

.btn-expand {
    width: 34px;
    padding: 6px 4px;
    float: left;
    margin-right: 10px;
}

.btn-find {
    width: 120px;
    float: left;
    margin-right: 10px;
}

.filter-row-height {
    height: 65px;
    overflow: hidden;
    padding-right: 10px;
}

.filter-row-expanded {
    height: auto;
}

.filter-block {
    width: 100%;
}

.authorization-setting-block-header {
    min-height: 35px;
}

.authorization-setting-block-header form {
    float: right;
}

.authorization-setting-block-header div {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 3px;
}

.authorization-setting-block-controls {
    float: right;
}

.hidden-by-default {
    display: none;
}

.hidden-by-click {
    display: none;
}

.authorization-login-block {
    padding: 10px;
    border: 1px #ccc solid;
    border-radius: 7px;
    padding-top: 17px;
    margin-bottom: 5px;
    padding-bottom: 17px;
}

.authorization-setting-block-content {
    padding-top: 10px;
}

.main-menu-children {
    margin-left: 20px;
}

.likeLabel {
    font-weight: bold;
}

.disabled-field {
    background-color: #ececec;
}

.contact-info-block {
    margin-bottom: 20px;
}

/* Pay Slip CSS */
#actualSlip {
    margin-top: 10px;
}

.paySlipHeader div {
    display: inline-block;
}

.paySlipHeaderTitle {
    width: 30%;
    margin-top: 5px;
}

.paySlipHeaderValue {
    margin-top: 5px;
    text-align: right;
    font-weight: bold;
}

.paySlipExplained {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}

.paySlipExplained .bodyheader {
    border-bottom: solid 1px #777;
}

.bodyheader td {
    border-bottom: solid 1px #777;
}

.paySlipExplained .bold {
    font-weight: bold;
}

.paySlipExplained tbody tr td.center {
    text-align: center;
}

.login__error-wrapper {
    display: none;
}

.dark-background {
    background-color: #E9EDF1;
}

body {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

.container {
    /*width: 800px;*/
    margin: 0 auto;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

input {
    font-size: 28px;
    padding: 10px;
    border: 1px solid #CCC;
    display: block;
    margin: 20px 0;
}

input::placeholder {
    opacity: 0.7;
}

input:focus-visible, .select2:focus-visible, .select2-selection:focus-visible, .form-control:focus, .form-control:focus-visible {
    box-shadow: inset 0 0 0 2px rgb(0 123 255 / 25%) !important;
    outline: none;
    border-color: #80bdff !important;
}

.select2-selection--multiple > ul > li > input:focus-visible {
    box-shadow: none !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: inset 0 0 0 2px rgb(0 123 255 / 25%);
}

.regular-day {
    color: #0078AA;
    border-left: solid 1px #cccccc;
    text-align: center;
    font-size: 11px;
    width: 20px;
    background-color: #fff;
}

.regular-day:last-child {
    border-right: 1px solid #cccccc;
}

.regular-day.orange {
    background-color: orange;
}

.regular-day div {
    line-height: 12px;
    font-size: 11px;
}

.calendar-row-head {
    width: 200px;
    font-size: 14px;
    line-height: 17px;
}

.row-holder {
    /*height: 20px;*/
}

.row-header {
    /*height: 24px;*/
}

.regular-day, .calendar-row-head {
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.row-header td {
    border-bottom: none;
    border-top: none;
}

.calendar-row-head {
    border-top: none;
    border-bottom: none;
}

.regular-day-holiday {
    background-color: #F1F3F5;
}

.center-calendar {
    /*margin: auto;*/
    /*margin-top: 30px;*/
}

.small-calendar-data {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.calendarHolder {
    margin: auto;
}

.calendar-navigation {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #444444;
    background-clip: padding-box;
    border-radius: .25rem;
    text-transform: uppercase;
    transition: border-color .15s;
}

.calendar-left {
    padding: 1px 4px;
    border-radius: 6px;
    cursor: pointer;
    float: left;
}

.calendar-right {
    padding: 1px 4px;
    border-radius: 6px;
    cursor: pointer;
    float: right;
}

.calendar-left, .calendar-right {
    display: inline-block;
    font-weight: normal;
    height: 16px;
    background-size: 16px;
    position: relative;
    text-transform: none;
    top: 3px;
}

.calendar-right {
    height: 19px;
    padding-right: 28px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 26px;
    background-image: url(/images/arrow-right.svg);
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-transform: none;
    top: 3px;
}

.calendar-left {
    height: 19px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px;
    background-image: url(/images/arrow-left.svg);
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-transform: none;
    top: 3px;
}

input.styled-file-upload, input.ajax-file-upload {
    display: none;
}

label.styled-file-upload, label.ajax-file-upload {
    width: 150px;
    text-align: center;
    border: 1px solid transparent;
    border-color: #0078AA;
    color: #0078AA;
    padding: 6px 20px;
    cursor: pointer;
    height: 32px;
    border-radius: 5px;
    background-color: white;
}

button.styled-file-upload, button.ajax-file-upload {
    width: 150px;
    text-align: center;
    border: 1px solid transparent;
    border-color: #0078AA;
    color: #0078AA;
    padding: 6px 20px;
    cursor: pointer;
    height: 32px;
    border-radius: 5px;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

label.styled-file-upload.full, label.ajax-file-upload.full {
    display: none;
}

.absence-file-name {
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    font-weight: 600;
    word-break: break-all;
    position: relative;
    bottom: 6px;
}

.delete-file-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    background: url('/assets/img/profile/delete_red.svg') no-repeat center center/24px 24px;
}

.input-wrapper.extended {
    width: 100%;
}

@media (min-width: 767px) {
    .form-half-width {
        width: 49%;
    }

    .form-col {
        width: 49%;
        display: inline-block;
        vertical-align: text-top;
    }
    .form-col-third {
        width: 33%;
        display: inline-block;
        vertical-align: text-top;
    }

    .balance-difference {
        padding-right: 1%;
    }

    .elva-form-row {
        /*display: flex;*/
    }

    .form-group.field-employeeabsence-comment {
        padding-right: 1%;
        margin-right: 5px;
    }

}

@media (min-width: 910px) {
    table.center-calendar {
        display: table;
        width: 100%;
    }

    .calendar-list {
        display: none;
    }
}

@media (max-width: 910px) {
    table.center-calendar {
        display: none;
    }

    .calendar-list {
        display: block;
    }
}

.emp-name .open-sub-table {
    width: 10px;
    height: 10px;
    transform: rotateZ(90deg);
}

.additional-field-container .loading-icon-dots.loading-icon-dots--align-center {
    background-color: #E9EDF1;
}

.absence-additional-content .loading-icon-dots.loading-icon-dots--align-center {
    background-color: #F5F7F9;
}

.attachment-icon {
    width: 20px;
    height: 20px;
    transform: rotateZ(271deg);
}

.absenceFilter {
}

.filterFormHolder {
    width: 220px;
    display: inline-block;
}

.filterFormHolderWide {
    width: 320px;
}

.filterButtonHolder {
    width: 200px;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;
}

.center-button {
    max-width: 200px;
    margin: auto;
}

ul.pagination {
    display: block;
    text-align: center;
}

.pagination li {
    display: inline-block;
    border: solid 1px #e9edf1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #f4f6f8;
}

.pagination li > a {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.pagination li:first-child, .pagination li:last-child {
    background-color: #ffffff;
    border: none;
}

.pagination li:hover {
    box-shadow: 0px 0px 6px -2px rgb(0 0 0 / 60%);
}

.pagination li.active {
    background-color: #0078aa;
}

calendar-left
.pagination li.active {
    background-color: #e9edf1;
}

.calendarHolder td {
    padding: 0;
    text-align: center;
    color: #606F76;
    height: 27px;
}

.active .calendarHolder td {
    font-weight: normal;
}

.calendarHolder .calendar-row-head {
    max-width: 80px;
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    background-color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.calendar-row-head:hover {
    overflow: unset;
}

.calendarHolder .spacing-row td {
    height: 10px;
}

.outbox-holder {
    display: flex;
}

.half-width-for-table {
    width: 100%;
}

.half-width-for-table table {
    width: 100%;
}

.half-width-for-ajaxContent {
    width: 100%;
}

.half-width-for-table table th {
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #606F76;
}

.half-width-for-table table td {
    color: #606F76;
    border-bottom: 1px solid #dddddd;
    padding-top: 5px;
}

.half-width-for-table table tr.data-row:hover {
    background-color: #f1f3f5;
    cursor: pointer;
}

.half-width-for-ajaxContent {
    border: 1px solid #ccc;
    margin-left: 3%;
    margin-right: 3%;
    max-width: 700px;
    padding: 20px;
}

.standard-profile-icon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
}

.set-favorite-off, .set-favorite-on {
    cursor: pointer;
}

.standard-profile-icon.left-big {
    width: 150px;
    height: 150px;
    margin: auto;
}

.table-type-2 td.no-top-padding {
    padding-top: 0 !important;
}

.table-type-2 td.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-top-padding .calendar-navigation {
    margin-top: 0;
}

.pagination a:hover {
    text-decoration: none;
}

.inline-actions {
    display: inline-block;
}

.filterFormHolder .input-autofill {
    margin-top: 1px;
}

.table-type-2.no-padding td {
    padding-top: 4px;
    padding-bottom: 0px;
}

.right-cancel {
    width: 150px;
}

.center-half-field {
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
}

.center-cancel-button {
    text-align: center;
}

.return-absence-buttons {
    max-width: 150px;
    color: #0078AA;

}

.canceled-absence-row {
    background-color: #fffcfc;
}

.confirmation-status.canceled {
    color: #dc3545;
}

.confirmation-status.done {
    color: #00380c;
}

.confirmation-status.done:before {
    background: url('/assets/img/profile/confirmation-done.svg') no-repeat center center;
}

.confirmation-status.canceled:before {
    background: url('/assets/img/profile/confirmation-canceled.svg') no-repeat center center;
}

.role-form-width {
    display: inline-block;
}

.full-width {
    width: 100%;
}

.widget-container {
    box-sizing: border-box;
    padding: 10px;
}

.widget {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 15%);
    width: 100%;
    height: 100%;
    transition: all 0.05s ease;
}

.widget:hover {
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 30%);
    transition: all 0.3s ease;
}

.widget-holder {
    padding: 5px;
    width: 100%;
}

.widget {
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    position: relative;
    border-radius: 5px;
}

.trow {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.widget-holder .w1 {
    flex-grow: 1;
    flex-basis: 400px;
}

.widget-holder .wh1 {
    min-height: 200px;
}

.widget-holder .wh2 {
    min-height: 400px;
}

.tile {
    flex-grow: 1;
    display: inline-block;
    width: 117px;
    height: 110px;
    background-color: #0078aa;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.tile:hover {
    filter: brightness(1.1);
}

.tile .bigNo {
    font-size: 40px;
    padding-top: 3px;
    margin-top: 27px;
    margin-bottom: 14px;
    font-weight: normal;
    color: #ffffff;
}

.white-tile .bigNo {
    color: #444444;
}

.tiles {
    display: flex;
}

.info-type-2 {
    margin-bottom: 2px;
    border-bottom: 1px solid #e9edf1;
    display: -webkit-box;
}

.info-type-3 {
    margin-bottom: 2px;
    border-bottom: 1px solid #e9edf1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-items: center;
}

.info-title {
    color: #444444;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 27px;
    margin-right: 5px;
    min-width: 50px;
}

.info-desc {
    color: #666666;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 20px;
    width: 100%;
    text-align: left;
    margin-left: 5px;
    padding-left: 10px;
}

.info-desc img {
    position: relative;
    top: -2px;
}

.fullBd {
    margin-left: 14px;
    margin-right: 14px;
}

.profile_icon {
    margin-right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 60px;
    object-fit: cover;
}

.colAbsences {
    /*column-count: 2;*/

}

.colorBox {
    background-color: #007bff;
    width: 15px;
    height: 15px;
    /* margin-left: 10px; */
    margin-right: 5px;
}

.absence .colorBox {
    display: inline-block;
    position: relative;
    top: 2px;
}

.absence .absenceEmployee {
    display: inline-block;
    margin-left: 5px;
    width: 160px;
}

.absence .absencePeriod {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #444444;
    min-width: 20%;
}

.anti-colapse-absenceperiod {
    min-width: 150px;
}

@media (max-width: 768px) {
    .absence .absencePeriod {
        min-width: auto;
    }

    .filterFormHolder {
        width: 49%;
    }
}

.absence div:nth-child(2) {
    font-weight: bold;
}

.cornerImage {
    width: 44px;
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.vacationNo {
    font-size: 50px;
    color: #484848;
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.vacationDesc {
    clear: left;
}

.vacation {
    float: left;

}

.personalInfo {
    margin-left: 15px;
}

.personalInfo img {
    max-width: 100%;
    height: auto;
}

.compInfo {
    color: #0078aa;
    font-size: 18px;
}

.tile {
    cursor: pointer;
}

.wh1 .colAbsences {
    min-height: 134px;
}

.wh2 .colAbsences {
    min-height: 334px;
}

.tile:hover {
    text-decoration: none;
    color: white;
}

.list-element .info-title {
    width: auto;
}

.select2-results__option {
    font-size: 12px;
}

#employeeabsence-comment {
    font-size: 12px;
}

#employeelistfilter-position {
    font-size: 12px;
}

#employeelistfilter-employee {
    height: 38px;
    border-radius: 4px;
}

#employeelistfilter-department {
    font-size: 12px;
}

.business-profile .title {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .business-profile .title .ellipsis {
        width: auto;
        max-width: 75px;
    }
}

.business-profile {
    margin-right: 40px;
}

.list-type-1 .list-element .title {
    text-align: left;
}

.form-check-label.login__remember-me {
    width: 50%;
}

.list-type-1 .list-element:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.float-right {
    float: right;
}

.position-def1 {
    position: relative;
    top: 15px;
}

.bs-normal-button {
    margin-right: 10px;
    max-width: 157px;
}

.standart-input label {
    margin-top: 10px;
    margin-bottom: 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.standart-input {
    margin-bottom: 0;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #dddddd;
    box-shadow: none;
    height: auto;
    background-image: none;
}

#confirmationstep-teamlevelup {
    font-size: 12px;
}

.imitate-form {
    max-width: 750px;
    min-width: 600px;
    width: fit-content;
}

[data-order-not-saved]::after {
    content: attr(data-order-not-saved);
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 11px;
    color: #d14d48;
    visibility: hidden;
}

.show_warning[data-order-not-saved]::after {
    visibility: visible;
}

.dashboard__inner .block-type-2 .btn-type-1.left-button {
    margin: 0;
    width: 150px;
}

.reduced-font {
    font-size: 12px;
}

.stretch-to-select input {
    height: 38px;
    margin-top: 1px;
}

.adjusted-checkbox {
    color: #606F76;
    font-size: 12px;
}

.adjusted-checkbox label {
    padding-top: 2px;
}

.table-imitate div {
    display: inline-block;
}

.lefted-table td {
    padding: 2px;
    padding-right: 26px;
    font-size: 12px;
}

.block-type-2 .desc {
    color: #606F76;
    font-size: 12px;
    margin-top: 0px;
}

.menu__item label {
    margin-bottom: 0;
}

.no-padding td {
    padding: 0;
}

@media (min-width: 469px) {
    .widget-holder .w2 {
        flex-grow: 2;
        flex-basis: 800px;
    }
}

@media (max-width: 469px) {
    .widget-holder .w2 {
        /*flex-grow: 1;*/
        /*flex-basis: 400px;*/
        width: 100%;
    }

    .widget-holder .w1 {
        width: 100%;
    }

    .tiles {
        display: inline-block;
        text-align: center;
        margin-bottom: 14px;
    }

    .tiles .tile {
        margin-top: 10px;
    }
}

#employeeabsencefilter-status, #employeeabsencefilter-year {
    font-size: 12px;
}

.letters {
    object-fit: cover;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    /*border: solid 1px #c1c1c1;*/
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.letters.dark-letters {
    color: #343434;
}

.letters.large-letters {
    margin: auto;
    line-height: 61px;
    font-size: 31px;
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    object-fit: cover;
}

.profile-container {
    padding-top: 10px;
}

.profile-container .large-letters {
    margin: auto;
    line-height: 68px;
    font-size: 26px;
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    object-fit: cover;
}

.letters.small-letters {
    width: 30px;
    display: inline-block;
    font-size: 10px;
    line-height: 30px;
    margin-bottom: 2px;
}

.letters.standard-profile-icon {
    line-height: 49px;
    font-size: 14px;
}

.open-inside-table {
    width: 100%;
}

.table-type-1 .open-inside-table tr {
    border: none;
}

.standard-profile-icon.left-big {
    border-radius: 150px;
    object-fit: cover;
    font-size: 14px;
    line-height: 38px;
}

.letters.standard-profile-icon.left-big {
    font-size: 55px;
    line-height: 150px;
    font-weight: normal;
}

.standard-profile-icon.left-big.top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

.table-type-1 .center-calendar tr {
    border: none;
}

.elva-form-row .form-col .form-group {
    display: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: unset;
    flex-direction: row;
    flex-wrap: wrap;
}

.additional__inner.additional__inner_800 {
    width: 100%;
    max-width: 800px;
}

.bulk_request_form .form-col {
    width: 190px;
}

.bulk_request_form .form-col.benefit-description {
    width: 100%;
}

.bulk_request_form_input_container {
    display: flex;
    gap: 5px;
}

.select2 {
    /*we need to set select 2 responsive*/
    width: 100% !important;
}

.single-absence {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-radius: 7px;
    margin-left: 8px;
}

.calendar-list .emp-name-holder {
    margin-bottom: 9px;
}

.absence-additional-content .emp-name-holder {
    display: none;
}

.no-additional-companies:after {
    display: none;
}

.employee-heap {
    display: inline-block;
    width: 300px;
    margin-bottom: 13px;
}

.employee-heap div, .employee-heap img {
    display: inline-block;
    margin-right: 10px;
}

.white-tile {
    background-color: #fff;
    color: #666666;
}

.white-tile:hover {
    color: #484848;
    cursor: default;
}

.department-single-bock {
    max-width: 625px;
    border: #dddddd solid 1px;
    background-color: #fbfbfb;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    height: 120px;
    margin: 2px;
}

.teams-dep-list-line {
    overflow: hidden;
    width: 100%;
    max-height: 25px;
}

.department-single-bock.selected-team {
    border: #0078AA solid 1px;
    background-color: #e9f8ff;
}

.department-single-bock.background-team {
    border: #dddddd solid 1px;
    background-color: #dbdbdb;
    color: #888888;
}

.department-single-bock div:first-child {
    font-weight: bold;
}

.department-single-bock.inactive-bock {
    background-color: #fee;
    color: #888888;
}

.department-next-bock-button {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    padding: 0;
    margin-top: 50px;
    line-height: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.kidHolder .verticalLine {
    display: inline-block;
    width: 24px;
    height: 35px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: top;
    position: relative;
    bottom: 10px;
    margin-left: -4px;
    left: 4px;
}

.kidHolder {
    padding-left: 0px;
}

.no-kids {
    width: 16px;
    display: inline-block;
    height: 63px;
    border-top: 1px solid #ccc;
    vertical-align: bottom;
}

.lineHolders {
    width: 10px;
    height: 124px;
    display: none;
    vertical-align: bottom;
}

.kidHolder .lineHolders {
    display: inline-block;
}

.top-line-block {
    height: 50%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.bottom-line-block {
    height: 50%;
}

.kidHolder {
    border-left: none;
    padding-left: 8px;
}

.kidHolder .kidHolder {
    padding-left: 17px;
}

.kidHolder .left-border {
    border-left: 1px solid #ccc;
    padding-left: 16px;
}

.under-button-line {
    background-color: #ccc;
    width: 1px;
    height: 54px;
    margin-left: 8px;
}

.kidHolder .under-button-line {
    height: 54px;
    margin-left: 7px;
}

.inactive {
    display: none;
}

.department-next-bock-button-holder {
    display: inline-block;
    vertical-align: top;
}

.department-holder {
    min-width: 685px;
}

.normal-font {
    font-size: 12px;
}

.input-group-sp.input-group-addon {
    min-width: 45px;
}

#absence-color, #department-color, #absencetype-color {
    font-size: 12px;
}

.field-absence-confirmationschemaid select {
    font-size: 12px;
}

.custom-checkbox label {
    width: 100%;
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

#absence-payoutorder-sortable {
    width: 100%;
}

.sp-replacer.sp-krajee {
    margin-top: 0px !important;
    height: 32px;
}

.sp-preview {
    position: relative;
    width: 32px;
    height: 32px;
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-dd {
    padding: 9px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}

.breadcrumb li {
    color: #606F76;
    font-size: 12px;
}

.breadcrumb {
    height: 29px;
    padding-top: 4px;
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 100%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 100%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 100%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: -20px;

}

.input-group-addon {
    padding: 0;
}

#absence-color, #department-color, #absencetype-color {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.sp-replacer.sp-krajee {
    margin-top: 9px;
}

.field-absence-color label, .field-department-color label {
    margin-bottom: 0px;
    width: 100%;
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

#employeelistfilter-year {
    font-size: 12px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

#employeelistfilter-employee, #employeelistfilter-anniversarystartdate, #employeelistfilter-anniversaryenddate, #employeelistfilter-fullyearsofservice-disp, #equipmentlistfilter-description, #equipmentlistfilter-employee, #equipmentlistfilter-serial, #translation-key-input, #positionlistfilter-code, #positionlistfilter-title, #employeelistfilter-team, #employeelistfilter-absencetype, #employeelistfilter-companyid, #employeelistfilter-countryid, #employeelistfilter-fromdate, #employeelistfilter-todate, #businesstripfilter-fromdate, #businesstripfilter-todate, #employeelistfilter-createdby, #employeelistfilter-assignedemployee-autofilll, #businesstripfilter-employee, #projectfilter-code, #projectfilter-title, #projectfilter-date, #employeelistfilter-employeeid-autofilll, #employeelistfilter-position, #employeelistfilter-company, #employeelistfilter-department, #employeelistfilter-phone, #formsfilter-employee, #employeelistfilter-email, #employeelistfilter-recordid, #employeelistfilter-alternativecode, #employeelistfilter-shiftcode, #businesstripfilter-id, input.standard-filter, #employeelistfilter-employee-autofilll, #evaluationprocessfilter-fromdate, #evaluationprocessfilter-todate {
    height: 28px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.select2-results li {
    min-height: 34px;
}

.btn.adjust-to-select2.btn-primary {
    height: 27px;
    line-height: 15px;
    margin-top: 22px;
    width: 150px;
}

@media (max-width: 768px) {
    .btn.adjust-to-select2.btn-primary {
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.select2-dropdown {
    margin-top: 0px;
}

.select2-dropdown:before {
    display: none !important;
}

.control-label {
    width: 100%;
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.regular-day-holiday.holiday {
    background-color: #f5dbdb;
}

.absence-year-calendar .month-yearly-calendar {
    width: 234px;
    display: inline-table;
    position: relative;
    margin: 8px;
    height: 183px;
    /*background-color: red;*/
}

.absence-calendar-month {
    width: 100%;
}

.day-title {
    text-align: center;
    /*border-radius: 5px;*/
    font-size: 12px;
}

.month-yearly-calendar {
    border: 1px solid #ccc;
    border-radius: 9px;
}

.calendar-month-title {
    margin-left: 16px;
    margin-top: 11px;
}

.day-title.holiday {
    background-color: #f1f3f5;
}

.absence-calendar-month td {
    padding: 0;
}

.absence-calendar-month .start-date {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.absence-calendar-month .end-date {

    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

}

.gradient {
    background: repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0.8) 1px,
            transparent 2px,
            transparent 15px
    );
    background-attachment: fixed;
}

.personal-part {
    display: inline-block;
}

.contact-column-part {
    width: 100%;
    margin-right: 30px;
    margin-left: 15px;
}

.personal-part .inline-column {
    max-width: 600px;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

.info-content {
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #637279;
}

.block-head {
    margin: 0;
    font-size: 12px;
    color: #637279;
}

.block-type-3 {
    background-color: white;
}

.rounded-rec-card {
    /*border-radius: 7px;*/
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    margin-top: 0;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 15%);
    transition: all 0.05s ease;
}

.rounded-rec-card:hover {
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 30%);
    transition: all 0.05s ease;
}

.max-width-388 {
    max-width: 388px;
}

.max-width-600 {
    max-width: 600px;
}

.rounded-rec-card .main-profile-container-type-2 .profile-image {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.rounded-rec-card h3 {
    margin-top: 6px;
    text-align: center;
}

.dashboard__inner.modified {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    height: auto;
}

.rounded-rec-card .block-title,
.widget-container .title-type-1,
.block-type-1 .title-type-1,
.block-type-1 .title-type-3,
.block-type-1 .title-type-5,
.block-type-2 .title-type-5,
.block-type-2 .title-type-1 {
    color: #444444;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    line-height: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9edf1;
    padding-bottom: 8px;
}

.block-type-3 {
    float: left;
}

.rounded-rec-card .info-display {
    width: 100%;
}

.rounded-rec-card .info-content {
    text-align: right;
    clear: both;
}

.confirmation-status.type-3 {
    /*display: none;*/
    float: right;
}

.info-display .header {
    vertical-align: top;
    width: 150px;
}

.info-display tr {
    border-top: 9px solid #FFF;
}

.rounded-rec-card .block-header {
    font-size: 15px;
    /*font-weight: bold;*/
    margin-top: 10px;
}

.width-stretch {
    width: 100%;
}

.relative {
    position: relative;

}

.absolute-right {
    right: 0;
    position: absolute;
}

.overlay, .workload-warning-overlay {
    display: none;
}

.overlay.active, .workload-warning-overlay.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.78);
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
}

.pop-up-form, #work-load-warning-popup {
    background: rgb(255, 255, 255);
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    padding-top: 0;
    max-height: 95%;
    overflow: auto;
}

.pop-up-form.wide-form {
    max-width: 1280px;
}

.pop-up-form.narrow-form {
    max-width: 470px;
}

.edit-form-container {
    background-color: white;
}

.overlay .form-group.button-container {
    max-width: 180px;
    width: 100%;
    display: inline-block;
}

.overlay .form-group .form-group.row {
    margin: 0;
}

.closer {
    float: right;
    font-weight: bold;
    margin-top: 10px;
}

.close-popup-form {
    cursor: pointer;
}

.sticky-close {
    position: sticky;
    top: 0px;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    margin-top: 0px;
    margin-right: -20px;
}

.chosen-search-input:focus-visible {
    box-shadow: none !important;
}

.close-icon {
    font-size: 25px;
    color: #888888;
}

.select2-adjusted-to-text-input .select2-container--default .select2-selection--single, .dropdown-form-field-aligned .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    height: 36px;
    padding-top: 3px;
}

.select2-adjusted-to-text-input .select2-container--default .select2-selection--single .select2-selection__arrow, .dropdown-form-field-aligned .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.pop-up-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-adjusted-to-text-input .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #80bdff 1px;
    outline: 0;
}

.pop-up-form .select2-container--default .select2-selection--single,
.multiselect-as-filter .select2-container--default .select2-selection--single,
.select2-adjusted-to-text-input .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    padding-top: 1px;
}

.multiselect-as-filter .select2-container--default .select2-selection--single,
.small-input-form .select2-container--default .select2-selection--single {
    height: 32px;
}

.multiselect-as-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.pop-up-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}

.pop-up-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: min-content;
}

.multiselect-as-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: min-content;
    margin-top: 2px;
}

.multiselect-as-filter .select2-container--default .select2-selection--single .select2-selection__arrow,
.small-input-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.popup-container.language-switcher-popup {
    z-index: 100000;
    left: 2px;
}

.popup .list-type-3 .list-element {
    padding: 5px 0px 5px 10px;
    min-width: auto;
    max-width: auto;
}

.normalized-button {
    min-width: 150px;
}

.select2-search__field {
    margin: 0;
    height: 25px !important;
    font-size: 12px;
}

.multiselect-as-filter .select2-search__field {
    height: 21px !important;
}

.approve-buttons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.approve-buttons div {
    width: 150px;
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .approve-buttons div {
        width: 40%;
        margin-right: auto;
    }
}

.input-like-select2 input, .input-like-select2 input.input-autofill {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    max-height: 28px;
    margin-top: 0px;
}

.pagination .active a {
    color: white;
}

.fullPoster img {
    max-width: 100%;
}

.widget.no-padding {
    padding: 0;
}

.tile.no-grow {
    flex-grow: 0;
}

.person-offline {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background-color: red;
    display: inline-block;
    position: relative;
    left: 36px;
    bottom: 16px;
    border: solid 2px #ffffff;
}

.person-online {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background-color: green;
    display: inline-block;
    position: relative;
    left: 36px;
    bottom: 16px;
    border: solid 2px #ffffff;
}

.gmail-icon {
    width: 36px;
    height: 36px;
    background: url(/assets/img/google.svg) no-repeat center center/100% 100%;
}

.clickable:hover {
    cursor: pointer;
}

.explain-text {
    font-size: 12px;
    color: #637279;
    width: 100%;
}

.login .nav-item {
    width: auto;
    flex-grow: 1;
}

#uniqChangeProfileButton a {
    display: block;
}

.manager-title {
    font-size: 16px;
    color: #606f76;
    margin-top: 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    font-weight: 500;
}

.standard-profile-icon {
    display: block;
}

.poster-small {
    height: 76px;
    margin-right: 20px;
}

.confirmation-status:before {
    z-index: auto;
}

.poster-slide {
    display: none;
    margin-bottom: -6px;
}

.poster-slide.active {
    display: block;
    cursor: pointer;
}

.just-label {
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.parsley-errors-list {
    margin: 10px 0 0 0;
}

.kid-block, .education-block {
    margin-bottom: 15px;
    overflow: auto;
}

.title-block-200 {
    font-size: 12px;
    width: 200px;
}

.additional__form .select2-selection--single {
    background-color: #fff;
}

/*.select2-results li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/

.rounded-rec-card .small-only-full-width {
    width: 100%;
}

#employeelistfilter-approver, #employeelistfilter-businesstripid {
    height: 28px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.margin-none {
    margin: 0;
}

.select2-selection--multiple {
    height: 36px;
    border-radius: 4px !important;
}

.list-group ul {
    background-color: #fbfbfb;
    border: 1px solid #e4e4e4;
    min-height: 50px;
    border-radius: 5px;
    list-style-type: none;
    padding: 10px;
}

.list-group ul li {
    background-color: #fff;
    min-height: 34px;
    padding-top: 5px;
    margin-bottom: 3px;
    padding-left: 14px;
    border: 1px solid #ddd;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.col-2-setup {
    margin-left: 20px;
    margin-right: 20px;
}

#my-list {
    height: 100%;
}

#my-list li {
    padding-right: 34px;
}

#my-list .remove-from-list {
    display: block;
    position: relative;
    float: right;
    left: 21px;
}

.invisible-calendar-input {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    font-size: 11px;
    text-align: center;
    height: 100%;
}

.night-input {
    color: #888888;
    font-size: 11px;
}

.table-info-legend-1 td:first-child {
    padding-right: 10px;
    text-align: right !important;
    border-left: none;
    font-size: 12px;
}

.no-input-td {
    border: 1px solid #CCC;
    background: repeating-linear-gradient(
            45deg,
            #f1f1f1,
            rgb(241, 243, 245) 3px,
            #CCC 2px,
            #CCC 5px
    );
}

/* Chrome, Safari, Edge, Opera */
.invisible-calendar-input::-webkit-outer-spin-button,
.invisible-calendar-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].invisible-calendar-input {
    -moz-appearance: textfield;
}

.invisible-calendar-input:focus {
    outline: #b7b3b3 1px solid;
    margin-bottom: 0;
    height: 25px;
}

.calendar-input table {
    table-layout: fixed;
}

.calendar-input .calendar-row-head div {

    text-align: right;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.calendar-input .calendar-row-head {
    text-align: left;
    padding-right: 5px;
    width: 70px;
}

.calendar-row-sums, .calendar-row-sums .regular-day, .calendar-row-sums .regular-day-holiday.holiday {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #FFFFDE;
}

.regular-day.summary {
    background-color: #FFFFDE;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.regular-day.night {
    background-color: #e9edf1bf;
}

.regular-day.night.summary {
    background-color: #e9edf1bf;
}

.regular-day.territory {
    background-color: #99ccffbf;
}

.regular-day.territory:first-child {
    border-left: none;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.regular-day.territory.summary {
    background-color: #99ccffbf;
    font-size: 11px;
}

.regular-day.value div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.regular-day.value.summary {
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.invisible-calendar-input.disabled-div {
    line-height: 25px;
    color: #000;
    background-color: #eff2f5;
}

.list-group ul {
    background-color: #F1F3F5;
    border: 1px solid #c7c7c7;
    min-height: 50px;
    border-radius: 5px;
    list-style-type: none;
    padding: 10px;
}

.list-group ul li {
    background-color: #fff;
    min-height: 34px;
    padding-top: 5px;
    margin-bottom: 3px;
    padding-left: 14px;
    border: 1px solid #ddd;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.col-2-setup {
    margin-left: 20px;
    margin-right: 20px;
}

#my-list {
    height: 100%;
}

#my-list li {
    padding-right: 34px;
}

#my-list .remove-from-list {
    display: block;
    position: relative;
    float: right;
    left: 21px;
    font-weight: bold;
}

.right-no-margin {
    margin-top: 0;
    margin-bottom: 0;
    float: right;
}

.center-calendar .hide-this-row {
    display: none;
}

.calendar-header.hide-this-row {
    display: none;
}

.calendar-row-head {
    cursor: pointer;
}

.select2-selection.select2-selection--multiple {
    height: auto;
}

.btn-edit-favorites {
    background: url(/assets/img/profile/edit_gray.svg) no-repeat center center;
    float: right;
    padding-left: 23px;
    width: 166px;
    cursor: pointer;
    background-position: 0;
    color: #007bff;
    text-decoration: none;
    border: none;
}

.btn-edit-favorites:hover {
    background: url(/assets/img/profile/edit_blue.svg) no-repeat center center;
    background-position: 0;
    color: #0056b3;
}

.display-inline-block {
    display: inline-block;
}

.inline-button {
    height: 18px;
    width: auto;
    float: none;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 11px;
}

#employeetimecomment-date {
    height: 30px;
    position: relative;
    bottom: 1px;
}

.field-employeetimecomment-comment label {
    width: 100%;
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.spacing-row td {
    text-align: left;
    font-size: 12px;
}

td.overshootHours, td.highlighted {
    border-color: red;
    border-right: 1px solid red;
    color: red;
}

td.overshootHours input, td.highlighted input {
    color: red;
}

.calendar-header {
    margin-top: 20px;
    font-weight: bold;
}

.logo-limited-height {
    max-height: 69px;
}

.inline-container div {
    display: inline-block;
}

.filter-select {
    width: 300px;
    padding-right: 20px;
}

.textarea-height-20 {
    height: 28px;
    resize: auto;
    width: 100%;
}

.underline-td td {
    border-bottom: 1px #ccc solid;
}

.small-inputs, .form-group .small-inputs {
    height: 28px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.small-inputs-btn {
    margin-top: 22px;
    height: 28px;
    padding-top: 3px;
}

.field-overtimerequest-reason textarea {
    font-size: 12px;
}

#poster-ismodal {
    display: inline-block;
}

.absence-table-row {
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 18px;
    word-break: break-all;
    bottom: 6px;
    color: #444444;
}

.absence-table-row td:nth-child(2) {
    font-weight: bold;
}

.form-column-200 {
    display: inline-block;
    max-width: 191px;
}

#employeetimerow-comment {
    font-size: 12px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.ellipsis-table-td-1 {
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
}

.ellipsis-table-td-1:hover {
    overflow: visible;
    background-color: #fff;
    width: auto;
}

.absence-table tr:nth-child(even) {
    background-color: rgba(240, 240, 240, 0.2);
}

.hoverable:hover {
    background-color: #f0f0f0 !important;
}

.adjusted-checkbox .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.4);
}

.adjusted-checkbox .custom-control-input:disabled ~ .custom-control-label {
    color: #999;
}

.flex-column-200 {
    margin-left: 5px;
    margin-right: 5px;
}

.flex-column-200:first-child {
    margin-left: 0;
}

.flex-column-200:last-child {
    margin-right: 0;
}

.flexible-inputs {
    display: flex;
}

.min-width-104 {
    min-width: 104px;
}

.min-width-208 {
    min-width: 208px;
}

.name-day-item {
    font-size: 12px;
    line-height: 18px;
    display: flex;
}

.day-names-label {
    padding: 3px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name-day-flag {
    float: left;
    margin-right: 5px;
}

.name-day-flag .country-flag {
    margin-bottom: 2px;
}

.name-list {
    padding: 3px;
}

header .header__day_name {
    display: none;
    margin-left: 110px;
}

@media (min-width: 1200px) {
    header .header__day_names {
        display: flex;
    }
}

.field-employeetimecomment-date .invalid-feedback, .field-employeetimerow-date .invalid-feedback,
.field-employeetimerow-nighthours .invalid-feedback, .field-employeetimerow-hours .invalid-feedback {
    display: block;
}

.input-datapicker-manual-limits.is-invalid, .input-datapicker-manual.is-invalid {
    border-color: #dc3545;
}

.full-screen-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: opacity 2s;
    opacity: 0;
    z-index: 100;
    animation: fadeOut 1s;
}

.full-screen-shadow.active {
    opacity: 0.6;
    display: block;
}

.on-top-of-shadow {
    z-index: 101;
    position: relative;
}

td form .punch-time-datepicker {
    display: inline-flex;
    width: 180px;
}

td form .bootstrap-timepicker {
    display: inline-flex;
    margin-left: 5px;
    width: 70px;
}

td form .bootstrap-timepicker input, .punch-time-dropdown select {
    height: 36px;
    font-size: 12px;
    color: #606F76;
}

td form .punch-time-dropdown {
    display: inline-flex;
    margin-left: 5px;
    width: 120px;
}

tr.hidden-by-default {
    background-color: #F5F7F9;
}

.editable {
    color: #0078AA;
}

.red {
    color: red;
}

#entry-exits-table tr.data-row:hover {
    background-color: #eee;
}

.salary-report .project-row .summary, .salary-report .employee-row .summary, .salary-report .title-row .summary {
    background-color: #FFFFDE;
}

.salary-report .project-row:hover .summary, .salary-report .employee-row:hover .summary {
    background-color: #ece8c6;
}

.salary-report .table-hover td, .salary-report .table-hover th {
    padding: 5px;
    border-right: 1px solid #eee;
    color: #606F76;
    font-size: 12px;
}

.salary-report .table-hover td:last-child, .salary-report .table-hover th:last-child {
    border-right: none;
}

.salary-report .table-hover th {
    border-bottom: 1px #ccc solid;
}

.salary-report .table-hover tbody tr:hover.project-row {
    cursor: pointer;
}

.salary-report .table-responsive .table-hover {
    width: 100%;
}

.salary-report .table-hover .hidden-by-default:not(.employee-row):hover {
    background-color: #F5F7F9;
}

.salary-report .project-row.active {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.salary-report .table-hover .hidden-by-default:not(.employee-row) {
    color: #777;
}

.salary-report .table-hover tr.employee-row {
    background-color: #fff;
}

.salary-report .table-hover tr.employee-row:hover {
    background-color: #eee;
}

.salary-report .title-row th {
    text-align: right;
}

.salary-report .title-row th:first-child {
    text-align: left;
}

.salary-report .table-hover tr.calendar-row-sums:hover {
    background-color: #FFFFDE;
}

.salary-report .employee-row td:first-child, .salary-report .level-3 td:first-child {
    padding-left: 25px;
}

.salary-report .filterForCheckbox {
    display: inline-block;
    width: 110px;
}

.salary-report .adjusted-checkbox input {
    display: inline-block;
    margin: 0;
}

.salary-report .adjusted-checkbox label {
    margin-top: 25px;
}

.unattached-menus .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 24px;
}

.icon.bi-box-seam {
    background: url("/images/box-seam.svg") no-repeat center center/24px 24px;;
}

.bi-box-seam::before {
    content: none !important;
}

#absencesfindfilter-employeeid-autofilll {
    margin-top: 0px;
    color: #444;
    height: 28px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.undisrupted-vacation .table-hover td, .undisrupted-vacation .table-hover th {
    padding: 4px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    vertical-align: bottom;
    color: #606F76;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 90px;
    /*height: 33px;*/
    overflow: hidden;
}

.undisrupted-days {
    font-weight: normal;
    text-align: center !important;
}

.undisrupted-calendar-days {
    font-weight: normal;
    border-right: 1px solid grey !important;
    background-color: #FFFFDE !important;
}
.undisrupted-calendar-row-background td {
    font-weight: normal;
    background-color: #FFFFDE !important;
}

.undisrupted-vacation .table-hover td:first-child, .undisrupted-vacation .table-hover th:first-child {
    min-width: 120px;
    max-width: 180px;
    text-align: left;
}
.undisrupted-vacation .table-hover td.first-regular-cell, .undisrupted-vacation .table-hover th.first-regular-cell
{
    min-width: inherit;
    max-width: inherit;
    text-align: inherit;
}

/*.undisrupted-vacation .table-hover th {*/
/*height: 55px;*/
/*}*/

.undisrupted-vacation .table-hover td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.undisrupted-vacation .table-responsive {
    overflow-y: auto;

}

.undisrupted-vacation .table-hover th {
    background-color: #fff;
    vertical-align: middle;
    z-index: 3;
}

.font12 {
    font-size: 12px;
}

#holidayfilter-name, #holidayfilter-datefrom, #holidayfilter-dateto {
    height: 28px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.holiday-list-table tr td {
    padding: 10px 10px 10px 0px;
}

.field-holiday-workdaywithlesshours .invalid-feedback {
    display: block;
}

.field-holiday-movedfromdate {
    display: none;
}

.holiday-calendar {
    display: flex;
    flex-wrap: wrap;
}

.holiday-calendar .month-yearly-calendar {
    width: 234px;
    margin: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.holiday-calendar-footer {
    font-size: 10px;
    color: silver;
    text-align: center;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}

#time-reporting-settings-form .invalid-feedback {
    display: block;
}

.table-type-1.reduced-table-size td, .table-type-1.reduced-table-size th {
    padding: 0;
    text-align: center;
}

.table-type-1.reduced-table-size td:first-child, .table-type-1.reduced-table-size th:first-child {
    padding: 0;
    text-align: left;
}

.table-type-1.reduced-table-size {
    max-width: 600px;
}

.table-type-1.reduced-table-size .form-group {
    margin-bottom: 0;
    display: inline-block;
}

.dashboard {
    background-color: #F1F3F5;
    transition: width 0.3s;
    width: calc(100% - 245px);
}

.dashboard__inner .block-type-1 {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 15%);
}

button:focus {
    outline: 1px solid #888888;
}

/* My data info tabel set-up */
.list-type-3 .list-element {
    padding: 5px 20px 5px 0px;
    min-width: 170px;
    max-width: 170px;
}

.table-type-1 th, .table-type-1 td {
    overflow-wrap: break-word;
}

/* Employee table padding adjustments PADDING CONFLICT
.table-type-1 th, .table-type-1 td {
    padding: 0px 10px 0px 0px;
}

.table-type-1 td:nth-child(2) {
    font-weight:bold;
}
.table-type-1 td:nth-child(1) {
    padding-top:15px;
}
.table-type-1 tr:first-child {
    border-top: 0;
    padding-bottom: 15px;
    height: 40px;
}*/

/*Menu-box-shadow variation*/
@media (min-width: 768px) {
    .menu {
        box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 40%);
    }
}

.department-name {
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #444444;
}

.border-spacer {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #888888;
}

.block-sub-title-1 {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    text-transform: initial;
}

.text-no-transform {
    text-transform: none!important;
}

.list-info-type .list-element {
    border-top: none;
    border-bottom: 1px solid #DDDDDD;
}

.table-type-collapsed {
    border-collapse: collapse;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.table-type-collapsed tr {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 0.35em;
    position: relative;
}

.table-type-collapsed td {
    min-width: 75px;
    max-width: 200px;
    padding: 15px 10px 15px 0px;
}

.half-width {
    min-width: 50%;
}

.block-type-2 {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 15%);
    transition: all 0.05s ease;
}

.block-type-2:hover {
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 30%);
    transition: all 0.05s ease;
}

/*Employee my data form css*/

.popup-block-divider {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

form.popup-form {
    padding-top: 28px;

}

.block-container {
    padding-left: 20px;
    padding-right: 20px;
}

.form-field-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.stretch-data {
    width: 100%;
}

.stretch-select .col-sm-10 {
    padding: 0;
    width: 100%;
    flex: none;
    max-width: none;
}

.stretch-select {
    width: 100%;
}

.invalid-feedback {
    display: block;
}

.margin-bottom0 {
    margin-bottom: 10px;
}

#salary-report-table table tr.active {
    background-color: #F1F6F6;
}

#salary-report-table table tr.level-2 {
    background-color: #F6F9F9;
}

#salary-report-table table tr.level-3 td.summary {
    background-color: #FFFFDE;
}

.complex-form .departure-block, .complex-form .arrival-block {
    border: 1px solid #dddddd;
    padding: 5px;
    margin-bottom: 5px;
}

#business-trip-form input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

/* Chrome, Safari, Edge, Opera */
#business-trip-form input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#business-trip-form input[type=number] {
    -moz-appearance: textfield;
}

.detail-row {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px;
}

.business-trip-approval-table td {
    padding: 5px 5px 5px 0px;
}

.business-trip-approval-table {
    width: 100%;
    margin-bottom: 20px;
}

.business-trip-approval-content {
    padding-bottom: 10px;
}

.business-trip-editing {
    margin-bottom: 0px;
}

.business-trip-editing input {
    padding-left: 3px;
    padding-right: 3px;
    text-align: right;
}

.business-trip-editing input.hour-input-length {
    width: 50px;
}

.business-trip-editing .input-datapicker-manual {
    width: 70px;
    margin: 0;
}

.business-trip-editing .hour-timepicker {
    width: 70px;
    margin: 0;
}

.package-manager tr {
    border-bottom: 1px solid #ccc;
}

.package-picker input[name=pack] {
    margin: 0 33px;
}

.package-manager .adjusted-checkbox .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.package-manager .adjusted-checkbox .custom-checkbox .custom-control-input ~ .custom-control-label::after {
    margin: 0 33px;
}

.package-manager .adjusted-checkbox .custom-checkbox .custom-control-input.custom-changed:checked ~ .custom-control-label::before {
    background-color: green;
    border: 2px solid green;
}

.package-manager .adjusted-checkbox .custom-checkbox .custom-control-input.custom-changed ~ .custom-control-label::before {
    border: 2px solid red;
}

.cell-error {
    border: 2px solid red !important;
}

.portal-manager thead {
    border-bottom: 2px solid #ccc;
}

.portal-manager tbody tr {
    border-bottom: 1px solid #ddd;
}

.portal-manager tbody td:first-child {
    font-size: 16px;
}

.portal-manager th, .portal-manager td {
    padding: 5px 15px;
}

#salary-report-table .summary {
    background-color: #FFFFDE;
}

#salary-report-table .table-hover tr.employee-row:hover {
    background-color: #eee;
}

.list-type-3.edited .list-element .word-break {
    word-wrap: break-word;
}

.word-break {
    word-wrap: break-word;
}

.dashboard__inner {
    padding: 15px 15px 0 15px;
}

.dashboard__inner .block-type-2 {
    padding: 20px;
}

.popup-form {
    padding-top: 15px;
}

.btn-back {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.team-list-table td, .team-list-table th {
    padding: 5px 10px 5px 0;
}

.vertical-center {
    display: flex;
}

.vertical-center-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vertical-center .person-offline, .vertical-center .person-online {
    left: -13px;
    bottom: -32px;
}

@media (max-width: 768px) {
    .vertical-center .person-offline, .vertical-center .person-online {
        left: 37px;
        bottom: 16px;
    }
}

.equipment-table td {
    border: none;
    color: #606F76;
    font-size: 12px;
}

.equipment-table tr {
    border-bottom: 1px solid #dddddd;
}

.equipment-table .form-group {
    margin-bottom: 0px;
}

.equipment-list {
    border: none !important;
}

@media (max-width: 768px) {
    .hide_mobi {
        display: none !important;
    }

    .mobi-center {
        text-align: center !important;
    }

    .vertical-center-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dashboard {
        width: calc(100%);
    }
}

@media (max-width: 980px) {
    .hide_tablet {
        display: none !important;
    }

    .vertical-center-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

footer .footer__inner {
    flex-direction: row;
}

.header__secondary .profile {
    margin-left: 50px;
}

header .header__secondary {
    background-color: inherit;
}

@media (max-width: 768px) {
    header .header__profile-wrapper .profile {
        position: initial;
    }
}

/* Top navi popup block positions */

.popup-container.business-profile-popup {
    left: -32px;
    top: 45px;
}

.popup-container.bookmark-popup {
    left: 109px;
    top: 45px;
}

.popup-container.notification-popup {
    left: 150px;
    top: 45px;
}

.popup-container.profile-popup {
    left: -94px;
    top: 45px;
}

@media (max-width: 768px) {

    .popup-container.business-profile-popup {
        left: initial;
        right: 46px;
    }

    .popup-container.bookmark-popup {
        left: initial;
        right: 91px;
    }

    .popup-container.notification-popup {
        left: initial;
        right: 90px;
    }

    .popup-container.profile-popup {
        left: initial;
        right: 0px;
    }

}

.settings-panel-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.full-width-panel-container {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.settings-panel {
    background: #f1f1f1;
    border-radius: 6px;
    border: solid 1px #dddddd;
    padding: 15px;
}

.settings-panel-container .select2 {
    margin-bottom: 5px;
}

@media (max-width: 1280px) {
    .settings-panel-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .settings-panel-container {
        grid-template-columns: 100%;
    }
}

/* Homepage tile layouts, approval panel, company info panel */
@media (max-width: 768px) {

    .tile {
        margin-left: 5px;
        margin-right: 5px;
    }

    .approve-tiles {
        width: 100%;
        float: left;
    }

    .approve-tiles .tile {
        width: 40%;
    }

    .info-tiles {
        width: 100%;
        float: left;
    }

    .info-tiles .tile {
        box-sizing: border-box;;
        margin: 0px;
        width: 100%;
        float: left;
        height: auto;
        border-bottom: 1px solid #dddddd;
    }

    .info-tiles .tile .info-tile-legend {
        width: 60%;
        float: left;
        text-align: left;
        line-height: 50px;
    }

    .info-tiles .tile .bigNo {
        margin-top: unset;
        text-align: right;
        padding-right: 10px;
        line-height: 40px;
        width: 35%;
        float: left;
    }
}

@media (max-width: 768px) {
    .mtable td {
        width: auto;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .mobile-absence-block {
        border-bottom: 1px solid #e9edf1;
    }

    .mobi-bold {
        font-weight: bold;
    }

    .button-container-center {
        text-align: center;
    }

    .table-type-collapsed td {
        min-width: auto;
        max-width: none;
    }
}

/* Tooltip container */
.contact-tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.contact-tooltip .tooltiptext {
    visibility: hidden;
    background-color: #0078AA;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    min-width: 150px;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

td.contact-tooltip {
    display: table-cell;
}

td.contact-tooltip .tooltiptext {
    top: 100%;
    left: 0;
    margin-left: 0;
}

/* Show the tooltip text when you mouse over the tooltip container */
.contact-tooltip:hover {
    overflow: unset;
}

.contact-tooltip:hover .tooltiptext {
    visibility: visible;
}

.ajax-content-block {

    box-sizing: border-box;
    width: 30%;
    float: left;
    padding: 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border-radius: 6px;
}

.ajax-content-block-nw {
    flex: 1;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border-radius: 6px;
}

.ajax-content {
    display: flex;
    justify-content: space-between;
}

.absence-data-item {
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 980px) {

    .ajax-content-block, .ajax-content-block-nw {
        flex: 1;
        width: 100%;
    }

    .ajax-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .table-type-1 tr:first-child {
        border-top: none;
    }

    .absence-approval-table td, .businesstrip-approval-table td {
        width: auto;
    }
}

@media (max-width: 768px) {

    .ajax-content-block, .ajax-content-block-nw {
        flex: 1;
        width: 100%;
    }

    .ajax-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .table-type-1 tr:first-child {
        border-top: none;
    }

    .absence-approval-table td, .businesstrip-approval-table td {
        width: auto;
    }

    .open-sub-table {
        width: 100% !important;
        padding: 0 !important;
        padding-bottom: 22px !important;
    }

    .open-sub-table::after {
        top: 0;
        bottom: inherit;
    }

    .mobile-single-row-buttons {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        justify-content: space-between;
    }

    .mobile-single-row-buttons > .btn {
        margin: 0 !important;
    }

    .tooltiptext {
        display: none;
    }
}

@media (min-width: 768px) {
    .hide_pc {
        display: none !important;
    }

    .text-right-desktop {
        text-align: right !important;
    }
}

.w-33 {
    width: 33.33%;
}

.w-66 {
    width: 66.66%;
}

@media (max-width: 980px) {
    tab-float-left {
        float: left;
    }

    .tab-float-right {
        float: right;
    }

    .tab-w10 {
        width: 10% !important;
    }

    .tab-w20 {
        width: 20% !important;
    }

    .tab-w30 {
        width: 30% !important;
    }

    .tab-w40 {
        width: 40% !important;
    }

    .tab-w60 {
        width: 60% !important;
    }

    .tab-w80 {
        width: 80% !important;
    }

    .tab-w25 {
        width: 25% !important;
    }

    .tab-w50 {
        width: 50% !important;
    }

    .tab-w75 {
        width: 75% !important;
    }

    .tab-w100 {
        width: 100% !important;
    }
}

/*mobi width short codes for quick width setting*/
@media (max-width: 768px) {
    .mobi-float-left {
        float: left;
    }

    .mobi-float-right {
        float: right;
    }

    .mobi-w10 {
        width: 10% !important;
    }

    .mobi-w20 {
        width: 20% !important;
    }

    .mobi-w30 {
        width: 30% !important;
    }

    .mobi-w40 {
        width: 40% !important;
    }

    .mobi-w60 {
        width: 60% !important;
    }

    .mobi-w80 {
        width: 80% !important;
    }

    .mobi-w25 {
        width: 25% !important;
    }

    .mobi-w50 {
        width: 50% !important;
    }

    .mobi-w75 {
        width: 75% !important;
    }

    .mobi-w90 {
        width: 90% !important;
    }

    .mobi-w100 {
        width: 100% !important;
    }
}

.w-40 {
    width: 40%;
}

.w-20 {
    width: 20%;
}

.popup-form-top-padding {
    padding-top: 28px;
}

.maxw-100 {
    max-width: 100%;
}

/*multi-panel layout flex jump bug-fix for dashboard*/
.dashboard__inner {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

.regular-day > button {
    border-radius: 0px;
}

.time-management-button {
    height: 26px;
    display: block;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    font-size: 11px;
}

.pop-up-overtime-table td {
    padding: 5px 0px 5px 0px;
}

.dashboard__inner .block-type-2:last-child {
    margin-bottom: 20px;
}

.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a, .dropdown-content div.dropdown-div {
    color: black;
    padding: 5px 10px;
    border-bottom: 1px solid #e9edf1;
    text-decoration: none;
    display: block;
}

.dropdown-content div.dropdown-div:hover {
    cursor: pointer;
    background-color: #F7F7F7;
}

.icon-color {
    fill: #0078AA;
}

.btn-dropdown {
    background-color: #ffffff;
    color: #0078AA;
    border: 1px solid #0078AA;
}

.btn-dropdown:hover {
    background-color: #F7F7F7;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.dashboard-corener-btn {
    float: right;
    width: 160px;
    margin-top: -12px;
}

.normative-hours div {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17px;
    padding-right: 17px;
    cursor: pointer;
    user-select: none;
    border-right: 1px solid #0078aa;
    margin-right: -4px;
}

.normative-hours div:last-child {
    border-right: none;
}

.normative-hours div {
    border-right: 1px solid #dddddd;
    cursor: auto;
}

.normative-hours {
    border: 1px solid #dddddd;
    margin-top: 10px;
}

.imported-payslip-table, .paySlipHeader {
    width: 100%;
    max-width: 1000px;
}

.paySlipHeader > .paySlipHeaderTitle {
    width: 50%;
    float: left;
}

.paySlipHeader > .paySlipHeaderValue {
    width: 50%;
    text-align: right;
}

@media (max-width: 768px) {
    .imported-payslip-table {
        width: 100%;
        min-width: auto;
    }

    .table-type-1 tr td table tr.payslip-header, .table-type-1 tr td table tr.payslip-row {
        height: auto;
    }

    .payslip-row > .payslip-column {
        width: 75%;
        float: left;
    }

    .payslip-column.payslip-value-td {
        width: 25%;
    }

    .payslip-header > .payslip-column {
        width: 75%;
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .payslip-header > .payslip-value-td {
        width: 25%;
    }

    .paySlipHeader > .paySlipHeaderTitle {
        width: 50%;
        float: left;
    }

    .paySlipHeader > .paySlipHeaderValue {
        width: 50%;
        text-align: right;
    }
}

td.paySlipRowTd {
    padding: 10px;
}

.table-type-1 tr td table tr.payslip-header, .table-type-1 tr td table tr.payslip-row {
    padding: 0;
    height: auto;
}

.table-type-1 tr td table tr td.payslip-column {
    padding: 5px;
}

.table-type-1 tr td table tr.payslip-total {
    font-weight: bold;
}

.paySlipExplained > tbody > tr > td:last-child {
    text-align: right;
}

.payslip-header {
    background-color: #dddddd;
}

/*.table-type-1 tr td table {*/
/*margin-top: 10px;*/
/*}*/

.request-count-text {
    line-height: 13px;
    overflow: hidden;
    height: 32px;
}

.action-table-head-cell {
    text-align: right !important;
    /*padding-right: 25px !important;*/
}

.poster-edit-pos.type-3 {
    margin-top: 19px;
    top: auto;
    right: 83px;
}

.poster-delete-pos.type-2 {
    margin-top: 19px;
    top: auto;
    right: 50px;
}

.workload-warning-header {
    margin-top: 20px;
}

#registered-work-hours-title {
    float: left;
}

.page-tab-content {
    display: none;
}

.page-tab-content.active {
    display: block;
}

.custom-control-label::before {
    border: 1px solid #888888;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #aaaaaa;
}

.centerCheckbox > .form-group {
    margin-bottom: 0;
}

.list-info-type .list-element:last-child {
    border: none;
}

.employeeMyPlan > table > tbody > tr.row-header > .regular-day {
    padding: 0;
    color: #888888;
}

.employeeMyPlan > table > tbody > tr.row-header > .regular-day:first-child {
    background: #ffffff;
    border: none
}

.employeeMyPlan > table > tbody > tr.row-header > .regular-day.regular-day-holiday {
    color: #888888;
}

.employeeMyPlan > table > tbody > tr.row-holder > .regular-day {
    padding: 0;
}

.employeeMyPlan > table > tbody > tr.row-holder > .regular-day.summary {
    background: none;
    border-right: solid 1px #CCCCCC;
}

.employeeMyPlan > table > tbody > tr.row-header > td:last-child,
.employeeMyPlan > table > tbody > tr.row-holder > td:last-child,
.employeeMyPlan > table > tbody > tr > td:first-child,
.employeeMyPlan .table-holder td:first-child,
.employeeMyPlan > table > tbody > tr.row-holder > td:first-child,
.employeeMyPlan > table > tbody > tr.row-header > td:first-child {
    display: none;
}

.employeeMyPlan > table > tbody > tr.row-holder > .regular-day.summary {
    color: black;
}

.employeeMyPlan > table > tbody > tr.row-holder > .regular-day > button {
    cursor: default;
}

.employeeMyPlan > table > tbody > tr.row-holder > .regular-day > button:focus {
    border: none;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.employeeMyPlan > table > tbody > tr > .regular-day.night {
    border: 1px solid #bababa;
}

.employeeMyPlan > table > tbody > tr > .regular-day > .invisible-calendar-input.disabled-div {
    background: none;
}

.employeeMyPlan > table > tbody > tr > .regular-day > button:hover,
.employeeMyPlan > table > tbody > tr > .regular-day > .btn-light:not(:disabled):not(.disabled):active {
    background: none;
}

.employeeMyPlan > table > tbody > tr > .regular-day.night > input {
    cursor: default;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

.employeeMyPlan > table > tbody > tr > .regular-day.night > div.night-input {
    line-height: inherit;
}

.employeeMyPlan > table > tbody > tr > .regular-day.night > input:focus {
    border: none;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.employeeMyPlan > table > tbody > tr.spacing-row > td {
    padding: 4px;
    display: block;
    height: 2px;
}

.table-holder {
    overflow-x: auto;
}

.table-holder .shiftHolder > div {
    width: unset;

}

.fully-locked-button:hover {
    cursor: pointer;
}

ul.tabs {
    background: none !important;
    border: none !important;
    display: inline-block;
    width: 100%;
    margin: 0px;
    margin-bottom: -8px;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

ul.tabs li {
    list-style: none;
    margin-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    background-color: #F1F3F5;
    color: #444444;
    line-height: 30px;
    transition: 0.3s all;
}

ul.tabs li:first-child {
    border-top-left-radius: 5px;
    border-left: none;
}

ul.tabs li:last-child {
    border-top-right-radius: 5px;
}

ul.tabs li.active {
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.tabs li:hover {
    background-color: #dfdfdf;
    transition: 0.3s all;
}

.tabs_container {
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    /* border-top: 1px solid rgb(219 219 219 / 50%); */
    display: inline-block;
    background-color: #ffffff;
    width: 100%;
}

.tabs_container .tab_content {
    display: none;
}

.tabs_container .tab_content.active {
    display: inline-block;
}

.tabs_wrapper {
    margin-bottom: 20px;
}

.tabs-white-page {
    background-color: #dfdfdf;
    border-radius: 5px;
    padding: 5px;
}

ul.full-pagetabs > li {
    border-radius: 5px;
    padding: 5px 15px;
}

ul.full-pagetabs > li > a {
    color: #444444;
}

ul.full-pagetabs > li.active {
    background-color: #dedede;
    font-weight: bold;
}

.table-type-2 > thead > tr > th:last-child {
    text-align: right;
}

td > div.confirmation-status {
    text-align: right;
    top: auto;
    margin-left: 22px;
}

.table-type-1 td.confirmation-status-td {
    text-align: left;
}

@media (max-width: 768px) {
    td > div.confirmation-status {
        text-align: left;
        margin-left: 20px;
    }
}

.table-background-container {
    background: #ffffff;
}

.table-type-1 tr.sub-table td.sub-table-td {
    padding: 10px;
}

.approve-buttons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.approve-buttons div {
    width: 150px;
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .approve-buttons div {
        width: 45%;
        margin-right: auto;
    }
}

header .header__day_names .name-list {
    font-size: 12px;
    line-height: 18px;
}

.table-type-1 tr.sub-table td.sub-table-td table, .table-type-1 tr.sub-table td.sub-table-td .ajax-content {
    background: #fff;
}

.overtime-sub-table td:last-child {
    text-align: right;
}

tr.data-ajax-form {
    cursor: pointer;
}

.highlight-row {
    background-color: #e9f8ff;
}

.planed-delivery-alert {
    background: #ffffff;
    color: #444444 !important;
    padding: 10px;
    border-radius: 10px;
}

.planned-delivery-warning .widget-container {
    min-height: 0;
}

.click-column {
    cursor: pointer;
}

.click-column:hover {
    background-color: #e9f8ff;
    cursor: pointer;
}

#combination-table table tbody td {
    padding: 0.5em;
}

#combination-table table tbody .form-group {
    margin: 0;
}

.sub-table-bg {
    background-color: #F5F7F9 !important;
}

tr.tr-seperator {
    border-bottom: 1px solid #e9edf1;
}

tr.tr-seperator > td {
    font-weight: normal;
    vertical-align: middle;
}

.tabHolder > a {
    float: left;
    padding: 10px 15px;
    background-color: #dfdfdf;
    border: solid 1px #e9edf1;
    text-decoration: none;
    color: #444444;
    font-weight: bold;
}

.paneltab {
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 19px;
}

.tabHolder {
    text-align: center;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    border: solid 1px #EDEEF0;
    border-radius: 50px;
}

.tabHolder a {
    display: inline-block;
    padding: 5px 17px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    user-select: none;
    border: solid 1px #EDEEF0;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 15%);
}

.tabHolder a {
    border-radius: 50px;
    line-height: 15px;
    padding: 5px 10px;
    font-size: 14px;
    margin: 3px;
    font-weight: bold;
    transition: 0.3s ease-in all;
}

.tabHolder a:first-child {
    margin-right: 0px;
}

.tabHolder a:last-child {
    margin-left: 0px;
}

.tabHolder a:hover {
    background-color: #f3f3f3;
    filter: brightness(1.05);
    transition: 0.3s ease-in all;
}

.tabHolder a.active {
    background-color: #0078aa;
    color: #ffffff;
    transition: 0.3s ease-in all;
}

.icon-link {
    font-size: 14px;
}

.icon-link:hover {
    text-decoration: none;
}

.boarding-image > div {
    width: 125px !important;
    height: 125px !important;
    line-height: 125px !important;
    font-size: 45px !important;
}

.buddy-input > .form-group {
    margin-bottom: 0px;
}

.boarding-filter {
    border: 1px solid #d6d6d6;
    background-color: #eeeeee;
}

.boarding-filter-caption {
    width: 150px;
    padding-right: 25px;
    text-align: right;
}

.boarding-filter-caption > .block-sub-title-1 {
    margin-bottom: 0px;
    margin-top: 3px;
}

.small-filter {
    width: 100px;
}

.medium-filter {
    width: 150px;
}

.large-filter {
    width: 220px;
}

.simple-link {
    background: none;
    border: none;
    text-decoration: none;
    color: #007bff;
    cursor: pointer;
}

.simple-link:hover {
    color: #0056b3;
}

.simple-link:focus {
    border: none;
    outline: none;
}

.delete-btn {
    color: #db5656;
    font-size: 12px;
}

.edit-btn {
    color: #007bff;
    font-size: 12px;
}

.combination-table {
    background-color: #ffffff;
    padding: 10px;
}

.kid-list div {
    display: inline-block;
    padding-left: 30px;
}

.kid-info-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #e9edf1;
    padding: 10px;
}

.counter {
    padding: 5px 5px;
    text-align: center;
}

.count-number {
    font-size: 36px;
    font-weight: 100;
}

.count-legend {
    font-size: 14px;
    text-align: left;
}

.employee-kids-table {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #e9edf1;
}

.kids-table-element {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.employee-kids-table > .employee-parent {
    width: 200px;
    font-weight: bold;
}

.chartContainer {
    width: 50%;
    height: 400px;
    position: relative;
}

.hidden-input-collapse {
    margin: 0px;
    text-align: right;
}

.hidden-input-collapse > div {
    margin: 0px;
}

.mobi-label-bold {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
}

.mobi-title-bold {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.mobi-subtitle-normal {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
}

.formrestructure > div.form-group > div {
    flex: 0 0 100%;
    max-width: 100%;
}

.menu__item-inner .icon.goals {
    background: url(/images/Menu_dark/goals.svg) no-repeat center center/24px 24px;
}

.menu__item-inner .consolidate-contacts {
    background: url(/images/Menu_dark/contacts_book.svg) no-repeat center center/24px 24px;
}

.menu__item-inner .icon.forms {
    background: url(/images/Menu_dark/forms.svg) no-repeat center center/24px 24px;
}

.menu__item-inner:hover .icon.goals {
    background: url(/images/Menu_dark/goals.svg) no-repeat center center/24px 24px;
}

.menu__item-inner .icon.classifiers {
    background: url(/images/Menu_dark/classifiers.svg) no-repeat center center/24px 24px;
}

.menu__item-inner:hover .icon.classifiers {
    background: url(/images/Menu_dark/classifiers.svg) no-repeat center center/24px 24px;
}

.menu__item-inner:hover .icon.forms {
    background: url(/images/Menu_dark/forms.svg) no-repeat center center/24px 24px;
}

div.field-team-parentid > select {
    padding: 0px 20px 0px 8px;
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa;
    border-radius: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dddddd63;
    border: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #00000078 1px;
}

.adjust-to-empty-multiselect {
    height: 49.629px !important;
}

#goal-target-table .invalid-feedback {
    height: 3em;
}

.remove-table-p-margin > td > p {
    margin-bottom: 0px;
}

.auto-width {
    width: auto !important;
}

.role-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

#goal-target-table .invalid-feedback {
    height: auto;
}

#goal-target-table > tbody > tr > td {
    flex: auto;
    vertical-align: top;
}

.progress-bar-container {
    padding-top: 20%;
    padding-left: 15%;
    padding-right: 15%;
}

.checkbox-label {
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    color: #606F76;
}

.checkbox-input {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.team-split-box {
    padding-top: 10px;
    border-top: 1px solid #d1d1d1;
}

.form-control {
    font-size: 12px;
    border-radius: 4px !important;
}

.form-question-container {
    border-radius: 6px;
}

.recalculate-btn, .btn-link {
    border: none;
}

.dark-red-color {
    color: #5c0009;
}

#approve-payslip {
    margin-left: 0;
}

.approve-payslip {
    margin-left: 25px;
    margin-right: 20px;
    font-weight: bold;
}

.form-check-input.approve-paylip-checkbox {
    margin-top: 9px;
}

.approve-socfund {
    margin-top: 25px;
    background-color: #f5f7f9;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;

}

.rightAlign {
    text-align: right;
}

.team-sub-info > tbody > tr > td {
    text-align: center;
    padding: 0px 10px 0px;
    border-right: 1px solid #d1d1d1;
}

.team-sub-info > tbody > tr > td:last-child {
    border-right: none;
}

.sub-table-info-center {
    font-size: 16px;
    line-height: 16px;
}

.sub-table-info-label {
    font-size: 11px;
    line-height: 11px;
}

.team-dep-title {
    font-size: 12px;
    font-size: 12px;
    font-weight: normal;
}

.btn-edit-type.team-edit {
    display: inline;
    position: absolute;
    margin-top: -25px;
    right: -10px;
}

.team-info-item:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.confirmationClickBtn {
    cursor: pointer;
}

#confirmation-popup {
    display: none;
}

.confirmation-popup-container {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.78);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

.confirmation-popup {
    background-color: #ffffff;
    padding: 20px 30px;
    width: 50%;
    border-radius: 6px;
}

.close-popup {
    display: flex;
    justify-content: flex-end;
}

.close-popup a {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.button-container {
    max-width: 180px;
    width: 100%;
    display: inline-block;
}

.kid-block > .info-display > tbody > tr {
    border-top: none;
}

.kid-block > .info-display > tbody > tr > td > .block-head {
    margin: 5px;
}

.absence-strip-td {
    width: 20px;
}

.person-online-cube {
    width: 5px;
    height: 14px;
    background-color: none;
}

.person-offline-cube {
    width: 5px;
    height: 14px;
    background-color: red;
}

.clickable-text, .default-text-color {
    color: #606F76;
}

.no-accumulation-warning {
    margin-top: 5px;
    font-size: 14px;
    border: 1px solid red;
    color: red;
}

.goal-container-title {
    color: #606F76;
}

.goal-section-title {
    color: #444444;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    line-height: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9edf1;
    padding-bottom: 8px;
}

.small-label {
    font-size: 11px;
    line-height: 11px;
}

.goals-block {
    color: #606F76;
    font-size: 12px;
}

.table-caption > .hide-table.active {
    background: #0078aa;
}

.table-caption > .hide-table.active > .text,
.table-caption > .hide-table.active > .status {
    color: #ffffff;
}

.table-caption > .hide-table {
    background: #fafafa;
    display: flex;
    text-align: center;
    width: 75px;
    margin-top: -5px;
    color: #ffffff;
    flex-direction: row;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #EDEEF0;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 15%);
}

.table-caption .hide-table > .status, .table-caption .hide-table > .text {
    font-size: 12px;
    line-height: 15px;
    color: #888888;
    height: 15px;
}

.table-caption .hide-table .text {
    padding: 0px 5px;
}

.filter-size-ms > div > span > span > span > .select2-selection__rendered > li {
    font-size: 12px;
    line-height: 12px;
    padding: 1px;
    margin: 0px;
}

.filter-size-ms > div > span > span > span > .select2-selection__rendered > li > input {
    height: 18px;
    line-height: 11px;
    font-size: 11px;
    margin-top: 2px !important;
    padding-top: 2px !important;
}

.filter-size-ms > div > span > span > .select2-selection--multiple > ul > li {
    height: 14px;
}

.select2-selection.select2-selection--multiple {
    height: auto;
    min-height: 28px !important;
}

.count-number {
    font-size: 36px;
    font-weight: 100;
}

.counter-spacer {
    border-right: 1px solid #dadada;
    padding-right: 20px;
    margin-right: 10px;
}

.chart-buttons > div {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
}

.view-link {
    cursor: pointer;
    color: #0b93d5 !important;
    font-weight: bold;
}

.column-span-1 {
    grid-column: span 1;
}

.column-span-2 {
    grid-column: span 2;
}

.column-span-3 {
    grid-column: span 3;
}

.column-span-4 {
    grid-column: span 4;
}

.column-span-5 {
    grid-column: span 5;
}

.column-span-6 {
    grid-column: span 6;
}

.row-span-1 {
    grid-row: span 1;
}

.row-span-2 {
    grid-row: span 2;
}

.row-span-3 {
    grid-row: span 3;
}

.grid-layout-box {
    padding: 15px 15px 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.grid-layout-box > div {
    height: auto;
    min-height: 200px;
    min-height: 200px;
    background-color: #fdfdfd;
    border-radius: 6px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .column-span-1, .column-span-2, .column-span-3, .column-span-4, .column-span-5, .column-span-6 {
        grid-column: span 1;
    }

    .grid-layout-box {
        grid-template-columns: 1fr;
    }
}

.large-block-number {
    font-size: 64px;
    line-height: 72px;
    font-weight: 100;
    margin-bottom: 10px;
}

.large-block-caption {
    font-size: 32px;
    font-weight: bolder;
}

.small-block-number {
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 5px;
}

.small-block-caption {
    font-size: 18px;
    margin-bottom: 5px;
}

.pointer {
    cursor: pointer;
}

.shift-input-table td, .employee-shifts td {
    border: solid 1px #EDEEF0;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
}

.shift-input-table tr td:first-child {
    border: none;
    width: 200px;
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    background-color: #fff;
    text-align: left;
}

.shift-input-table tr td:first-child {
    border: none;
}

.shift-input-table .center td {
    text-align: center;
}

.shift-input-table .regular-day{
    min-width: 40px;
    width: 40px;
}

.shift-input-table .small-cell {
    width: 40px;
}

@media print {
    .shift-input-table td, .shift-input-table tr td:first-child, #shift-legend {
        color: black;
    }
}

.pattern-selector .pattern-selector-buttons {
    display: block;
    width: 60px;
    border-radius: 0;
    font-size: 0px;
    margin-left: 4px;
    margin-top: 2px;
}

.pattern-selector .pattern-selector-buttons .remove-pattern:hover {
    color: #ff0202;
}

.pattern-selector .pattern-selector-buttons .add-pattern:hover {
    color: #0078aa;
}

.pattern-selector .pattern-selector-buttons .remove-pattern {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}

.pattern-selector .pattern-selector-buttons .add-pattern {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    position: relative;
    right: 1px;
}

.weekly-pattern-selector .pattern-selector-buttons {
    margin-left: 4px;
    width: 60px;
}

.weekly-pattern-selector .add-week {
    margin: 0;
    display: inline-block;
    border: none;
    text-align: center;
    width: 27px;
    line-height: 27px;
    cursor: pointer;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    position: relative;
    font-size: 20px;
    right: 1px;
}

.weekly-pattern-selector .add-week:hover {
    color: #0078aa;
}

.weekly-pattern-selector .remove-week {
    margin: 0;
    display: inline-block;
    border: none;
    text-align: center;
    width: 27px;
    line-height: 27px;
    cursor: pointer;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    font-size: 20px;
}

.weekly-pattern-selector .remove-week:hover {
    color: #ff0202;
}

.project-table-title {
    border-top: none !important;
    border-bottom: none !important;
    height: 65px;
    vertical-align: bottom;
    font-size: 14px;
}

.project-table-title > th {
    font-size: 14px;
}

.project-table-head {
    border-top: none !important;
}

.live-search-box {
    height: 36px;
    font-size: 14px;
}

.live-search-container {
    background-color: #dbdddf;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 10px;
}

.live-search-container > input {
    margin: 0px;
    width: 100%;
}

.btn-mini-blue {
    background-color: #0078aa;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.btn-mini-red {
    background-color: #db5656;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.btn-mini-gray {
    background-color: #a3a3a3;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.btn-mini-light-gray {
    background-color: #e7e7e7;
    padding: 5px 10px;
    border-radius: 5px;
    color: #444444;
}

.btn-mini-green {
    background-color: #39bf5c;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.btn-mini-gray:hover, .btn-mini-red:hover, .btn-mini-blue:hover, .btn-mini-green:hover {
    color: #fff;
}

.sub-menu-container {
    margin-top: -13px;
    padding: 0px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

li.sub-menu-item {
    display: inline;
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid #cccccc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

li.sub-menu-item:hover {
    background: #ffffff;
}

li.sub-menu-item.active {
    background: #ffffff;
}

.table-type-1.small-rows td {
    padding: 2px;
}

.filter-container-block {
    max-width: calc(100% - 210px);
    height: auto;
    float: left;
}

.filter-container-block.active {
    height: 58px;
    overflow: hidden;
}

.filter-btn-block {
    width: 200px;
    float: left;
}

.btn-filter-expand {
    width: 40px;
    height: 27px;
    line-height: 15px;
    margin-top: 22px;
    float: left;
}

#filter-container-block {
    margin-bottom: 2em;
}

#filter-container-block > .filterFormHolder .form-group {
    margin-bottom: 0px;
}

input.tabular-input {
    height: 25px;
    widht: 90%;
}

#team-timesheet-allowance-form input.is-invalid {
    border: 1px solid red;
}

.layout-auto {
    table-layout: auto;
}

.shift-edit-button > button, .print-btn > button, .notify-btn > button, .different-work-group-btn > button, .work-group-hours-btn > button {
    padding: 2px 10px;
    border: none;
    cursor: pointer;
}

.compact-table {
    width: 100%;
}

.employee-list-compact.table-type-1 td {
    padding: 0px;
}

.activity-select-adjust > div > span > span > span {
    padding-top: 0px !important;
    height: 32px !important;
}

.limit-warning {
    border: 5px solid var(--warning) !important;
}

.team-timesheet-table th, .team-timesheet-table list-table tr td {
    /*padding: 0px;*/
    font-size: 11px;
}

th.team-timesheet-total {
    padding-right: 10px;
}

.div-margin-cancel > div {
    margin: 0px !important;
}

.workgroup-header {
    margin-top: 20px;
    font-weight: bold;
}

.employee-shifts > tbody > tr > td {
    color: #888888;
}

.gratitude-counter {
    font-size: 2.4em;
}

.gratitude-heading {
    font-size: 1.4em;
}

.input-field-with-status {
    position: relative;
}

.status-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: -3px;
    cursor: pointer;
}

.status-yellow {
    background-color: #FFC107;
}

.status-green {
    background-color: green;
}

.status-red {
    background-color: #dc3545;
}

.status-saved {
    background-color: lightgray;
}

.border-bottom-light {
    border-bottom: 1px solid #dedede;
}

.tox-statusbar__branding {
    display: none;
}

.tox-promotion {
    display: none;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px; /* Adjust as per your spacing needs */
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    margin-top: -3px;
}

.required_field {
    color: #dc3545;
}

.paySlipContainer {
    overflow: auto;
}

.paySlipContainer td {
    overflow: auto;
    white-space: nowrap;
    display: table-cell;
}

.paySlipContainer tr {
    display: table-row;
}

.pdfHeader {
    background: #0078AA;
    padding: 10px;
}

.pdf-download-button {
    font-size: 21px;
    color: inherit !important;
}

.small-icons svg {
    width: 15px;
}

table.absences-pdf-document td {
    font-size: 8px !important;
}

.small-muted-text {
    color: #6c757d96;
    font-size: 10px;
}

.shortcuts .request-count-text {
    height: 100%;
}

.shortcuts .tile {
    flex-grow: 0;
    padding-top: 11px;
    text-align: start;
}

.shortcuts .tile .bigNo {
    height: 33px;
    margin: 0;
    padding-top: 6px;
}

.shortcuts .tile-title {
    height: 55px;
    display: flex;
    align-items: end;
}

.shortcuts .request-count-text {
    height: 100%;
}

.shortcuts .tile {
    flex-grow: 0;
    padding-top: 11px;
    text-align: start;
}

.shortcuts .tile .bigNo {
    height: 33px;
    margin: 0;
    padding-top: 6px;
}

.shortcuts .tile-title {
    height: 55px;
    display: flex;
    align-items: end;
}

.object-confirmation-status {
    color: #FFC107;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.object-confirmation-status.canceled {
    color: #dc3545;
}

.object-confirmation-status.done {
    color: #00380c;
}

.table-type-1 th a {
    color: #606F76;
}

.large-header {
    font-size: 16px;
}

.muted-border-bottom {
    border-bottom: solid 1px #bababa45;
}

.ajax-content-overlay {
    display: none;
}

.ajax-content-overlay.active {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.78);
    z-index: 6;
    display: block;
}

.border-right-bold {
    border-right: 10px solid #dee2e6;
}

.border-light-gray {
    border-color: #F5F7F9;
}

.progressBar {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

#progressbar {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.progressBar span.progress-percent, .progressBar span.percent-sign {
    font-size: 1.3em;
    font-weight: 400;
}

.barOverflow { /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 90px;
    height: 45px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 15px solid #eee; /* half gray, */
    border-bottom-color: #ffbd5a; /* half azure */
    border-right-color: #ffbd5a;
    print-color-adjust: exact;
}

.bar-completed {
    border-bottom-color: lightgreen; /* half azure */
    border-right-color: lightgreen;
}

.list-multi-element {
    background-color: #dddddd63;
    border: 0;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

ul#matchingEmployees, ul#excludedEmployees {
    list-style-type: none;
}

span.remove-multi-element {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.tooltip.multilineText {
    white-space: pre;
}

.upcomingShift {
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: stretch;
    position: relative;
}

.upcomingShift > div {
    float: left;
}

.upcomingShift .upcomingShiftTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 47%;
}

.upcomingShift .upcomingShiftDate {
    width: 20%;
}

.upcomingShift .upcomingShiftTime {
    width: 30%;
}

.upcomingShift .upcomingShiftColor {
    margin-right: 5px;
    width: 10px;
}

.upcomingShift::after {
    content: '';
    border-bottom: 1px solid #e9edf1;
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.upcomingShift.sameDay::after {
    width: 80%;
}

.action-buttons {
    display: flex;
}

.orgChartContainer {
    width: 100%;
}

.svg-chart-container {
    width: 100%;
    border: 1px solid #888;
}


.fixedTable table {
    max-height: 800px;
    overflow: auto;
    display: block;
    width: 100%;
}

.fixedTable thead {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    background: inherit;
}

.paySlipContainer .allborders td {
    border: 1px solid #000000;
}

.paySlipContainer td {
    border: none;
}

.paySlipContainer .bottomborders td, .paySlipContainer .bottomborders {
    border: none;
    border-bottom: 1px solid #000000;
}

.pdfPayslip .paySlipRowTd {
    font-size: 10px;
}

.pdfPayslip td.paySlipRowTd {
    padding: 4px;
    word-wrap: break-word;
    white-space: normal;
    color: black;
}

.pdfPayslip, .pdfPayslip tr, .pdfPayslip tr td {
    border-collapse: collapse;
    margin-collapse: collapse;
}

.checkbox-form-field-aligned {
    margin-top: 28px;
}

input[type='text'].disabled {
    pointer-events: none;
    background: #c4c4c4;
}

div.sub-table {
    display: none;
}

div.sub-table.active {
    display: block;
}

btn.adjust-to-input {
    padding-top: 22px;
}

.mobileView label {
    font-weight: bold;
}

.mobileView p {
    margin: 0;
}

div.open-sub-table:after {
    top: -5px;
}

.mobileView .sub-table {
    background: #f3f3f3;
    padding: 9px;
}

.mobileView .absence-additional-content {
    background: #fff;
    padding-top: 16px;
    border-radius: 5px;
}

.mobileView .form-group {
    margin-bottom: 0.5rem;
}

.ajaxRemoveFile {
    display: inline-block;
}

.progress-small {
    width: 300px;
    height: 0.4rem
}


#shiftManagement .table-type-1 th, #shiftManagement.table-type-1 td {
    padding: 0px 10px 0px 0;
}

#multiSelectAction {
    display: flex;
}

#multiSelectAction > button {
    width: fit-content;
    margin: 0;
}

.tagContainer {
    gap: 1px 2px;
    font-size: 14px;
}

.patterContainer {
    border: 1px solid #aaa;
    padding: 15px 15px 15px 0px;
    position: relative;
    border-radius: 4px !important;
}

.hoursInShiftCalendar {
    margin-top: -8px;
    display: block;
}

#additionalPlans .weekly-pattern-selector .user-skip {
    opacity: 0.5;
    cursor: not-allowed;
}

#additionalPlans .deletePattern {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 5;
    cursor: pointer;
}

.fake-a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.fake-a:hover {
    text-decoration: underline;
}

input.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.text-info td {
    color: #17a2b8 !important;
}

.text-warning td {
    color: #ffc107 !important;
}

.table-row-separator {
    border-bottom: 2px solid rgb(128, 128, 128) !important;
}

.table-column-separator {
    border-left: 2px solid rgb(128, 128, 128) !important;
}

.table-accent-light {
    background-color: hsl(198 90% 90%) !important;
}

.table-accent-dark {
    background-color: hsl(198 70% 70%) !important;
}

.table-row-accent-light td, .table-row-accent-light th {
    font-weight: normal;
    background-color: hsl(198 90% 90%) !important;
}

.table-row-accent-dark td, .table-row-accent-dark th {
    font-weight: normal;
    background-color: hsl(198 70% 70%) !important;
}

.employee-rotation-table table tr th, .employee-rotation-table table tr td {
    min-width: 60px;
}

.checkBoxAlign {
    padding-right: 5px;
}

.fake-input-disabled {
    width: 100%;
    margin: 0;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 36px;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    display: block;
    padding: 8px 30px 8px 12px;
}

.dynamic-list {
    font-size: 16px;
    display: flex;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding: 0.25em 0;
    align-items: center;
}

.dynamic-list .dynamic-list-remove, .dynamic-list-edit {
    width: auto;
}

.dynamic-list .dynamic-list-text {
    display: inline-block;
    border-radius: 0 0.25rem 0.25rem 0;
    width: 100%;
    text-align: justify;
    border-left: 0;
}

#dimensionComboData {
    display: flex;
    flex-wrap: wrap;
}

.shiftMasterJournalTable {
    overflow: auto;
    max-height: calc(100vh - 210px);
    display: block;
}

.shiftMasterJournalTable > thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff;
}

.shiftMasterJournalTable > thead > tr > th {
    width: 7.9%;
}

.d-table-row-group {
    display: table-row-group;
}
.table-type-1 tbody{
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .d-md-table-row-group {
        display: table-row-group !important;
    }
    .table-type-1 tbody{
        display: table-row-group !important;
    }
}

@media (max-width: 768px) {
    .absence-year-calendar {
        display: flex;
        overflow: auto;
    }

    .absence-year-calendar .month-yearly-calendar {
        flex: none;
    }

    #business-trip-request-list colgroup {
        display: none;
    }
}

.table.table-striped.table-bordered .success {
    color: green;
}

.table.table-striped.table-bordered .pending {
    color: grey;
}

.table.table-striped.table-bordered .alert {
    color: red;
}

.btn-tiny {
    width: fit-content;
    font-size: smaller;
    padding: 0px 5px;
}

.text-very-center {
    text-align: center !important;
    vertical-align: middle !important;
}

.warning-notice:not(:empty) {
    display: flex;
    align-items: center;
    border: 2px solid #FFC107;
    border-radius: 4px;
    padding: 5px;
    color: inherit;
}

.warning-notice:not(:empty):before {
    content: url("data:image/svg+xml,%3Csvg style='color:%23FFC107' xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-lightbulb-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a2 2 0 0 0-.453-.618A5.98 5.98 0 0 1 2 6m3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin-right: 10px;
}

.employeeShifts .lockHeader {
    padding-bottom: 60px;
}

.popup-title-hover {
    position: fixed;
    height: 40px;
    background-color: #fcfcfc;
    display: none;
    padding: 7px;
    border: 1px solid #eee;
    z-index: 5;
}