﻿/* Kendo 2020.R2 Use native select element for responsive pager numbers dropdown */
.k-pager-wrap select {
    width: inherit !important;
    min-width: inherit !important;
    height: inherit;
    margin: inherit;
}

.k-i-expand-w:before {
    content: ""
}

.k-loading-mask {
    z-index: 20000;
}

.k-numerictextbox {
    width: 120px;
}

.k-datetimepicker {
    width: 200px;
}

.k-timepicker {
    width: 120px;
}

.k-datepicker {
    width: 120px;
}

.k-textbox {
    width: 200px;
}

    .k-textbox input {
        margin-right: 2px;
        border: none !important;
    }

    .k-textbox textarea {
        border: none !important;
    }

    .k-textbox select {
        border: none !important;
    }

.k-dropdown {
    width: 200px;
}

.k-dropdown-multiselect {
    /*should be with 26px less than k-dropdown*/
    width: 174px;
}

.k-multiselect-wrap {
    padding-right: 0;
    min-height: 0;
}

.k-multiselect {
    border-width: 0;
}

.k-dropdown .k-dropdown-wrap {
    height: 25px;
}
.k-textbox .scroller {
    margin-top: 5px;
    max-height: 70px;
    white-space: nowrap;
    padding-right: 30px;
    overflow: auto;
}

.k-grid-header .k-header {
    white-space: normal;
}

.k-button {
    line-height: normal;
    padding: 4px 10px;
    /*min-width: 80px;*/
}

    .k-button.k-bare {
        /*border-color: transparent !important;*/
        color: inherit !important;
        /*background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .7;*/
    }


.k-filter-menu label {
    display: block;
}

.k-pager-wrap .k-dropdown {
    width: 80px;
}

/* Anpassung Cursor wenn der Nutzer die Reihenfolge der Zeilen im Grid verändern kann */
.k-grid .k-grid-content tr[data-role="droptarget"] {
    cursor: grab;
}

.k-grid td {
    line-height: normal;
    border-width: 0 0 1px 1px;
}

.k-grid .k-grouping-row td {
    border-bottom-width: 1px;
}

.k-marked {
    color: blue;
}

.k-grid-tr-height-with-picture {
    height: 28px;
}

.k-editor-combobox .k-dropdown, .k-editor-selectbox .k-dropdown {
    width: 120px;
}

.k-splitter {
    z-index: 2;
}

.k-splitbar {
    z-index: 2;
}

.k-ghost-splitbar {
    z-index: 3;
}

.k-window-content {
    overflow: hidden !important;
}

div.k-window-content {
    /*padding: .58em;  20231127*/
    padding: .3em;
}

.k-window-titlebar, .k-window-title {
    line-height: normal !important;
    font-size: 1.1em !important;
    FONT-WEIGHT: 100;
}

.k-i-myminimize:before {
    content: "\e139"
}

.k-grouping-header {
    max-height: 28px;
    min-height: 28px;
    height: 28px;
}

.k-disabled, .k-disabled:hover {
    background-color: #E6E7E4 !important;
    background-image: none !important;
}

.k-multiselect-button {
    font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-indent: .33em;
}

.k-multiselect-wrap li {
    width: 100%;
    margin: 0 0 0 0;
}

.k-grid-header th.k-header {
    text-align: center !important;
    vertical-align: middle;
    white-space: normal;
}

form .k-invalid {
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.k-tooltip.k-popup {
    color: black;
    background-color: #99c319;
}