﻿/*================================
    Kendo Klassen Überschreibungen !!
  ================================*/
.form-navpane-buttons .k-button {
    padding: 4px 9px;
    line-height: 0.714286;
    justify-content: right;
}

.k-button {
    padding: 0px 5px;
    line-height: 24px;
    justify-content: right;
}

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: progress;
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
}

.k-grid td.k-state-focused {
    box-shadow: inset 0 0 0 1px transparent !important;
}

.k-window-titlebar.k-header {
    background: #009df3;
    color: white;
}


/*==============================================
    Combobox / Dropdownlist 
  ===============================================*/
.k-dropdown-wrap .k-input {
    display: flex;
    align-items: center;
    height: 22px;
    line-height: 21px;
    padding: 0 1px 0;
    margin-top: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
}

.k-dropdown-wrap .k-select {
    height: 23px;
    line-height: 21px;
    padding: 0 1px 0;
}

.k-dropdown-wrap .k-state-focused {
    background-color: aliceblue !important;
}

.x-combobox-wrapper {
    height: 26px;
    width: 100%;
}

    .x-combobox-wrapper.x-invalid * {
        background-color: #FFF0F0 !important;
    }

    .x-combobox-wrapper > .k-dropdown-wrap > .k-input {
        padding-left: 0px;
    }

    .x-combobox-wrapper > .k-dropdown-wrap > input.k-input {
        padding-left: 0px;
    }

    .x-combobox-wrapper.x-browser-edge > .k-dropdown-wrap > .k-input {
        padding-left: 0;
    }

        .x-combobox-wrapper.x-browser-edge > .k-dropdown-wrap > .k-input > .x-dropdownlist-icon {
            padding-left: 9px;
        }

        .x-combobox-wrapper.x-browser-edge > .k-dropdown-wrap > .k-input > span.k-state-default {
            margin-left: -9px;
        }

    .x-combobox-wrapper.x-browser-mozilla > .k-dropdown-wrap > .k-input {
        padding-left: 0px;
    }

        .x-combobox-wrapper.x-browser-mozilla > .k-dropdown-wrap > .k-input > .x-dropdownlist-icon {
            padding-left: 9px;
        }

        .x-combobox-wrapper.x-browser-mozilla > .k-dropdown-wrap > .k-input > span.k-state-default {
            margin-left: -9px;
        }

    .x-combobox-wrapper.x-browser-msie > .k-dropdown-wrap > .k-input {
        margin-left: -11px;
    }

        .x-combobox-wrapper.x-browser-msie > .k-dropdown-wrap > .k-input > .x-dropdownlist-icon {
            padding-left: 9px;
        }

        .x-combobox-wrapper.x-browser-msie > .k-dropdown-wrap > .k-input > span.k-state-default {
            margin-left: -9px;
        }

/*ul#entscheidung_listbox > li.k-item {
    display: flex;
    align-items: center;
}*/

.x-dropdown-disabled {
    cursor: default;
    background-color: #efefef70 !important; 
}
    .x-dropdown-disabled > span.k-state-disabled {
        color: #000;
    }
        .x-dropdown-disabled > span.k-state-disabled > span.k-input {
            color: #000;
        }

.x-customcontrol-wrapper > div > span.x-dropdown-disabled {
    background-color: #efefef25 !important;
}

.x-customcontrol-wrapper > div > span.x-combobox-wrapper.k-state-disabled,
.x-customcontrol-wrapper > div > span.x-combobox-wrapper.k-state-disabled > span.k-dropdown-wrap > input {
    color: #000;
}

.k-list-container > .k-list-scroller > ul.k-list > li.k-item {
    display: flex;
    align-items: center;
}
/*==========================================
    Switch / Checkbox ?
  ===========================================
*/
.k-switch {
    width: 5.5em;
    height: 26px;
}

.k-switch-handle {
    height: 20px
}

.k-checkbox:focus {
    box-shadow: none;
    border-color: #007cc0;
    background-color: bisque;
}

