html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.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;
}

/* 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;
    border-bottom: 2px solid #fff;
}

    .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
}

/* BerichtsElemente (ReportListView) */

.bg-success {
    background-color: #CAFFCA !important;
}

.bg-danger {
    background-color: #FFC9C9 !important;
}

.bg-warning {
    background-color: #FFE9C9 !important;
}

/* Tile List item */
.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(45vh - 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(44vh - 30px);
    width: calc(90vw - 240px);
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.schedulerFixedHeightMax {
    height: calc(85vh);
    width: calc(85vw - 233px);
}

.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;
}

#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.dxbs-cmd-btn:focus::before,
.scheduler-resnavigator-tree .btn.dxbs-cmd-btn:hover::before,
.scheduler-resnavigator-tree .dxbs-listbox .list-group-item-action:not(.disabled):not(.dxbs-listbox-active):not(.active):hover::before,
.scheduler-resnavigator-tree .dxbs-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active):hover::before {
    color: white !important;
    background-color: #F0A514;
}

.scheduler-resnavigator-tree .dxbs-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active):hover,
.scheduler-resnavigator-tree .dxbs-tree ul.nav > .nav-item > .nav-link:hover {
    color: white !important;
    background-color: #F0A514;
}

.scheduler-resnavigator-tree .dxbs-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active),
.scheduler-resnavigator-tree .dxbs-tree ul.nav > .nav-item > .nav-link:not(.disabled):not(.active) {
    color: white !important;
}

body .grid-vertical-Scrolling {
    height: calc(50vh - 201px);
}

.ui-state-highlight {
    background-color: !important;
}

.ui-state-hover {
    background-color: #015d82 !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 .dxbs-sc-resources-scroll-area,
.SchedulerTimeLineViewCss .dxbs-sc-empty-cell {
    width: 150px;
    text-align: center;
}

    .SchedulerTimeLineViewCss .dxbs-sc-resources-scroll-area .dxsc-resource-header-content {
        width: 100%;
    }

        .SchedulerTimeLineViewCss .dxbs-sc-resources-scroll-area .dxsc-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.dxbs-sc-timeline .dxbs-sc-horizontal-view > tbody > tr:not(:first-child) > td,
.SchedulerTimeLineViewCss.dxbs-sc-timeline .dxbs-sc-resource-headers > tbody > tr > td {
    height: 50px;
}


.SchedulerTimeLineViewCss .dxbs-sc-timeline .dxbs-sc-timescale:last-child > tbody > tr > td {
    border-bottom-style: none;
}

.SchedulerTimeLineViewCss .dxbs-sc-timeline .dxbs-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 .dxbs-sc-timecells-container {
    height: auto;
}

.scheduler-resource-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scheduler-resource-header-image {
    height: 32px;
    width: 32px;
}

.scheduler-resource-header-caption {
}

@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;
    */
}

.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 - 160px);
    overflow-y: hidden;
    overflow-x: hidden;
}

.synx-planningboard-fixedHeight {
    height: calc(99vh - 160px);
}

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;
}

.synx-shift-table {
    width: 100%;
    align-self: flex-start;
}

    .synx-shift-table th {
        position: relative;
        top: 0;
        z-index: 2;
        border: 1px solid #ccc;
        padding: 4px;
        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::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 td {
        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 {
        text-align: left;
        position: sticky;
        left: 0px;
        background-color: #f5f5f5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 1px solid black;
        background-clip: padding-box;
        z-index: 1;
        cursor: pointer;
    }

    .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 {
            position: sticky;
            left: 0px;
            top: 0px;
            z-index: 3;
        }

.synx-shift-table-fixed {
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    height: calc(99vh - 185px);
}

.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 - 200px);
}

.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;
    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-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 - 250px);
}

/* 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-container {
    display: flex;
}

.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; 
    min-width: 100px;
    background-color: inherit !important;
    color:inherit !important;
}

.synx-toolbar-header-button {
    padding: 2px !important;
}

.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-material-component-wrapper {
    max-width: 540px;
}
 