﻿::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.sweet-alert-link {
    color: #888;
    text-decoration: none;
    cursor: not-allowed;
    opacity: 0.56;
}

.table td, .table th {
    padding: 0.4rem;
    font-size: 14px;
    vertical-align: middle !important;
}

.table-thin {
    margin-bottom: 0 !important;
}

    .table-thin td, .table-thin th {
        padding: 0.1rem;
    }

.table-thin-0 {
    margin-bottom: 0 !important;
}

    .table-thin-0 td, .table-thin-0 th {
        padding: 0rem .1rem;
    }

.table-noborder thead th {
    border: none !important;
}

.table-noborder td, .table-noborder th {
    border: none !important;
}

.report-table thead th {
    font-weight: 400 !important;
    border: none;
    text-align: center;
}

.header-label {
    font-size: 17px;
    font-weight: 700;
    color: #292929;
    padding-left: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.fa-question-circle {
    color: lightgrey;
    transition: color 0.3s;
}

    .fa-question-circle:hover {
        color: forestgreen;
    }

.custom-list {
    list-style-type: none;
    padding: 0;
}

.custom-list-item {
    font-style: italic;
    color: grey;
    font-size: small;
}

.header-table {
    text-align: center;
    background-color: #e2e3e6;
}

.btn-custom {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    max-width: fit-content;
    padding-left: .4rem;
    padding-right: .4rem;
    color: black !important;
    font-size: 14.5px;
}



    .btn-custom:hover {
        border-color: #80bdff;
        box-shadow: none;
    }

    .btn-custom.selected {
        border-color: #80bdff;
        background-color: #4a86e8;
        color: white !important;
    }

    .btn-custom.success {
        background-color: #68d735;
        color: white !important;
    }

    .btn-custom.danger {
        background-color: red;
        color: white !important;
    }

    .btn-custom.profile {
        padding: .11rem;
        width: 100% !important;
        display: inline-block;
        border-radius: .4rem;
        max-width: 150px;
        margin: .11rem 0;
    }

    .btn-custom.checkbox {
        max-width: 100%;
        width: 100%;
        height: 24px;
        border: 1px solid #ced4da;
        border-radius: .1rem !important;
        box-shadow: none;
        cursor: pointer;
    }

    .btn-custom.inactive {
        background-color: #e9ecef;
        color: #000000 !important;
        box-shadow: none;
        opacity: 1;
    }

    .btn-custom.users-active {
        border-color: #80bdff;
        background-color: #4a86e8;
        color: white !important;
    }

    .btn-custom.users-inactive {
        border-color: red;
        background-color: red;
        color: white !important;
    }

    .btn-custom.btn-80 {
        width: 80px !important;
        max-width: 80px;
    }

    .btn-custom.btn-100 {
        width: 100px !important;
        max-width: 100px;
    }

    .btn-custom.btn-125 {
        width: 125px !important;
        max-width: 125px;
    }

    .btn-custom.btn-150 {
        width: 150px !important;
        max-width: 150px;
    }

    .btn-custom.btn-min-80 {
        min-width: 80px;
    }

    .btn-custom.btn-min-100 {
        min-width: 100px;
    }

    .btn-custom.btn-min-125 {
        min-width: 125px;
    }

    .btn-custom.btn-min-150 {
        min-width: 150px;
    }

    .btn-custom.btn-min-191 {
        min-width: 191px;
    }

    .btn-custom.form {
        max-width: 100% !important;
        width: 100%;
        border-radius: .1rem;
        box-shadow: none;
        min-height: 24.1px;
    }

    .btn-custom.btn-100percent {
        max-width: 100% !important;
        width: 100%;
    }

    .btn-custom.font-small {
        font-size:12.8px;
    }

    .btn-custom.border-success {
        border: 1px solid #198754;
    }

    .btn-custom.border-primary {
        border: 1px solid #0d6efd;
    }

    .btn-custom.border-danger {
        border: 1px solid #dc3545;
    }

    .btn-custom.border-warning {
        border: 1px solid #ffc107;
    }

    .btn-custom.border-secondary {
        border: 1px solid #6c757d;
    }

    .btn-custom.border-info {
        border: 1px solid #0dcaf0;
    }

    .btn-custom.border-send-email {
        border: 1px solid #0eeb49;
    }

    .btn-custom.border-light {
        border: 1px solid #f8f9fa;
    }

    .btn-custom.border-dark {
        border: 1px solid #212529;
    }

    .btn-custom.border-auto {
        border: 1px solid #9900ff;
    }

.btn-custom-selected {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #80bdff;
    border-radius: .25rem;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    background-color: #4a86e8;
    max-width: fit-content;
    padding-left: .4rem;
    padding-right: .4rem;
    color: white !important;
    font-size: 14.5px;
}

.form-control.form-control-sidebar {
    color: white !important;
}

.form-control.border-primary {
    border: 1px solid #0d6efd;
}

#employeeSearchResults, #clientSearchResults {
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
}

