﻿@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@import url("font-awesome/css/all.min.css");
/* ------------------------------------------------------------------------ */
/* html, body */
/* ------------------------------------------------------------------------ */
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ------------------------------------------------------------------------ */
/* main */
/* ------------------------------------------------------------------------ */
body > main {
  flex-grow: 1;
}

.t-menu-splitter {
  min-height: 85vh;
  border-width: 0 !important;
}

/* ------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------ */
body > footer {
  background-color: var(--env-background-colour);
  border-top: 1px solid #d6d5d5;
  color: whitesmoke;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.25rem;
}

body > footer > a {
  color: white;
}

body > footer > a:hover {
  color: white !important;
}

/* ------------------------------------------------------------------------ */
/* etc */
/* ------------------------------------------------------------------------ */
h1:focus {
  outline: none;
}

h4 {
  font-weight: bold;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.title-detail {
  display: flex;
  flex-direction: column;
}
.title-detail .title-detail-header {
  display: flex;
}
.title-detail .title-detail-header .title-detail-header-span-left {
  padding-right: 0.7rem;
  padding-top: 0.4rem;
}
.title-detail .title-detail-header h5 {
  margin-bottom: 0;
  padding-right: 0.7rem;
}
.title-detail .title-detail-header h5 a {
  color: black;
}
.title-detail .title-detail-header h4, .title-detail .title-detail-header button {
  margin-left: auto;
  padding-right: 0.7rem;
}

.red-k-button {
  background-color: #fc4242 !important;
  border-color: #fc4242 !important;
}

.grid-expanded {
  height: 85vh;
}

.grid-condensed-sm, .grid-condensed-md, .grid-condensed-lg {
  min-height: 300px;
}

.grid-condensed-sm:not(:has(.k-grid-norecords)), .grid-condensed-md:not(:has(.k-grid-norecords)), .grid-condensed-lg:not(:has(.k-grid-norecords)) {
  min-height: 400px;
}

.grid-condensed-sm {
  max-height: 40vh;
}

.grid-condensed-md {
  max-height: 45vh;
}

.grid-condensed-lg {
  max-height: 65vh;
}

.grid-max-200 {
  max-height: calc(100vh - 200px) !important;
}

.angebot-detail-timeline {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 20% 78%;
  gap: 0.3rem;
  overflow-y: scroll;
  max-height: 13rem;
}

.angebot-detail {
  display: flex;
  flex-direction: column;
}
.angebot-detail .angebot-detail-header {
  display: flex;
  justify-content: space-between;
}
.angebot-detail .angebot-detail-header h3 {
  margin-bottom: 0;
}
.angebot-detail .angebot-detail-meta-container {
  display: flex;
  flex-wrap: wrap;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-meta-left {
  display: flex;
  flex-direction: column;
  /*width: 50%;*/
  flex: 1 0 45%;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-meta-left table td {
  padding-right: 1rem;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-meta-left .angebot-detail-info-container {
  display: flex;
  justify-content: space-between;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-meta-right {
  /*width: 50%;*/
  flex: 1 0 45%;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-meta-right .meta-detail-button-group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 20%;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-meta-right .angebot-detail-rueckfrage {
  width: 100%;
  margin-top: 1rem;
  overflow-y: scroll;
  max-height: 13rem;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-meta-right .angebot-detail-rueckfrage .angebot-detail-rueckfrage-content-child {
  display: grid;
  grid-template-columns: 20% 78%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  margin-block: 0.5rem;
  padding: 0.5rem;
  margin: 0.1rem;
  min-height: 3rem;
}
.angebot-detail .angebot-detail-meta-container .angebot-detail-timeline-content {
  overflow-y: scroll;
  max-height: 13rem;
}
.angebot-detail .angebot-detail-upload-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.angebot-detail .angebot-detail-upload-content .k-upload {
  flex-grow: 1;
}
.angebot-detail .angebot-detail-filter {
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  gap: 1rem;
}
.angebot-detail .k-column-title {
  white-space: normal;
}
.angebot-detail .k-grid-md .k-edit-cell, .angebot-detail .k-grid-md .k-command-cell, .angebot-detail .k-grid-md .k-grid-edit-row td, .angebot-detail .k-grid-md .k-grid-edit-row .k-table-td {
  padding: 3px 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.angebot-detail .k-grid .k-table-th, .angebot-detail .k-grid td, .angebot-detail .k-grid .k-table-td {
  padding-left: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.angebot-detail .angebot-detail-frachtsaetze-table {
  max-height: 50vh;
}
.angebot-detail .angebot-detail-zuschlage-table, .angebot-detail .angebot-detail-anmerkungen-table, .angebot-detail .angebot-detail-allgemeine-informationen-table, .angebot-detail .angebot-detail-sonstige-bedingungen-table, .angebot-detail .angebot-detail-transportkapazitaet-table, .angebot-detail .angebot-detail-kombinationstouren-table {
  max-height: 30vh;
}
.angebot-detail .angebot-detail-summary {
  display: grid;
  grid-template-columns: 10% 10% 10% 10% 10% 10%;
  gap: 0.1rem;
}
.angebot-detail .editable-cell-required {
  background: rgba(255, 204, 0, 0.38);
  background-color: rgba(255, 204, 0, 0.38);
}
.angebot-detail .editable-cell-required:hover {
  background: rgba(255, 209.1, 25.5, 0.38);
  background-color: rgba(255, 209.1, 25.5, 0.38);
}
.angebot-detail .editable-cell-optional {
  background: rgba(255, 224.4, 102, 0.38);
  background-color: rgba(255, 224.4, 102, 0.38);
}
.angebot-detail .editable-cell-optional:hover {
  background: rgba(255, 229.5, 127.5, 0.38);
  background-color: rgba(255, 229.5, 127.5, 0.38);
}
.angebot-detail .editable-cell-highlight {
  border: solid 1px red !important;
}

.master-input-row {
  background: rgba(85, 190, 240, 0.68) !important;
  background-color: rgba(85, 190, 240, 0.68) !important;
}
.master-input-row:hover {
  background: rgba(108.4324324324, 198.9594594595, 242.0675675676, 0.68) !important;
  background-color: rgba(108.4324324324, 198.9594594595, 242.0675675676, 0.68) !important;
}

.hidden-input-file {
  visibility: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.row-at-least-one-required-value-set {
  background: rgba(255, 204, 0, 0.38) !important;
  background-color: rgba(255, 204, 0, 0.38) !important;
}
.row-at-least-one-required-value-set:hover {
  background: rgba(255, 209.1, 25.5, 0.38) !important;
  background-color: rgba(255, 209.1, 25.5, 0.38) !important;
}

.mandatory-yellow-background {
  background: rgba(255, 214.2, 51, 0.38) !important;
  background-color: rgba(255, 214.2, 51, 0.38) !important;
}
.mandatory-yellow-background:hover {
  background: rgba(255, 224.4, 102, 0.38) !important;
  background-color: rgba(255, 224.4, 102, 0.38) !important;
}

.row-invalid {
  background: #fc4242 !important;
  background-color: #fc4242 !important;
}
.row-invalid:hover {
  background: rgb(252.3984375, 91.1015625, 91.1015625) !important;
  background-color: rgb(252.3984375, 91.1015625, 91.1015625) !important;
}

.row-disabled {
  background: #b8b8b8 !important;
  background-color: #b8b8b8 !important;
}

.row-all-required-values-set {
  background: #91eb9e !important;
  background-color: #91eb9e !important;
}
.row-all-required-values-set:hover {
  background: rgb(166.5769230769, 238.9230769231, 177.0269230769) !important;
  background-color: rgb(166.5769230769, 238.9230769231, 177.0269230769) !important;
}

.o-card {
  border: solid 1px black;
  padding: 1rem;
  margin: 0.5rem;
}

.d-card {
  margin-bottom: 0.75rem;
}
.d-card .d-card-title {
  border-style: solid;
  border-color: #b8b8b8;
  border-width: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
  background: rgb(240.1, 240.1, 240.1);
  padding: 0.25rem;
}
.d-card .d-card-title h6 {
  padding-left: 0.25rem;
  margin-bottom: 0;
}
.d-card .d-card-content {
  border: solid 1px #b8b8b8;
}
.d-card .d-card-content .telerik-blazor.border {
  border: none !important;
}

.s-card {
  border: solid 1px #dee2e6;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drop-shadow-box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  padding: 1rem;
}

.chat-o-card {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  padding: 1rem;
  margin: 0.5rem;
}

chat-o-card-header {
  display: flex;
  justify-content: space-between;
}

.button-full-width {
  width: 100%;
}

.support-o-card {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 1rem;
  margin: 0.5rem;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.k-numerictextbox .k-input-spinner {
  display: none;
}
.k-numerictextbox .k-spinner-increase {
  display: none;
}
.k-numerictextbox .k-spinner-decrease {
  display: none;
}

.date-range-container {
  display: flex;
  align-items: center;
}

.message-text-area {
  height: 300px;
}

.feedback-button {
  display: flex;
  justify-content: center;
  height: 60px;
  border: solid 3px #CCCCCC;
  width: 60px;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  line-height: 32px;
  text-align: center;
  position: fixed;
  right: -30px;
  top: 90%;
  z-index: 999;
  background-color: #1b6ec2;
  font-size: 50px;
}
.feedback-button:hover {
  right: -1px;
  background: rgb(135.6153846154, 186.6923076923, 238.3846153846) !important;
  background-color: rgb(135.6153846154, 186.6923076923, 238.3846153846) !important;
}
.feedback-button div {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.system-status-info-container p {
  margin: 0;
}

.modal-message-button-row {
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
}

.blazored-modal.size-automatic {
  max-width: 99%;
}

/* https://jira.schwarz/browse/FXISPI-710 */
.k-menu-horizontal {
  flex-wrap: wrap !important;
}

.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:active,
.k-menu.k-context-menu .k-item > .k-link.k-active,
.k-menu.k-context-menu .k-item > .k-link.k-selected {
  color: #ffffff !important;
  background: #0050aa !important;
}

.k-menu-group .k-item > .k-link:hover, .k-menu-group .k-item > .k-link.k-hover,
.k-menu.k-context-menu .k-item > .k-link:hover,
.k-menu.k-context-menu .k-item > .k-link.k-hover {
  background: #0050aa !important;
  color: #ffffff !important;
}

ul[role=menu].k-menu-group-md:not(.k-context-menu) .k-link.k-menu-link {
  padding-left: 0;
  padding-right: 0;
}

.k-menu-link .k-menu-expand-arrow {
  color: #ffffff !important;
}

.k-menu-item .nav-item, .k-menu-item .nav-link {
  flex-grow: 1;
}

.k-menu-popup .k-menu-group :has(.nav-item) {
  background: #0050aa;
}

.k-notification-content {
  color: black;
}

.k-form .k-disabled, .k-form .k-widget[disabled], .k-form .k-disabled {
  filter: none;
  opacity: 1;
}
.k-form .k-disabled .k-form-field-wrap, .k-form .k-widget[disabled] .k-form-field-wrap, .k-form .k-disabled .k-form-field-wrap {
  opacity: 0.6;
  filter: grayscale(0.1);
}

.columns-3 {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.columns-3 > * {
  width: 33.3333333333%;
  height: fit-content;
  min-height: 18vh;
}

.scrollable {
  max-height: 70vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
}

.scrollable2 {
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
  max-height: 13rem;
}

.column-2 {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.columns-2 > * {
  width: 50%;
}

.lidl-blue {
  color: rgba(85, 190, 240, 0.68);
}

.flex-right-end {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem;
}

.logo-index-page {
  border: rgba(85, 190, 240, 0.68) 1px solid;
}

.clickable {
  cursor: pointer;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.faq-content {
  padding: 1rem;
}

.currently-editing-container-row {
  justify-content: space-between;
  display: flex;
  height: 3rem;
}

.currently-editing-container .currently-editing-content {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.currently-editing-container .currently-editing-content span {
  border: 1px black solid;
  border-radius: 4px;
  padding: 0.5rem;
  margin: 0.15rem;
}

.index-dashboard {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.index-dashboard .index-dashboard-sides {
  margin-top: 2rem;
  padding: 1rem;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.index-dashboard .index-dashboard-logo {
  max-width: 25vw;
  margin: auto;
  padding: 3rem;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.red-background {
  background: rgba(240, 128, 128, 0.8);
  background-color: rgba(240, 128, 128, 0.8);
}
.red-background:hover {
  background: rgb(242.6936619718, 150.8063380282, 150.8063380282);
  background-color: rgb(242.6936619718, 150.8063380282, 150.8063380282);
}

.green-background {
  background: #91eb9e;
  background-color: #91eb9e;
}
.green-background:hover {
  background: rgb(166.5769230769, 238.9230769231, 177.0269230769);
  background-color: rgb(166.5769230769, 238.9230769231, 177.0269230769);
}

.orange-background {
  background: rgba(255, 162, 0, 0.6);
  background-color: rgba(255, 162, 0, 0.6);
}
.orange-background:hover {
  background: rgba(255, 171.3, 25.5, 0.6);
  background-color: rgba(255, 171.3, 25.5, 0.6);
}

.yellow-background {
  background: rgba(255, 204, 0, 0.38);
  background-color: rgba(255, 204, 0, 0.38);
}
.yellow-background:hover {
  background: rgba(255, 209.1, 25.5, 0.38);
  background-color: rgba(255, 209.1, 25.5, 0.38);
}

.red-background-important {
  background: rgba(240, 128, 128, 0.8) !important;
  background-color: rgba(240, 128, 128, 0.8) !important;
}
.red-background-important:hover {
  background: rgb(242.6936619718, 150.8063380282, 150.8063380282) !important;
  background-color: rgb(242.6936619718, 150.8063380282, 150.8063380282) !important;
}

.green-background-important {
  background: #91eb9e !important;
  background-color: #91eb9e !important;
}
.green-background-important:hover {
  background: rgb(166.5769230769, 238.9230769231, 177.0269230769) !important;
  background-color: rgb(166.5769230769, 238.9230769231, 177.0269230769) !important;
}

.orange-background-important {
  background: rgba(255, 162, 0, 0.6) !important;
  background-color: rgba(255, 162, 0, 0.6) !important;
}
.orange-background-important:hover {
  background: rgba(255, 171.3, 25.5, 0.6) !important;
  background-color: rgba(255, 171.3, 25.5, 0.6) !important;
}

.yellow-background-important {
  background: rgba(255, 204, 0, 0.38) !important;
  background-color: rgba(255, 204, 0, 0.38) !important;
}
.yellow-background-important:hover {
  background: rgba(255, 209.1, 25.5, 0.38) !important;
  background-color: rgba(255, 209.1, 25.5, 0.38) !important;
}

.grid-container-popup {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-item-popup {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline;
  padding: 3px;
}

.k-svg-i-reorder {
  padding: 8px 8px !important;
}

.frachtsaetze-table {
  max-height: 45vh;
}

.prio-filter .fa-filter {
  color: red !important;
}

.expression-filter .fa-filter {
  color: green !important;
}

.text-overflow-class {
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-grid th .k-column-title-tooltip {
  white-space: normal;
}

.loader-indicator-white {
  color: white !important;
  margin-top: -5px;
}

.k-grid-header:not(:hover, :has(th[aria-expanded=true])) .k-grid-header-menu:not(.k-active) {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.k-grid-header:not(:hover, :has(th[aria-expanded=true])) .k-link {
  padding: 8px 12px !important;
}

.gruppenFehler {
  padding-right: 0.5em;
}

.verhandlungsFehler {
  padding-left: 0.5em;
}

.settings ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.settings ul li {
  margin: 0;
  padding: 5px 5px 5px 20px;
  min-height: 28px;
  line-height: 28px;
  vertical-align: middle;
  text-align: start;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}

.settings {
  min-width: 220px;
  padding: 0;
}

.float-right {
  float: right;
}

.settings-title {
  height: 66px;
}

.k-checkbox {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.dropzone-over .k-dropzone-inner {
  border: 2px dashed;
}

.no-dropzone .k-dropzone-hint {
  display: none;
}

.eindeutige-strecken-overview-grid .highlight-row {
  background: lightgray;
}

.custom-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zuweisung-modal .orange-row {
  background-color: rgba(253, 164, 100, 0.7) !important;
}
.zuweisung-modal .disabled-row {
  cursor: no-drop;
  background-color: rgba(91, 91, 91, 0.6509803922) !important;
}
.zuweisung-modal .button-div {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-condensed-sm-max {
  max-height: 40vh;
}

.verhandlung-detail-top-row {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.verhandlung-detail-top-row .prev-next-buttons {
  padding: 1px;
}
.verhandlung-detail-top-row .prev-next-buttons button {
  height: 2.14rem;
  width: 2.14rem;
  margin: 0.15rem 0;
}

.prev-next-buttons {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
}

.flex-space-between-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.k-grid-footer {
  border-top: 1px rgb(171.25, 171.25, 171.25) solid !important;
}

.no-group-header .k-grouping-header {
  display: none;
}

.telTab {
  margin-top: 2rem;
}
.telTab li {
  background-color: #e8e8e8;
  color: #333333 !important;
  margin-right: 5px !important;
}
.telTab li.k-item.k-active {
  background-color: #0050aa;
  color: #ffffff !important;
}

.detail-view-header {
  display: flex;
  justify-content: space-between;
}
.detail-view-header .detail-view-header-buttons > .k-button, .detail-view-header .detail-view-header-buttons > .k-loader {
  margin-left: 0.25rem;
}

.odd-col {
  background-color: #ededed;
}

.odd-col-head {
  background-color: #0058bc !important;
  color: white !important;
}

.k-grid-header .k-table-th.k-grid-header-sticky:not(.odd-col-head) {
  background: #0050aa !important;
  color: white !important;
}

.k-table-td:has(.contextMenuContent) {
  padding: 0 !important;
}
.k-table-td:has(.contextMenuContent) .contextMenuContent {
  padding: 8px 12px;
}

.footer-top-align tfoot tr td {
  vertical-align: top !important;
}

.row-all-optional-values-set {
  background: rgb(209.7307692308, 246.7692307692, 215.0807692308) !important;
  background-color: rgb(209.7307692308, 246.7692307692, 215.0807692308) !important;
}
.row-all-optional-values-set:hover {
  background: rgb(231.3076923077, 250.6923076923, 234.1076923077) !important;
  background-color: rgb(231.3076923077, 250.6923076923, 234.1076923077) !important;
}

.fehler-row {
  display: block;
  padding: 6px 12px;
  margin-bottom: 4px;
  background-color: #ffe6e6;
  border: 1px solid #ff9999;
  border-radius: 4px;
}

.laender-matrix {
  display: flex;
  justify-content: space-between;
}
.laender-matrix .hot {
  color: red;
}
.laender-matrix .cold {
  color: blue;
}
.laender-matrix .both {
  color: darkorange;
}
.laender-matrix .icons {
  width: 20px;
}
.laender-matrix .matrix {
  flex: 5;
  display: flex;
  justify-content: center;
}
.laender-matrix .legende {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.laender-matrix .legende .legende-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  width: 100%;
}
.laender-matrix .legende .legende-button {
  align-self: center;
  width: 85%;
  height: 2.5rem;
}
.laender-matrix .legende .legende-schritte {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.laender-matrix .legende .legende-schritte .schritt {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #f8f9fa;
  padding: 5px 5px;
  border-radius: 6px;
  font-weight: bold;
}
.laender-matrix .legende .legende-schritte .pfeil {
  color: #0050aa;
  font-weight: bold;
}
.laender-matrix table {
  overflow: clip;
  border-collapse: collapse;
  border-spacing: 0 0px;
  color: #ffffff;
  text-align: center;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.laender-matrix table tr {
  background-color: transparent;
  height: 25px;
}
.laender-matrix table tr td {
  position: relative;
  color: rgb(0, 80, 170);
}
.laender-matrix table tr td:hover {
  color: white;
}
.laender-matrix table tr td:hover::after {
  background-color: rgba(184, 184, 184, 0.46);
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.laender-matrix table tr th {
  background-color: rgb(0, 80, 170);
  z-index: 2;
}
.laender-matrix table tr th.tableMatrixHeader {
  width: 40px;
  position: sticky;
  z-index: 9;
}
.laender-matrix table tr:hover {
  background-color: rgba(184, 184, 184, 0.46);
}
.laender-matrix table tr:first-child {
  z-index: 2;
}

.k-splitter {
  background-color: transparent !important;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
  background-color: transparent !important;
}

.hidden-stepper .k-stepper {
  display: none !important;
}

.k-wizard-steps {
  margin-top: 0 !important;
}

.k-wizard {
  padding: 0 !important;
  border: 0 !important;
}

.k-wizard-step {
  padding: 0 !important;
}

.k-wizard .k-wizard-step:focus, .k-wizard .k-wizard-step.k-focus {
  outline-width: 0 !important;
  outline-style: none !important;
  outline-offset: 0 !important;
}

.k-button-icon-info .k-button-icon {
  color: #fc4242;
}

.wider-pagesizes .k-pager-sizes .k-dropdownlist {
  width: 12em;
}

.k-grid .k-selected .k-table-td {
  background-color: #c1deee !important;
}

.k-wizard .k-wizard-buttons .k-button {
  margin-right: 0 !important;
}

.k-wizard .k-wizard-buttons-right .k-button {
  margin-right: 10px !important;
}

/* default state */
.k-toggle-button.k-button,
.k-toggle-button.k-button:hover {
  color: #fff !important;
  background-color: #0050aa !important;
  border-color: #0050aa !important;
}

/* selected state */
.k-toggle-button.k-selected,
.k-toggle-button.k-selected:hover {
  color: #fff !important;
  background-color: #D51923 !important;
  border-color: #D51923 !important;
}

.display-none {
  display: none !important;
}

.popover-small .k-popover-body {
  padding: 0 !important;
}

.k-grid-header .k-grid-filter.k-active, .k-grid-header .k-header-column-menu.k-active, .k-grid-header .k-grid-header-menu.k-active, .k-grid-header .k-hierarchy-cell .k-icon.k-active {
  background: #498ce0 !important;
}

.k-header.filter-active, .k-grid-header .k-table-th.k-grid-header-sticky:not(.odd-col-head).filter-active {
  background: #498ce0 !important;
}

.k-grid-header .k-sort-icon, .k-grid-header .k-sort-order {
  color: white !important;
}

.bm-container {
  z-index: 100000 !important;
}

.k-dialog-wrapper {
  z-index: 100003 !important;
}

.k-animation-container {
  z-index: 100004 !important;
}
