* {
    -moz-box-sizing: content-boxtent-box;
    -webkit-box-sizing: content-boxtent-box;
    -o-box-sizing: content-boxtent-box;
    box-sizing: content-boxtent-box;
}

.hiddenClass, .hiddenClass > label {
    display: none !important;
}

.floatRight {
    float: right;
}

.middleAllign {
    vertical-align: middle;
}

.unselectableClass {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.disabledClass { 
    position : relative;
    display: inline-block;
    color    : grey!important;
    border-color: rgba(200, 200, 200, 0.50)!important;
    background-color: rgba(200, 200, 200, 0.50)!important;
    pointer-events:none;
}

.disabledClass:after {
    position :absolute;
    left     : 0;
    top      : 0;
    width    : 100%;
    height   : 100%;
    content  :' ';
    border-color: rgba(200, 200, 200, 0.50);
    background-color: rgba(200, 200, 200, 0.50);
    color    : white;
    text-align: center;
}

/*.landScape {
    width: 100%;
    height: 100%;
    margin: 0% 0% 0% 0%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=3);
}*/

html, body, form, div#form { 
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: hidden;
}

/* die Rule "html, body, form, div#form" verbiegt für Grid-Filtermenüs benötigte Styles*/
div.k-animation-container form {
    height: initial;
    overflow: initial;
}

a img {
    border: none;
}

.logoLine {
    background-color: rgb(227,29,60);
    height: 8px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.height100, .height100b {
    overflow: hidden;
}

.autowidth {
    min-width: 0px !important;
    max-width: 100% !important;
    width: auto !important;
}

.editor-row {
    padding-bottom: 15px !important;
    height: 28px; /*border-bottom: 1px solid #ddf; */
}

.editor-row-layout {
    border: none;
    padding: 0px;
    margin: 0px;
    height: 0px;
    overflow: hidden;
}

.editor-field-under textarea {
    height: 50px;
}

.editor-fields-container {
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    table-layout: fixed;
    margin: auto;
}

.editor-label {
    padding: 3px 20px 3px 0px !important;
    width: auto !important;
    /*min-width: 80px !important;*/
    display: inline !important;
    vertical-align: middle;
    text-align: left !important;
    padding-left: 10px !important;
}

td.editor-label, td.editor-field {
    display: table-cell !important;
}

.editor-label-inner {
    padding: 3px 20px 3px 0px !important;
    line-height: 20px;
}

.editor-filler {
    width: 50px;
}

.editor-field {
    padding: 3px !important;
    overflow: hidden;
    display: inline !important;
    width: auto !important;
    white-space: nowrap;
}

.editor-field-inner {
    padding: 3px !important;
}

.editor-field-under, .editor-field-spaned {
    padding: 3px !important;
}

.mandatory label {
    font-weight: bold;
}

textarea {
    width: 100%;
    min-width: 80px;
    height: 100px;
    margin: 0px;
    resize: none;
    border: none;
    outline: none;
    overflow-x: hidden!important;
}

select {
    width: 100%;
    min-width: 80px;
    height: 100px;
    margin: 0px;
}

/* 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;
}
.exportbutton {
    float: right;
}

.action-chooser {
    margin: 10px;
}

.tableCellpadding10 td, .tableCellpadding10 th {
    padding: 10px;
}

.tableCellpadding7 td, .tableCellpadding7 th {
    padding: 7px;
}

.tableCellpadding5 td, .tableCellpadding5 th {
    padding: 5px;
}

.tableCompact td, .tableCompact th {
    padding: 0px;
}

.tableCompact {
    border-spacing: 0px;
    border-collapse: separate;
}

/* kendo overrides */
/* TODO: check */
.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;
}

.field-validation-error {
    vertical-align: top;
    padding-left: 4px;
    font-weight: bold;
}

/*
verursacht Layoutprobleme im Editmodus bei In-Line-Edit-Grids
.field-validation-valid {
    visibility: hidden;
    padding-left: 4px;
}
*/

.validation-summary {
    text-align: center;
}

    .validation-summary .k-textbox {
        text-align: left;
        width: auto;
        min-width: 0px;
        max-width: 100%;
        white-space: normal;
        padding: 4px;
    }

    .validation-summary ul {
        margin: 0px;
    }

    .validation-summary b {
        text-align: center;
        display: block;
    }

.scroller {
    overflow: auto;
}