.user-panel {
    border-bottom: 1px solid #ffffff !important;
}

.nav-sidebar > .nav-item {
    margin-bottom: .25rem;
}

.nav-treeview > .nav-item {
    margin-bottom: .25rem;
}

.nav-sidebar .nav-item > .nav-link {
    border: 1px solid #56606a;
    border-radius: .1rem !important;
    margin-bottom: 0 !important;
    display: block;
    padding: .1rem .4rem !important;
    font-size: 14.5px;
}

    .nav-sidebar .nav-item > .nav-link:hover {
        border-color: #4a86e8 !important;
        background-color: #3b547b !important;
    }

.nav-treeview > .nav-item > .nav-link {
    border: 1px solid #56606a;
    border-radius: .1rem !important;
    margin-bottom: 0 !important;
    display: block;
    padding: .1rem .4rem !important;
    font-size: 14.5px;
    width: 92%;
    float: right;
    margin-top: .2rem;
}

.nav-treeview .nav-item > .nav-link:hover {
    border-color: #4a86e8 !important;
    background-color: #3b547b !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: .2rem .6rem 0 0.6rem !important;
    font-size: 15.5px;
}

.nav-sidebar .nav-header {
    border: 1px solid #56606a;
    border-radius: .1rem !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    padding: .2rem .4rem !important;
    font-size: 14.5px;
}

.form-control {
    height: 1.65rem !important;
    font-size: 14.5px !important;
    padding: 0 .2rem !important;
    color: #000000 !important;
    border-radius: .1rem !important;
}

    .form-control.textarea {
        height: auto !important;
    }

    .form-control.form-signature {
        height: 2.65rem !important;
    }

    .form-control.selected {
        background-color: #4a86e8 !important;
        color: white !important;
    }

.form-check-input-vertical {
    margin-left: .25rem;
}

.navbar {
    padding: .65rem .5rem 0 .5rem;
}

.nav-sidebar > .nav-item > .nav-link:focus {
    border: 1px solid #4a86e8 !important;
    background-color: #3b547b !important;
}

.nav-treeview > .nav-item > .nav-link:focus {
    border: 1px solid #4a86e8 !important;
    background-color: #3b547b !important;
}

.nav-treeview {
    width: 100%;
    float: right;
}

[class*=sidebar-dark] .btn-sidebar, [class*=sidebar-dark] .form-control-sidebar {
    font-size: 14.5px;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: transparent;
}

.os-scrollbar-horizontal .os-scrollbar-handle,
.os-scrollbar-vertical .os-scrollbar-handle {
    width: 5px !important;
    height: 50px !important;
    opacity: 0.5;
}

.os-scrollbar-handle:hover {
    background-color: #6ca9f3;
    opacity: 1;
}

.modal-content {
    border-radius: 0 !important;
    background-color: #f4f6f9;
}

