﻿:root {
  --title-background-Customer: #007EBE;
  --Customer-Color1: #007EBE;
  --Customer-Color2: #007EBE;
  --infoTextStart: 950px;
  --infoTextEnd: -950px;
  --selected-fontcolor: white;
  --button-font-color: white;
  --textcolor: black;
  --timeplan-slot-free: #88ba99;
  --timeplan-slot-full: transparent;
  --timeplan-slot-history: lightgray;
  --required-field: #007EBE;
  --timeplan-font-special-company-color: #002855;
  --timeplan-font-special-company-full-color: red;
}

.berthold{
  /*visibility: hidden !important;*/
}

html {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

input[placeholder], [placeholder], *[placeholder] {
  color: gray !important;
}

.table_top td {
  vertical-align: top;
  padding-left: 10px;
  height: 20px;
}

#detail-contgrp .k-dropdown {
  width: 550px;
}

body, textarea:not(.formular_field) {
  background-color: #fff;
  border-top: solid 0px #FFFFFF;
  color: var(--textcolor);
  font-size: .85em;
  font-family: Helvetica,"Segoe UI", Arial, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}

#body {
    border-top: solid 5px var(--Customer-Color1);
}

a {
  color: var(--textcolor);
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

  a.no-style, a.no-style:hover {
    color: #535353;
    text-decoration: none;
  }

  a, a:hover { /*company specific styles*/
    color: #999;
    text-decoration: none;
  }

    a:hover {
      text-decoration: underline;
    }

    a:focus {
      outline: none;
    }

header, footer, hgroup, nav, section {
  display: block;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.float-left {
  float: left;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

  h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
  }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* jquery datepicker changes */
.ui-datepicker-today {
  background-color: lawngreen;
}

.ui-datepicker-current-day {
    background-color: var(--Customer-Color1);
}
/* main layout
----------------------------------------------------------*/


#body {
  background-color: #ffffff;
  clear: both;
}

.main-content {
  padding-left: 0px;
  padding-top: 0px;
  margin: 0 5px 0 5px;
}

.featured + .main-content {
}

header .content-wrapper {
  padding-top: 20px;
}

footer {
    clear: both;
    font-size: .8em;
    border-top-color: var(--Customer-Color1);
    /*height: 100px;*/
}
/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Helvetica,Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0;
}

/*site-logo zu DispoTool.Layout.css*/
.site-logo {
  position: relative;
  margin-top: 25px;
  background-image: url('../Images/22/Logo.png');
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100%;
  border-right: solid 10px transparent !important;
  border-left: solid 10px transparent !important;
  height: 75px;
  width: 250px;
  margin-left: 5px;
  margin-right: 5px;
}

.site-title a, .site-title a:hover, .site-title a:active {
  background: none;
  color: #c8c8c8;
  outline: none;
  text-decoration: none;
}

.login {
  display: block;
  border-radius: 10px;
  font-size: .85em;
  text-align: left;
  width: 180px;
  /*height: 210px;*/
  background: white;
  box-shadow: 2px 3px 5px 3px #aaa;
  /*  margin-left: 78%; */
  /*  right: 150px; */
  left: 260px;
  position: absolute;
  top: 210px;
  z-index: 3;
}

  .login hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-bottom: 1px solid white;
    border-top: 1px solid #f0f0f0;
    border-width: 2px;
  }

  .login p {
    background: var(--title-background-Customer);
    color: var(--button-font-color);
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 0px;
    padding: 5px;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; /* standards-compliant: (IE) */
  }

  .login a {
    background-color: var(--title-background-Customer);
    color: var(--button-font-color);
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
  }

  .login ul {
    margin: +1em 0 -1em;
    padding: 0;
  }

  .login li {
    display: inline;
    list-style: none;
  }

  .login.button {
    border-radius: 6px 6px 0 0;
  }
/* login page */
#loginForm {
  float: left;
  margin-left: 10px;
  width: 100%;
}

  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }

  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
  }

  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
  }

  #loginForm input {
    width: 160px;
  }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
      width: 160px;
      color: var(--button-font-color);
      background-color: var(--title-background-Customer);
      border-radius: 6px 6px 6px 6px;
      /*background: linear-gradient(to bottom, #EF824D 0%,#EB6525 53%,#EA601F 100%);*/
    }

  #loginForm button {
    height: 25px;
    margin-top: 20px;
  }

#logoutForm {
  display: inline;
}

