.hourbank-info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
}

.hourbank-info-container h5 {
    padding-botton: 5px;
}

.hourbank-end-values-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.visibility-hidden {
    visibility: hidden;
}

.spinner-hourbank {
    margin-left: 10px;
    margin-right: 10px;
}

.spinner-hourbank::before {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.60rem;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

.has-errors {
    margin-top: 5px;
    display: block;
    font-weight: bold;
}

label.error {
    color: red;
}

td.options i {
    cursor: pointer;
}

td.options {
    white-space: nowrap;
}

span.readonly {
    background: #eeeeee;
    border: 1px solid #c9c9c9;
}

.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 50%;
    left: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

@media (max-width: 991.98px) {
    .header-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-lg-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 1200px) {
    .card-body button {
        margin-bottom: 10px;
    }
}

.dataTables_filter label {
    margin-bottom: 0;
}

.dataTables_filter label input[type="search"] {
    display: inline-block;
    width: 70%;
    margin-left: 10px;
}

.tab-leimaus .header-menu, .tab-leimaus .header-menu .menu-nav, .tab-leimaus .header-menu .menu-nav > .menu-item {
    width: 100%;
}

.tab-leimaus .header-menu .menu-nav > .menu-item {
    padding-top: 20px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .tab-leimaus .header-menu, .header-menu .menu-nav, .tab-leimaus .header-menu .menu-nav > .menu-item {
        width: unset;
    }

    .tab-leimaus .header-menu .menu-nav > .menu-item {
        padding-top: unset;
        display: flex;
    }
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: unset!important;
}

.promid-message-pagination-wrapper .pagination,
.admin-message-pagination-wrapper .pagination {
    flex-wrap: wrap;
    gap: 0.25rem;
}

.promid-message-pagination-wrapper .pagination,
.admin-message-pagination-wrapper .pagination {
    flex-wrap: nowrap;
    width: 100%;
    gap: 0.1rem;
}

.promid-message-pagination-wrapper .page-item,
.admin-message-pagination-wrapper .page-item {
    flex: 1 1 0;
    margin-left: 0!important;
}

.promid-message-pagination-wrapper .page-link,
.admin-message-pagination-wrapper .page-link {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    min-width: 0!important;
    height: 2rem!important;
    padding: 0!important;
    text-align: center;
    line-height: 1!important;
}

.promid-message-pagination-loading {
    opacity: 0.6;
    pointer-events: none;
}

.promid-message-list .promid-message-list-item:last-child,
.promid-message-list .promid-message-empty:last-child {
    margin-bottom: 0!important;
}

.dataTables_length .select2-selection__clear {
    display: none!important;
}

@media (min-width: 768px) {
    .mobile-user-settings {
        display: none;
    }
}
@media (max-width: 767px) {
    .mobile-user-settings {
        display: inline;
    }
}
@media (max-width: 991.98px) {
    .topbar-mobile-on .topbar {
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .mobile_time_balance {
      display: none; }
    }
@media (max-width: 991.98px) {
.mobile_time_balance {
    height: 55px;
    background-color: #FFFFFF;
    /* background-image: linear-gradient(to top, #F4FFFC, #FFFFFF); */
    /* border-radius: 0.42rem; */
}
.mobile_time_balance_items {
    margin: auto;
    padding: 15px;
}
}

.swal2-styled.swal2-confirm {
    background-color: #086962;
}

.toast-user-feedback-style {
    opacity: 0.95!important;
    color: #ffffff;
    background-color: #086962;
}

.promid-green { color: #086962 }

.cursor-wait {
    cursor: wait!important;
}
.unseen-messages-indicator {
    font-size: 10px;
    font-weight: bold;
    display: block;
    position: absolute;
}

#kt_header .unseen-messages-icon {
    font-size: 2rem;
}

#kt_header .unseen-messages-indicator {
    right: 1px;
    top: 2px;
}

#kt_header_mobile .unseen-messages-indicator {
    right: 0;
    top: 0;
}

.messages-dropdown,
.messages-dropdown .dropdown-menu,
#modal-user-message {
    z-index: 2147483647;
}

#modal-user-message .message-title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    position: relative;
}

#modal-user-message .modal-header {
    background-color: var(--promid-main-background-color, #086962);
}

#modal-user-message .modal-title {
    color: var(--promid-main-text-color, #fff);
}

#modal-user-message .ki-close {
    color: var(--promid-main-text-color, #fff);
    font-size: 1.1rem;
}

#modal-user-message .message-title-container hr {
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

#modal-user-message .message-timestamp {
    margin-left: auto;
    display: inline-block;
}

#modal-user-message .message-title {
    font-size: 1.6rem;
    color: var(--promid-main-background-color, #086962);
}

.ckeditor-content {
    max-width: 100%;
    overflow-wrap: break-word;
}

.ckeditor-content figure,
.ckeditor-content .image,
.ckeditor-content img {
    max-width: 100%!important;
    box-sizing: border-box;
}

.ckeditor-content img {
    height: auto!important;
}

#modal-user-message figure.table td {
    border: none;
}

#modal-user-message .modal-footer {
    display: block;
}

.message-feedback-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
}

.message-comment-entry {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1 1 18rem;
    min-width: 0;
}

