﻿:root {
    --findesMainMenuClose: 0px; /* 67px oder 0px */
    --findesMainMenuOpen: 200px;
    --findesHeaderSize: 66px; /* 56px */
    --findesHeader1Padding: 12px; /* 7px */
}

html, body, .form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-scroll-chaining: none;
    -ms-touch-action: none;
}

body {
    min-height: 100%;
    height: 100%;
    color: var(--dx-color-text);
    background-color: var(--findes-background1);
    overflow: hidden;
    /*background: url("../pcnbg.png") no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

html, .form {
    height: 100%;
}

a {
    color: var(--dx-color-link);
}

#wrapper {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: var(--findesHeaderSize) 1fr 50px;
    grid-template-columns: 1fr;
}

#wrapper1 {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: var(--findesHeaderSize) 1fr;
    grid-template-columns: var(--findesMainMenuClose) 1fr;
}

body:has(.findesMainMenuWidth) #wrapper1 {
    grid-template-columns: var(--findesMainMenuOpen) 1fr;
}

#wrapperReport {
    height: 100%;
    /*display: grid;*/
    /*grid-template-rows: 5px 1fr 50px;*/
}

#divcontent {
    overflow-y: auto;
}

#divheader {
    height: var(--findesHeaderSize);
    color: var(--dx-color-text);
    background-color: var(--findes-menuheadercolor2);
}

body:has(#wrapper1) #divheader {
    border-bottom: var(--dx-color-border);
    border-bottom-width: .5px;
    border-bottom-style: solid;
}

body:has(#wrapper1) .findesMainMenuHeader {
    border-bottom: var(--dx-color-border);
    border-bottom-width: .5px;
    border-bottom-style: solid;
}

#divfooter {
}

/* Header */
.header-menu {
    padding: 0 !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-width: 0 !important;
}

.header-logo {
    position: absolute;
    background-image: url('../logo.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 46px;
    width: 150px;
}

.findesHeader {
    /*height: 56px; Sonst funkioniert das Menu am Handy nicht*/
}

.findesHeaderText {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    width:250px;
    display: inline-block;
    max-height: 34px;
    overflow: auto;
}

@media screen and (max-width: 800px) {
    .findesHeaderText {
        display: none;
    }
}

/* Footer */
.footer-wrapper {
    height: 50px; /* Footer Height */
    position: absolute;
    bottom: 0;
    width: 100%
}

.footer {
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.75);
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--findes-background3);
    color: #fff;
    font-size: 10.5px;
}

.footer-link {
    color: #fff;
    border-right: 1px solid #bbbbbb;
    margin-right: 7px;
    padding-right: 10px;
    white-space: nowrap;
}

    .footer-link:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

#wrapper1 .footer-link {
    border: none;
    margin-right: 0px;
    padding-right: 0px;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-left,
.footer-right {
    padding: 16px 24px;
}

@media (max-width: 599px) {
    .footer-left,
    .footer-right {
        padding: 16px 4px;
    }
}

.footer .dx-button-mode-contained {
    background-color: var(--findes-menuheadercolor);
    border-color: var(--findes-background3);
    color: #fff;
}

.footer .dx-button-mode-contained .dx-icon {
    color: #fff;
}

.findesMainMenuFooter .dx-button-mode-contained {
    background-color: var(--findes-menuheadercolor);
    border-color: var(--findes-background3);
    color: #fff;
}

.findesMainMenuFooter .dx-button-mode-contained .dx-icon {
    color: #fff;
}

#wrapper1:has(#footerChatAnzahl) .footer-left {
    padding: 6px 24px;
}

/* Main Menu */
.findesMainMenu {
    width: var(--findesMainMenuClose);
    height: 100%;
    /*background-color: rgba(15, 108, 189, 1);*/
    /*box-shadow: -5px 0px 14px -8px rgba(0, 0, 0, 0.25) inset;*/
    background-color: var(--findes-menucolor);
}

.findesMainMenuWidth {
    width: var(--findesMainMenuOpen) !important;
}

.findesHeader1 {
    left: var(--findesMainMenuClose);
    padding-top: var(--findesHeader1Padding);
    padding-bottom: var(--findesHeader1Padding);
    padding-left: 0px;
}

    .findesHeader1 .container-fluid {
        padding-left: 0px;
        height:42px;
    }

body:has(.findesMainMenuWidth) .findesHeader1 {
    left: var(--findesMainMenuOpen);
}

.findesMainMenuSidepanelCloseButton {
    padding-right: 15px;
    height: var(--findesHeaderSize);
    display: none;
}

    .findesMainMenuSidepanelCloseButton .dx-button-content {
        padding-inline-start: 3px;
    }