/* WE Kontakt Box */
.we-kontakt {
  display: none;
  border-radius: 10px;
  background-image: url('../Images/Kontakt.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 180px;
  height: 240px;
  /*  margin-left: 65%;
  position:relative; top:218px; */
  right: 450px;
  position: absolute;
  top: 200px;
  box-shadow: 2px 3px 5px 3px #aaa;
}

/* Language Menu */
#lng-menu {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
}

  #lng-menu ul {
    list-style: none;
    margin-top: 0px;
  }

  #lng-menu li {
    display: inline;
    padding: 0 5px;
  }

    #lng-menu li a {
      padding-left: 0px;
      color: #333;
    }


/* ============================================================ */
/* PLANNING */

.panel-wrap {
  display: table;
  margin: 0 0 0px;
  width: 95%;
  background-color: #ffffff;
  border: 0px solid #e5e5e5;
}

aside {
  width: 200px;
  vertical-align: top;
  padding: 10px 0px 0px 0px;
  display: table-cell;
  position: relative;
}

#plansorter ul {
  padding-left: 0px;
  -webkit-padding-start: 0px;
}

#plansorter li {
  list-style: none;
  list-style-type: none;
}

#plan-content {
  display: table-cell;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  width: 1040px;
  background-color: #ffffff;
  border: 0px solid #e5e5e5;
}

#plan-content-intern {
  display: table-cell;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  width: 1350px;
  background-color: #ffffff;
  border: 0px solid #e5e5e5;
  position: relative;
}

#plan-rightside {
  display: table-cell;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 10px;
  width: 250px;
  border: 0px solid #e5e5e5;
  overflow: hidden;
}

  #plan-rightside li {
    list-style: none;
    list-style-type: none;
  }

  #plan-rightside ul {
    -webkit-padding-start: 0px;
  }

  #plan-rightside h5 {
    font-weight: 100;
  }

#grid {
  border-radius: 5px;
  /* font-family: "DejaVu Sans"; */
}


.list_left {
  cursor: pointer;
  display: table;
  width: 180px;
  padding: 0px 10px 10px 10px;
  background-color: #ffffff;
}

.search-field {
  border-radius: 4px;
  margin-left: 5px;
  margin-bottom: 5px;
}

#orderMaterials {
  width: 256px;
  height: 335px;
  overflow: auto;
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
}

.alt-color {
  background-color: #EEE;
}

.listitem {
  height: 75px;
  overflow: hidden;
}

  .listitem h5 {
    margin: 0;
    padding: 3px 5px 0 0;
    max-width: 96px;
    line-height: 1.1em;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
  }

  .listitem h6 {
    font-weight: 400;
    line-height: 1.1em;
  }

  .listitem h3 {
    margin: 0;
    padding: 3px 5px 0 0;
    vertical-align: middle;
    font-weight: 500;
    font-size: 0.8em;
    line-height: 1.0em;
  }


.k-listview:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.GridNoHeader .k-grid-header {
  height: 0;
  border-bottom-width: 0;
  display: none;
  overflow: hidden;
}

.cell_detail {
  border: solid;
  border-width: 0px;
  border-radius: 4px;
  margin: 0;
  padding: 0px 0px;
  overflow: hidden;
  word-break: break-all;
  display: inline;
}

.txt-bold {
  font-weight: 700
}

.txt-bigger {
  font-size: larger
}

td.container > div {
  width: auto;
  height: 16px;
  overflow: hidden;
  vertical-align: top;
  margin: 0px;
}

td.container .txt-light {
  font-weight: 300
}

td.container .txt-bold {
  font-weight: 700
}

td.container .small {
  font-size: smaller
}

td.container .smaller {
  font-size: x-small
}

.k-grid td.container {
  padding: 0;
  border: 0px;
  line-height: 1.1em;
  height: 15px;
}

.k-grid .cell_detail table {
  border: 1px solid gray;
  border-radius: 5px;
  background-color: white;
  color: black;
}

.lightred-border {
  border: 1px solid red;
}

.red-cell {
  background-color: #C00000;
}

.yellow-cell {
  background-color: yellow;
}

.lightred-cell {
  background-color: red;
}

.brown-cell {
  background-color: saddlebrown;
}

.blue-cell {
  background-color: #0070C0;
}

.lightblue-cell {
  background-color: lightblue;
}

.green-cell {
  background-color: #92D050;
}

.orange-cell {
    background-color: var(--Customer-Color1);
}

.font_selected_color {
  color: var(--title-background-Customer);
}