.modal-full-height {
    height: 100vh;
    margin: 0;
}

.modal-full-height-lg {
    height: 100vh;
}

.modal-83 {
    max-width: 83% !important;
    margin: 2.81rem 1.2rem 0 auto;
}

.modal-65 {
    max-width: 65% !important;
    margin: 2.81rem 10rem 0 auto;
}

.modal-overlay {
    margin-top: 10rem;
}

.modal-header {
    padding: .2rem 1rem !important;
    background-color: #3b557c !important;
    border: 1px solid #4a86e8 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.25);
}

.modal-title {
    width: 100%;
    text-align: center;
}

.sortable-placeholder {
    background: #f0f0f0;
    border: 2px dashed #ccc;
    height: 100px;
    margin-bottom: 1rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .1rem .4rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.close-message-button {
    float: right;
    margin-top: -8px;
    text-decoration: none !important;
}

.img-thumbnail {
    max-width: 380px !important;
}

.btn-custom .fa,
.btn-custom .far,
.btn-custom .fas {
    padding-top: 5px;
}

label {
    display: inline-block;
    margin-bottom: .2rem;
    font-size: 14.5px;
}

.text-danger {
    color: #ff1100 !important;
    font-size: 14.5px;
}

.tabs {
    margin-right: 5px;
}

.sub-tabs {
    margin-right: 5px;
}

.tabs-emp {
    margin-right: 5px;
}

.sub-tabs-emp {
    margin-right: 5px;
}

.tabs-clt {
    margin-right: 5px;
}

.sub-tabs-clt {
    margin-right: 5px;
}

.action-tabs {
    margin-right: 5px;
}

.checkbox-tabs {
    margin-right: 5px;
}

.dashboard-reports-tabs {
    margin-right: 5px;
}

.download-rows {
    display: flex;
    gap: 4px;
}

.download-images {
    max-width: 22.5px;
    max-height: 24px;
    margin-left: 18.3px;
}

.download-logo {
    max-width: 22.5px;
    max-height: 22.5px;
    margin-top: 1.5px;
}

.btn-outline-warning-hilfe {
    color: orange;
    border-color: orange;
}

    .btn-outline-warning-hilfe:hover {
        color: #1f2d3d;
        background-color: orange;
        border-color: orange;
        box-shadow: none;
    }

.profile-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}

[class*=sidebar-dark] .btn-sidebar, [class*=sidebar-dark] .form-control-sidebar {
    font-size: 14px;
}

.signature-canva {
    border: 1px solid #ccc;
    height: 150px;
    width: 100%;
    background-color: white;
}