.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;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*padding: 4px 10px;*/ /* Kendo 2021.3.1207*/
    /*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;
}

.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;
}

.MSVE_MapContainer {
    z-index: 0;
}

.k-window-titlebar, .k-window-title {
    line-height: normal !important;
    font-size: 1.1em !important;
    FONT-WEIGHT: 100;
}
/* Kendo 2021.1.119*/
    .k-window-titlebar /*.k-header*/ {
        padding: 1px 0 .3em 4px;
    }

    .k-window-titlebar > .k-window-actions {
        top: 2px;
        padding-right:0;
    }
    /* Kendo 2021.1.119*/
    .k-window-titlebar .k-window-actions{
        margin-right: 0;
        margin-left:0;
    }

.k-i-myminimize:before {
    content: "\e139"
}

.flag-de {
    background-image: url(/sperr-app-bis/Content/Images/flag_germany.png) !important;
}

.flag-uk {
    background-image: url(/sperr-app-bis/Content/Images/flag_united_kingdom.png) !important;
}

.flag-ro {
    background-image: url(/sperr-app-bis/Content/Images/flag_romania.png) !important;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.readonly {
    filter: alpha(opacity=70);
    opacity: .7;
}

.width250 {
    width: 250px !important;
}

.width280 {
    width: 300px;
}

.width350 {
    width: 350px !important;
}

.alignTop {
    vertical-align: top;
}

.text-top {
    vertical-align: top;
}

.text-bottom {
    vertical-align: bottom;
}

    .text-bottom label {
        line-height: 32px;
    }

.filterHigherScroller {
    top: -114px !important;
    overflow-y: auto !important;
    height: 150px !important;
    overflow-x: hidden !important;
    width: 228px !important;
}

.filterHigher {
    top: -114px !important;
}

.filterLower {
    top: -76px !important;
}

.redButton {
    background-color: red !important;
}

.width100Percent input[type="text"] {
    width: 100%;
}

.k-grouping-header {
    max-height: 28px;
    min-height: 28px;
    height: 28px;
}

.hideTrElementFR {
    display: none;
}

.k-window-content {
    overflow: hidden !important;
}

div.k-window-content {
    padding: .58em;
}

/* panel start*/
.panelButtonRow {
    display:inline-flex;
}

.panelButtonRow button{
    margin-right: 2px;
}

.panel-header {
    width: 100%;
    text-align: right;
}

.expander, .icon-button {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: 2px;
}

/*.icon-button:focus{
    outline:0px;
}*/

.icon-button-large {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: 2px;
}

.panelAction {
    height: 26px;
    vertical-align: top;
    display: inline-block;
}

.floatRight{
    float:right;
}

.panelActionLeft {
    height: 26px;
    vertical-align: top;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

.collapse {
    /*margin-top: 10px!important;*/
    margin-bottom: 5px !important;
    /*border: 2px solid #BFBFBF;*/
    /*background-color: #F2F2F2;*/
}

.panelTitle .panelHeaderTitle {
    float: left;
    background-color: transparent !important;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 120%;
    font-weight: bold;
}

.panelHeaderTitle {
    margin-left: 5px;
    font-size: 120%;
    font-weight: bold;
}

.content {
    padding: 5px;
}

/* panel end */

.car {
    margin-left: -12px;
    /*margin-top: -12px;*/
    /*visibility: hidden;*/
}

.carIcon {
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

.fleetIcon {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 8px;
    height: 8px;
    cursor: crosshair;
}

.carManagerCar {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    margin-top: -4px;
}


/* slider start*/
.ui-slider .ui-slider-handle {
    width: 2px !important;
}

.ui-slider-horizontal {
    height: auto !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.6em !important;
        margin-left: 0px !important;
    }
/* slider end */

/* start  grid panel */
.contentOfPanel {
    /*width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #F2F2F2;*/
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: left;
    border: 2px solid #BFBFBF;
}

.panelFilter {
    overflow: auto;
}

.contentOfPanelTableHeader {
    width: 100%;
    background-color: white;
    height: 34px;
}

.gridster li {
    /*background-color: #F2F2F2;*/
}

header {
   /* cursor: move;  // auskommentiert zewcks Kreuz als Cursor im Header bei Maps und Grid // */
   /* height: 34px; */
}

.panelHeaderBkg {
    height: 34px;
}
/* end grid panel */
#mapLoading, #mapConnectionLost {
    position: absolute;
    width: 64px;
    height: 64px;
    background-color: white;
    text-align: center;
    top: 34px;
    display: none;
}

#mapConnectionLost {
    margin-left: 5px;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    line-height: 64px;
    width: 200px;
}


#mapLoading img {
    margin-top: 16px;
}