.lightorange-cell {
  background-color: sandybrown !important;
}

.darkgray-cell {
  background-color: darkgray;
}

#plan-legende {
  font-size: smaller;
}

#anmelde-button.k-button:not(.km-button) {
  background-color: var(--Customer-Color1);
  font-size: 0.85em;
}

#btnExport.k-button:not(.km-button) {
  background-color: var(--Customer-Color1);
  font-size: 0.85em;
}

#filter1-button.k-button:not(.km-button) {
  background-color: var(--Customer-Color1);
}

.button_orange.k-button:not(.km-button) {
  background-color: var(--Customer-Color1);
}

#detail-speichern.k-button:not(.km-button) {
  background-color: var(--Customer-Color1);
  width: 200px;
  float: right;
}

span.listitem h5 {
  max-width: none !important;
}

span.listitem h6 {
  margin-top: 5px;
}

span.listitem h3 {
  white-space: normal !important;
  margin-left: 4px;
}

#details-container label {
  margin-right: 5px;
}

.detail-fields-div {
  display: inline-flex;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-top: 0px;
}

  .detail-fields-div label {
    padding-top: 5px;
  }

#details-container input {
  text-indent: .33em;
  border-radius: 3px;
}

#details-container textarea {
  text-indent: .33em;
  border-radius: 3px;
}

.hidden-item {
  display: none;
}

.required-field:not(.k-combobox) {
  border: 2px solid var(--required-field) !important;
  border-radius: 5px;
  padding: 1px;
}

#details-container .k-combobox .k-input {
  font-weight: 400;
  line-height: 1.1em;
  color: black;
}

.gcm-copyactive {
  color: orangered;
  font-weight: 600
}

/* leere Klassen für dynamische Zuweisung (Plan-Grid)*/
th.Mo {
}

td.Mo {
}

th.Di {
}

td.Di {
}

th.Mi {
}

td.Mi {
}

th.Do {
}

td.Do {
}

th.Fr {
}

td.Fr {
}

th.Sa {
}

td.Sa {
}

th.So {
}

td.So {
}

.Header_Orange {
  color: var(--Customer-Color1);
  font-size: x-large;
}

/* =============================================== */

#slide-in-plan-content {
  z-index: 99999;
  width: 310px;
  height: 525px;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 10px;
  background: transparent;
  margin: 0 auto;
  position: fixed;
  right: 0px;
  top: 240px;
  overflow: hidden;
}

  #slide-in-plan-content li {
    list-style: none;
    list-style-type: none;
    display: inline;
    overflow-x: hidden;
  }

  #slide-in-plan-content ul {
    -webkit-padding-start: 0px;
    padding-left: 0px;
    display: inline;
  }

  #slide-in-plan-content h5 {
    font-weight: 100;
  }

#slide-in-plan-share {
  position: absolute;
  background-color: white;
  top: 0px;
  right: -262px;
  width: 260px;
  height: 530px;
  border: solid 1px var(--Customer-Color1);
  border-radius: 5px;
}

#slide-in-plan-handle {
  position: fixed;
  right: 4px;
  top: 210px;
  width: 30px;
  height: 30px;
  z-index: 10001;
  background-color: var(--Customer-Color1);
  cursor: pointer;
}

#open-close-samson {
  background-color: var(--Customer-Color1);
  position: absolute;
  right: -14px;
  top: 11px;
  z-index: 10000;
  zoom: 0.92;
  cursor: pointer;
}

#material-search {
  display: inline-block;
  vertical-align: middle;
}

  #material-search img {
    vertical-align: text-bottom;
  }

#order-permanent-yesno label {
  vertical-align: middle;
  line-height: 2.8em;
}

#order-permanent-yesno .km-switch {
  color: orangered;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 3px;
  border: 1px solid rgba(128,128,128,.5);
  border-radius: 3px;
  float: right;
  cursor: pointer;
}

#order-permanent-yesno .km-switch-handle {
  background-color: darkgray;
}

.sgrp {
  width: 1250px;
  font-size: 0.97em;
}

.k-grid .sgrp td {
  padding: 0px;
  line-height: 10px;
  border: 0px;
  overflow: hidden;
}

.k-grid .sgrp .sgrp-mo-td {
  padding-left: 2px;
  left: 0px;
  position: absolute;
}

.k-grid .sgrp .sgrp-di-td {
  padding-left: 2px;
  left: 0px;
  position: absolute;
}

.k-grid .sgrp .sgrp-mi-td {
  padding-left: 2px;
  left: 0px;
  position: absolute;
}