body:has(.findesMainMenuWidth) .findesMainMenuSidepanelCloseButton {
    display: inherit;
}

.findesMainMenuSidepanelOpenButton {
    padding-right: 15px;
    height: var(--findesHeaderSize);
    display: inherit;
    z-index: 1100;
}

    .findesMainMenuSidepanelOpenButton .dx-button-content {
        padding-inline-start: 3px;
    }

body:has(.findesMainMenuWidth) .findesMainMenuSidepanelOpenButton {
    display: none;
}

.findesMainMenuSidepanelCloseButton .dx-button.dx-button-has-icon:not(.dx-button-has-text):not(.dx-shape-standard) {
    border-radius: var(--dx-border-radius);
}

.findesMainMenuSidepanelOpenButton .dx-button.dx-button-has-icon:not(.dx-button-has-text):not(.dx-shape-standard) {
    border-radius: var(--dx-border-radius);
}

.findesMainMenuHeader {
    height: var(--findesHeaderSize);
    background-color: var(--findes-menuheadercolor);
    padding: .5rem 1rem;
}

.findesMainMenuHeaderText {
    /*justify-content: center;*/
    /*display: flex;*/
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    padding-left: 14px;
}

.findesMainMenuContent {
    height: calc(100% - 102px);
}

.findesMainMenuFooter {
    height: 60px;
    font-size: 10.5px;
    display: none;
}

#wrapper1:has(#findesButtonInfoChat1) .findesMainMenuContent {
    height: calc(100% - var(--findesHeaderSize) - 70px);
}

#wrapper1:has(#findesButtonKI1) .findesMainMenuContent {
    height: calc(100% - var(--findesHeaderSize) - 70px);
}

#wrapper1:has(#findesButtonKI1):has(#findesButtonInfoChat1) .findesMainMenuContent {
    height: calc(100% - var(--findesHeaderSize) - 90px);
}

#wrapper1:has(#findesButtonInfoChat1) .findesMainMenuFooter {
    height: 70px;
}

#wrapper1:has(#findesButtonKI1) .findesMainMenuFooter {
    height: 70px;
}

#wrapper1:has(#findesButtonKI1):has(#findesButtonInfoChat1) .findesMainMenuFooter {
    height: 90px;
}

body:has(.findesMainMenuWidth) .findesMainMenuFooter {
    display: inherit;
}

.findesMainMenu .dx-treeview-item {
    font-size: 14px;
    gap: 8px;
    padding: 4px 6px;
    margin: 0;
}

.findesMainMenu .dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
    background-color: rgba(0,0,0,.1);
}

.findesMainMenu .dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
    background-color: rgba(0,0,0,.1);
}

.findesMainMenu .dx-treeview-item.dx-state-hover {
    background-color: rgba(0,0,0,.05);
}

.findesMainMenu .dx-treeview-toggle-item-visibility {
    color: #fff;
}

.findesMainMenuStyle1 {
    font-weight: bold;
    /*color: #fff; wird auf der Seite geändert*/
}

.findesMainMenuStyle2 {
    font-weight: normal;
    /*color: #fff; wird auf der Seite geändert*/
}

.findesMainMenuIconStyle {
    color: #fff;
    padding-right: 10px;
    font-size: 16px;
    text-align: center;
}

.findesMainContent0 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.findesMainContent1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/*Menu und Buttons anpassen*/
@media screen and (max-width: 1200px) {
    .findesHeader1 {
        /*left: 0px;*/
    }

    .findesMainMenu {
        /*width: 0px;*/
        /*position: fixed;*/
        /*z-index: 10;*/
        /*height: 100%;*/
        /*top: 0;*/
        /*left: 0;*/
        /*background-color: white;*/
        /*padding-top: 60px;*/
        /*transition: 0.3s;*/
    }

    .findesMainMenuSidepanelOpenButton {
        /*display: table-cell;*/
    }

    .findesMainMenuHeader {
        /*display: flex;*/
        /*height: 52px;*/
        /*padding: .5rem 1rem;*/
    }

    .findesMainMenuContent {
    }

    .findesMainContent0 {
        /*width: 100vw;*/
        /*height: calc(100vh - 105px);*/
    }

    .findesMainContent1 {
        /*width: 100vw;*/
        /*height: calc(100vh - 55px);*/
    }
}


.findesDivmitTabPage {
    height: 100%;
}

.CRMTabPagePartial {
    height: 33px;
    margin-bottom: 10px;
}