.signature-div-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.signature-image {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.progress {
    background-color: #f4cccc;
    height: 22px;
}

.progress-bar {
    background-color: #00ff00;
    box-shadow: inset .1rem .1rem .1rem rgb(0 0 0 / 17%);
}

.progress-bar-span {
    position: absolute;
    margin-left: 10px;
    font-size: 14.5px;
}

.checkbox-vertical-text {
    width: 29px;
    writing-mode: sideways-lr;
    font-size: 14.5px;
}

.shift-vertical-text {
    writing-mode: sideways-lr;
    font-size: 12.5px !important;
    line-height: 1;
}

.time-pair {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

    .time-pair input[type="time"] {
        width: 50%;
        display: inline-block;
    }

.modal-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

.folder-section {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

.folders-documents {
    max-width: 32px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.form-control1 {
    display: block;
    padding: 0.1rem .5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #979797;
    border-radius: .25rem;
    text-align: center;
}

.info1:hover {
    cursor: pointer;
    background-color: deepskyblue;
}

.info3:hover {
    cursor: pointer;
    background-color: #f11100;
    color: white;
}

.sort-clients {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
}

    .sort-clients.selected {
        color: aqua;
    }

.sort-projects {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
}

    .sort-projects.selected {
        color: aqua;
    }

.sort-employees {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
}

    .sort-employees.selected {
        color: aqua;
    }

.label-thin {
    font-weight: 400 !important;
}

.new-material {
    border: 1px solid green;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .2rem .5rem;
    background-color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: black !important;
    font-size: 14.5px;
}

    .list-group-item.selected {
        border-color: #80bdff;
        background-color: #4a86e8;
        color: white !important;
    }

.folder-counter {
    float: right;
}

.dropdown-item {
    font-size: 14.5px;
}

.percentage-position {
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
}

.evaluation-action-buttons {
    margin-bottom: -38px;
    float: right;
    margin-right: 8px;
}

.content-box {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.table-feedback td, .table-feedback th {
    border: none !important;
    padding: 0.1rem;
}

.feedback-slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.feedback-buttons-container {
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    overflow-x: auto;
    gap: 8px;
    flex-grow: 1;
    white-space: nowrap;
    padding: 2px;
}

    .feedback-buttons-container::-webkit-scrollbar {
        display: none;
    }

.feedback-btn {
}

.feedback-arrow {
    border: none;
    font-size: 14.5px;
    cursor: pointer;
    padding-left: 5px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -1px;
}

    .feedback-arrow:hover {
        border-color: #80bdff;
        background-color: #4a86e8;
        color: white !important;
    }

    .feedback-arrow:focus {
        outline: none;
    }

.subgroup-border-feedback {
    border-top: 1px solid #000;
    margin-top: 10px;
}

.table-feedback input, .table-feedback textarea {
    background-color: #dbebfd !important;
    border: 1px solid #ccc !important;
    padding: 5px !important;
    border-radius: 0px !important;
    font-size: 14.5px !important;
}

    .table-feedback input:focus, .table-feedback textarea:focus {
        background-color: #fbe6cb !important;
        outline: none !important;
    }

.feedback-action-buttons {
    float: right;
    margin-right: 8px;
}

.arrow-scroll-buttons {
    display: flex;
    gap: 8px;
    float: right;
    margin-bottom: 8px;
}

.shift-plan-available-slot {
    background-color: #00ff00 !important;
}

.sec1 {
    background-color: #ffff00 !important;
}

.shift-cell.selected {
    cursor: pointer;
    border: 2px solid #3498db !important;
}

.calendar-cell {
    height: 11px;
    font-size: 10px !important;
}

    .calendar-cell.selected {
        cursor: pointer;
        border: 2px solid #3498db !important;
    }

.active-slot {
    background-color: #d3d3d3;
}

    .active-slot.invalid {
        background-color: transparent;
    }

.invalid-slot {
    background-color: transparent;
}

.calendar-cell-weekly {
    height: 11px;
    font-size: 10px !important;
}

    .calendar-cell-weekly.selected {
        cursor: pointer;
        border: 2px solid #3498db !important;
    }

.menu-active {
    background-color: #3b547b !important;
    border-color: #4a86e8 !important;
}

.employee-shift-planner-selected.form-control option:hover {
    background-color: inherit !important;
    color: inherit !important;
}

.title-calendar {
    position: absolute;
    margin-top: -5px;
    line-height: 10px;
}

.card-header {
    padding: .2rem .5rem !important;
    line-height:17.5px;
}

.table-performance td {
    border: 2px double #7979794d;
}

#addClientModal {
    z-index: 1043 !important;
}

#editBookingModal {
    z-index: 1042 !important;
}

#calendarModal {
    margin-top: 25px;
    z-index: 1041 !important;
}

#calendarBookingModal {
    margin-top: 25px;
    z-index: 1041 !important;
}

.appointment-status {
    border: 1px solid;
    padding: 0.2rem;
    border-radius: 4px;
    background-color: white;
}

.hover-button:hover {
    border-color: #4a86e8;
    cursor: pointer;
}

.today-border {
    border: 4px solid #1194fcdb !important;
    border-radius: 4px;
}

.green-employment {
    width: 15px;
    height: 15px;
    background-color: #00ff00;
    border: 1px solid #808283;
}

.yellow-employment {
    width: 15px;
    height: 15px;
    background-color: #ffff00;
    border: 1px solid #808283;
}

.grey-employment {
    width: 15px;
    height: 15px;
    background-color: #d3d3d3;
    border: 1px solid #808283;
}

.red-employment {
    width: 15px;
    height: 15px;
    background-color: #e06666;
    border: 1px solid #808283;
}

.status-open {
    color: #dc3545;
}

.status-sent {
    color: #007bff;
}

.status-rescheduled {
    color: #fd7e14;
}

.status-completed {
    color: #28a745;
}

.status-cancelled {
    color: #ffc107;
}

.status-error {
    color: #dc3545;
}

.status-unknown {
    color: #6c757d;
}

#save-autocomplete-list-appointment, #save-client-services-appointment-object {
    background-color: white;
}

