﻿.pagetitle {
    font-size: 1.7rem;
    font-weight: 700;
    color: #005858;
    text-align: left;
    margin-top: -1.5625rem;
    margin-bottom: 1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 0px 0px 20px rgba(255, 255, 255, 0.3);
    display: block;
}

    .pagetitle::after {
        content: '';
        display: block;
        width: 80%;
        height: 0.125rem;
        margin-top: 0.125rem;
        background: linear-gradient(to right, #009999, rgba(51, 51, 51, 0));
    }

.pagesubtitle {
    text-shadow: 1px 1px 3px #74818e;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.row {
    display: flex;
    column-gap: 1.5rem;
}

.blurred {
    filter: blur(5px);
    transition: filter 0.3s ease;
}

.screencenter {
    height: calc(100% - 2.5rem - 3.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.screenheight {
    height: calc(100% - 2.5rem - 3.5rem);
    display: flex;
}

.screenheight2 {
    height: calc(100% - 2.5rem);
}

.screenheightmain {
    height: 70%;
}

.screenheightdetails {
    height: 30%;
    margin-top: 3rem;
}

.blinktext {
    animation: blink-animation 1s infinite step-start;
}

@keyframes blinktext {
    50% {
        opacity: 0.5;
    }
}

.blinktextred {
    background-color: transparent;
    color: red;
    border: none;
    background-image: unset;
    user-select: none;
    animation: blinktext 2s step-end infinite;
    display: unset;
    margin: unset;
}

.ml5 {
    margin-left: 0.3125rem;
}

.mt5 {
    margin-top: 0.3125rem;
}

.mt0 {
    margin-top: 0;
}

.cardwrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 2.5rem);
}

.scrollablecardcontent {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    align-content: flex-start;
}

.scrollablecardcontentHome {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    gap: 2rem 1rem;
}

.scrollablecardcontentHome2 {
    flex-grow: 1;
    flex-wrap: wrap;
    overflow-y: auto;
}

.cardfooter {
    height: 2.5rem;
    border-top: 1px solid #ccc;
    /*padding: 1rem;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}

.cardfooterbuttoncontainer {
    display: flex;
    gap: 10px;
}

.cardbodywrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.fcicon20 {
    width: 20px;
    height: 20px;
    object-fit: cover;
    vertical-align: middle;
}

.dialogtitle {
    font-size: 12px;
    color: #343a40;
}

.bemerkungContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bemerkungInput {
    white-space: pre;
    border: 1px solid #ced4da;
    border-radius: 4px;
    min-height: 105px;
    padding-left: 8px;
    font-size: 12px;
    min-width: 0;
    width: 100%;
    cursor: text;
    background: #e9ecef;
    text-wrap: auto;
}

.bemerkungTitle {
    /*color: #343a40;*/
    color: #6c757d;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.disableGray {
    color: #6c757d;
}

.calculatebutton {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    font-size: 14px;
}

    .calculatebutton > img {
        width: 21px;
        height: 21px;
        margin-right: 5px;
    }

    .calculatebutton > span {
        color: #FF9595;
        font-weight: bold;
    }

.horizontalline {
    height: 1px;
    background-color: darkgray;
    width: 100%;
}

.verticalline {
    border-left: 1px solid darkgray;
}

.dashboardcomponent {
    height: 95%;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

/* Blazor Reconnect-UI vollständig deaktivieren */
#components-reconnect-modal {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}







.palette-node {
    width: 100px;
    height: 60px;
    position: relative;
    border: 1px solid #6c757d;
    border-radius: 6px;
    background: #f8f9fa;
    box-sizing: border-box;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.palette-icon {
    position: absolute;
    left: 4px;
    top: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.palette-text {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 20px;
    bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #212529;
    overflow: hidden;
}

.invalid-field {
    border: 2px solid red !important;
    border-radius: 4px;
}

.e-float-input.e-input-group.e-disabled .e-float-text, .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, .e-float-input input[disabled] ~ label.e-float-text, .e-float-input input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-disabled label.e-float-text, .e-float-input.e-disabled label.e-float-text.e-label-top, .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, .e-float-input textarea[disabled] ~ label.e-float-text, .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-disabled label.e-float-text, .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
    color: #6c757d
}

:root {
    --color-sf-content-text-color-alt1: #343a40;
}

.fullheight {
    height: 100% !important;
}