﻿/* overriding kendo settings */
.k-state-disabled.km-button {
    opacity: 0.3;
}

.k-alert {
    padding-right: 20px;
    margin-left: -12px;
}

.k-window-titleless {
    background-color: transparent !important;
}

.km-nova .km-checkbox-label:before {
    width: 1.113rem !important;
    height: 1.113rem !important;
}

.km-nova .km-checkbox-label:after {
    width: 1.113rem !important;
    height: 1.113rem !important;
}

.km-nova input.km-checkbox:checked + .km-checkbox-label:after {
    font-size: .9em !important;
    line-height: 1em !important;
}

.km-primary:disabled {
    background: lightgray;
    border-color: darkgrey;
    color: #fff !important;
}

.km-button:disabled {
    color: lightgray !important;
}

.km-nova .km-button {
    color: black;
}

.km-nova .km-primary {
    color: white !important;
}

.km-nova ul {
    font-size: .87em;
}

/* layout elements */
.x-row {
    overflow: hidden;
    position: absolute;
}

.x-body {
    overflow: hidden;
    background-color: white;
    background-image: unset;
    height: 100%;
}

.x-touch {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
}

.x-view-section {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow-y: auto;
}

/* media size < 800 px*/
.x-header {
    top: 0px;
    height: 54px;
    left: 0;
    right: 0;
}

.x-footer {
    bottom: -1px;
    height: 54px;
    left: 0;
    right: 0;
}

.x-content {
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
}

