﻿:root {
    /* General Variables */
    --kendo-enable-color-system: false;
    --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --base-bg: #00b972;
    --base-text: #212529;
    --body-bg: #ffffff;
    --body-text: #212529;
    --border-radius: 0.25rem;
    --component-bg: #ffffff;
    --component-text: #212529;
    --dark-theme: false;
    --disabled-text: #8f8f8f;
    --error: #dc3545;
    --headings-text: #212529;
    --hovered-bg: #e9ecef;
    --hovered-text: #16181b;
    --info: #0dcaf0;
    --link-hover-text: #0a58ca;
    --link-text: #00b972;
    --primary: #00b972;
    --secondary: #6c757d;
    --selected-bg: #00b972;
    --selected-text: #ffffff;
    --series-a: #00b972;
    --series-b: #6f42c1;
    --series-c: #20c997;
    --series-d: #198754;
    --series-e: #ffc107;
    --series-f: #dc3545;
    --subtle-text: #6c757d;
    --success: #198754;
    --warning: #ffc107;

    /* Kendo Overridden Variables */
    --kendo-is-dark-theme: false;
    --kendo-color-primary: #00b972;
    --kendo-color-secondary: #6c757d;
    --kendo-color-info: #0dcaf0;
    --kendo-color-success: #198754;
    --kendo-color-warning: #ffc107;
    --kendo-color-error: #dc3545;
    --kendo-body-text: #212529;
    --kendo-body-bg: #ffffff;
    --kendo-subtle-text: #6c757d;
    --kendo-disabled-text: #8f8f8f;
    --kendo-component-text: #212529;
    --kendo-component-bg: #ffffff;
    --kendo-base-text: #212529;
    --kendo-base-bg: #f8f9fa;
    --kendo-hover-text: #16181b;
    --kendo-hover-bg: #e9ecef;
    --kendo-selected-text: #ffffff;
    --kendo-selected-bg: #00b972;
    --kendo-button-text: #212529;
    --kendo-button-bg: #00b972;
    --kendo-link-text: #00b972;
    --kendo-link-hover-text: #0a58ca;
    --kendo-series-a: #00b972;
    --kendo-series-b: #6f42c1;
    --kendo-series-c: #20c997;
    --kendo-series-d: #198754;
    --kendo-series-e: #ffc107;
    --kendo-series-f: #dc3545;
}

.k-picker-solid {
    background-color: transparent;
}

.k-tooltip {
    margin-left: 20px;
}

.k-grid-toolbar {
    padding: 10px;
}


.k-grid-norecords {
    padding-top: 20px;
    margin-bottom: auto;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: gray;
}

// minimale höhe vom grid
.k-grid-content {
    min-height: 150px;
    max-height: 610px;
}

.k-appbar {
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
}

.kendoWindowContent {
    min-height: 400px;
}

.k-window-titlebar {
    background-color: $primary;
    border-color: $primary;
    color: $body-bg;
}

.k-sprite {
    font-size: 16px;
    line-height: 1;
    width: 18px;
}

.k-grid-search {
    margin-left: auto;
    margin-right: 0px;
}

.k-menu-group-md .k-menu-link {
    padding: 0.5rem 1rem;
    padding-inline-end: calc( 2rem + 16px);
}

.k-menu:not(.k-context-menu) {
    border-color: #dee2e6;
    color: #212529;
    background-color: transparent;
}


.k-panelbar .k-group, .k-panelbar .k-panelbar-group {
    padding-left: 20px;
}

.fa.fag {
    color: #00b972;
}

.k-button-solid-base {
    background-color: var(--kendo-color-primary);
    color: #ffffff;
}


.k-d-flex-row {
    display: flex;
    flex-direction: row;
}

.k-d-flex-col {
  display: flex;
  flex-direction: column;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