.modulContent:has(.CRMTabPagePartial) .findesDivmitTabPage {
    height: calc(100% - 43px);
}

.findesGridmitToolbar {
    height: calc(100% - 38px);
}

.findesGridmitToolbarundH5 {
    height: calc(100% - 74px);
}

.findesFormmitToolbar {
    height: calc(100% - 38px);
}

.findesH5div {
    padding-left: 10px;
}

.hi100 {
    height: 100%;
}

.wi100 {
    width: 100%;
}

.findesCRM1 {
    width: 100%;
}

.findesCRM2 {
    width: calc(100% - 290px);
}

.modulContent {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--findes-background2);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
body:has(#wrapper) .modulContent {
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
}

body:has(#wrapper1) .modulContent {
    border-radius: 0px;
}

.modulBox {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--findes-background2);
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
}

.modulTextBox {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--findes-background2);
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
    height: calc(100vh - 10px);
}

.picBlueButton {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.picRedButton {
    border: none;
    margin-left: -20px;
    margin-top: 14px;
    border-radius: 25px;
    position: fixed;
    width: 40px;
    height: 40px;
}

.findesDivBox {
    width: 350px;
    background-color: var(--findes-background2);
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
    display: inline-flex;
    margin: 10px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
    min-height: 190px;
}

.findesDivBoxHeader {
    text-align: center;
    font-size: 1.375em;
    /*color: #444;*/
    font-weight: 600;
    margin: 10px 10px 10px 10px;
}

.findesHomeBox {
    width: 350px;
    background-color: var(--findes-background2);
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
    display: inline-flex;
    margin: 10px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
    float: left;
    min-height: 190px;
}

.homeMonitor {
    height: 32px;
}

    .homeMonitor > img {
        height: 32px;
        float: left;
    }

    .homeMonitor > div {
        padding-left: 10px;
        vertical-align: top;
        line-height: 32px;
        font-size: 15px;
        float: left;
    }

.findesDivBoxBody {
}

.findesGroupBox {
    border-width: 1px;
    border-style: solid;
    border-color: var(--dx-color-border);
    margin: 10px 10px 20px 10px;
    padding: 10px;
}

.buttonMitte {

}
.popupWindowsPIC {
    border-radius: 25px;
}

.chronosImage {
    background-size: contain !important;
    background-origin: border-box !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    outline: none;
}

.chronosImageTerminal {
    background-size: contain !important;
    background-origin: border-box !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    outline: none;
}

.vorschauImage {
    width: 100%;
}


.terminalDateEdit {
    background-color: red;
}

.terminalChipkey {
    width: 100px;
    margin: auto;
}

.findesFontBold {
    font-weight: bold;
}

.findesFont10 {
    font-size: 10px;
}

.findesFont12 {
    font-size: 12px;
}

.findesFont14 {
    font-size: 14px;
}

.gridRowMain {
    font-weight: bold;
}

.gridRowGeburtstagslisteHeute {
    font-weight: bold;
}

.findesDashbordBerechtigungLabel {
    width: 310px;
    margin: 10px;
}

.findesDashbordBerechtigungButton {
    margin:5px;
}

.findesChronosDateBoxMitWert {
    background-color: #c8e8ff !important;
    color: black !important;
}

.findesGruppeOhneText {
    background-color: aquamarine;
}

.findesGruppeMitText {
    background-color: whitesmoke;
}

.findesFormVersion0 .dx-texteditor-input-container {
    min-height: var(--dx-component-height);
}

.findesFormVersion1 .dx-texteditor-input-container {
    min-height: var(--dx-component-height);
}

.findesFormVersion1 .dx-tag-content {
    font-size: var(--dx-font-size);
}

.findesFormVersion1 .dx-tagbox .dx-tag-container.dx-texteditor-input-container .dx-texteditor-input {
    padding-bottom: 0px;
    min-height: var(--dx-font-size);
}

.findesFormVersion1 .dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-outlined .dx-tag-container.dx-texteditor-input-container {
    padding-top: 4px;
}

.findesFormVersion1 .dx-checkbox {
    min-height: var(--dx-component-height);
}

    .findesFormVersion1 .dx-checkbox .dx-checkbox-container {
    }

.dx-item .dx-box-item:has(.findesCheckListeButton) {
    flex: 0 0 45px !important;
}

.findesFormButtonStueckliste {
    padding-top: 17px !important;
}

.selectbox-item {
    position: relative;
    min-height: 24px;
}

    .selectbox-item .image1 {
        margin: auto;
        height: var(--dx-font-size-icon);
        position: absolute;
        margin-top: 5px;
    }

    .selectbox-item .image2 {
        margin: auto;
        height: var(--dx-font-size-icon);
    }

    .selectbox-item .entry-name {
        margin: auto;
        padding-left: 10px;
        width: 100%;
    }

    .selectbox-item .entry-name-icon {
        margin: auto;
        margin-left: var(--dx-font-size-icon);
        padding-left: 10px;
        width: 100%;
    }

.findesFormVersion0 .selectbox-item > img {
    margin-top: 4px;
}

.findesFormVersion0 .selectbox-item > i {
    margin-top: 4px;
}

.findesFormVersion1 .selectbox-item > img {
    margin-top: 5px;
}

.findesFormVersion1 .selectbox-item > i {
    margin-top: 5px;
}

.findesGridCellAuswahlliste {
    border-radius: 25px;
    text-align: center;
    padding: 2px 0px;
}

.findesGridCellAuswahllisteItems {
    padding: 2px 10px;
}

.findesGridCellAuswahllisteBalken {
    position:absolute;
    width: 4px;
    border-radius: var(--dx-border-radius) 0px 0px var(--dx-border-radius);
    height: var(--dx-component-height);
}


.dx-dropdowneditor-input-wrapper .selectbox-item > img {
    padding-left: 8px;
}

.dx-dropdowneditor-input-wrapper .selectbox-item > i {
    padding-left: 8px;
}

.findesFormVersion1 .selectbox-item > img {
    padding-top: 2px;
}

.findesFormVersion1 .selectbox-item > i {
    padding-top: 2px;
}

.selectbox-hiddenfield {
    height: 0px;
    width: 0px;
    padding-top: 0px !important;
}

.findesFormVersion1 .findesWorkflow {
    padding-top: 7px;
}

.findesWorkflow .dx-progressbar-status {
    margin-top: 0px;
}

.terminalAntragItems {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ticToolbarItem .dx-button .dx-button-content {
    padding: 4px 5px;
}

.ticToolbarContent {
    /*line-height: normal;*/
}

    .ticToolbarContent > img {
        /*float: left;*/
        /*width: 20px;*/
        /*height: 20px;*/
        /*background-position: 0 0;*/
        /*background-size: 12px 12px;*/
        /*padding: 0;*/
        /*font-size: 12px;*/
        /*text-align: center;*/
        /*line-height: 12px;*/
        /*margin-left: 0px;*/
        /*margin-right: 5px;*/
    }

.ticToolbarLabel {
    float: left;
}

.ticToolbarSwitch {
    /*float: right;*/
    /*margin:auto;*/
}

/* LINK */
.link-Container {
    width: 100%;
    height: 40%;
    min-height: 50px;
    display: flex;
    overflow:hidden;
}

.link-Content {
    width: 100%;
    height: 60%;
    overflow:auto;
}

.link-treeview {
    height: 100%;
    width: 30%;
}

.link-list {
    height: 100%;
    width:70%;
}

.link-list .dx-list-search{
    margin-right: 30px;
}

.link-button {
    margin-left: -30px;
    margin-top: -2px;
}

/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.dmsInboxVorschau {
    width: 100%;
}

    .dmsInboxVorschau > iframe {
        height: 100%;
        width: 100%;
    }

    .dmsInboxVorschau > img {
        width: 100%;
    }

.wikiVorschau {
    width: 100%;
    height: calc(100% - 90px);
}

    .wikiVorschau > iframe {
        height: 100%;
        width: 100%;
    }

    .wikiVorschau > img {
        width: 100%;
    }

.findesZeitanzeige {
    text-align: center;
    font-size: x-large;
}

.findesFormButton {
    margin-top: 10px;
    margin-right: 10px;
}

.findesFormAvatar {
    height: 20px;
    width: 20px;
}

.findesFormAvatarDropZone {

}
    .findesFormAvatarDropZone .dx-button.dx-button-has-icon:not(.dx-button-has-text):not(.dx-shape-standard) {
        border-radius: var(--dx-border-radius);
    }

    .findesFormAvatarDropZone .dx-button {
        background-color: var(--findes-button);
        border-color: transparent;
        color: #fff;
        height: 220px;
        width: auto;
    }

    .findesFormAvatarDropZone .dx-fileuploader-wrapper {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .findesFormAvatarDropZone .dx-fileuploader-input-wrapper {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .findesFormAvatarDropZone .dx-icon {
        height: 200px;
        width: auto;
    }

    .findesFormAvatarDropZone .dx-fileuploader-input-container {
        height: 220px;
    }

.findesIDField {
    font-size: larger;
    font-weight: bold;
}

.findesStatusField {
    font-size:x-small;
}

.findesBetreff {
    font-size: larger;
    font-weight: bold;
}

.findesBetreff .dx-field-item-label-text {
}

.formLayout-groupBox .dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
    padding-left: 0px;
}

.findesToolBar {
    height: 36px;
    margin-bottom: 5px;
}

.findesToolBarLinkEin {
}

.findesToolBarLinkAus {
}

#NeuenLinkToolBarButton {
    display: none;
}

.findesToolBarLinkEin #NeuenLinkToolBarButton {
    display: inline-flex;
}

.findesToolBarLinkAus #NeuenLinkToolBarButton {
    display: none !important;
}