/*==========================================
    Numerische Textbox
  ===========================================
*/
/*===============================================
    Nummernfeld 
  ===============================================*/
.x-numeric-wrapper {
    background: white !important;
    width: 100%;
    height: 26px;
}

    .x-numeric-wrapper .x-numeric-input {
        line-height: 21px;
        height: 23px;
        padding: 0 1px 0;
    }

    .x-numeric-wrapper .k-expand-padding {
        height: 23px;
        padding: 0.5px;
    }

    .x-numeric-wrapper .x-invalid * {
        background-color: #FFF0F0 !important;
    }

.k-numeric-wrap .k-link {
    height: 11px;
}
/* Eingabe Feld */
/*===========================================
    Eingabefeld
 ============================================*/
.x-input-wrapper {
    width: 100%;
    height: 26px;
    padding: 0.5px;
}

    .x-input-wrapper > input {
        height: 23px;
        line-height: 23px;
        padding: 0 1px 0;
    }

    .x-input-wrapper.x-invalid * {
        background-color: #FFF0F0 !important;
    }

    .x-input-wrapper.k-state-disabled {
        background-color: #efefef70 !important;
    }
        .x-input-wrapper.k-state-disabled > input {
            color: #000 !important;
            background-color: transparent !important;
        }
        .x-input-wrapper.k-state-disabled > input.x-textbox:disabled {
            opacity: 1 !important;
        }

.x-input-wrapper-focused {
    border-color: #007cc0;
}

.x-customcontrol-wrapper > div > span.x-input-wrapper.k-state-disabled {
    background-color: #efefef60 !important;
}
    .x-customcontrol-wrapper > div > span.x-input-wrapper.k-state-disabled > input {
        color: #000 !important;
        background-color: #fff !important;
    }


/*============================================
    Textbox
  =============================================
*/
.x-textbox {
    height: 100% !important;
}

