.dashboard-content-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    margin-bottom: 40px;
    height: 100%;
}

/* Hilfe*/
.help-container,
#page {
    height: 100%;
    min-height: 200px;
}

    #page h5 {
        margin-bottom: 0;
    }

    #page .header {
        text-align: left;
    }

    #page .content {
        text-align: left;
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 20px;
        padding: 30px;
        -webkit-box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
        border-radius: 4px;
    }

        #page .content p {
            min-height: 180px;
        }

    #page .left-side-bar {
        text-align: left;
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 20px;
        padding: 30px;
        -webkit-box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
        border-radius: 4px;
    }

        #page .left-side-bar p {
            min-height: 180px;
        }

    #page .right-side-bar {
        text-align: left;
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 20px;
        padding: 30px;
        -webkit-box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
        border-radius: 4px;
    }

        #page .right-side-bar p {
            min-height: 180px;
        }

    #page .footer {
        text-align: left;
    }

.item {
    height: 100%;
}

#page p {
    font-size: 20px;
    padding-top: 10px;
}

/* Breiten */
.w-100 {
    width: 100% !important
}

.w-75 {
    width: 75% !important
}

.w-50 {
    width: 50% !important
}

.w-25 {
    width: 25% !important
}

/* Höhen */
.h-100 {
    height: 100% !important
}

.h-75 {
    height: 75% !important
}

.h-50 {
    height: 50% !important
}

.h-25 {
    height: 25% !important
}

/* Platzhalter */
.placeholder-small {
    padding-top: 10px
}
.placeholder-middle {
    padding-top: 40px
}

.placeholder-large {
    padding-top: 180px
}

.custom-item > img {
    height: 32px;
    width: 64px;
    margin-right: 10px;
}

.custom-item > div {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    font-size: 15px;
}

* {
    box-sizing: border-box;
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 370px;
}

    .tooltip-body .series-name {
        font-weight: normal;
        opacity: 0.6;
        display: inline-block;
        line-height: 1.5;
        padding-right: 10px;
        width: 326px;
    }

    .tooltip-body .value-text {
        display: inline-block;
        line-height: 1.5;
        width: 30px;
    }

#form  {
    overflow-y: scroll;
}

/* CENTER Containter für die Anzeige der Start- und Anmeldeseite */
.center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

    .center-container a:last-child {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
    }

    .center-container .center-image {
        position: absolute;
        top: 0;
        margin-top: 60px;
    }

    .center-container .center-form {
        padding-left: 20px;
        padding-right: 20px;
        width: 100% !important
    }

@media screen and (min-width: 900px) {
    .center-container .center-form {
        width: 50% !important
    }
}

@media screen and (min-width: 1800px) {
    .center-container .center-form {
        width: 25% !important
    }
}

.chart-extension-small {
    padding-bottom: 20px;
}

.chart-extension-large {
    padding-bottom: 100px;
}

.dx-menu-horizontal ul {
    width: 100% !important
}

.dx-menu-item-wrapper:nth-last-child(-n+2):has(img) {
    float: right;
}

.dx-menu-item-wrapper:nth-last-child(-n+4):has(i.float-right) {
    float: right;
}

.dx-toolbar-center {
    width: 99% !important
}

.dx-adaptive-item-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.dx-selection {
    background-color: #008c9580 !important;
}

.dx-state-disabled.dx-widget {
    opacity: .90 !important;
}

.dx-texteditor.dx-editor-filled.dx-state-disabled .dx-texteditor-input {
    color: rgba(0,0,0,.70) !important;
}