html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

:root {
    --light: var(--bs-light);
    --gray: var(--bs-gray);
    --dark: var(--bs-dark);
    --primary: var(--bs-primary);
    --blue: var(--bs-blue);
    --indigo: var(--bs-indigo);
    --purple: var(--bs-purple);
    --pink: var(--bs-pink);
    --red: var(--bs-red);
    --orange: var(--bs-orange);
    --yellow: var(--bs-yellow);
    --green: var(--bs-green);
    --teal: var(--bs-teal);
    --cyan: var(--bs-cyan);
    --white: var(--bs-white);
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 40px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.paledo-window-template-popup > div > div.dxbl-modal-body {
    background-color: #e5eef3;
    background-image: url("img/waben.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1000px;
}

/* disable blue bg color when selecing tree-list items */
dxbl-tree-list .dxbl-grid-selected-row {
    background-color: var(--bs-light);
}

/* TODO: 42 change, apply orange bg color to grid elements in popup */
.dxbl-popup .paledo-text-filter .dxbl-text-edit,
.dxbl-popup .filter-textbox.dxbl-text-edit,
.dxbl-popup .dxbl-grid-filter-row .dxbl-text-edit {
    border: none;
}

    .dxbl-popup .paledo-text-filter .dxbl-text-edit > input,
    .dxbl-popup .filter-textbox.dxbl-text-edit > input,
    .dxbl-popup .dxbl-grid-filter-row .dxbl-text-edit > input {
        background-color: #FCEDD0 !important;
        border: none;
    }

        .dxbl-popup .paledo-text-filter .dxbl-text-edit > input + .dxbl-btn-group.dxbl-btn-group-right .dxbl-btn,
        .dxbl-popup .filter-textbox.dxbl-text-edit > input + .dxbl-btn-group.dxbl-btn-group-right .dxbl-btn,
        .dxbl-popup .dxbl-grid-filter-row .dxbl-text-edit > input + .dxbl-btn-group.dxbl-btn-group-right .dxbl-btn {
            background-color: #f6d289 !important;
        }

/* File Upload */
.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone.custom-drag-over {
        background-color: #868A8D;
    }

/* Logeinträge */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.user-comment {
    background: #015d82;
    border-bottom-color: #015d82;
    color: white !important;
}

.first-user-comment {
    background: #0094ff;
    border-bottom-color: #0094ff;
    color: white !important;
}

.workflow-change {
    background: #4267b3;
    border-bottom-color: #4267b3;
    color: white !important;
}

.error-log {
    background: #FAA0A0;
    border-bottom-color: #FAA0A0;
    color: black !important;
}

.object-entry {
    background: #015d82;
    border-bottom-color: #015d82;
    color: white !important;
}

.chat-max-width {
    max-width: 800px;
    /*margin: 0 auto; */ /* center */
}

.chat-history {
    padding: 20px;
}

    .chat-history ul {
        padding: 0
    }

        .chat-history ul li {
            list-style: none;
            margin-bottom: 30px;
            margin-top: 10px;
        }

    .chat-history .message-data {
        margin-bottom: 15px;
    }

        .chat-history .message-data img {
            width: 40px;
            height: 40px;
        }

    .chat-history .message-data-right {
        margin-bottom: 15px;
        text-align: right;
    }

        .chat-history .message-data-right img {
            width: 40px;
        }

    .chat-history .message-data-time {
        color: #434651;
        padding-left: 6px;
        padding-right: 6px
    }

.message-user-image {
    width: 32px !important;
    height: 32px !important;
}

.message-workflow-image {
    width: 24px;
    height: 24px;
    margin-left: 1px;
    margin-right: 1px;
}

.chat-history .message {
    color: #444;
    padding: 18px 20px 0px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
}

    .chat-history .message:after {
        bottom: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

.chat-history .my-message {
}

    .chat-history .my-message:after {
        bottom: 100%;
        left: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: inherit;
        border-width: 10px;
    }

.chat-history .other-message {
    text-align: right;
    background-color: orange;
}

    .chat-history .other-message:after {
        border-bottom-color: orange;
        left: auto;
    }

.chat-message {
    padding: 20px
}

.float-right {
    float: right
}


/* Tile List item */
.tile-list-container {
    margin-top: 20px;
}

.tile-list-item {
    width: 400px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
    box-shadow: 2px 2px 2px #666;
}

    .tile-list-item:hover {
        border: 2px solid orange !important;
        box-shadow: 5px 5px 5px #666;
        cursor: pointer;
        animation: wiggle 2s ease-in-out infinite;
    }

.tile-list-item-image {
    object-fit: contain;
    margin: 5px;
    height: 54px;
}

/* Berichts Übersicht */
.record-overview-item {
    width: 400px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
}

.record-overview-image {
    object-fit: contain;
    margin: 5px;
    height: 128px;
}

.bgBericht {
    margin-left: 25px
}


@media only screen and (min-width: 1400px) {
    /* For large screens: */
    .large-screen-margin {
        margin-right: 20%;
    }
}

/* DxTreeView */
.treeMultiSelection {
    background-color: #015d82
}

.treeSingleSelection {
    background-color: #015d82;
    display: flex !important;
}

.synx-tree-fixed-height {
    height: calc(100vh - 200px);
}

/* AttachmentComponent (wird in Logeinträgen und berichtselementen benutzt) */
div.attachment {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}

    div.attachment img {
        display: block;
        width: auto;
        height: 125px;
        margin-left: auto;
        margin-right: auto;
    }

.attachment-caption {
    display: block;
    text-align: center;
    font-size: 85%;
}

.bigImage {
    object-fit: contain;
    display: block;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: 90%;
    position: center;
}

.smallImage {
    width: 100%;
    height: auto;
    margin: auto;
}

/* Filter Toolbar */
.filter-toolbar {
    flex-wrap: wrap;
}

.filter-toolbar-nowrap {
    flex-wrap: nowrap;
}

.filter-textbox {
    margin: 2px 2px 2px 2px;
}

.filter-button {
    margin: 2px 2px 2px 2px;
}

.filter-add-button {
    margin: 2px 2px 2px 2px;
    border-radius: 10px;
}

.filter-button-select {
    border-radius: 10px;
}

.filter-button-x {
    border-radius: 10px;
}

.filter-button-inactive {
    background-color: lightgray;
}

/* Scheduler */
body .scheduler-resnavigator {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    align-items: stretch;
    /* display only lists: */
    /* remove height property if showing only scheduler
    height: calc(88vh) !important; */

    height: calc(44vh - 30px); /* !important; */
    /* display only lists:
    display:none; */
    overflow-y: hidden;
    overflow-x: hidden;
}

/* https://supportcenter.devexpress.com/ticket/details/t1097567/scheduler-for-blazor-the-resource-header-section-is-not-scrolled-vertically-when-the */
.schedulerFixedHeight {
    height: calc(45vh - 50px);
    /*width: calc(90vw - 240px); */
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.schedulerFixedHeightMax {
    height: calc(99vh - 150px);
    /*width: calc(85vw - 233px);*/
}

.schedulerFixedHeight75-25 {
    height: calc(54vh - 50px);
    /*width: calc(90vw - 240px);*/
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.schedulerFixedHeight25-75 {
    height: calc(32vh - 50px);
    /*width: calc(90vw - 240px);*/
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.scheduler-resnavigator-max-height {
}

.scheduler-resnavigator-container {
    /*display: flex;*/
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: #015d82;
    overflow-y: auto;
    overflow-x: hidden;
    color: white;
}

.scheduler-resnavigator-width-expanded {
    width: 250px;
}

.scheduler-resnavigator-width-collapsed {
    width: 40px;
}

.scheduler-resnavigator-container .card-body {
    padding-left: 3px;
    padding-right: 3px;
}

.scheduler-resnavigator-title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

.scheduler-accordion-background {
    background-color: #015d82;
    color: white;
    background: #015d82;
    border: hidden;
}

    .scheduler-accordion-background .form-check-input:checked {
        background-color: orange;
        border-color: orange;
    }

    .scheduler-accordion-background input[type="radio"]:checked {
        accent-color: orange;
    }

#synxschedulerdiv > div.scheduler-resnavigator-container.card > div > div {
    background-color: #015d82 !important;
    color: white !important;
    border-color: #F0A514;
}

.scheduler-resnavigator-tree-item {
    cursor: pointer;
    padding: 0.2rem 10px 0rem 50px;
    color: white;
}

.synx-context-menu-icon {
    width: 16px;
}

/* Keyframes */
@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-0.3deg);
    }

    20% {
        transform: rotateZ(0.3deg);
    }

    25% {
        transform: rotateZ(-0.3deg);
    }

    30% {
        transform: rotateZ(0.1deg);
    }

    35% {
        transform: rotateZ(-0.1deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}

.synx-scheduler-highlighted {
    border-width: 2px;
    border-style: solid;
    border-color: black;
    box-shadow: 5px 5px 5px #666;
    animation: wiggle 2s ease-in-out infinite;
}

.synx-scheduler-highlighted-secondary {
    border-width: 1.5px;
    border-style: dashed;
    border-color: black;
    box-shadow: 5px 5px 5px #666;
    animation: wiggle 2s ease-in-out infinite;
}

.scheduler-resnavigator-tree {
    width: 233px;
    padding-top: 2px;
    margin-left: 3px;
    margin-right: 3px;
}

.scheduler-resnavigator-tagbox {
    width: 233px;
    color: white;
}

.scheduler-resnavigator-tree .btn.dxbl-cmd-btn:focus::before,
.scheduler-resnavigator-tree .btn.dxbl-cmd-btn:hover::before,
.scheduler-resnavigator-tree .dxbl-listbox .list-group-item-action:not(.disabled):not(.dxbl-listbox-active):not(.active):hover::before,
.scheduler-resnavigator-tree .dxbl-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active):hover::before {
    color: white !important;
    background-color: #F0A514;
}

.scheduler-resnavigator-tree .dxbl-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active):hover,
.scheduler-resnavigator-tree .dxbl-tree ul.nav > .nav-item > .nav-link:hover {
    color: white !important;
    background-color: #F0A514;
}

.scheduler-resnavigator-tree .dxbl-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active),
.scheduler-resnavigator-tree .dxbl-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active) {
    color: white !important;
}