.k-grid .sgrp .sgrp-do-td {
  padding-left: 2px;
  left: 0px;
  position: absolute;
}

.k-grid .sgrp .sgrp-fr-td {
  padding-left: 2px;
  left: 0px;
  position: absolute;
}

.k-grid .sgrp .sgrp-sa-td {
  padding-left: 2px;
  left: 0px;
  position: absolute;
}

.k-grid .sgrp .sgrp-so-td {
  padding-left: 2px;
  left: 0px;
  position: absolute;
}
/* Design Kendo Overwrite*/
.k-calendar td.k-state-selected .k-link {
    border-color: var(--Customer-Color1);
    background-color: var(--Customer-Color1);
}
.k-calendar-header .k-footer .k-nav-today {
    color: var(--Customer-Color1);
}
.k-calendar .k-today .k-link {
    color: var(--Customer-Color1);
    box-shadow: var(--Customer-Color1);
}
.k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today {
    color: var(--Customer-Color1);
}
.k-pager-wrap .k-link.k-state-selected {
  background-color: var(--Customer-Color2);
  color: var(--selected-fontcolor);
}

.k-scheduler .k-state-selected{
  background-color: transparent;
}

.k-draghandle.k-state-selected:hover
, .k-ghost-splitbar-horizontal
, .k-ghost-splitbar-vertical
, .k-list > .k-state-highlight
, .k-list > .k-state-selected
, .k-marquee-color
, .k-panel > .k-state-selected
/*, .k-scheduler .k-today.k-state-selected*/
/*, .k-state-selected*/
, .k-state-selected:link
, .k-state-selected:visited {
  background-color: var(--Customer-Color2);
  border-color: var(--Customer-Color2);
  color: var(--selected-fontcolor);
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover {
  background-color: var(--Customer-Color2);
  color: var(--selected-fontcolor);
}

.k-scheduler-table td[role="gridcell"] {
  border-color: var(--timeplan-slot-history) !important;
}


.k-grid td.k-state-selected, .k-grid tr.k-state-selected {
  background-color: var(--Customer-Color2);
  color: var(--selected-fontcolor);
}

.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
  color: var(--textcolor);
}
.k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-toolbar, .k-widget {
  color: var(--textcolor);
}
.k-calendar > .k-header {
  color: var(--textcolor);
}
.k-calendar th {
  color: var(--textcolor);
}
.k-button {
  color: var(--button-font-color);
}
    /* ---------- */
    .sgrp label {
    color: black;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 10px;
    font-size: smaller;
    cursor: pointer;
}

.sgrp text {
  margin-top: 5px;
  margin-right: 10px;
  font-size: smaller;
}

.sgrp-input {
  width: 70px;
  border-radius: 3px;
  margin-top: 0px;
  text-indent: .33em;
  position: absolute;
  top: -11px;
  left: 105px;
}

.sgrp-we {
}

.trans-menu {
  position: absolute;
  left: 0px;
  top: 200px;
  z-index: 100;
  width: 200px;
  height: 200px;
}

#close-trc-menu.k-button:not(.km-button) {
  background-color: var(--Customer-Color1);
  float: right;
  font-weight: bold;
}

#listview-context-menu {
  border-radius: 5px;
  box-shadow: 5px 4px 6px #888888;
}

.trans-listitem {
  padding-left: 4px;
  padding-right: 4px;
  height: 35px;
  overflow: hidden;
}

  .trans-listitem h3 {
    margin: 0;
    padding: 3px 5px 0 0;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.9em;
  }

/* file upload styles  ===================================================================*/
.img-file {
  background-image: url(../web/upload/jpg.png)
}

.doc-file {
  background-image: url(../web/upload/doc.png)
}

.pdf-file {
  background-image: url(../web/upload/pdf.png)
}

.xls-file {
  background-image: url(../web/upload/xls.png)
}

.zip-file {
  background-image: url(../web/upload/zip.png)
}

.default-file {
  background-image: url(../web/upload/default.png)
}

#Details .file-heading {
  font-family: "Helvetica Neue LT W01_55 Roman",Arial;
  font-size: 1em;
  display: inline-block;
  float: left;
  width: 60%;
  margin: 0 0 0 0px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.file-name-heading {
  height: 30px;
  font-weight: bold;
  margin-top: 0px;
  position: absolute;
  left: 60px;
  top: 5px;
}

.file-size-heading {
  height: 30px;
  font-weight: normal;
  font-style: italic;
  position: absolute;
  left: 10px;
  top: 15px;
}