#NeueOfficeToolBarButton {
    display: inline-flex;
}

.findesToolBarLinkEin #NeueOfficeToolBarButton {
    display: inline-flex;
}

.findesToolBarLinkAus #NeueOfficeToolBarButton {
    display: none !important;
}

.findesToolbarItem {
}

.findesDropZone {
    width: 135px;
    overflow: auto;
}
    .findesDropZone .dx-icon {
        color: var(--dx-color-main-bg);
    }

    .findesDropZone .dx-button {
        background-color: var(--findes-button);
        border-color: transparent;
        color: var(--dx-color-main-bg);
    }

    .findesDropZone .dx-fileuploader-wrapper {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .findesDropZone .dx-fileuploader-input-wrapper {
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        padding: 0px;
        margin: 0px;
    }

    .findesDropZone .dx-fileuploader-input {
        padding: 0px;
    }

    .findesDropZone .dx-fileuploader-files-container {
        padding: 0px;
    }

    .service-preview {
    }

.findesLoeschButton {
    right: 0px;
    top: 0px;
    margin-bottom: -19px;
    margin-left: -10px;
    z-index: 5;
    position: absolute;
}

#ReportVorlageButtonTemplate {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 12px;
    width: 83%;
}

#ToolbarAddColorForOpenButton {
    background-color: green;
    border-color: transparent;
    color: #fff;
}

