﻿/*@media all and (min-width: 840px) {
    .dx-list-item {
        display: inline-table;
        width: 50%;
    }
}
@media all and (min-width: 1350px) {
    .dx-list-item {
        display: inline-table;
        width: 33%;
    }
}*/

h1{
    margin-top: 2px;
    margin-bottom: 4px;
}
h2 {
    margin-top: 2px;
    margin-bottom: 3px;
}
h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}
h4 {
    margin-top: 2px;
    margin-bottom: 2px;
}
h5 {
    margin-top: 1px;
    margin-bottom: 1px;
}
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}


.strike-diagonal {

}

    .strike-diagonal:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 5px dotted;
        border-color: rgba(255, 0, 0, 0.50);
        transform: rotate(-10deg);
    }

@media all and (min-width: 1300px) {
    .sx-fieldset {
/*        width: 45%;
        display: inline-grid;*/
    }
}

.sx-multiColumn-350.dx-list .dx-list-item {
    border: 0px;
    min-width: 350px;
    float: left;
    flex: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sx-multiColumn-600.dx-list .dx-list-item {
    border: 0px;
    min-width: 600px;
    float: left;
    flex: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sx-multiColumn-350 .dx-scrollview-content {
    display: flex;
    flex-flow: wrap;
}
.sx-multiColumn-600 .dx-scrollview-content {
    display: flex;
    flex-flow: wrap;
}

.sx-overlay-container {
    position: relative;
}

.sx-pageTab {
    display: none;
}
.sx-pageTab .dx-tab {
    padding: 2px;
}
@media all and (min-height: 680px) and (min-width: 800px) {
    .sx-pageTab {
        display: block;
    }
}

.sx-overlay-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    text-align: center;
}

.sx-widget-container {
    margin-top: 0px;
    /*margin-right: 320px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    max-width: 550px;
    min-width: 300px;
}

.sx-title {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    color: darkgray;
}

.sx-url {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.sx-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

    .sx-link:hover {
        text-decoration: none;
        text-shadow: 1px 1px 1px #555;
    }

.sx-filelist-thumb {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.sx-hmidashboard-message {
    width: 100%;
    background-color: red;
    color: white;
    font-size: 30px;
    text-align: center;
}

.sx-hmidashboard-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.sx-hmidashboard-container {
    display: inline-block;
    text-align: center;
    line-height: normal;
    width: 100%;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    margin: -2px;
    overflow: hidden;
}

.sx-hmidashboard-title {
    font-weight: bold;
    font-size: 200%;
    line-height: normal;
}

.sx-hmidashboard-content {
    /*line-height: normal;*/
    margin: 2px;
}

.sx-hmidashboard-scrollingContainer {
    overflow: hidden;
}

.sx-hmidashboard-details {
    font-weight: 100;
    font-size: 23px;
    text-align: left;
    margin-left: 5px;
}

.sx-hmidashboard-container-blink {
    animation-name: sx-blink2;
    animation-iteration-count: 8;
    animation-duration: 1s;
    animation-timing-function: linear;
}

.sx-hmidashboard-status-Wartung {
    background-color: orange;
    color: black;
}

.sx-hmidashboard-status-Offline {
    background-color: blue;
    color: white;
}

.sx-hmidashboard-status-Störung {
    background-color: red;
    color: black;
    animation-name: sx-blink1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sx-hmidashboard-status-Warnung {
    background-color: yellow;
    color: black;
    animation-name: sx-blink1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sx-hmidashboard-status-Aktiv {
    background-color: green;
    color: white;
}

.sx-hmidashboard-status-Bereit {
    background-color: yellowgreen;
    color: black;
}

.sx-hmidashboard-status-Online {
    background-color: lightgray;
    color: black;
}

.sx-hmidashboard-lastuser {
    opacity: 0.5;
}

@-webkit-keyframes sx-blink1 {
    0%, 49% {
        opacity: 1.0;
    }

    50%, 100% {
        opacity: 0.4;
    }
}

@-webkit-keyframes sx-blink2 {
    0%, 49% {
        color: black;
    }

    50%, 100% {
        color: white;
    }
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    padding-left: 90%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: ticker;
    -webkit-animation-duration: 20s;
}

.ticker__item {
    display: inline-block;
    padding-left: 3rem;
}

.sx-hmidashboard-clock {
    width: 100%;
    background-color: blue;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

@media all and (min-width: 400px) {
    .sx-hmidashboard-container {
        max-width: 50%;
    }

    .sx-hmidashboard-content {
        /*max-height: 40px;*/
    }
}

@media all and (min-width: 750px) {
    .sx-hmidashboard-container {
        max-width: 50%;
        font-size: x-large;
    }

    .sx-hmidashboard-content {
        /*max-height: 50px;*/
        font-size: 30px;
    }

    .sx-hmidashboard-clock {
        font-size: 60px;
    }

    .sx-hmidashboard-message {
        font-size: 50px;
    }
}

@media all and (min-width: 1000px) {
    .sx-hmidashboard-container {
        max-width: 33.3%;
        font-size: 40px;
    }

    .sx-hmidashboard-content {
        /*max-height: 60px;*/
        font-size: 35px;
    }

    .sx-hmidashboard-clock {
        font-size: 80px;
    }

    .sx-hmidashboard-message {
        font-size: 70px;
    }
}

@media all and (min-width: 1500px) {
    .sx-hmidashboard-container {
        max-width: 25%;
        font-size: 45px;
    }

    .sx-hmidashboard-content {
        /*max-height: 60px;*/
        font-size: 60px;
    }

    .sx-hmidashboard-clock {
        font-size: 100px;
    }

    .sx-hmidashboard-message {
        font-size: 80px;
    }
}



.sx-hmi-container {
    display: inline-flex;
    text-align: center;
    line-height: normal;
    margin: 2px !important;
}

.sx-hmi-title {
    font-weight: bold;
    font-size: 200%;
    line-height: normal;
}

.sx-hmi-content {
    line-height: normal;
}

/*@media all and (min-width: 400px) {
    .sx-hmi-container {
        max-width: 50%;
    }
}

@media all and (min-width: 750px) {
    .sx-hmi-container {
        max-width: 50%;
        font-size: x-large;
    }
}

@media all and (min-width: 1000px) {
    .sx-hmi-container {
        max-width: 33.3%;
        font-size: 40px;
    }
}

@media all and (min-width: 1500px) {
    .sx-hmi-container {
        max-width: 25%;
        font-size: 50px;
    }
}*/

.sx-groupTitle {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    border-bottom-color: blue;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.sx-groupSpacer {
    margin-top: 20px;
}

.sx-subTitle {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.sx-subSpacer {
    margin-top: 15px;
}

.sx-options {
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    top: 0;
    background-color: rgba(191, 191, 191, 0.15);
}

.sx-caption {
    font-size: 18px;
    font-weight: 500;
}

.sx-option {
    margin-top: 10px;
}

.sx-artikel-container {
    margin: 5px 0px 0px 0px;
    /*border: 1px solid #bebebe;*/
    overflow: auto;
}

.sx-artikel {
    display: inline-block;
    width: 100%;
}

    .sx-artikel h2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .sx-artikel h1 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .sx-artikel h3 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .sx-artikel h4 {
        margin-top: 1px;
        margin-bottom: 1px;
    }

.sx-artikel-thumb {
    float: left;
    height: 100px;
    width: 100px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-color: lightgrey;
    text-align: center;
    font-weight: bold;
}

    .sx-artikel-thumb img {
        display: block;
    }

.sx-artikel-content {
    margin-left: 100px;
    font-size: 80%;
}

.sx-artikel-title {
    font-weight: bold;
    font-size: 200%;
    line-height: normal;
}

.sx-artikel-smallTextField {
    overflow: hidden;
    max-height: 63px;
}

.sx-artikel-textField {
    white-space: normal;
}

.sx-artikel-nummer {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sx-report-thumb {
    float: left;
    height: 200px;
    width: 200px;
    max-width: 50%;
    display: block;
    border-width: 0px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: contain;
}

    .sx-report-thumb img {
        display: block;
    }

.sx-file-thumb {
    float: left;
    height: 200px;
    width: 200px;
    max-width: 50%;
    display: block;
    border-width: 0px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: contain;
}

    .sx-file-thumb img {
        display: block;
    }
.sx-fieldset-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
    .sx-fieldset-container .dx-scrollview-content {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
.sx-fieldset {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
    border-style: solid;
    border-color: #00BCD4;
    padding: 5px;
    border-radius: 8px;
    border-width: 1px;
    flex: 1;
    border-width: 1px;
    flex-basis: min-content;
    min-height: fit-content;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px;
    min-width: 280px;

    display: flex;
    flex-direction: column;
}

.sx-fieldset-single {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
    border-style: solid;
    border-color: #00BCD4;
    padding: 5px;
    border-radius: 8px;
    border-width: 1px;
    flex: 1;
    border-width: 1px;
    flex-basis: max-content;
    min-height: fit-content;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px;
    min-width: 480px;
    display: flex;
    flex-direction: column;
}

.sx-fieldset-header {
    color: #00BCD4;
    /*padding: 12px 0px;*/
    font-weight: bold;
    font-size: 17px;
    /*border-top-style: solid;*/
}

.sx-field {
    /*padding-left: 15px;*/
    padding-top: 15px;
    clear: both;
    padding-left: 2px;
    padding-right: 2px;
}

    .sx-field p {
        font-size: 14px;
    }

.sx-field-label {
    font-size: 14px;
    font-weight: 700;
    color: #999999;
    /*margin-left: -15px;*/
}

.sx-field-icon {
    font-size: 150%;
    position: relative;
    left: -26px;
    height: 0px;
    top: 15px;
}

.sx-field-value {
    display: flex;
}

    .sx-field-value > *:first-child {
        width: 100%;
        margin-left: 0px;
    }

    .sx-field-value > * {
        align-self: baseline;
        margin-left: 5px;
    }

.sx-field-value-static {
}

.dx-tile-content .image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

.sx-icon {
    font-size: 24px;
    float: left;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0px;
}




.sx-aufgabe {
}

.sx-aufgabe-title {
    font-size: 15px;
    font-weight: 600;
}

.sx-aufgabe-duedate {
    float: left;
    margin-right: 10px;
}

.sx-aufgabe-status {
    float: right;
}

.sx-aufgabe-delegated {
    font-size: small;
    clear: both;
}

.sx-aufgabe-description {
    max-height: 50px;
    overflow: hidden;
}

.sx-aufgabe-completed {
    text-decoration: line-through;
    /*color: gray;*/
    opacity: 0.4;
}

.sx-aufgabe-groupheader {
    color: #5873ff;
}

.sx-aufgabe-priority-high {
    border-left-color: red;
    border-left-width: 8px;
    border-left-style: solid;
    padding-left: 3px;
    margin-left: -11px;
}

.sx-aufgabe-priority-normal {
    /*border-left-color: red;
    border-left-width: 8px;
    border-left-style: solid;
    padding-left: 3px;
    margin-left: -11px;
    */
}

.sx-aufgabe-priority-low {
    /*border-left-color: red;
    border-left-width: 8px;
    border-left-style: solid;
    padding-left: 3px;
    margin-left: -11px;
    */
}

.sx-aufgabe-priority-popup {
    border-left-color: red;
    border-left-width: 8px;
    border-left-style: solid;
    padding-left: 3px;
    margin-left: -11px;
}

.sx-subtext {
    font-size: smaller;
    white-space: normal;
    color: darkgray;
}



.progress-bar {
    position: relative;
    height: 2px;
    display: block;
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    margin: 0;
    overflow: hidden;
    border-radius: 4px
}

.progress-bar__primary, .progress-bar__secondary {
    position: absolute;
    background-color: #0076ff;
    top: 0;
    bottom: 0;
    transition: width .3s linear;
    z-index: 100;
    border-radius: 4px
}

.progress-bar__secondary {
    background-color: #65adff;
    z-index: 0
}

.progress-bar--indeterminate:after, .progress-bar--indeterminate:before {
    content: '';
    position: absolute;
    background-color: #0076ff;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left,right;
    border-radius: 4px
}

.progress-bar--indeterminate:before {
    -webkit-animation: progress-bar__indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
    animation: progress-bar__indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite
}

.progress-bar--indeterminate:after {
    -webkit-animation: progress-bar__indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    animation: progress-bar__indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

@-webkit-keyframes progress-bar__indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    100%,60% {
        left: 100%;
        right: -90%
    }
}

@keyframes progress-bar__indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    100%,60% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes progress-bar__indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    100%,60% {
        left: 107%;
        right: -8%
    }
}

@keyframes progress-bar__indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    100%,60% {
        left: 107%;
        right: -8%
    }
}