body .grid-vertical-Scrolling {
    height: calc(50vh - 201px);
}

body .grid-vertical-Scrolling-eighty {
    height: calc(80vh - 258px);
}

body .grid-vertical-Scrolling-eightyfive {
    height: calc(85vh - 245px);
}

body .grid-vertical-Scrolling-license {
    height: calc(50vh - 235px);
}

.ui-state-highlight {
    background-color: !important;
}

.ui-state-hover {
    background-color: #F0A514 !important;
}

.ui-draggable-dragging {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
}


/* https://supportcenter.devexpress.com/ticket/details/t1014867/scheduler-for-blazor-how-to-rotate-resource-headers-in-timeline-view */

.SchedulerTimeLineViewCss .dxbl-sc-resources-scroll-area {
    width: 150px;
    text-align: center;
}

.SchedulerTimeLineViewCss .dxbl-sc-empty-cell {
    width: 150px;
    text-align: center;
}

.SchedulerTimeLineViewCss .dxbl-sc-resources-scroll-area .dxbl-resource-header-content {
    width: 100%;
}
    .SchedulerTimeLineViewCss .dxbl-sc-resources-scroll-area .dxbl-resource-header-content > span {
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        white-space: nowrap;
    }

.SchedulerTimeLineViewCss.dxbl-sc-timeline .dxbl-sc-horizontal-view > tbody > tr:not(:first-child) > td,
.SchedulerTimeLineViewCss.dxbl-sc-timeline .dxbl-sc-resource-headers > tbody > tr > td {
    height: 32px;
    padding: 1px;
    border: 1px solid #ddd;
}