.customer-complaint-class:hover {
    background-color: #f0f0f0;
}

.edit-report-class:hover {
    color: #0056b3;
    background-color: #f0f0f0;
    text-decoration: underline;
    cursor: pointer;
}

.report-header {
    width: 100%;
    text-align: center;
    background-color: #4a86e8;
    color: white;
    padding: 4px 0 8px 0;
    font-weight: 500;
    font-style: normal;
}

.loading-spinner1 {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #555;
}

    .loading-spinner1::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 8px;
        border: 3px solid #ccc;
        border-top: 3px solid #007bff;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.error-message {
    text-align: center;
    padding: 15px;
    color: red;
    font-size: 14px;
}

.long-text {
    display: block;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: ruby;
}

.has-services-change-color {
    background-color: yellow;
}

.form-control {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item {
    padding: .2rem .4rem;
    margin-bottom: 1px;
    box-shadow: none;
    font-size: 14.5px;
}

.dropdown-menu-level > li {
    white-space: nowrap;
    background-color: #fff;
}

.dropdown-menu-level li:hover {
    background-color: #f0f0f0;
}

.multi-dropdown {
    position: absolute;
    z-index: 9999;
    display: none;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    font-size: 14px;
}

    .multi-dropdown ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        min-width: 180px;
    }

    .multi-dropdown li {
        padding: .2rem .4rem;
        cursor: pointer;
        position: relative;
        white-space: nowrap;
        background-color: white;
        color: black;
        font-weight: 400;
    }

        .multi-dropdown li:hover {
            background-color: #007bff;
            color: white;
        }

.multi-service li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

.multi-dropdown li:hover > ul {
    display: block;
}

.no-results-text-displayed {
    font-size: 11px;
}

.task-rows:hover {
    border: 1px solid #80bdff;
}

.link-task {
    color: #007bff !important;
    text-decoration: underline;
    cursor: pointer;
}

    .link-task:hover {
        color: #0056b3 !important;
        font-weight: 500;
        text-decoration: underline;
    }

.client-profile-separator-section {
    height: 40px;
    border-bottom: 2px solid gray;
}

.pn-images {
    width: 38%;
    margin-left: 31%;
}

.company-rows {
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    padding-left: .4rem;
    padding-right: .4rem;
    color: black !important;
    font-size: 14.5px;
}

    .company-rows.selected {
        border-color: #80bdff;
        background-color: #4a86e8;
        color: white !important;
    }

.department-rows .department-columns {
    background-color: #fff;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    font-size: 14.5px;
    padding: 4px 6px;
    transition: background-color 0.3s ease;
}

    .department-rows .department-columns:first-of-type {
        border-left: 1px solid #ced4da;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .department-rows .department-columns:last-of-type {
        border-right: 1px solid #ced4da;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

.department-rows.selected .department-columns {
    background-color: #4a86e8;
    color: white !important;
    border-color: #4a86e8;
}

.eintrit-austritt-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}