.x-textbox-override {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.x-textbox-button {
    height: 16px;
    width: 16px;
    padding: 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 5px;
    border: 0;
    cursor: pointer;
    outline: 0;
    background-size: 16px 16px;
    background-color: white;
    padding-left: 0.4em;
    margin-top: -2px;
}

    .x-textbox-button.x-icon-fax {
        padding-left: 2px;
    }

    .x-textbox-button:disabled {
        opacity: 0.2 !important;
        pointer-events: none;
    }

.x-textbox:disabled {
    color: darkgray !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
}


/*==============================================
    Common
  ==============================================
*/

.x-bold {
    font-weight: bold;
}

.x-right {
    text-align: right;
}

.x-large-font {
    font-size: large;
    height: 33px !important;
}

.x-content-right {
    float: right;
}

.x-center {
    text-align: center;
}

.x-pretty-align-left {
    margin-left: 10px;
}

.x-small {
    line-height: 13px !important;
    font-size: smaller;
}

.x-2lines {
    overflow: visible !important;
    height: 50px !important;
    white-space: normal !important;
}

.x-bar-line {
    clear: both;
    height: 7px;
    background-color: #007cc0;
}

.x-exp-temp-classes-vorgang {
    margin-left: -2px;
    margin-right: 3px;
    margin-bottom: 1px;
}

.x-exp-temp-classes-erlaubnisdokument {
    margin-left: -2px;
    margin-right: 2px;
    margin-bottom: 1px;
}

.x-wrapper {
    height: 26px;
}

/*==============================================
    Lable - Maske / Header
    ============================================
    */

/*Header*/
.x-header-label {
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
    white-space: nowrap;
}

.x-header-textblock {
    color: darkblue;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
    white-space: nowrap;
}

/* Formular*/
.x-form-label {
    line-height: 26px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
    height: 26px;
    white-space: nowrap;
}

.reduced-height {
    height: 20px !important;
    line-height: 20px !important;
}

.x-form-label-color {
    line-height: 26px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
    height: 26px;
    white-space: nowrap;
    color: darkblue;
}

.x-form-multiline-label {
    line-height: 16px;
    vertical-align: middle;
    text-overflow: ellipsis;
    display: block;
    margin-right: 2px;
    height: 26px;
}

.x-form-block {
    background-color: aliceblue;
    border-radius: 4pt;
    padding: 2pt;
}

.x-form-infotext {
    font-size: smaller;
    color: dimgrey;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: normal;
}


/*===============================================
    Textblock
  ===============================================
*/

.x-form-textblock {
    line-height: 25px;
    vertical-align: middle;
    color: darkblue;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
    height: 25px;
    white-space: nowrap;
}
    .x-form-textblock.red {
        color: red;
    }


.x-form-textblock-multiline {
    line-height: 16px;
    vertical-align: middle;
    color: darkblue;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
    min-height: 25px;
    white-space: nowrap;
}

.x-form-textblock-html {
    color: black;
    font-size: smaller;
}

.x-form-textblock-label {
    color: gray;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: smaller;
}

.x-form-textblock-data {
    color: darkblue;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 2px;
}

.x-textblock-wrapper {
    height: 26px;
    margin-right: 2px;
    vertical-align: top;
    display: block;
}

.x-form-title {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.x-textblock-pretty-left-align {
    margin-left: 10px;
}


/*===============================================
    Autocomplete
  ===============================================
*/
.x-autocomplete-wrapper {
    background: white !important;
    width: 100%;
    padding-left: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 26px;
}

    .x-autocomplete-wrapper > input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right-color: rgb(219, 219, 222) !important;
        border-right-style: solid !important;
        padding: 0 !important;
        height: 21px;
        margin-top: 1px !important;
    }

    .x-autocomplete-wrapper .k-i-loading {
        bottom: 4px;
    }

.x-autocomplete-wrapper.k-state-disabled {
    background-color: #efefef70 !important;
    color: #000 !important;
}
    .x-autocomplete-wrapper.k-state-disabled > input {
        background-color: transparent !important;
    }

.x-customcontrol-wrapper > div > span.x-autocomplete-wrapper.k-state-disabled {
    background-color: #fff !important;
}
    .x-customcontrol-wrapper > div > span.x-autocomplete-wrapper.k-state-disabled > input {
        color: #000 !important;
    }

/*===============================================
    Input with Button
  ===============================================
*/
.x-inputwithbutton-wrapper {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 26px;
    background-color: white;
    padding-right: 2.3em !important;
}

    .x-inputwithbutton-wrapper > input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right-color: rgb(219, 219, 222) !important;
        border-right-style: solid !important;
        padding: 1px !important;
        height: 21px !important;
        margin: 1px;
    }

    .x-inputwithbutton-wrapper.x-invalid > .x-inputwithbutton-input {
        background-color: transparent !important;
    }

    .x-inputwithbutton-wrapper.x-invalid > .x-textbox-button {
        background-color: transparent !important;
    }

.x-inputwithbutton-multiline-wrapper {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 26px;
    background-color: white;
}

    .x-inputwithbutton-multiline-wrapper.k-textbox {
        border: none !important;
        height: 100% !important;
    }

.x-input-input {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-right: 0px !important;
    border-right-style: solid !important;
    line-height: 1.65em !important;
    height: 1.65em !important;
    padding: 0 !important;
    text-indent: 0.2em !important;
}

.x-inputwithbutton-wrapper.k-state-disabled {
    background-color: #efefef70 !important;
}

    .x-inputwithbutton-wrapper.k-state-disabled > input {
        color: #000;
        background-color: transparent !important;
    }

    .x-inputwithbutton-wrapper.k-state-disabled > button {
        background-color: transparent !important;
    }

.x-customcontrol-wrapper > div > span.x-inputwithbutton-wrapper.k-state-disabled {
    background-color: #fff !important;
}


/*================================================
    DateTime 
  ================================================*/
/*===============================================
    DateTime
  ===============================================
*/
.x-datepicker-wrapper {
    background: white !important;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px;
}

    .x-datepicker-wrapper .k-picker-wrap {
        display: flex;
        align-items: center;
        height: 24px !important;
    }

    .x-datepicker-wrapper .k-select {
        line-height: 23px;
        border-left: none;
        height: 23px;
        margin-top: 1px;
        margin-right: 1px;
    }

    .x-datepicker-wrapper.x-invalid * {
        background-color: #FFF0F0 !important;
    }