#ToolbarAddColorForCanCelButton {
    background-color: #d9534f !important;
    border-color: transparent !important;
    color: #fff !important;
}

/* Html Editor anpassen*/
.findes-htmltexteditor {

}
    .findes-htmltexteditor .dx-htmleditor {
        border: none;
    }

    .findes-htmltexteditor .dx-htmleditor-content {
        padding: 4px 5px;
        font-size: 1em;
        border-radius: 4px;
        min-height: 27px;
    }

.findes-htmltexteditor-Focus .dx-texteditor-label {
    color: var(--dx-color-primary);
}

.findes-htmltexteditor-Focus .dx-label-before {
    border-top-color: var(--dx-color-primary);
    border-bottom-color: var(--dx-color-primary);
    border-inline-start-color: var(--dx-color-primary);
}

.findes-htmltexteditor-Focus .dx-label {
    border-top-color: var(--dx-color-primary);
    border-bottom-color: var(--dx-color-primary);
}

.findes-htmltexteditor-Focus .dx-label-after {
    border-top-color: var(--dx-color-primary);
    border-bottom-color: var(--dx-color-primary);
    border-inline-end-color: var(--dx-color-primary);
}

.findesPlatzhalter {
    background-color: var(--findes-rowselect);
    border-radius: 4px;
    min-width: 20px;
    padding: 0px 5px 1px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.findesPlatzhalterSub {
    background-color: var(--dx-color-primary);
    color: var(--dx-component-color-bg);
    width: 100%;
    padding: 0px 5px 1px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* findes suche */
.findesSucheRahmen {
    background-color: var(--findes-background1);
    border-style: solid;
    border-color: var(--dx-color-border);
    border-width: 1px;
    border-radius: 20px;
    padding: 4px 10px;
}

.findesSucheRahmen #FindesSuchTextBox {
    border-radius: 20px;
    padding-left: 10px;
    border-color: var(--dx-color-border);
}

/* Benachrichtigung Rahmen */
.findesBellRahmen {
    background-color: var(--findes-background1);
    border-style: solid;
    border-color: var(--dx-color-border);
    border-width: 1px;
    border-radius: 20px;
    padding: 4px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.findesBellImage {
    background-color: var(--dx-color-main-bg);
    border-style: solid;
    border-color: var(--dx-color-text);
    border-width: 1px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

    .findesBellImage img {
        border-radius: 50%;
        object-fit: cover;
        height: 20px;
        width: 20px;
    }

.findesBellAnzahl {
    background-color: #fa3e3e;
    border-radius: 50%;
    color: white;
    text-align: center;
    height: 17px;
    width: 17px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
}

.findesBenachrichtigungDiv {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.findesBenachrichtigungCard {
    background-color: var(--findes-background1);
}

.findesCardSender {
    padding: 4px 5px;
}

.findesCardCreatedDate {
    padding: 4px 5px;
}

.findesCardDelete {
}

.findesCardButton {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.findesCardSubject {
    font-weight: bold;
    padding: 4px 5px;
}

.findesCardBody {
    padding: 4px 5px;
}

.findesCardStatus1 {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: var(--dx-color-primary);
}

.findesCardStatus2 {
    border-left-style: none;
    border-left-width: 0px;
    border-left-color: none;
}


/* Benutzer Rahmen*/
.findesBenutzerDiv {
    height: 40px;
    flex: auto;
}

    .findesBenutzerDiv .findesBenutzerRahmen {
        background-color: var(--findes-background1);
        border-style: solid;
        border-color: var(--dx-color-border);
        border-width: 1px;
        border-radius: 20px;
        padding: 4px;
    }

    .findesBenutzerDiv .findesBenutzerImage {
        background-color: var(--dx-color-main-bg);
        border-style: solid;
        border-color: var(--dx-color-text);
        border-width: 1px;
        border-radius: 50%;
        padding: 0px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .findesBenutzerDiv .findesBenutzerImage img {
            height: 28px;
            width: 28px;
            border-radius: 50%;
            object-fit: cover;
        }

    .findesBenutzerDiv .findesBenutzerText {
        height: 100%;
        padding-right: 10px;
        margin: auto;
        display: inline;
        vertical-align: middle;
    }

@media screen and (max-width: 1200px) {
    .findesBenutzerDiv {
        display: none;
    }
}

/*Help*/
.findesHelpRahmen {
    background-color: var(--findes-background1);
    border-style: solid;
    border-color: var(--dx-color-border);
    border-width: 1px;
    border-radius: 20px;
    padding: 4px;
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

.findesHelpImage {
    background-color: var(--dx-color-main-bg);
    border-style: solid;
    border-color: var(--dx-color-text);
    border-width: 1px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .findesHelpImage img {
        border-radius: 50%;
        object-fit: cover;
        height: 28px;
        width: 28px;
    }

/*Tapi Monitor und Chat*/
.tapiAnzeigename {
    font-weight: bold;
    padding-top: 4px;
    margin-bottom: 5px;
}

.tapimodulBox {
    background-color: whitesmoke;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
    height: calc(100% - 10px);
}

.tapiItem {
    color: #333;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    padding: 5px;
    position:relative;
}

.tapiImage {
    height: 80%;
    width: 80%;
    border-radius: 50%;
    object-fit: cover;
}

.tapiIdle {
    background-color: limegreen;
    border: none;
    color: white;
    border-radius: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 5px;
    display:flex;
    justify-content:center;
    align-items: center;
}

.tapiAktive {
    background-color: firebrick;
    border: none;
    color: white;
    border-radius: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tapiOffline {
    background-color: lightgray;
    border: none;
    color: black;
    border-radius: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tapiAnzahl {
    background-color: #fa3e3e;
    border-radius: 17px;
    color: white;
    text-align: center;
    padding-top: 1px;
    height: 17px;
    width: 17px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Layout */
.findesLayoutManagerItem {
    box-sizing: border-box;
    position: relative;
    padding: 1px 20px;
    margin: 5px;
    background: white;
    /*height: 30px;*/
    width: 96%;
}

.findesLayoutManagerHandle {
    position: absolute;
    left: 4px;
    top: 10px;
    font-size: 18px;
    line-height: 19px;
}

.findesLayoutManagerHeader {
    padding: 1px 20px 5px 20px;
    margin: 5px;
    border-bottom: 1px solid #ddd;
}

.findesLayoutManagerHeaderInput {
    font-size: 14px;
    font-weight: bold;
}

.findesLayoutManagerScrollView {
    width: calc(100% - 20px);
    margin: 5px;
}

    .findesLayoutManagerScrollView .dx-scrollable-content {
        height: 100%;
    }

    .findesLayoutManagerScrollView .dx-scrollview-content {
        height: 100%;
    }

.findesLayoutManagerScrollViewRoot {
    width: 100%;
    height: 100%;
}

    .findesLayoutManagerScrollViewRoot .dx-scrollable-content {
        height: 100%;
    }

    .findesLayoutManagerScrollViewRoot .dx-scrollview-content {
        height: 100%;
    }

.findesLayoutManagerSortableListV {
    /*display: flex;*/
    width: 100%;
    height: 100%;
    min-height: 40px;
}

.findesLayoutManagerSortableListH {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 40px;
}

.findesLayoutManagerButton .dx-button-content {
    padding: 1px;
}

.findesLayoutManagerTabsHeader {
    padding: 1px 10px;
    margin: 5px;
    background: white;
    height: 30px;
}

.findesLayoutManagerTabs {
    margin: 5px;
    border: 2px solid #ddd;
}

.findesLayoutAvailableItems {
    background-color: lightcoral
}

.findesLayoutText {
    height: 100px;
}

    .findesLayoutText > img {
        height: 100%;
        width: 100%;
    }

.findesLayoutAvailableItems .findesLayoutText {
    height: 0px;
}

.findesLayoutSubTable {
    height: 200px;
}

    .findesLayoutSubTable > img {
        height: 100%;
        width: 100%;
    }

.findesLayoutAvailableItems .findesLayoutSubTable {
    height: 20px;
}

.findesLayoutGroupBox {
    border: 2px solid #c2c2c2;
}

.findesFormGroup {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.findesFormGroup2 {
    border-radius: 5px;
    background-color: var(--findes-backgroundForm);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.findesFormGroup3 {
    border-width: 1px;
    border-style: solid;
    border-color: var(--dx-color-separator);
    border-radius: 5px;
    background-color: var(--findes-backgroundForm);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.findesFromEinstellung {

}

    .findesFromEinstellung .dx-form-group-caption
    {
        font-weight: bold;
    }

.findesFormGropMargin {
    margin-left: 20px;
}

    .findesFormGropMargin .dx-form-group-caption {
        font-size: 14px;
    }

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: #fff;
}

.diagramm-button {

}

/* findesKalenderTagesZeitstrahl */
.findesKalenderTagesZeitstrahl {

}
    .findesKalenderTagesZeitstrahl .dx-scheduler-header {
        /*height: 30px;*/
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-header .dx-toolbar .dx-toolbar-item-content {
        padding: 0px 5px 0px 5px;
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-header-panel-cell {
        height: 18px;
        width: 130px !important;
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
        width: 130px !important;
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-timeline .dx-scheduler-date-table-scrollable .dx-scrollable-content {
        /*min-height: 90px;*/
        /*height: 80px !important;*/
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-timeline .dx-scheduler-date-table {
        /*max-height: 80px;*/
        /*min-height: 24px;*/
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-timeline .dx-scheduler-date-table tbody {
        /*max-height: 80px;*/
        /*min-height: 24px;*/
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-timeline .dx-scheduler-date-table-cell {
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-appointment {
        max-height: 22px;
        min-height: 22px;
    }

    .findesKalenderTagesZeitstrahl .dx-scheduler-appointment-title {
        color: #fff;
    }


.findesKTLItem {
    border-width: 1px;
    border-style: solid;
    border-color: var(--dx-color-separator);
    border-radius: 5px;
    padding: 5px;
}

.dx-tile-content .findesTileImage {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

.dx-tile-content .findesTileButton {
    font-size: 12px;
    position: absolute;
    background-color: black;
    color: white;
    opacity: 0.6;
    padding: 2px;
    left: 5px;
    top: 5px;
}

/* splitter.js */
.splitter {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.gutter {
    /*background-color: #eee;*/
    background-color: var(--findes-background1);
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter.gutter-vertical {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    }

    .gutter.gutter-horizontal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    }

.gutter-horizontal:hover {
    cursor: col-resize;
}

/* findes Splitter */
.findesSplitter {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.findesSpliterView {
    height: 100%;
    min-width: 10px;
}

#findesSpliterView1 {
    padding-right: 10px;
}

#findesSpliterView2 {
    padding-left: 10px;
}

@media screen and (max-width: 1200px) {
    .findesSplitter {
        width: 100% !important;
        display: inherit;
    }

    .findesSpliterView {
        width: 100% !important;
        height: 100%;
    }
}

/* KTL */
.findesKTLItem {
    border: 1px solid var(--dx-color-border);
    border-radius: 4px;
}

/* Wawi */
.findesWawigrid {
    height: 100%;
    min-height: 543px;
}

.findesWawiBelegTabelle1 {
    height: 75%;
    min-height: 200px;
}

.findesWawiBelegTabelle2 {
    height: 25%;
    min-height: 100px;
}

.findesgridWawiMahnung {
    height: calc(100% - 94px);
}

.ArtikelLangtextTextArea {
    width: calc(100% - 36px);
    position: relative;
    top: -36px;
    margin-bottom: -36px;
}

.ArtikelLangtextButton {
    position: relative;
    top: 7px;
}

#gridOPos .informer {
    text-align: center;
    padding-top: 1px;
    line-height: 20px;
    font-size: 20px;
    margin: 0;
    font-weight: normal;
}

/* WAWI Menu */
.findesWawiMenu {
    width: 220px;
    height: 100%;
    background-color: rgba(191, 191, 191, 0.15);
    box-shadow: -5px 0px 14px -8px rgba(0, 0, 0, 0.25) inset;
}

.findesWawiMenuWidth {
    width: 220px !important;
}

.findesWawiMenuSidepanelOpenButton {
    display: none;
}

.findesWawiMenuHeader {
    display: none;
    height: 0;
}

.findesWawiMenuContent {
    height: 100%;
    padding-right: 10px;
}

.findesWawiMenu .dx-treeview-item {
    font-size: initial;
}

.findesWawiMenu .dx-treeview-node.dx-state-selected > .dx-item > .dx-item-content {
    font-weight: 500;
}

.findesWawiMenuStyle1 {
    font-weight: bold;
}

.findesWawiMenuStyle2 {
    font-weight: normal;
}

.findesWawiContent0 {
    width: calc(100% - 220px);
    height: 100%;
    padding: 0 10px 0 10px;
}

.findesWawiContent1 {
    width: 100%;
    height: 100%;
    padding: 0 10px 0 10px;
}

/*Menu und Buttons anpassen für Hamburger-Menu*/
@media screen and (max-width: 1200px) {
    .findesWawiMenu {
        width: 0px;
        position: fixed;
        z-index: 10;
        height: 100%;
        top: 0;
        left: 0;
        background-color: white;
        padding-top: 60px;
        transition: 0.3s;
    }

    .findesWawiMenuSidepanelOpenButton {
        display: table-cell;
    }

    .findesWawiMenuHeader {
        display: flex;
        height: 30px;
        padding-right: 20px;
    }

    .findesWawiMenuContent {
    }

    .findesWawiContent0 {
        width: 100%;
    }

    .findesWawiContent1 {
        width: 100%;
    }
}

/* Projekt */
.findesProjektRahmen {
    border-width: 1px;
    border-style: solid;
    border-color: var(--dx-color-separator);
    background-color: var(--findes-backgroundForm);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

/*                                              */
/* Bootstrap Sub Menu CSS                       */
/*                                              */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    /*top: 0;*/
    right: 20%;
    /*margin-left: .1rem;*/
    /*margin-right: .1rem;*/
}

.dropdown-menu2 {
    /*für nav bar verkleinern in zweites Navrbar menu*/
    display:none;
}

.up {
    bottom: 100% !important;
    top: auto !important;
}

/* DataGrid */
.dx-datagrid-headers .dx-datagrid-table .dx-row > .findesHeaderBottom {
    vertical-align: bottom !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > .findesHeaderRotate {
    writing-mode: sideways-lr;
    vertical-align: middle !important;
    text-align: left !important
}

/*                                              */
/* Überschreiben header Devexpress dx-light CSS */
/*                                              */
.dx-toolbar {
    background-color: transparent;
}

/* grid ausgewählte zeile */
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: var(--findes-rowselect);
    color: var(--dx-color-text);
}

/* die 3 Button arten */
/*.dx-button-mode-contained.dx-button-default {
    background-color: var(--findes-button) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.dx-button-mode-contained.dx-button-success {
    background-color: #5cb85c !important;
    border-color: transparent !important;
    color: #fff !important;
}

.dx-button-mode-contained.dx-button-danger {
    background-color: #d9534f !important;
    border-color: transparent !important;
    color: #fff !important;
}*/

.dx-scrollview-content:hover ~ .dx-htmleditor-toolbar-wrapper {
    visibility: visible;
    height: auto;
}

.dx-toast-info {
    background-color: #01c755;
}

/* damit der add Button im Grid ausgemalt ist */
.dx-datagrid-addrow-button {
    background-color: var(--findes-button);
}

    .dx-datagrid-addrow-button.dx-state-hover {
        background-color: var(--findes-button);
    }

    .dx-datagrid-addrow-button > .dx-button-content > .dx-icon-edit-button-addrow {
        color: #fff;
    }

    .dx-datagrid-addrow-button > .dx-button-content > .dx-icon-add {
        color: #fff;
    }

.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button.dx-button-default .dx-icon {
    /*color: #fff;*/
}