.message-comment-content {
    flex: 1 1 auto;
    min-width: 0;
}

.message-comment-icon {
    color: var(--promid-main-background-color, #086962);
    flex: 0 0 auto;
}

.message-comment-form {
    position: relative;
    width: 18rem;
    max-width: 100%;
    transition: width .2s ease;
}

.message-feedback-bar.is-commenting .message-comment-form {
    width: 100%;
}

.message-comment-input {
    width: 100%;
    max-width: 100%;
    padding-right: 2.8rem;
}

.message-comment-input:focus {
    border-color: var(--promid-main-background-color, #086962);
    box-shadow: 0 0 0 0.2rem rgba(8, 105, 98, 0.12);
}

.message-comment-display {
    width: 100%;
    background: #f3f6f9;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    padding: 0.65rem 0.85rem;
}

.message-comment-text {
    color: #3f4254;
    word-break: break-word;
}

.message-comment-timestamp {
    margin-top: 0.35rem;
    font-size: 0.85rem;
}

.btn-send-message-comment {
    position: absolute;
    right: 0.45rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    color: #b5b5c3;
    width: 2rem;
    height: 2rem;
    padding: 0;
}

.btn-send-message-comment:disabled {
    color: #b5b5c3;
    cursor: default;
    opacity: 1;
}

.btn-send-message-comment:not(:disabled) {
    color: var(--promid-main-background-color, #086962);
    cursor: pointer;
}

.message-thumbs-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.message-comment-counter {
    display: none;
    min-width: 4.75rem;
    margin-left: auto;
    color: #7e8299;
    font-weight: 500;
    text-align: right;
}

.message-comment-counter.is-limit-reached {
    color: #f64e60;
}

.message-feedback-bar.is-commenting .text-thumbs-up,
.message-feedback-bar.is-commenting .btn-thumbs-up {
    display: none;
}

.message-feedback-bar.is-commenting .message-comment-counter {
    display: inline-flex;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    #kt_header .messages-dropdown {
        display: none;
    }

    .message-comment-entry,
    .message-comment-form,
    .message-thumbs-group {
        width: 100%;
    }

    .message-thumbs-group {
        margin-left: 0;
    }
}


@media (max-width: 991.98px) {
    .header .header-top {
        min-height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .header .header-top {
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .menu-item-workshift-planning {
        display: none!important;
    }
}

.card-promid {
    color: #fff;
    background-color: #086962;
}

.card-promid:hover {
    opacity: 0.9;
}

#kt_body .login .desktop,
#kt_body .login .mobile {
    background-color: #086962
}

.select-all-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.btn-small {
    padding: 1px 6px;
}

.switch input:checked ~ span:before,
.switch input:empty ~ span:before {
    background-color: #d2d5d5;
}

.bottom-swal {
    position: absolute;
    bottom: 10px;
}

.swal2-container.swal2-grow-column > .swal2-modal {
    justify-content: flex-start;
}

div.dt-processing>div:last-child>div {
    background: #086962;
}

.bootstrap-timepicker-widget table td a span.glyphicon-chevron-up::before {
    content: '\f106';
    font-family: 'FontAwesome';
    font-weight: 900;
}

.bootstrap-timepicker-widget table td a span.glyphicon-chevron-down::before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
}

.table>:not(caption)>*>* {
    color: #464E5F;
}

.offcanvas {
    visibility: visible;
}

table.dataTable td.dt-body-right,
table.dataTable th.dt-body-right {
    text-align: left !important;
}

table.dataTable th .dt-column-title {
    display: grid;
}

table.dataTable th .dt-column-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    flex-direction: row !important;
    text-align: left !important;
}

table.dataTable th.dt-type-numeric div.dt-column-header {
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}

.switch-large .form-check-input:checked::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translate(1.4rem, -50%);
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0s ease-in-out;
}

.switch-large .form-check-label {
    position: relative;
    top: 0.2rem;
}

.switch-row {
    display: flex;
    gap: 1.5rem;
}

.switch-large {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.switch-large .form-check-input {
    width: 3.5rem;
    height: 2rem;
    background-color: #d2d5d5;
    border-color: #d2d5d5;
    padding: 0;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 2rem;
    margin-left: -2em;
    transition: background-color 0s, border-color 0s;
    cursor: pointer;
}

.switch-large .form-check-input::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.25rem;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #f2f2f2;
    border-radius: 50%;
    transition: transform 0s ease-in-out, background-color 0s;
    z-index: 1;
}

.switch-large .form-check-input:checked::before {
    background-color: #086962;
    transform: translate(1.4rem, -50%);
}

.switch-large .form-check-input:checked::after {
    content: "✔";
    position: absolute;
    top: 54%;
    left: 32px;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.85rem;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
}

.switch-large .form-check-label {
    position: relative;
    top: 0.25rem;
    }

.switch-large .form-check-input {
    outline: none;
    box-shadow: none;
}

.form-check-input-large {
    width: 14px !important;
    height: 14px !important;
    margin-top: 0.5px;
    margin-left: -15px!important;
}

.card.card-custom > .card-header {
    justify-content: space-between!important;
}

.btn.btn-icon.btn-xs {
    max-width: unset;
}