.x-datetimepicker-wrapper {
    background: white !important;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px;
}

    .x-datetimepicker-wrapper .k-picker-wrap {
        display: flex;
        align-items: center;
        height: 24px !important;
    }

    .x-datetimepicker-wrapper .k-select {
        line-height: 23px;
        border-left: none;
        height: 23px;
        margin-top: 1px;
        margin-right: 1px;
    }

    .x-datetimepicker-wrapper.x-invalid * {
        background-color: #FFF0F0 !important;
    }

.x-date-input {
    height: 21px !important;
    width: 100% !important;
    margin-top: 1px !important;
    margin-left: 1px !important;
}

.x-datepicker-disabled {
    background-color: #efefef70 !important;
}

.x-picker-disabled {
    color: #000 !important;
}

.x-datepicker-wrapper > .k-picker-wrap.k-state-disabled {
    background-color: #efefef70 !important;
    color: #000 !important;
}
    .x-datepicker-wrapper > .k-picker-wrap.k-state-disabled > input.x-date-input {
        background-color: transparent !important;
        color: #000 !important;
    }

.x-datepicker-wrapper.x-datepicker-disabled > .x-picker-disabled.k-state-disabled > input {
    color: #000 !important;
}

.x-customcontrol-wrapper > div > span.x-datepicker-wrapper.x-datepicker-disabled > span.x-picker-disabled > input {
    color: #000 !important;
}


/*==============================================
    DataGrid
  ===============================================*/
.k-grid-header th.k-header {
    padding-left: 0.1em;
}

.k-grid tbody tr {
    height: 25px;
}

.k-grid td {
    white-space: nowrap;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px 1px 1px 1px;
    line-height: 1.4em;
}

    .k-grid td img {
        margin-top: 4px;
        padding-left: 3px;
    }

    .k-grid td .x-image-combobox-text {
        margin-top: 4px;
    }

.x-tdc-checkbox.k-edit-cell {
    padding: 1px 1px 1px 1px !important;
}

.k-grid-content table {
    position: relative;
}

.k-grouping-row td {
    background-color: aliceblue;
    cursor: pointer;
}

td.k-group-cell {
    background-color: white;
}

.x-datagrid.k-state-disabled {
    opacity: 0.7;
}

    .x-datagrid.k-state-disabled > .k-grid-toolbar > .x-datagrid-toolbar > .x-dg-toolbar-tabutton {
        opacity: 1;
    }

    .x-datagrid.k-state-disabled > .k-grid-content > table > tbody > tr {
        color: #333;
    }

.x-exp-datagrid {
    margin-top: 5px;
}

.x-exp-btn-datagrid {
    background: -webkit-linear-gradient(aliceblue, white) !important;
    background: -o-linear-gradient(aliceblue, white) !important;
    background: -moz-linear-gradient(aliceblue, white) !important;
    background: linear-gradient(aliceblue, white) !important;
}

.x-dg-toolbar-tabutton {
    cursor: pointer;
    margin-right: 5px !important;
    padding-right: 5px;
    height: 26px;
    opacity: 1;
    float: left;
}

.x-dg-toolbar-button {
    cursor: pointer;
    margin-right: 5px !important;
    padding-right: 3px;
    opacity: 1;
    float: left;
    height: 26px;
}

.x-dg-toolbar-separator {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #fff;
    margin: 1px 3px 1px 1px;
    height: 20px;
    position: relative;
    width: 0;
    float: left;
}

.x-dg-toolbar-button:hover:enabled {
    background-color: #fdeeb3;
    border-color: #F1C43F;
}

.x-dg-toolbar-tabutton:hover:enabled {
    background-color: #fdeeb3;
    border-color: #F1C43F;
}

.x-grid-compact td {
    line-height: 10px;
    padding: 0em;
}