.SchedulerTimeLineViewCss .dxbl-sc-timeline .dxbl-sc-timescale:last-child > tbody > tr > td {
    border-bottom-style: none;
}

.SchedulerTimeLineViewCss .dxbl-sc-timeline .dxbl-sc-horizontal-view > tbody > tr:nth-child(2) > td {
    border-top-style: solid;
}
/* fix for time-marker being cut-off https://supportcenter.devexpress.com/ticket/details/t1194505/scheduler-for-blazor-current-time-marker-is-not-fully-shown-when-scheduler-has-fixed */
.SchedulerTimeLineViewCss .dxbl-sc-timecells-container {
    height: auto;
}

/* Make sure scrollbar's z-index is high enough to always be in front */
.SchedulerTimeLineViewCss .dxbl-scroll-viewer-hor-scroll-bar {
    z-index: 10 !important;
}

.SchedulerTimeLineViewCss .dxbl-scroll-viewer-vert-scroll-bar {
    z-index: 10 !important;
}

.scheduler-resource-header {
    overflow: hidden;
    white-space: nowrap;
    width: 140px;
    text-align: left;
}

.scheduler-resource-header-image {
    overflow: hidden;
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.scheduler-resource-header-caption {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle; /* Align text with the image vertically */
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 25px); /* Prevent text from overlapping the image + margin */
}

@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-2px)
    }
}

.scheduler-tab-highlight {
    animation: waviy 4s infinite;
    font-weight: bold;
}