.file-icon {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 18px;
  cursor: pointer;
  font-size: 20px;
}

li.k-file .file-wrapper .k-button:not(.km-button) {
  position: absolute;
  top: 0px;
  left: 25px;
}

  li.k-file .file-wrapper .k-button:not(.km-button) .k-icon {
    font-size: 20px !important;
  }

li.k-file div.file-wrapper {
  position: relative;
  height: 30px;
}

/* file-upload styles ENDE =============================================*/

.k-grid tr:not(.k-state-selected):hover {
  background: none;
  color: inherit;
}

.k-grid tr.k-alt:not(.k-state-selected):hover {
  background: #f1f1f1;
}


#content h2, #content h3 {
  font-weight: bolder;
  color: var(--textcolor);
}

#content h2 {
  font-size: 1em;
  margin: .9em 0;
}

#content h3 {
  margin: .5em 0;
  font-size: .9em;
}

  #content h2 + #content h3, #content h2 + #content p, #content h3 + #content p {
    margin-top: 0;
  }

#content p {
  white-space: pre-line;
  margin-top: .1em;
}

#lstFiles ul {
  list-style-type: none;
  margin: 20px 0;
  -moz-columns: 3;
  -ms-columns: 3;
  -webkit-columns: 3;
  columns: 3;
  padding-left: 10px;
}

#lstFiles li, #lstFiles li a {
  color: var(--textcolor);
  font-size: 1.2em;
  text-decoration: none;
  margin: 5px 0;
}

  #lstFiles li a span {
    display: inline-block;
    width: calc(100% - 4em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #lstFiles li img {
    width: .8em;
    height: .8em;
    padding: 0;
    margin: 0 0 3px 0;
  }

fieldset {
  width: 50%;
  border-radius: 5px;
  margin: 15px 5px;
  padding: 10px;
  display: inline-block;
}

  fieldset legend {
    font-size: 1.1em;
    text-transform: capitalize;
  }

  fieldset label, fieldset input:not([type=submit]), fieldset .k-textbox {
    width: 100%;
    display: block;
  }

  fieldset input[type=submit], fieldset .k-button:not(.km-button) {
    width: 200px;
    background-color: var(--Customer-Color1) !important;
    float: right;
    margin: 10px 0;
  }

.validation-summary-errors ul {
  list-style-type: none;
  margin: 5px 0;
  padding-left: 5px;
}

.validation-summary-errors li {
  color: var(--Customer-Color1);
}

.k-grid .k-button:not(.km-button) {
  background-color: var(--Customer-Color1) !important;
}

#infotextMoving {
    color: var(--Customer-Color2);
    font-size: 1.35em;
    /*animation-name: infotext;*/
    animation-direction: normal;
    animation-duration: 30s;
    /*animation-timing-function: ease-in-out;*/
    animation-timing-function: linear;
    /*animation-timing-function: cubic-bezier(.2,.5,.8,.5);*/
    display: inline-block;
}

@keyframes infotext {
    from {
        transform:translateX(var(--infoTextStart));
    }
    to {
        transform: translateX(var(--infoTextEnd));
    }
}