.x-grid-compact tr {
    height: 15px !important;
}

    .x-grid-compact tr td {
        border-width: 0 0 0 0;
    }

.x-grid-compact .k-grid-header {
    display: none;
}

.x-grid-compact .k-widget {
    border-width: 0px;
}

.x-grid-no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.x-grid-no-scrollbar .k-grid-content {
    overflow-y: visible;
}

.x-dgctx-button {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    margin: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    background-color: transparent;
    border: 1px solid transparent;
}

    .x-dgctx-button:disabled {
        opacity: 0.2 !important;
    }

    .x-dgctx-button:hover {
        border: 1px solid #F1C43F;
        background: #fdeeb3;
        cursor: pointer;
    }

.x-dgctx-sprite {
    cursor: pointer;
    /*margin-top: -2px !important;*/
    margin-right: 0px !important;
    margin-left: 2px !important;
    vertical-align: middle;
    opacity: 1;
}


/*=========================================
    Tabstrip Reiter
  =========================================*/

.x-form-tab-pane {
    top: 0px;
    height: 0px;
    padding-left: 3px;
    background: #ffff;
    overflow: visible;
}

.x-tabstrip-div {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #007cc0;
    height: 27px;
    white-space: nowrap;
}

    .x-tabstrip-div .x-state-active {
        border-bottom-style: solid;
        border-bottom-color: white;
        border-bottom-width: 4px;
        border-left-color: #007cc0;
        border-top-color: #007cc0;
        border-right-color: #007cc0;
        color: #007cc0 !important;
        margin-left: 2px;
        margin-right: -2px;
        font-weight: normal;
    }

        .x-tabstrip-div .x-state-active:hover {
            background: #ffffff !important;
            color: #007cc0 !important;
            cursor: pointer;
        }

    .x-tabstrip-div .x-tabstrip-item-disabled {
        color: lightgray !important;
        border-bottom-style: none !important;
    }

        .x-tabstrip-div .x-tabstrip-item-disabled:hover {
            cursor: default !important;
        }

.x-tabstrip-item:hover {
    color: #007cc0 !important;
    background: linear-gradient(#f0faff 90%, #ffffff 100%);
    cursor: pointer;
}

/*.x-tabstrip-item {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 3px;
    padding-left: 3px;
    border-bottom-width: 4px;
    font-size: 13px;
    display: inline-block;
}
*/
.x-tabstrip-item {
    font-size: 13px;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    padding-left: 6px;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-left-color: lightgray;
    border-top-color: lightgray;
    border-right-color: lightgray;
    border-bottom-color: transparent;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 4px;
    margin-left: 0px;
    margin-right: -4px;
    margin-top: 3px;
}

.x-tabstrip-item-hidden {
    display: none !important;
}

.x-tabstrip-item-disabled {
    color: lightgray !important;
}

    .x-tabstrip-item-disabled:hover {
        color: lightgray !important;
        cursor: default !important;
    }

.x-form-tab-button {
    display: inline;
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 8pt;
    color: #444; /*border: 1px solid #eaedf1;*/
    border-bottom: 1px solid #b6babf;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
    z-index: 40;
}

.x-button-tabstrip {
    position: relative;
    top: 0px;
    right: 10px;
    float: right;
    display: flex;
    z-index: 1;
}

/*==============================================
    CheckBox
  ==============================================*/
.x-checkbox-2 {
    /*display: inline-flex;*/
    vertical-align: middle;
    border-width: 1px;
    border-style: dotted;
    border-color: transparent;
    line-height: 15px;
    padding-top: 2px;
}

div.x-checkbox-2 label {
    cursor: pointer;
    display: inline-flex;
    padding: 1px;
}

.x-checkbox-2-focused {
    border-color: blue;
}

div.x-checkbox-2 input {
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
}

.x-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    margin-top: 3px;
    /*margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;*/
}

/*Not needed after Update to new Kendo Version
.x-checkbox-label {
    padding-left: 22px !important;
}*/

.x-checkbox-multiline-label {
    margin-left: 20px !important;
    margin-top: -16px;
}