@media screen and (min-width: 800px) {

    body {
        background-color: #E4E4E4 !important;
    }

    .x-header {
        top: 0px;
        height: 54px;
        left: 0;
        right: 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .x-footer {
        bottom: 0px;
        height: 54px;
        left: 0;
        right: 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .x-content {
        top: 0px;
        bottom: 0px;
        left: 0;
        right: 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        background-color: white !important;
    }
}


.x-footer-button {
    padding-right: 30px !important;
}

    .x-footer-button .km-badge {
        top: 6px;
        right: 6px;
        line-height: 1.812em !important;
        width: 1.812em;
        margin-left: auto;
        text-align: center;
        padding: 0;
    }

.x-submit-wrapper {
    display: none !important;
}

.x-mobile-input {
    color: black !important;
    background-color: whitesmoke !important;
    font-size: 1.1rem!important;
}

    .x-mobile-input.invalid {
        color: black !important;
        background-color: orange !important;
        font-size: 1.1rem !important;
    }


/* dialogs */
.x-psp-button {
    /*font-family: monospace !important;*/
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
}

    .x-psp-button.km-primary {
        /*   font-weight: bold;
        background: inherit !important;
        color: darkcyan;*/
    }

.x-psp-message {
    font-weight: bold;
    line-height: 1.2em;
    margin: auto;
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    overflow: hidden;
}

.x-psp-hint {
    word-break: break-word;
}

.x-psp-dialog {
    padding: 0;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    border-radius: 2px;
}

.x-psp-dialog-container {
    padding: 5px;
}

.x-psp-dialog-header {
    padding-left: 0.4em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    color: white;
    background-image: linear-gradient(to bottom,#2e3246 0,#242736 100%);
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.x-psp-dialog-footer {
    line-height: 2em;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 5px;
}

.x-select-dialog {
    padding: 0;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    border-radius: 2px;
}

.x-select-item {
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-family: monospace;*/
    font-size: 1.1rem;
    white-space: nowrap;
    padding-left: 0.4em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/* fatal error form */
.x-fatal-container {
    padding: 0.5em;
}

.x-fatal-header {
    color: darkred;
    font-size: larger;
    font-weight: bold;
    text-align: left;
    line-height: 2em;
}

.x-fatal-caption {
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

.x-fatal-message {
    color: dimgray;
    font-size: smaller;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.4em;
    max-height: 3.6em;
    overflow-y: auto;
}

.x-fatal-hint {
    color: dimgray;
    font-size: smaller;
    font-style: italic;
    line-height: 1.2em;
    max-height: 28em;
    overflow-y: auto;
    overflow-wrap: break-word;
}

.x-fatal-button {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* popup container */

.x-popup-content {
    padding:5px;
}

a.x-popup-button.km-listview-link:after {
    content: none;
}

.x-popup-container {
    max-height: 20em;
}

.x-popup-listview {
    background-color: white;
    border-style: solid;
    border-color: darkgray;
}

    .x-popup-listview li {
        padding: .3em .84em .3em .84em !important;
    }

    .x-popup-listview .x-popup-button {
        color: black !important;
        font-size: smaller !important;
    }

        .x-popup-listview .x-popup-button > span {
            line-height: 1.1em;
            vertical-align: middle;
        }




/* messages */
.x-message-list {
    margin-right: 0.84em;
    margin-left: -0.6em;
}

    .x-message-list .x-message-header {
    }

    .x-message-list .x-message-title {
        font-size: smaller;
        line-height: 1.2em;
        color: black;
    }

    .x-message-list .x-message-title-badge {
        font-size: smaller;
        line-height: 1.2em;
        color: black;
        font-weight: bold;
    }

    .x-message-list .x-message-subject {
        font-size: 0.7em;
        line-height: 1.2em;
        color: black;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 5px;
    }

    .x-message-list .x-message-description {
        font-size: small;
        color: dimgray;
        line-height: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 1.2em;
        /*font-family: monospace;*/
        white-space: nowrap;
        margin-top: 2px;
    }

.x-message-header {
    margin-right: 0.84em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: dimgray;
    margin-bottom: 0.2em;
}

    .x-message-header .x-message-title {
        font-size: 1em;
        line-height: 1.2em;
        color: black;
        margin-top: 0.2em;
        font-weight: bold;
    }

    .x-message-header .x-message-subject {
        font-size: 0.9em;
        line-height: 1.2em;
        color: black;
        margin-right: 5px;
        margin-top: 0.2em;
        margin-bottom: 0.4em;
    }

    .x-message-header .x-message-info {
        font-size: small;
        color: dimgray;
        line-height: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 1.2em;
        /*font-family: monospace;*/
        white-space: nowrap;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }

.x-message-body {
    font-size: 1em;
    line-height: 1.2em;
    color: black;
}

.x-message-badge {
    font-size: x-small !important;
    color: white;
    background-color: red;
    border: 0;
    min-width: 1.812em;
    line-height: 1.812em;
    border-radius: 5em;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    font-size: .6rem;
    text-shadow: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/* forms */
.x-hyphen {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.x-attention {
    color: red !important;
}

.x-success {
    color: green !important;
}

.x-separator {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}

    .x-separator .small {
        margin-bottom: 0.2em;
        margin-top: 0.1em;
    }

    .x-separator .line {
        border-style: solid;
        border-width: thin;
        border-top-width: 1px;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        margin-left: 2px;
        margin-right: 2px;
        line-height: 0.2em;
    }

.x-formheader {
    position: relative;
    top: 0;
}

.x-formheader {
    position: relative;
    bottom: 0;
}

.x-flex-row-display {
    display: flex;
    flex-direction: row;
    height: 2.2em;
    line-height: 1.2em !important;
}

.x-flex-content50 {
    width: 50%;
}

.x-flex-content-klasse-img {
    float: left;
    width: 30px;
    line-height: 2em;
}

    .x-flex-content-klasse-img img {
        max-width: 100%;
        height: auto;
        text-align: right;
        /*vertical-align: middle;*/
    }


.x-flex-content-klasse-cb {
    float: left;
    width: 80%;
}



.x-flex-row-display-content {
    display: flex;
    flex-direction: column;
    padding-top: 0em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-bottom: 0em;
    width: 50%;
}

    .x-flex-row-display-content input {
        position: unset !important;
        margin-top: 0.5em !important;
        margin-bottom: 0em !important;
        width: 100% !important;
        /*font-family: monospace !important;*/
    }

    .x-flex-row-display-content label {
        position: unset;
        font-size: small;
        margin-bottom: 0.4em;
        margin-top: 0.4em;
    }

    .x-flex-row-display-content img {
        position: unset;
        margin-bottom: 0.4em;
        margin-top: 0.4em;
        height: 30px;
        width: 30px;
    }

form.x-form li.groupheader {
    color: black;
    background-color: oldlace;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    line-height: 1em
}

    form.x-form li.groupheader > label {
        font-weight: bold;
        font-size: smaller;
    }

        form.x-form li.groupheader > label.small {
            font-weight: normal;
            font-size: small;
        }

form.x-form li.fieldset.borderless {
    border: 0;
}

form.x-form li.fieldset.nobottomborder {
    border-bottom-width: 0px !important;
}


form.x-form li.fieldset {
    display: flex;
    flex-direction: column;
    padding-top: 0em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-bottom: 0em;
    width: 100%;
}

    form.x-form li.fieldset input[type=checkbox] {
        position: unset !important;
        margin-top: 0.2em !important;
        margin-bottom: 0em !important;
        width: 100% !important;
    }

    form.x-form li.fieldset input {
        position: unset !important;
        margin-top: 0.5em !important;
        margin-bottom: 0em !important;
        width: 100% !important;
        /*font-family: monospace !important;*/
        /*color: black;*/
    }

    form.x-form li.fieldset textarea {
        position: unset !important;
        margin-top: -0.2em !important;
        margin-bottom: 0.5em !important;
        width: 100% !important;
        /*font-family: monospace !important;*/
        font-size: 1.2rem !important;
    }


    form.x-form li.fieldset .km-buttongroup {
        position: unset !important;
        border-right-width: 1px !important;
        border-right-color: rgb(156, 166, 166) !important;
        margin-top: 0.3em !important;
        margin-bottom: 0.8em !important;
        width: 100% !important;
        /*font-family: monospace !important;*/
    }

    form.x-form li.fieldset label {
        position: unset;
        font-size: small;
        margin-bottom: 0.4em;
        margin-top: 0.4em;
        color: black;
    }

        form.x-form li.fieldset label.x-topright {
            position: absolute;
            top: 0;
            right: 5px;
        }

        form.x-form li.fieldset label.bold {
            font-weight: bold;
        }

        form.x-form li.fieldset label.km-checkbox-label {
            font-size: 1em;
            /*font-family: monospace;*/
            line-height: 1.1em;
            min-height: 2em;
            padding-top: 0.2em;
        }

    form.x-form li.fieldset .x-separator {
        margin-bottom: 0.4em;
        margin-top: 0.4em;
    }

        form.x-form li.fieldset .x-separator.small {
            margin-bottom: 0.2em;
            margin-top: 0.1em;
        }

        form.x-form li.fieldset .x-separator.line {
            border-style: solid;
            border-width: thin;
            border-top-width: 1px;
            border-left-width: 0;
            border-right-width: 0;
            border-bottom-width: 0;
            margin-left: 2px;
            margin-right: 2px;
            line-height: 2px;
            margin-bottom: -4px;
            border-color: lightgray;
        }


    form.x-form li.fieldset .x-info {
        position: unset;
        font-size: small;
        margin-bottom: 0.4em;
        margin-top: 0.4em;
    }

    form.x-form li.fieldset .x-select-wrapper {
        line-height: 1.2em;
        height: 1.2em;
        margin-bottom: 2px;
        cursor: pointer;
    }

    form.x-form li.fieldset .x-select-text {
        /*font-family: monospace;*/
        font-size: 1.1rem;
        float: left;
        width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-left: 0.1em;

    }

    form.x-form li.fieldset .x-select-status {
        float: right;
        font-size: larger;
    }

    form.x-form li.fieldset .k-dropdown {
        position: unset !important;
        margin-top: 0.5em !important;
        margin-bottom: 0em !important;
        width: 100% !important;
        /*font-family: monospace !important;*/
    }

    form.x-form li.fieldset .k-dropdown-wrap {
        padding: 0 !important;
    }

    form.x-form li.fieldset .k-dropdown > span.k-dropdown-wrap {
        margin-top: -0.8em;
        width: 100%;
    }

    form.x-form li.fieldset .k-dropdown span.k-dropdown-wrap > span.k-input {
        line-height: 1.2em;
        text-indent: 0;
        font-size: 1rem;
    }

    form.x-form li.fieldset .k-dropdown span.k-dropdown-wrap > span.k-select {
        line-height: 1.2em;
        width: 24px;
        display: inline-block;
    }

    form .x-form li.fieldset .k-dropdown span.k-dropdown-wrap.k-state-active > span.k-input {
        color: darkgray !important;
    }

    form.x-form li.fieldset .k-dropdown > span.k-dropdown-wrap.k-state-active > span.k-input {
        color: darkgray !important;
    }

    form.x-form li.fieldset .x-required::after {
        content: " * ";
        color: red;
    }

    form.x-form li.fieldset .km-checkbox-label {
        position: relative !important;
    }

    form.x-form li.fieldset .km-radio-label {
        position: relative !important;
    }

    form.x-form li.fieldset .km-button .x-button {
        margin-bottom: 1em !important;
        margin-top: 0em !important;
        margin-right: auto;
        margin-left: auto;
    }

    .x-button-small {
        padding-top: 0.3em!important;
        padding-bottom: 0.3em!important;
    }


    form.x-form li.fieldset .k-button {
        text-transform: none !important;
    }

form.x-form label.error, label.error {
    color: red !important;
    font-style: italic;
    position: absolute !important;
    margin-right: 0px;
    right: 10px;
    top: -1px;
    max-width: 70%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* fixed form (no scrolling) */
.x-fixedform {
    position: absolute;
    top: 5px;
    left: 10px;
    right: 10px;
    bottom: 5px;
}

    .x-fixedform.no-margins {
        top: 0;
        left: 0;
        right: 0;
        bottom: 5px;
    }

    .x-fixedform form.x-form {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

        .x-fixedform form.x-form .header {
            flex-shrink: 0;
        }

        .x-fixedform form.x-form .content {
            flex-grow: 1;
            overflow-y: auto;
            overflow-x: hidden;
            min-height: 2em;
            margin-top: .2em;
            margin-bottom: .2em;
        }

        .x-fixedform form.x-form .footer {
            flex-shrink: 0;
        }

            .x-fixedform form.x-form .footer ul {
                padding-inline-start: 0;
            }

/* main menu */

.x-main-menu {
    margin-top: -0.3em;
}
.x-main-menu .km-group-title {
    padding-left: 0.39em;
    padding-top: 0;
    padding-bottom: 0;
}

.x-main-menu > li.km-group-container > div.km-group-title {
    background-color: antiquewhite;
}


.x-main-menu li {
    padding-top: 0.3em !important;
    /*padding-right: 0.6em !important;*/
    padding-bottom: 0.3em !important;
}

.x-main-menu .km-listview-link {
    padding-left: 1.5em !important;
    padding-right: 1.4em !important;
}

    .x-main-menu .km-listview-link .x-title {
        font-size: large;
        line-height: 1.2em;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .x-main-menu .km-listview-link .x-description {
        color: dimgray;
        font-size: smaller;
        line-height: 1.2em;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .x-main-menu .km-listview-link .x-status {
        color: dimgray;
        font-size: small;
        line-height: 1.2em;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .x-main-menu .km-listview-link .x-badge {
        font-size: large;
        display: none;
        position: absolute;
        left: 0.5em;
        top: 0.6em;
    }

        .x-main-menu .km-listview-link .x-badge.x-red {
            display: block !important;
            color: darkred;
        }

        .x-main-menu .km-listview-link .x-badge.x-orange {
            display: block !important;
            color: orange;
        }

        .x-main-menu .km-listview-link .x-badge.x-violet {
            display: block !important;
            color: violet;
        }

        .x-main-menu .km-listview-link .x-badge.x-green {
            display: block !important;
            color: forestgreen;
        }

        .x-main-menu .km-listview-link .x-badge.x-yellow {
            display: block !important;
            color: yellow;
        }

        .x-main-menu .km-listview-link .x-badge.x-blue {
            display: block !important;
            color: cornflowerblue;
        }


.x-main-menu .km-group-title .km-icon {
    display: inline-block;
    font-size: .9em;
    margin-left: -.1em;
    margin-right: .3em;
}

    .x-main-menu .km-group-title .km-icon:after {
        font-family: "widgets";
        speak: none;
    }



/* sub menu */
.x-sub-menu li {
    padding: .3em .84em .3em .84em !important;
}

.x-sub-menu > li.km-group-container {
    padding: 0 !important;
}

    .x-sub-menu > li.km-group-container > div.km-group-title {
        padding: .3em .84em .3em .84em !important;
        font-size: inherit;
        background-color: antiquewhite;
    }

.x-sub-menu .km-listview-link {
    padding-left: 1em !important;
    padding-right: 1.4em !important;
}

    .x-sub-menu .km-listview-link .km-icon {
        font-size: smaller;
    }

    .x-sub-menu .km-listview-link .x-title {
        color: dimgray;
        font-size: smaller;
        line-height: 1.3em;
    }

    .x-sub-menu .km-listview-link .x-description {
        color: dimgray;
        font-size: smaller;
        line-height: 1.3em;
    }

.x-item-list li {
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
}

.x-item-list .km-listview-link {
    padding-left: 0.2em !important;
    padding-right: 1.4em !important;
}


.x-data-item {
    margin-left: 0.4em;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .x-data-item .x-title {
        font-size: smaller;
        color: black;
        line-height: 1.2em;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .x-data-item .x-info {
        font-size: small;
        color: dimgray;
        line-height: 1em;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.x-info-icontext > span {
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.x-info-popup {
    background: transparent!important;
}

.x-info-popup .km-content {
    /*background-color: ghostwhite;*/
    font-size: small !important;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 12%);
    margin: 10px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
}
/* password validation */
li.x-password-ok {
    color: darkgreen;
    text-decoration: line-through;
    text-decoration-color: dimgray;
    list-style: circle;
}

li.x-password-fail {
    color: darkred;
}

/* file upload */
.x-fileupload-small {
    margin-bottom: 0.4em;
}

    .x-fileupload-small .x-wrapper {
        margin-top: -1.8em;
    }

    .x-fileupload-small input {
        width: 0.1px !important;
        height: 0.1px !important;
        opacity: 0;
        overflow: hidden;
        position: absolute !important;
        z-index: -1 !important;
    }


    .x-fileupload-small .x-buttons {
        display: flex;
    }

    .x-fileupload-small .km-button {
        margin-left: 0 !important;
        margin-right: 0.35em !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 0.35em !important;
        padding-right: 0.35em !important;
        padding-top: 0.1em !important;
        padding-bottom: 0.1em !important;
    }

    .x-fileupload-small .x-file-statusicon {
        text-align: right;
        font-size: 24px;
        margin-right: 0;
        margin-left: auto;
    }

    .x-fileupload-small .k-progress {
        height: 2px;
        margin-top: 4px;
        margin-bottom: 2px;
        background-color: darkblue;
    }

    .x-fileupload-small .x-fileinfo {
        display: flex;
        position: relative;
        white-space: nowrap;
        width: 100%;
        padding: 0;
        font-size: smaller;
        margin-top: 0.4em;
        border: 0;
    }

        .x-fileupload-small .x-fileinfo .k-icon {
            font-size: 28px;
            /* color: #d6d6d6; */
            color: lightblue;
        }

    .x-fileupload-small .x-file-statustext {
        font-size: small;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 1.2em;
        line-height: 1.2em;
    }


.x-fileupload-medium {
    margin-bottom: 0.4em;
}

    .x-fileupload-medium .x-wrapper {
        margin-top: -1.8em;
    }

    .x-fileupload-medium input {
        width: 0.1px !important;
        height: 0.1px !important;
        opacity: 0;
        overflow: hidden;
        position: absolute !important;
        z-index: -1 !important;
    }


    .x-fileupload-medium .x-buttons {
        display: flex;
        height: 1.8em;
    }

    .x-fileupload-medium .km-button {
        margin-left: 0 !important;
        margin-right: 0.35em !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 0.35em !important;
        padding-right: 0.35em !important;
        padding-top: 0.1em !important;
        padding-bottom: 0.1em !important;
        height: 1.8em !important;
    }

    .x-fileupload-medium .x-file-statusicon {
        text-align: right;
        font-size: 24px;
        margin-right: 0;
        margin-left: auto;
    }

    .x-fileupload-medium .k-progress {
        height: 2px;
        margin-top: 4px;
        margin-bottom: 2px;
        background-color: darkblue;
    }

    .x-fileupload-medium .x-fileinfo {
        display: flex;
        position: relative;
        white-space: nowrap;
        width: 100%;
        padding: 0;
        font-size: smaller;
        margin-top: 0.4em;
        border: 0;
        height: 2.5em;
    }

        .x-fileupload-medium .x-fileinfo .k-icon {
            font-size: 28px;
            color: lightblue;
        }

    .x-fileupload-medium .x-file-statustext {
        font-size: small;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 1.4em;
        line-height: 1.2em;
        margin-left: 0.1em;
    }

.x-flex-grow {
    flex-grow: 1;
}

/* Document list */
.x-document-list {
    display: flex;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    font-size: smaller;
    margin-top: 0.4em;
    border: 0;
    line-height: 1.2em;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .x-document-list .k-icon {
        font-size: 28px;
        align-self: center;
        margin-right: 0.2em;
        color: lightblue;
        flex-shrink: 0;
    }

    .x-document-list .x-title {
        font-size: inherit !important;
        color: black;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .x-document-list .x-info {
        font-size: small;
        color: dimgray;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.x-fileupload {
    margin-bottom: 0.4em;
}

    .x-fileupload input {
        width: 0.1px !important;
        height: 0.1px !important;
        opacity: 0;
        overflow: hidden;
        position: absolute !important;
        z-index: -1 !important;
    }

    .x-fileupload .x-wrapper {
        line-height: 1.4em;
        margin-top: -2.1em;
    }

    .x-fileupload .x-buttons {
        width: 100%;
    }

    .x-fileupload .km-button {
        width: 50%;
        padding-left: 0.35em !important;
        padding-right: 0.35em !important;
        padding-top: 0.1em !important;
        padding-bottom: 0.1em !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }


    .x-fileupload .x-fileinfo {
        display: flex;
        position: relative;
        white-space: nowrap;
        width: 100%;
        padding: 0;
        font-size: smaller;
        margin-top: 0.4em;
        border: 0;
    }

        .x-fileupload .x-fileinfo .k-icon {
            font-size: 28px;
            /* color: #d6d6d6; */
            color: lightblue;
        }



    .x-fileupload .x-file-statusicon {
        text-align: right;
        font-size: 24px;
        top: -28px;
        display: block;
        margin-bottom: -26px;
        margin-left: auto;
    }


    .x-fileupload .x-file-statustext {
        font-size: small;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 1.2em;
        line-height: 1.2em;
    }

.x-file-statustext.error {
    color: red;
}

.x-fileupload .k-progress {
    height: 2px;
    margin-top: 4px;
    margin-bottom: 2px;
    background-color: darkblue;
}

/* lazy image */
.x-lazyimage {
    text-align: center;
    background-color: white;
    margin-top: -0.4em;
    display: flex;
    justify-content: center;
    height: 100%;
}

    .x-lazyimage > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        align-self: center;
    }

    .x-lazyimage .x-status {
        color: lightblue;
        margin: auto;
        font-size: 48px;
    }

.x-separator-line {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #dfe1e2;
    margin: 0.2em 0;
}

.x-label.bigcenter {
    font-size: medium!important;
    line-height: 1.5rem;
    text-align: center;
}

input.km-checkbox:checked + .x-checkbox-label:after {
    content: "\e227";
    font-size: 1em;
    line-height: 1em;
    font-family: "Kendo UI";
    color: #ff4350;
    border-color: black;
}

.x-checkbox-label {
    padding-top: 2px;
    position: relative !important;
    margin-left: 14px;
    padding-left: 24px;
    line-height: normal !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .x-checkbox-label.left {
        margin-left: 0;
    }


    .x-checkbox-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.1em;
        height: 1.1em;
        border-width: .133rem;
        border-style: solid;
        border-radius: 3px;
    }

    .x-checkbox-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.1em;
        height: 1.1em;
        border-width: .133rem;
        border-style: solid;
        border-radius: 3px;
        /*color: #dee7ec;*/
        color: black
    }

input.km-checkbox:disabled + .x-checkbox-label:after {
    color: lightgray;
}

input.km-checkbox:disabled + .x-checkbox-label {
    color: lightgray;
}




input.km-radio:checked + .x-radio-label:after {
    content: "\e227";
    font-size: 1em;
    line-height: 1em;
    font-family: "Kendo UI";
    color: #ff4350;
    border-color: #dee7ec;
    border-radius: 50%;
}

.x-radio-label {
    padding-top: 0;
    position: relative !important;
    margin-left: 14px;
    padding-left: 28px;
    line-height: normal !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .x-radio-label.left {
        margin-left: 0;
    }

    .x-radio-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.1em;
        height: 1.1em;
        border-width: .133rem;
        border-style: solid;
        border-radius: 50%;
    }

    .x-radio-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.1em;
        height: 1.1em;
        border-width: .133rem;
        border-style: solid;
        border-radius: 50%;
        color: #dee7ec;
    }


.x-info-button {
    position: absolute;
    right: 5px;
    top: 0;
    color: lightblue;
    border: 0;
    font-size: x-large;
    z-index: 999;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}


/* special sizes for  images */
.x-fe-bild {
    height: 90px;
}

.x-fe-unterschrift {
    height: 45px;
}


.x-stretchcontainer {
    background-color: orange;
    overflow-y: hidden;
}

    .x-stretchcontainer .km-listview-wrapper {
        height: 100%;
    }

    .x-stretchcontainer .km-listview {
        height: 100%;
        overflow-y: auto;
    }


.x-npa-button {
    background-image: url("../img/AusweisApp2_Bildmarke_Symbol.png") !important;
    background-size: 20px 20px !important;
    background-position: center left 4px !important;
    background-repeat: no-repeat !important;
}