.main-ticker {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 5px 5px;
    height: 30px;
}

    .main-ticker marquee {
        color: var(--Customer-Color2);
        /*padding: 5px 0;*/
        font-size: 18px;
    }

    .main-ticker span {
        /*position: absolute;
    height: 100%;*/
        display: inline-block;
        text-align: center;
        font-size: 1.35em;
        /*font-weight: bold;*/
        color: var(--Customer-Color2);
        /*-moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 10s linear infinite;
    -webkit-animation: scroll-left 10s linear infinite;
    animation: scroll-left 10s linear infinite;*/
        /*-moz-animation-name: blinker;
    -o-animation-name: blinker;
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/
    }

@keyframes blinker {
  0% {
    color: #333;
  }

  25% {
    color: var(--Customer-Color1);
  }

  75% {
    color: #333;
  }
}

@-moz-keyframes blinker {
  0% {
    color: #333;
  }

  25% {
    color: var(--Customer-Color1);
  }

  75% {
    color: #333;
  }
}

@-webkit-keyframes blinker {
  0% {
    color: #333;
  }

  25% {
    color: var(--Customer-Color1);
  }

  75% {
    color: #333;
  }
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}

.k-edit-cell textarea {
  width: calc(100% - 10px);
  font-size: 1em;
  height: 5em;
  color: var(--textcolor);
  margin: 2px;
  border: 1px solid var(--textcolor);
  padding: 2px;
}

td[role=gridcell] {
  white-space: pre-line;
}

.k-grid td {
  white-space: nowrap;
}

.grid-download {
  min-width: 30px !important;
  width: 30px !important;
  min-height: 30px !important;
  height: 30px !important;
  margin-left: 10px;
}

  .grid-download img.download-button {
    width: 1em;
    height: 1em;
    padding: 0;
    margin-top: 6px;
  }

.toolbar td.no-border {
  border: none;
}

.toolbar input.k-textbox {
  width: 100%;
}

.toolbar input {
  vertical-align: middle;
}


/*Änderungen 15.10.2019*/

.Header_Orange {
  color: var(--Customer-Color1);
  font-size: x-large;
}

button.formular_field {
  width: 100% !important;
  color: var(--button-font-color);
  background-color: var(--Customer-Color1);  
}


.km-button:active {
  background-color: var(--Customer-Color1) !important;
  border: none;
  display: inline;
  color: black;
}

.km-button:not(:active) {
  border: none;
  display: inline;
  color: black;
}

span.k-i-warning {
  Display: none !important
}


#lblCookie {
  color: white !important;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  height: 30px;
  font-size: 1.35em;
  font-weight: bold;
}

#lblCookie2 {
  color: white !important;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  height: 30px;
  font-size: 1.35em;
  font-weight: normal;
}
#top-cookie {
  background-color: var(--Customer-Color1);
}

#btnCookieAccept {
  background-color: var(--Customer-Color1) !important;
  width: calc(100% - 2px) !important;
}

.tool-button:not(.button_image_text):not(.wide) {
  padding: 2px 0px 0px 0px !important;
  margin-left: 2px;
  width: 30px !important;
  height: 30px !important;
  vertical-align: middle;
  background-size: cover;
  background-color: var(--Customer-Color2) !important;
}


.tool-button img {
  width: 70% !important;
  background-position: center center;
}

.button-center {
  float: none;
}

.button-right {
  float: right;
}

.button-left {
  float: left;
}


.box h3 {
  background-color: white;
  color: var(--Customer-Color1);
  font-size: 18px !important;
}

.progressbar li.active {  
}
  .progressbar_small li.active:before,
  .progressbar li.active:before {
    background-color: var(--title-background-Customer);
  }

  .progressbar_small li.active + li:after,
  .progressbar li.active + li:after {
    background-color: var(--title-background-Customer);
  }

.mnu_active {
  color: var(--Customer-Color1);
  font-weight: bold;
}


#qSTAT_PORDER .k-i-expand {
  visibility: collapse !important;
}

#qSTAT_DP .k-i-expand {
  visibility: collapse !important;
}

input.k-textbox,
input.k-input{
  color: var(--textcolor) ;
}


.free_background {
  background-color: var(--timeplan-slot-free) !important;
}

.locked_background {
  background-color: transparent !important;
}

.full_background {
  background-color: var(--timeplan-slot-full) !important;
}

.old_background {
  background-color: var(--timeplan-slot-history) !important;
}


.DTPLANSLOT_START_TEXT {
  color: var(--timeplan-font-special-company-color);
}

.DTPLANSLOT_END_TEXT {
  color: var(--timeplan-font-special-company-color);
}

.DTPLANSLOT_END_TEXT_FULL{
  color: var(--timeplan-font-special-company-full-color);
}

.k-window-titlebar {
  background-color: var(--title-background-Customer);
  color:var(--button-font-color);
}

.k-button.k-state-focused,
.k-button.k-state-focused.k-state-disabled,
.k-button:focus,
.k-button:focus:hover,
k-state-disabled .k-button.k-state-focused{
  border-color: var(--Customer-Color2) !important;
  box-shadow: 0 0 2px 1px var(--Customer-Color2) !important;
}

div.msgBoxButtons input[type='button'] {
  background-color: var(--Customer-Color1);
  color: var(--button-font-color);
}

.k-button:focus:active{
  background-color: var(--Customer-Color1) !important;
  color:var(--button-font-color);
}


#image0 {
  content: url('../Images/22/login_background0.jpg');
}

#image1 {
  content: url('../Images/login_background1.jpg');
}

#image2 {
  content: url('../Images/login_background2.jpg');
}

#image3 {
  content: url('../Images/login_background3.jpg');
}

#image4 {
  content: url('../Images/login_background4.jpg');
}