.k-checkbox-label:before {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}

.x-checkbox-aligment {
    padding-top: 3px;
}

.x-checkbox.k-state-disabled {
    color: #000;
}


/*==============================================
    RadioButton
  ==============================================*/
.x-radiobutton {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding-right: 5px;
    /*padding-top: 5px;*/
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.x-radiobutton-focused {
    /*	border: 1px dotted blue;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;*/
}

    .x-radiobutton-focused .k-radio-label:before {
        border-color: #007cc0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.x-radiobutton .k-radio-label:before {
    top: -1px !important;
    left: -1px !important;
    height: 12px;
    width: 12px;
}

.x-radiobutton-multiline-label {
    margin-left: 21px !important;
    margin-top: -32px !important;
}

.x-radiobutton-multiline {
    margin-bottom: -8px !important;
}

.x-radiobutton .k-radio-label {
    padding-left: 5px;
    line-height: 15px !important;
}

.x-radiobutton .k-radio:checked + .k-radio-label:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.x-radiobutton.k-state-disabled {
    color: #000; 
}



/*==============================================
    Leerräume / Row Seperator 
  ==============================================
*/
.x-form-rowseparator-mini {
    clear: both;
    height: 0px;
}

.x-form-rowseparator-mid-mini {
    clear: both;
    height: 2px;
}

.x-form-rowseparator {
    clear: both;
    height: 4px;
}

.x-form-rowseparator-mid-medium {
    clear: both;
    height: 6px;
}

.x-form-rowseparator-medium {
    clear: both;
    height: 8px;
}

.x-form-rowseparator-mid-large {
    clear: both;
    height: 10px;
}

.x-form-rowseparator-large {
    clear: both;
    height: 12px;
}

.x-form-rowseparator-line {
    clear: both;
    border-top: 1px solid darkgray;
    margin-top: 4px;
    margin-bottom: 6px;
}

/* ListItem*/
.x-listitem-container {
    overflow: auto;
}

.x-listitem-image {
    float: left;
    width: 30px;
    text-align: center;
}

.x-listitem-text {
    margin: 0 2px 0 32px;
    vertical-align: top;
}

.x-listitem-clear {
    clear: both;
}

/*==============================================
    Multiselect
  ==============================================*/

.k-multiselect-wrap .k-input {
    height: 25px;
    line-height: 23px;
    min-height: 21px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.k-multiselect-wrap li {
    min-height: 21px;
    margin: 2px 2px 2px;
    padding: 0px 10px 0px 0px;
}

    .k-multiselect-wrap li span {
        margin-right: 6px;
    }

.k-multiselect-wrap .k-select {
    padding-top: 0;
    line-height: 21px;
    height: 23px;
    position: absolute;
    top: -2px;
    bottom: 0px;
    right: -7px;
    padding: 0px 0px 1px 0px;
}


/* ===================================================================  */
/* xbs record navigator control 										*/
/* ===================================================================  */
.x-recordnavigator {
    text-align: center;
    line-height: 20px !important;
    height: 26px !important;
    padding: 1px;
    display: inline-block;
    float: right;
    background-color: white !important;
}

.x-rnav-button {
    background: 0;
    height: 20px;
    width: 20px;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border-color: transparent;
}

.x-rnav-button-icon {
    border: 0;
}

.x-rnav-button.x-aligned-button {
    margin-top: -2px;
}

.x-rnav-button:disabled {
    opacity: 0.2 !important;
    cursor: default !important;
    border-color: transparent;
}

.x-rnav-item {
    float: left;
    margin-left: 0.1em;
}

.x-rnav-separator {
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    height: 18px;
    width: 4px;
    border-right: 1px solid lightgray;
    vertical-align: middle;
}

.x-rnav-label {
    float: left;
    width: 45px;
    margin-left: 0.2em;
    margin-right: 0.1em;
    margin-top: 2px;
    margin-bottom: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
}


.x-button-container {
    position: absolute;
    top: 4px;
    right: 4px;
}

.x-datacontainer {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

.x-datacontainer-header {
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 1.5em;
}

.x-datacontainer-buttonitem {
    background-color: #f7f7f7;
    background-position: 50% 50%;
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    padding: 2px;
    cursor: pointer;
    width: auto !important;
}

    .x-datacontainer-buttonitem:hover {
        border-color: #bfbfbf;
        background-color: #eaeaea;
    }

.x-datacontainer-button {
    background-color: #f7f7f7;
    background-position: 50% 50%;
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    padding: 2px;
    cursor: pointer !important;
    width: auto !important;
    min-height: 24px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: block;
    position: relative;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

    /*.x-datacontainer-button:hover {
        border-color: #bfbfbf;
        background-color: #eaeaea;
    }*/

    .x-datacontainer-button.x-vorgang-warnung {
        cursor: default !important;
    }

    .x-datacontainer-button.x-aktuell-vorgang {
        cursor: default !important;
    }

    .x-datacontainer-button.x-aktuell-hinweise {
        cursor: default !important;
    }

    .x-datacontainer-button.x-vorgang-datenaustausch {
        cursor: default !important;
    }

    .x-datacontainer-button > .container_18 {
        background-color: transparent;
    }

        .x-datacontainer-button > .container_18 > .x-header-label {
            background-color: transparent;
        }

        .x-datacontainer-button > .container_18 > .x-form-label {
            background-color: transparent;
        }

        .x-datacontainer-button > .container_18 > .x-form-rowseparator {
            background-color: transparent;
        }

    .x-datacontainer-button > .container_16 > .x-form-label {
        background-color: transparent;
    }

    .x-datacontainer-button > .container_16 > .x-form-rowseparator {
        background-color: transparent;
    }

.x-ctx-indicator {
    position: absolute;
    right: 5px;
    top: 2px;
}


.x-i-scan:before {
    content: "\e155";
}

.x-i-signature:before {
    content: "\e157";
}

.x-scan-button {
    height: 24px;
    line-height: 22px;
    margin-top: 1px;
    padding-left: 10px;
    padding-right: 8px;
    margin-left: 5px;
}

.x-hdcapture-status {
    background-color: cornsilk;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    border-bottom-color: rgb(208, 217, 223);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(208, 217, 223);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(208, 217, 223);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(208, 217, 223);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(82, 90, 104, 0.2);
    box-shadow: 0 2px 3px 0 rgba(82, 90, 104, 0.2);
}

.x-hdcapture-status-error {
    background-color: #ff8c006e;
}

.x-hdcapture-status-info {
}

.x-hdcapture-status-icon {
}

.x-hdcapture-status-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.x-hdcapture-status-text {
    vertical-align: top;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    width: 90%;
    display: inline-block;
    margin-left: 5px;
    max-height: 62px;
    line-height: 15px;
    overflow: hidden;
}


.x-eu-karte {
    display: flex;
    border-style: solid;
    border-color: darkgrey;
    border-width: 1px;
    padding: 5px;
    border-radius: 4px;
    background-color: floralwhite;
    margin-top: 5px;
}

.x-threadinfo {
    line-height: 16px;
    vertical-align: middle;
}

.x-threadinfo-image {
    margin-right: 5px;
    vertical-align: middle;
}

.x-threadinfo-text {
    margin-right: 0;
    vertical-align: middle;
}


.x-datatabstrip .k-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.x-vorgang-massnahme {
    background-color: bisque;
}

.x-vorgang-erlaubnis {
    background-color: cornsilk;
}

.x-vorgang-warnung {
    background-color: #f4a4a4;
}

.x-aktuell-vorgang {
    background-color: honeydew;
}

.x-aktuell-hinweise {
    background-color: aliceblue;
}

.x-vorgang-unbekannt {
    background-color: lightpink;
}

.x-vorgang-massnahme-abgeschlossen {
    background-color: #999999;
}

.x-vorgang-erlaubnis-abgeschlossen {
    background-color: #d9d9d9;
}

.x-vorgang-unbekannt-abgeschlossen {
    background-color: lightpink;
}