.scheduler-resource-menu-sticky {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    align-self: flex-start;
    background-color: #015d82;
    z-index: 5;
    color: white;
    padding: 5px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.tooltip-scheduler {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    z-index: 10000;
}

.card:hover + .tooltip-scheduler {
    display: block;
}

.dashboard-taskplanning {
}

.dashboard-taskplanning-scheduler {
}

.dashboard-taskplanning-lists {
    margin: 0px 0px 0px 0px !important;
    /* Scheduler only mode:
    display:none;
    */
}

    /* Remove spaces at the very bottom of task planning lists */
    .dashboard-taskplanning-lists > .dxbl-tabs > .dxbl-tabs-content-panel > .dxbl-tabs-content > .dxbl-fl-tab-content {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 1px !important;
    }

        /* Remove spaces between toolbar */
        .dashboard-taskplanning-lists > .dxbl-tabs > .dxbl-tabs-content-panel > .dxbl-tabs-content > .dxbl-fl-tab-content > .dxbl-row > .dxbl-fl-tab-item > .dxbl-fl-ctrl > .nested-frame > .nested-toolbar {
            margin: 0px !important;
            padding-bottom: 1px !important;
        }



.paledoxrlabel-image {
    background-image: url("../IImageService/TextField_24x24");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.paledoxrimage-image {
    background-image: url("../IImageService/Images_24x24");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.paledoxrcheckbox-image {
    background-image: url("../IImageService/CheckGreen_24x24");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.paledoxrrichtext-image {
    background-image: url("../IImageService/Edit.Text");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.paledoxrdrawing-image {
    background-image: url("../IImageService/FreehandDrawing_24x24");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.paledoxrlink-image {
    background-image: url("../IImageService/MenuBar_AttachmentObject");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.paledo-report-editor {
    height: calc(90vh - 100px);
    min-height: calc(90vh - 100px);
}

/* used for tablecells (e.g. TaskPlanning) https://www.w3docs.com/snippets/css/how-to-make-css-ellipsis-work-on-a-table-cell.html */
.synx-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.synx-inline-row-class {
    padding: 0.2rem 0.0rem;
    margin: 0px 0px 0px 0px !important;
}

    .synx-inline-row-class:hover {
        background-color: #F0A514;
    }

.synx-planningboard-element-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.synx-planningboard-element-container-spacer {
    height: 2px;
}

.synx-planningboard-element {
    padding-left: 10px;
}

body .synx-planningboard-resnavigator {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    align-items: stretch;
    height: calc(99vh - 200px);
    overflow-y: hidden;
    overflow-x: hidden;
}

.synx-planningboard-fixedHeight {
    height: calc(99vh - 200px);
}

body .synx-shift-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.synx-shift-navigator {
    align-self: stretch;
    top: 0;
    left: 0;
    z-index: 4;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    margin-right: 3px;
    height: calc(100vh - 210px); /* !important; */
}

.synx-shift-table {
    width: 100%;
    align-self: flex-start;
}

    .synx-shift-table th {
        position: relative;
        top: 0;
        z-index: 2;
        padding: 0px;
        text-align: center;
        text-overflow: ellipsis;
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        max-width: 30px;
        max-height: 30px;
    }

        .synx-shift-table th:not(.summary-column-header)::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 1px solid #ccc; /* Border style */
            box-sizing: border-box;
        }

        .synx-shift-table th:first-child::before {
            border-top-width: 0;
            border-bottom-width: 0;
        }

    .synx-shift-table td:not(:first-child) {
        border: 1px solid #000000;
        padding: 4px;
        text-align: center;
        transition: transform 0.3s, font-weight 0.3s;
    }

    .synx-shift-table td.selected {
        border: 1px solid #3399FF;
        background-color: #3399FF !important;
    }

    .synx-shift-table > tbody > tr > td:first-child, .synx-summary-item-td {
        text-align: left;
        position: sticky;
        left: 0px;
        background-color: #f5f5f5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-clip: padding-box;
        z-index: 1;
        cursor: pointer;
    }

    .synx-shift-table > tbody > tr > td:first-child {
        width: 149px;
        max-width: 149px;
        min-width: 149px;
    }

    td.synx-summary-item-td {
        background-color: #e5eef3;
        border: unset !important;
    }

    .synx-shift-table > tbody > tr > td:not(:first-child) {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        max-width: 30px;
        max-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
        font-size: 10px;
        /* user-select: none; */
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    .synx-shift-table > thead {
        position: sticky;
        top: 0px;
        z-index: 2;
        background-color: #f5f5f5;
        -webkit-box-shadow: -5px 1px 5px 5px rgba(0,0,0,0.4);
        box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.5);
    }

        .synx-shift-table > thead > tr > th:first-child, .summary-column-header {
            position: sticky !important;
            left: 0px;
            top: 0px;
            z-index: 4 !important;
            background-color: #f5f5f5;
        }

.synx-summary-item-header-text {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 10px;
    position: relative;
    font-weight: bold;
}


.synx-shift-table-fixed {
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    height: calc(100vh - 210px);
}

.synx-shift-table-selected-row {
    font-weight: bold;
    border-bottom: 2px solid black !important;
    border-top: 2px solid black !important;
}

.synx-shift-table-selected-col {
    font-weight: bold;
    border-left: 2px solid black !important;
    border-right: 2px solid black !important;
}

.synx-triangle-upper-right {
    position: relative;
}

    .synx-triangle-upper-right:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        display: block;
        border-left: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-top: 6px solid #f00;
    }

.synx-triangle-bottom-right {
    position: relative;
}

    .synx-triangle-bottom-right:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 16px;
        display: block;
        border-left: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid #f00;
    }

.synx-triangle-bottom-right-single {
    position: relative;
}

    .synx-triangle-bottom-right-single:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 16px;
        display: block;
        border-left: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid #f00;
    }

.synx-shift-content {
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    width: 100%; /* Set the width to 100% to expand it to the full width of its parent */
}

.synx-shift-content-full-height {
    height: 100%;
}



.current-month {
    font-weight: bold;
    text-align: center;
}

.week-number {
    font-weight: bold;
    text-align: center;
}

    .week-number span {
        padding: 5px 0;
        display: block;
    }

.synx-shift-table .shift-header {
    cursor: pointer;
    font-weight: bold;
}

.synx-shift-table .group-header {
    cursor: pointer;
    font-weight: bold;
}

.synx-legend-container {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 10px;
}

.synx-legend-card {
    box-shadow: 3px 4px 4px #151414;
    width: 15.0rem;
}

.synx-legend-card-header {
    color: red !important;
    box-shadow: 3px 1px 2px #151414;
    cursor: pointer;
}

.synx-legend-card-body {
    color: black;
    overflow: auto;
    white-space: nowrap;
}

.synx-legend-card-item {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    align-content: flex-start;
    gap: 7px;
    margin-left: 5px;
}


.synx-legend-card-item-selected-delete {
    animation: wiggle 2s ease-in-out infinite;
    box-shadow: 1px 5px 7px red;
    border: 1px dashed red;
    cursor: pointer;
}

.synx-legend-card-item-selected-edit {
    animation: wiggle 2s ease-in-out infinite;
    box-shadow: 1px 5px 7px black;
    border: 1px dashed black;
    cursor: pointer;
}

.synx-legend-card-item-close-button {
    margin-left: auto;
    cursor: pointer;
}

.synx-legend-card-item-img {
}

    .synx-legend-card-item-img:hover {
        background: #ccc;
        cursor: pointer;
    }

.synx-legend-card-item-short-name {
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    box-shadow: 2px 2px 2px #ccc;
    color: black;
    cursor: pointer;
}

.synx-legend-card-item-name {
    margin-left: 5px;
    cursor: pointer;
}

.synx-legend-card-item-plan {
}

.shift-flyout-header {
    text-align: center;
}

.shift-flyout-header-caption {
    align-self: center;
    font-size: 16px;
}

.shift-flyout-header-close-button {
    float: right;
    cursor: pointer;
    font-size: 16px;
    width: 16px;
}

    .shift-flyout-header-close-button:hover {
        box-shadow: 2px 5px 5px #ccc;
    }

.shift-flyout-header-date {
    font-size: 12px;
    font-weight: lighter;
    align-self: center;
}

.shift-flyout-header-close-button-invisible {
    float: right;
    cursor: pointer;
    font-size: 16px;
    width: 16px;
}

.shift-flyout-element-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    gap: 4px;
}

.shift-flyout-element-title-img {
    width: 16px;
    height: 16px;
}

.shift-flyout-element-title-text {
}

.shift-flyout-element-title-edit {
    width: 20px;
    height: 20px;
    margin-left: auto;
    justify-self: flex-end;
    cursor: pointer;
}

.shift-flyout-element-body {
    margin-left: 21px;
}



.synx-cursor-delete {
    /*
    cursor: url("../img/cursor_delete.png"), auto;
    */
    cursor: cell;
}

.synx-cursor-cell {
    cursor: cell;
}

.synx-loader {
    width: 24px;
    height: 24px;
    border: 5px solid #FFF;
    border-bottom-color: #015d82;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: synxRotation 1s linear infinite;
}

.synx-placeholder-material-search {
    width: 512px;
    height: 55px;
    border: 5px solid #FFF;
    border-bottom-color: #015d82;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: synxRotation 1s linear infinite;
}

@keyframes synxRotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* List element table */
.listelement-table {
    border-collapse: collapse;
    width: 100%;
    padding-left: 50px;
    background-color: white;
}

    .listelement-table th,
    .listelement-table td {
        padding: 4px;
        border: 2px solid #dddddd;
    }

    .listelement-table th {
        background-color: #f2f2f2;
    }

    .listelement-table > thead {
        position: sticky;
        top: 0px;
        z-index: 2;
        background-color: #f5f5f5;
    }

        .listelement-table > thead > tr > th {
            font-size: 18px;
            text-align: center;
            padding: 8px;
        }

.listelement-position {
    /*min-width: 50px;
    max-width: 50px;
        */
    width: 100px;
    border: 1px solid #dddddd;
}

.listelement-edit-sticky {
    /*
    position: sticky;
    left: 0px;
    background-color: white;
    z-index: 1;
    width: 100px;
    */
}

.listelement-group-sticky {
    /*
    position: sticky;
    left: 0px;
    background-color: white;
    z-index: 1;
    width: 100px;
    max-width: 100px;
    */
    font-size: 20px;
    font-weight: bold;
}

.listelement-position-sticky {
    /*
    position: sticky;
    left: 100px;
    background-color: white;
    z-index: 1;
    width: 100px;
    */
}

.listelement-subject-sticky {
    /*
    position: sticky;
    left: 200px;
    background-color: white;
    z-index: 1;
    width: 200px;
        */

    min-width: 200px;
}

.listelement-desc-sticky {
}

.listelement-td-centered {
    text-align: center;
    vertical-align: middle;
}


.listelement-container {
    overflow-y: auto;
    height: calc(100vh - 550px);
}

.listelement-container-fullscreen {
    overflow-y: auto;
    height: calc(100vh - 300px);
}

.listelement-container-strategy {
    overflow-y: auto;
    height: calc(100vh - 415px);
}


.listelement-strategy-caption {
    width: 200px;
}

.assign-strategygroup-table {
}

    .assign-strategygroup-table th {
        background-color: whitesmoke;
        padding: 5px;
        border: 1px solid black;
    }

    .assign-strategygroup-table td {
        padding: 5px;
        border: 1px solid black;
    }


.synx-hidden {
    display: none;
}

.synx-edit-cell {
    display: table-cell;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.synx-group-edit-cell {
    display: inline-block;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.synx-spin-right input {
    text-align: right;
}

.synx-grid-fixed-height {
    height: calc(100vh - 175px);
}

.synx-grid-fixed-height-nested {
    /*height: calc(60vh - 200px);*/
}


/* CoW begin */

.synx-work-risk-add {
    font-weight: bold;
    font-size: 24px;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.synx-work-risk-group {
    width: 90%;
}

.synx-work-risk-group-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}

.synx-work-risk-relation {
    border: 1px solid black;
    margin-left: 25px;
    box-shadow: 3px 3px 4px #666;
}

.synx-work-risk-relation-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background-color: #d8e6eb;
}

.synx-work-risk-relation-card-button {
    border: 1px solid black;
}

.synx-work-risk-relation-card-checkbox {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bolder;
    font-size: 18px;
    cursor: pointer;
    width: 400px;
}

.synx-work-risk-relation-card-selected {
    border: 2px solid orange !important;
}

.synx-work-risk-relation-card-yes {
    margin-left: auto;
    margin-right: 10px;
}

.synx-work-risk-relation-card-no {
}

.synx-work-risk-relation-card-comment {
    margin-right: auto;
}

.synx-work-risk-relation-card-comment-button {
    background-color: #d8e6eb;
}

.synx-work-risk-relation-card-description {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    flex-basis: 100%; /* Startet eine neue Zeile */
}

.synx-work-risk-relation-measure {
}

.synx-work-risk-relation-measure-title {
    font-weight: bolder;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 10px;
}

.synx-work-risk-relation-measure-item {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.synx-work-risk-relation-measure-add {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.synx-work-risk-highlight {
    border: 2px solid red !important;
    animation: wiggle 2s ease-in-out infinite;
}

.synx-work-risk-relation-measure-item-checkbox {
    font-size: 14px;
    font-weight: bold;
    width: 365px;
}

.synx-work-risk-relation-measure-item-button {
}

.synx-work-risk-relation-measure-item-comment {
}

.synx-work-risk-relation-measure-flyout {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

    .synx-work-risk-relation-measure-flyout:hover {
        background-color: #d8e6eb;
    }

.synx-work-risk-relation-measure-item-delete-button {
    margin-left: auto;
    cursor: pointer;
    background-color: orangered;
    margin-right: 5px;
}

.synx-risk-measure-matrix-container {
    overflow: auto;
    max-height: calc(90vh - 300px);
}

.synx-risk-measure-matrix-table {
    border: 1px solid #ccc;
}


    .synx-risk-measure-matrix-table > thead > tr > th {
        border: 1px solid #dddddd;
        padding: 5px 5px 5px 5px;
        text-align: center;
        font-size: 16px;
        padding-left: 20px;
    }

    .synx-risk-measure-matrix-table > tbody > tr > td:first-child {
        width: 300px;
        border: 1px solid #dddddd;
        padding: 8px;
        text-align: center;
        font-size: 16px;
        background-color: whitesmoke;
    }

    .synx-risk-measure-matrix-table > tbody > tr > td:not(:first-child) {
        width: 300px;
        border: 1px solid #dddddd;
        padding-left: 20px;
    }

.synx-risk-measure-matrix-cb {
    font-size: 16px;
    font-weight: bold;
    align-items: center;
}

.syn-html-editor-div {
    background-color: white;
    box-shadow: 0px 0px 1px black;
}

/*
.dx-htmleditor-toolbar-wrapper > div > div > div.dx-toolbar-before {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    width:100%;
    height: 50px;
}
    */

.synx-display-none {
    display: none;
}

.synx-grid-fixed-height-siteplanlist {
    height: calc(100vh - 280px);
}

/* IFrame Container Styles begin */

.synx-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.synx-iframe-container-25-percent-height {
    padding-top: calc(25vh);
}

.synx-iframe-container-50-percent-height {
    padding-top: calc(50vh);
}

.synx-iframe-container-75-percent-height {
    padding-top: calc(75vh);
}

.synx-iframe-container-16-9 {
    /*position: relative;
    overflow: hidden;
    width: 100%;*/

    padding-top: calc(75vh); /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) 56.25%*/
}

.synx-iframe-container-4-3 {
    padding-top: 75%; /* 4:3 Aspect Ratio */
}

.synx-iframe-container-3-2 {
    padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

/* Then style the iframe to fit in the container div with full height and width */
.synx-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* IFrame Container Styles end */

/*The DevExpress Report Control has Javascript which requires a fixed pixel height or else it does wierd stuff. This hack is used to reduce the 
free space at the bottom of the report preview popup. See Statup.cs => DesignAndPreviewDisplayMode
*/
.dx-blazor-reporting {
    width: 100%;
    height: calc(90vh - 30px) !important;
}

/* https://docs.devexpress.com/Dashboard/117385/web-dashboard/create-dashboards-on-the-web/dashboard-layout?v=23.1 */
.AutoID_DashboardViewer_DetailView {
    height: calc(90vh - 100px);
}

/* PropertyGrid */
.synx-formlayout-caption {
    float: left;
    max-width: 50%;
}

.synx-formlayout-element {
    float: right;
    min-width: 50%
}
/* PaledoUserCardListEditor */
.synx-pal-user-card-iconpad {
    padding-right: 2px;
}

.synx-pal-user-card-iconpad-mobile {
    padding-right: 8px;
}

.synx-pal-user-card-email {
    margin: 0 0 5px 0;
}

.synx-pal-user-card-image {
    object-fit: contain;
}

.synx-pal-user-card-carditem {
    width: 400px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
    box-shadow: 2px 2px 2px #666;
}

.synx-logon-info-text {
}

.synx-logon-version-text {
}

.synx-view-caption-container {
}


.synx-view-caption-container {
    min-width: 80%;
}

.synx-view-caption-root {
}


.synx-view-caption-toolbar {
    display: flex; /* Ensure it's a flex container */
    justify-content: space-between; /* Distribute space between elements */
    align-items: center; /* Vertically align items */
    min-width: 100px;
    background-color: inherit !important;
    color: inherit !important;
    margin-left: auto ; /* Pushes the button to the right */
    padding-right: 10px;
}

.synx-toolbar-header-button {
    padding: 2px !important;
    margin-left: auto !important; /* Pushes the button to the right */
}

    .synx-toolbar-header-button > img {
        font-size: 24px;
        min-width: 24px;
        max-width: 24px;
        max-height: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
    }

.synx-bom-fixed-height {
    overflow-y: auto;
    height: calc(80vh - 350px);
}

.synx-bom-fixed-height-component-structure {
    overflow-y: auto;
    height: calc(100vh - 290px);
}

.synx-material-component-wrapper {
    max-width: 540px;
}

.synx-nav-custom {
}

.synx-line-clamp-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; /* depends on font size and line height */
}

.synx-caption-transparent > label {
    color: transparent !important;
}

/* Taskplanning user */
body .grid-taskplanninguser-top {
    height: calc(50vh - 200px);
}

body .grid-taskplanninguser-top-25 {
    height: calc(40vh - 200px);
}

body .grid-taskplanninguser-top-75 {
    height: calc(65vh - 200px);
}

body .grid-taskplanninguser-bottom {
    height: calc(50vh - 120px);
}

body .grid-taskplanninguser-bottom-25 {
    height: calc(35vh - 120px);
}

body .grid-taskplanninguser-bottom-75 {
    height: calc(60vh - 120px);
}

body .taskplanning-user-navigator {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    align-items: stretch;
    /* display only lists: */
    /* remove height property if showing only scheduler
    height: calc(88vh) !important; */
    /*height: calc(50vh - 200px); */
    /* display only lists:
    display:none; */
    overflow-y: hidden;
    overflow-x: hidden;
}

.taskplanning-user-container {
    /*display: flex;*/
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: #015d82;
    overflow-y: auto;
    overflow-x: hidden;
    color: white;
}

    .taskplanning-user-container .card-body {
        padding-left: 3px;
        padding-right: 3px;
    }

.taskplanning-user-width-expanded {
    width: 250px;
}

.taskplanning-user-width-collapsed {
    width: 40px;
}

#taskplanninguserdiv > div.taskplanning-user-container > div > div {
    background-color: #015d82 !important;
    color: white !important;
    border-color: #F0A514;
}

/* Blue bg for taskplanning user navigator tree */
.taskplanning-user-navigator .dxbl-treeview-item-content .dxbl-btn {
    background-color: #015d82;
}

/* Drag Drop */

.drag-drop-tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    z-index: 10000;
}

.card:hover + .drag-drop-tooltip {
    display: block;
}

.richedit-popup-container {
    width: auto !important;
    height: calc(90vh - 300px) !important;
}

.richedit-popup {
    width: auto !important;
    height: calc(90vh - 250px) !important;
}

.rich-text-popup-button {
    float: right;
}

/* as we have overridden the Window template, we need to adjust the hardcoded 100% value from dx, else we will get double scrollbars in master detailviews */
div .xaf-masterdetail-container {
    /*height: 97.5% !important;*/
    /*height: calc(100vh - 200px) !important;*/
}

.dxbl-treeview {
    width: 100%;
}

.description-rtf-editor {
    height: 100% !important;
    width: auto !important;
}

.synx-favorite-button {
    margin-left:auto !important;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.synx-favorite-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.synx-favorite-container img {
    margin-left: auto !important;
}

.synx-favorite-inline-row-class {
    padding: 0.2rem 0.0rem;
    margin: 0px 0px 0px 0px !important;
}

    .synx-favorite-inline-row-class:hover {
        background-color: #E8E8E8;
    }

.synx-favorite-hidden-img {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out;
}

.synx-favorite-container:hover .synx-favorite-hidden-img {
    opacity: 1;
    visibility: visible;
}

.synx-nav-text {
    flex: 1; 
    text-align: left;
}

.synx-help-container {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure the container takes the full height */
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    background: white;
    animation: synxHelpFadeIn 0.3s ease-in-out;
}

.synx-help-items {
    flex: 1; /* Allow this section to grow and take available space */
    overflow-y: auto; /* Make it scrollable */
}

.synx-help-header {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.5rem;
    color: whitesmoke;
}

.synx-help-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #015d82;
}

.synx-help-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: #5e6c84;
    transition: color 0.2s ease;
    color: whitesmoke;
}

    .synx-help-close:hover {
        color: orange;
        transform: scale(1.1);
    }

.synx-help-back {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 4px;
    margin-bottom: 4px;
    color: whitesmoke;
}
    .synx-help-back:hover {
        color: orange;
        transform: scale(1.1);
    }

.synx-help-search {
    margin-bottom: 1rem;
}

.synx-help-input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.synx-help-item {
    background: white;
    padding: 0.75rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    animation: synxHelpFadeIn 0.1s ease-in-out;
}
    .synx-help-item:hover {
        background: ghostwhite;
    }

.synx-help-title {
    font-size: 1rem;
    font-weight: 600;
}

.synx-help-modified {
    font-size: 0.575rem;
    margin-top: 0.25rem;
    color: #555;
}

.synx-help-description {
    font-size: 0.875rem;
    margin-top: 0.25rem;
    color: #555;
}

.synx-help-meta {
    font-size: 0.75rem;
    color: #777;
    display: flex;
    justify-content: flex-start;
    margin-top: 0.5rem;
}

.synx-help-detail {
    padding: 1rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    animation: synxHelpFadeIn 0.2s ease-in-out;
}

.synx-help-footer {
    background-color: #015d82;
    padding: 1rem;
    display: flex;
    justify-content: space-between; /* Align links to the left and right */
    align-items: center; /* Vertically center the links */
    box-shadow: 0 -2px -2px rgba(0, 0, 0, 0.1);
    position: sticky;
    bottom: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.synx-help-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    
    font-size: small;
    font-weight: bold;
    margin: 0.5rem 0;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.synx-help-embed-icon.active {
    opacity: 0.7;
    background-color: rgba(0, 123, 255, 0.1) !important;
}

.synx-help-embed-icon:hover {
    opacity: 0.8;
    color: orange;
}



.synx-btn-header {
    border: none; /* Remove border */
    border-radius: 4px; /* Optional: Add rounded corners */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .synx-btn-header:hover {
        background-color:transparent !important;
        transform: scale(1.1); /* Slight zoom effect */
    }

    .synx-btn-header:focus {
        outline: none; /* Remove focus outline */
        background-color: transparent; /* Remove focus background */
    }

    .synx-btn-header:active {
        background-color: transparent; /* Remove active background */
        box-shadow: none; /* Remove any shadow effect */
    }

@keyframes synxHelpFadeIn {
    from {
        opacity: 0;
        transform: translateY(2px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.synx-aggregatedTime-scrollable-container {
    max-height: 295px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative; /* Wichtig: Relatives Positionieren des Containers */
    min-height: 50px;
}

.synx-aggregatedTime-card {
    flex: 0 0 auto;
    background: linear-gradient(to right, #ADD8E6, #87CEEB); /* Hellblauer Farbverlauf */
    color: white; /* Schriftfarbe weiß */
    border: none; /* Optional: Entfernt den Kartenrand */
    position: relative; /* Sicherstellen, dass Karten nicht über das Bild hinausgehen */
    text-align: center; /* Zentriert den Text */
    height: auto;
    width:auto;
    padding:0px;
}

.synx-aggregatedTime-header-card {
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    background: none; /* Entfernt die Hintergrundfarbe */
    border: none; /* Entfernt den Rahmen */
    cursor: pointer; /* Zeigt an, dass die Karte klickbar ist */
    width: 100px; /* Feste Breite */
    height: 100px; /* Feste Höhe */
}

.synx-aggregatedTime-header-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%; /* Rundes Bild */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Sanfter Übergang für Hervorhebung */
}

    .synx-aggregatedTime-header-image:hover {
        transform: scale(1.2); /* Vergrößert das Bild bei Mouseover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Fügt einen Schatten hinzu */
        animation: aggregated-time-shake 0.5s; /* Wackel-Animation */
    }

@keyframes aggregated-time-shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.synx-aggregatedTime-fw-bold {
    font-weight: bold;
    font-size: 1.2rem; /* Größere Schriftgröße für den Mitarbeiter */
    color: white !important;
}

.synx-aggregatedTime-time-text {
    font-size: 1.0rem; /* Etwas kleinere Schriftgröße für die Arbeitszeit */
    color: white !important;
}

.synx-confirmationMaterial-scrollable-container {
    max-height: 295px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative; /* Wichtig: Relatives Positionieren des Containers */
    min-height: 50px;
}

.synx-confirmationMaterial-card {
    flex: 0 0 auto;
    color: #000; /* Schwarzer Text */
    border: 1px solid #ccc; /* Optional: Rahmen für die Karte */
    border-radius: 8px; /* Optional: Abgerundete Ecken */
    padding: 0px; /* Optional: Innenabstand */
    position: relative; /* Sicherstellen, dass Karten nicht über das Bild hinausgehen */
    text-align: center; /* Zentriert den Text */
    height: auto;
    width: auto;
}

.synx-confirmationMaterial-card-default-color {
    background: linear-gradient(to bottom, #f0f0f0, #d9d9d9); /* Farbverlauf von hellgrau */
}

.synx-confirmationMaterial-take-color {
    color: #119911;
}

.synx-confirmationMaterial-return-color {
    color: #EF7771;
}

.synx-confirmationMaterial-default-color {
    color: #000;
}

.synx-confirmationMaterial-header-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%; /* Rundes Bild */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Sanfter Übergang für Hervorhebung */
}

.synx-confirmationMaterial-header-card {
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    background: none; /* Entfernt die Hintergrundfarbe */
    border: none; /* Entfernt den Rahmen */
    cursor: pointer; /* Zeigt an, dass die Karte klickbar ist */
    width: 100px; /* Feste Breite */
    height: 100px; /* Feste Höhe */
}


.synx-confirmationMaterial-header-image:hover {
    transform: scale(1.2); /* Vergrößert das Bild bei Mouseover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Fügt einen Schatten hinzu */
    animation: confirmationMaterial-shake 0.5s; /* Wackel-Animation */
}

@keyframes confirmationMaterial-shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.synx-confirmationMaterial-fw-bold {
    font-weight: bold;
}

.synx-confirmationMaterial-small-text {
    font-size: 0.7rem; /* Kleinere Schriftgröße */
}

.synx-aggregatedTime-user-image {
    width: 80px;
    height: 80px;
    object-fit: cover; /* Schneidet das Bild passend zu */
    border-radius: 50%; /* Rundes Bild */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Optional: Schatten für das Bild */
}

.synx-aggregatedTime-user-image-container {
    display: flex;
    align-items: center; /* Vertikale Zentrierung */
    justify-content: center; /* Horizontale Zentrierung */
    height: 100%; /* Stellt sicher, dass die Zelle die volle Höhe einnimmt */
}

.synx-confirmationMaterial-image {
    width: 80px; /* Breite des Bildes */
    height: 80px; /* Höhe des Bildes */
    object-fit: cover; /* Zuschneiden des Bildes, um es in den Kreis zu passen */
    border-radius: 50%; /* Rundes Bild */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.synx-confirmationMaterial-user-image-container {
    display: flex;
    align-items: center; /* Vertikale Zentrierung */
    justify-content: center; /* Horizontale Zentrierung */
    height: 100%; /* Stellt sicher, dass die Zelle die volle Höhe einnimmt */
    vertical-align: middle;
}

.synx-confirmationMaterial-remove-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 10; /* Sicherstellen, dass das Bild über anderen Elementen liegt */
    display: block; /* Standardmäßig sichtbar */
    transition: transform 0.2s ease, opacity 0.2s ease; /* Sanfter Übergang */
    border-radius: 50%;
    object-fit: cover; /* Optional: Stellt sicher, dass das Bild korrekt skaliert wird */
    padding: 2px;
    border: 1px solid red;
}

    .synx-confirmationMaterial-remove-icon:hover {
        transform: scale(1.5); /* Vergrößert das Bild bei Hover */
        opacity: 0.8; /* Leicht transparent bei Hover */
    }

.synx-timeFlyout-rounded-image {
    width: 24px; /* Optional: Größe des Bildes */
    height: 24px; /* Optional: Größe des Bildes */
    border-radius: 50%;
    transition: transform 0.2s ease, opacity 0.2s ease; /* Sanfter Übergang */
    border-radius: 50%;
    object-fit: cover; /* Optional: Stellt sicher, dass das Bild korrekt skaliert wird */
    padding: 2px;
    border: 1px solid red;
}

    .synx-timeFlyout-rounded-image:hover {
        transform: scale(1.5); /* Vergrößert das Bild bei Hover */
        opacity: 0.8; /* Leicht transparent bei Hover */
    }

.auto-task-upperheight {
    height: calc(35vh - 50px);
}
.auto-task-lowerheight {
    height: calc(40vh - 50px);
}

/* 42.2 merhan changes for tabbed mdi  BEGIN */
.dxbl-tabs > .dxbl-tabs-tablist {
    background-color: unset;
}

dxbl-tab-item > div > div > div > button {
    background-color: #e5eefe !important;
}

.main-toolbar .dxbl-btn-toolbar {
    background-color: #00000000 !important;
}

/* limit tab width, show text overflow */
.paledo-detail-form-template-tab-page > div > div > div > div > span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 42.2 merhan changes for tabbed mdi  END */

.syn-align-local-labels > div {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap !important; /* allow wrapping */

}

.syn-align-local-labels > div > dxbl-form-layout-item {
    flex: 1 1 200px !important; /* grow, shrink, basis */
    gap: 12px;
}

/*  ensure labels only take up as much space as their text requires */
.syn-align-local-labels > div > dxbl-form-layout-item > label {
    flex: 0 1 content !important; /* grow, shrink, basis */
}

.synx-simple-toggle-button-container {
    height: 100%;
}

.simple-toggle-action-checkbox {
    background-color: white !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.simple-toggle-action-radio {
    background-color: white !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.simple-toggle-action-default {
    background-color: white !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}