.multiselect-filter {
    top: 40px !important;
    left: 7px !important;
}

.k-multiselect-wrap {
    padding-right: 0;
    min-height: 0;
}

.k-multiselect {
    border-width: 0;
} 

.k-dropdown .k-dropdown-wrap {
    height: 25px;
}

.largeContent input[type='text'] {
    width: 700px;
}

.largeContent .editor-fields-container {
    width: 100%;
    table-layout: auto;
}

.panelContent .editor-fields-container {
    float: left;
}

.panelContent > div > table {
    width: 100%;
}

.startButtonTd {
    text-align: right;
    display: table-cell; 
    vertical-align: middle
}

.stamp-button-base {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

    .stamp-button-base:hover, .stamp-button-disabled {
        background-image: url(/sperr-app-bis/Content/Images/rubberstamp_g.png);
    }

.stamp-button-enabled {
    background-image: url(/sperr-app-bis/Content/Images/rubberstamp.png);
}



.checked-button-yellow {
    background-color: #FFF200 !important;
}

.details-button-green {
    background-color: #8EBC00 !important;
}

.div-overlay {
    z-index: 120000;
    opacity: 0.2;
    background-color: black;
}

.filter-button {
    margin-left: 0.8em;
}

.border-div {
    border: 1px solid #BFBFBF;
    margin-left: 25px;
    margin-top: 15px;
    padding: 0px 5px 5px 5px;
}

    .border-div h1 {
        border: 1px solid #BFBFBF;
        text-align: center;
        background-color: #F2F2F2;
        margin-top: -10px;
        margin-left: 20px;
        height: 22px;
        width: 50px;
        line-height: 20px;
        font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #333333;
    }

.k-disabled, .k-disabled:hover {
    background-color: #E6E7E4 !important;
    background-image: none !important;
}

.no-round-corner {
    border-radius: 0px !important;
}

.k-multiselect-button {
    font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-indent: .33em;
}

.k-grid-header th.k-header {
    text-align: center !important;
    vertical-align: middle;
    white-space: normal;
}

.invoive-legend {
    margin: 5px;
}

    .invoive-legend span {
        font-size: 10px;
        vertical-align: middle;
    }

.invoice-legend-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.sum-line {
    font-weight: bold;
    color: #ffffff;
    background-color: #8C8C8C;
    border-color: #dbdbdb !important;
}

.info-button {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin: 2px;
    background-image: url(/sperr-app-bis/Content/Images/info_icon.png);
}

    .info-button:hover {
        background-image: url(/sperr-app-bis/Content/Images/info_icon_g.png);
    }

.history-button {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #8C8C8C; 
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: contain; 
    cursor: pointer;
    margin: 2px;
    background-image: url(/sperr-app-bis/Content/Images/history.png);
    border: 1px solid;
    border-color: #8C8C8C;
}

    .history-button:hover {
        background-image: url(/sperr-app-bis/Content/Images/history_g.png);
    }

.checked-button-small {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin: 2px;
    background-image: url(/sperr-app-bis/Content/Images/checked.png);
}

.unchecked-button-small {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin: 2px;
    background-image: url(/sperr-app-bis/Content/Images/unchecked.png);
}

.border-right {
    border-right-width: 1px !important;
}

.km-switch-container {
    cursor: pointer;
}

.button-header {
    width: 175px;
    height: 35px;
    font-size: 16px;
}

.button-header-250 {
    width: 250px;
    height: 35px;
    font-size: 16px;
}

.button-header-small {
    width: auto;
    height: 28px;
    font-size: 16px;
}

.grid-header-restore-button {
   background-image: url(/sperr-app-bis/Content/Images/clock_history_dark_16x16.png) !important;
}

.data-grid-history-button {
    background-image: url(/sperr-app-bis/Content/Images/clock_document_24x24.png) !important;
    border: 1px solid #BFBFBF;  
}

.data-grid-link-button {
    background-image: url(/sperr-app-bis/Content/Images/link_24x24.png) !important;
    background-color: #8C8C8C;
    border: 1px solid #BFBFBF;  
}

.k-multiselect-wrap li {
    width : 100%;
    margin : 0 0 0 0;
}



