/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./projects/pmd-manager/src/styles.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */ /*
 Normalize.css makes browsers render all elements more consistently and in line with modern standards.
 It precisely targets only the styles that need normalizing.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --liebherr-head-font-stack: Liebherr Head, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --liebherr-text-font-stack: Liebherr Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --liebherr-icon-font-name: Liebherr Icons;
  --headline-1-font-size: 24px;
  --headline-1-line-height: 28px;
  --headline-1-font-weight: 900;
  --headline-1-font-style: normal;
  --headline-2-font-size: 20px;
  --headline-2-line-height: 24px;
  --headline-2-font-weight: 900;
  --headline-2-font-style: normal;
  --subtitle-1-font-size: 16px;
  --subtitle-1-line-height: 24px;
  --subtitle-1-font-weight: 700;
  --subtitle-1-font-style: normal;
  --subtitle-1-letter-spacing: -0.24px;
  --subtitle-2-font-size: 14px;
  --subtitle-2-line-height: 20px;
  --subtitle-2-font-weight: 500;
  --subtitle-2-font-style: normal;
  --subtitle-2-highlight-font-weight: 700;
  --subtitle-2-highlight-letter-spacing: -0.16px;
  --text-font-size: 12px;
  --text-line-height: 16px;
  --text-font-weight: 500;
  --text-font-style: normal;
  --text-highlight-font-weight: 700;
  --copy-small-size: 16px;
  --copy-small-line-height: 24px;
  --copy-small-font-weight: 500;
  --control-icon-font-size: 16px;
  --grid-font-size: 13px;
  --grid-header-font-size: 13px;
  --grid-header-line-height: 16px;
  --grid-header-font-weight: 700;
  --grid-header-font-style: bold;
  --grid-content-font-size: 13px;
  --grid-content-line-height: 16px;
  --text-highlight-font-weight: 700;
  --brand-white: #ffffff;
  --brand-black: #000000;
  --brand-yellow: #ffd000;
  --brand-red: #f56e7c;
  --gray-50: #f9fafb;
  --gray-100: #f0f3f6;
  --gray-200: #e5e8ed;
  --gray-300: #d3d8dd;
  --gray-500: #9ea4ab;
  --gray-700: #6b7278;
  --gray-800: #51585d;
  --clay-light: #f89939;
  --leaf-light: #5dbf90;
  --red-warning: #e52828;
  --slate-dark: #3b6579;
  --global-header-height: 40px;
  --main-nav-min-width: 200px;
  --ddl-font-size: 12px;
  --ddl-icon-font-size: 16px;
  --ddl-font-weigth: 500;
  --ddl-closer-hooker-font-size: 14px;
  --ddl-list-line-height: 24px;
  --tab-font-size: 12px;
  --tab-font-weight: 700;
  --btn-font-size: 12px;
  --btn-line-height: 16px;
  --btn-font-weight: 700;
  --btn-icon-font-size: 16px;
  --btn-icon-margin: -8px;
  --btn-icon-width: 24px;
  --btn-form-action-font-size: 16px;
  --btn-form-action-line-height: 24px;
  --btn-form-action-font-weight: 700;
  --btn-form-action-padding-horizontally: 16px;
  --btn-form-action-padding-vertically: 7px;
  --radio-btn-font-size: 12px;
  --radio-btn-line-height: 18px;
  --calendar-date-font-size: 12px;
  --calendar-bigger-day-font-size: 13px;
  --calendar-title-font-size: 13px;
  --range-header-label-size: 13px;
  --range-start-end-container-height: 28px;
  --tree-view-font-size: 12px;
  --tree-view-line-height: 16px;
  --tree-view-font-weight: 500;
  --tree-view-font-style: normal;
  --map-legend-font-weight: 700;
  --map-legend-font-size: 16px;
  --map-legend-line-height: 24px;
}

.colored-add {
  color: var(--leaf-light);
}

.colored-remove {
  color: var(--red-warning);
}

@font-face {
  font-family: "Liebherr Head";
  src: url("/assets/fonts/LiebherrHead-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Head";
  src: url("/assets/fonts/LiebherrHead-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Text";
  src: url("/assets/fonts/LiebherrText-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Text";
  src: url("/assets/fonts/LiebherrText-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Text";
  src: url("/assets/fonts/LiebherrText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Text";
  src: url("/assets/fonts/LiebherrText-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Text";
  src: url("/assets/fonts/LiebherrText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Text";
  src: url("/assets/fonts/LiebherrText-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Liebherr Icons";
  src: url("/assets/fonts/Liebherr_Iconfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
body {
  min-width: 800px;
  text-rendering: geometricPrecision;
  background-color: var(--brand-white);
  -webkit-user-select: none;
          user-select: none;
  overflow: hidden;
}

h1,
.headline-1 {
  font-family: var(--liebherr-head-font-stack);
  font-style: var(--headline-1-font-style);
  font-weight: var(--headline-1-font-weight);
  font-size: var(--headline-1-font-size);
  line-height: var(--headline-1-line-height);
  color: var(--brand-black);
  -webkit-user-select: text;
          user-select: text;
}

h2,
.headline-2 {
  font-family: var(--liebherr-head-font-stack);
  font-style: var(--headline-2-font-style);
  font-weight: var(--headline-2-font-weight);
  font-size: var(--headline-2-font-size);
  line-height: var(--headline-2-line-height);
  color: var(--brand-black);
  -webkit-user-select: text;
          user-select: text;
}

.subtitle-1 {
  font-family: var(--liebherr-text-font-stack);
  font-style: var(--subtitle-1-font-style);
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  line-height: var(--subtitle-1-line-height);
  letter-spacing: var(--subtitle-1-letter-spacing);
  color: var(--brand-black);
  -webkit-user-select: text;
          user-select: text;
}

.subtitle-2 {
  font-family: var(--liebherr-text-font-stack);
  font-style: var(--subtitle-2-font-style);
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  line-height: var(--subtitle-2-line-height);
  color: var(--brand-black);
  -webkit-user-select: text;
          user-select: text;
}
.subtitle-2.highlight {
  font-weight: var(--subtitle-2-highlight-font-weight);
  letter-spacing: var(--subtitle-2-highlight-letter-spacing);
}

body,
.text {
  font-family: var(--liebherr-text-font-stack);
  font-style: var(--text-font-style);
  font-weight: var(--text-font-weight);
  font-size: var(--text-font-size);
  line-height: var(--text-line-height);
  color: var(--brand-black);
}
body.highlight,
.text.highlight {
  font-weight: var(--text-highlight-font-weight);
}

.copy-small {
  font-family: var(--liebherr-text-font-stack);
  font-weight: var(--copy-small-font-weight);
  font-size: var(--copy-small-size);
  line-height: var(--copy-small-line-height);
  color: var(--brand-black);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

input::placeholder {
  font-weight: var(--text-font-weight);
}

.brand-white {
  color: var(--brand-white);
}

.brand-black {
  color: var(--brand-black);
}

.brand-yellow {
  color: var(--brand-yellow);
}

.brand-red {
  color: var(--brand-red);
}

.gray-50 {
  color: var(--gray-50);
}

.gray-100 {
  color: var(--gray-100);
}

.gray-200 {
  color: var(--gray-200);
}

.gray-300 {
  color: var(--gray-300);
}

.gray-500 {
  color: var(--gray-500);
}

.gray-700 {
  color: var(--gray-700);
}

.gray-800 {
  color: var(--gray-800);
}

.clay-light {
  color: var(--clay-light);
}

.leaf-light {
  color: var(--leaf-light);
}

.red-warning {
  color: var(--red-warning);
}

.slate-dark {
  color: var(--slate-dark);
}

.bg-brand-white {
  background-color: var(--brand-white);
}

.bg-brand-black {
  background-color: var(--brand-black);
}

.bg-brand-yellow {
  background-color: var(--brand-yellow);
}

.bg-brand-red {
  background-color: var(--brand-red);
}

.bg-gray-50 {
  background-color: var(--gray-50);
}

.bg-gray-100 {
  background-color: var(--gray-100);
}

.bg-gray-200 {
  background-color: var(--gray-200);
}

.bg-gray-300 {
  background-color: var(--gray-300);
}

.bg-gray-500 {
  background-color: var(--gray-500);
}

.bg-gray-700 {
  background-color: var(--gray-700);
}

.bg-gray-800 {
  background-color: var(--gray-800);
}

.bg-clay-light {
  background-color: var(--clay-light);
}

.bg-leaf-light {
  background-color: var(--leaf-light);
}

.bg-red-warning {
  background-color: var(--red-warning);
}

.bg-slate-dark {
  background-color: var(--slate-dark);
}

.lbh-icon {
  text-align: center;
  box-sizing: border-box;
  display: inline-flex;
}

.lbh-icon::before {
  font-family: var(--liebherr-icon-font-name);
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.lbh-duty-cycle-crawler-crane::before {
  content: "\e949";
}

.lbh-settings::before {
  content: "\e9cc";
}

.lbh-globe::before {
  content: "\eb50";
}

.lbh-products::before {
  content: "\e928";
}

.lbh-entry-level::before {
  content: "\e91b";
}

.lbh-product-catalog::before {
  content: "\e991";
}

.lbh-area-of-application::before {
  content: "\e90f";
}

.lbh-pay-slip-specification::before {
  content: "\ea34";
}

.lbh-money-liquidity::before {
  content: "\eacf";
}

.lbh-package-icon::before {
  content: "\ead4";
}

.lbh-inquiry-list::before {
  content: "\e923";
}

.lbh-spare-parts-shipping::before {
  content: "\eaf7";
}

.lbh-electronics::before {
  content: "\e94b";
}

.lbh-news::before {
  content: "\ead2";
}

.lbh-gearwheel::before {
  content: "\eb4f";
}

.lbh-special-leave::before {
  content: "\e908";
}

.lbh-signpost::before {
  content: "\eaf6";
}

.lbh-home::before {
  content: "\eae8";
}

.lbh-chart::before {
  content: "\ea4c";
}

.lbh-qualifications::before {
  content: "\ea81";
}

.lbh-company::before {
  content: "\eb4d";
}

.lbh-user::before {
  content: "\e970";
}

.lbh-team::before {
  content: "\e9a7";
}

.lbh-info::before {
  content: "\e959";
}

.lbh-plus::before {
  content: "\e966";
}

.lbh-save::before {
  content: "\e9a6";
}

.lbh-move::before {
  content: "\ea82";
}

.lbh-meeting-point::before {
  content: "\eb46";
}

.lbh-close::before {
  content: "\e984";
}

.lbh-arrow-left::before {
  content: "\eb53";
}

.lbh-arrow-right::before {
  content: "\eb52";
}

.lbh-arrow-down::before {
  content: "\e92f";
}

.lbh-arrow-up::before {
  content: "\ea44";
}

.lbh-quote::before {
  content: "\e929";
}

.lbh-language::before {
  content: "\ea85";
}

.lbh-search::before {
  content: "\e96b";
}

.lbh-calender::before {
  content: "\e933";
}

.lbh-circle-arrow-clockwise::before {
  content: "\eab3";
}

.lbh-further-options::before {
  content: "\ea74";
}

.lbh-edit::before {
  content: "\e982";
}

.lbh-target::before {
  content: "\eaf8";
}

.lbh-bin::before {
  content: "\e932";
}

.lbh-checkmark::before {
  content: "\e981";
}

.lbh-minus::before {
  content: "\ea84";
}

.lbh-table::before {
  content: "\ea48";
}

.lbh-document2::before {
  content: "\eae3";
}

.lbh-file::before {
  content: "\ea17";
}

.lbh-exit::before {
  content: "\eb43";
}

.lbh-stop::before {
  content: "\e9cd";
}

.lbh-to-the-top::before {
  content: "\ea47";
}

.lbh-font-arrow::before {
  content: "\e9ba";
}

.lbh-info-person::before {
  content: "\eae9";
}

.lbh-attractive-salary::before {
  content: "\eaae";
}

.lbh-further-education-funding::before {
  content: "\e91f";
}

.lbh-circle-arrow-right::before {
  content: "\e934";
}

.lbh-favourites::before {
  content: "\e9b7";
}

.lbh-flexible-working-hours::before {
  content: "\e9b9";
}

.lbh-clock::before {
  content: "\eb30";
}

.lbh-caliper::before {
  content: "\e905";
}

.lbh-weight::before {
  content: "\e9db";
}

.lbh-application-tips::before {
  content: "\e90e";
}

.lbh-app-launcher::before {
  content: "\e9e3";
}

.lbh-share::before {
  content: "\eaf3";
}

.lbh-digital-touch::before {
  content: "\e916";
}

.lbh-copy::before {
  content: "\e918";
}

.lbh-maximum-load-capacity::before {
  content: "\ea2f";
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

.disabled {
  opacity: 0.4;
  filter: grayscale(100%);
}

.nowrap {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.overlay-large.e-dialog {
  margin: auto;
  border: none;
  border-radius: 0;
  height: calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;
  max-height: 780px !important;
  transition-duration: 500ms;
  transition-timing-function: ease;
  max-width: 1502px;
}

.overlay-medium.e-dialog {
  margin: auto;
  border: none;
  border-radius: 0;
  height: calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;
  max-height: 780px !important;
  transition-duration: 500ms;
  transition-timing-function: ease;
  max-width: 1044px;
}

.overlay-small.e-dialog {
  margin: auto;
  border: none;
  border-radius: 0;
  height: calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;
  max-height: 780px !important;
  transition-duration: 500ms;
  transition-timing-function: ease;
  max-width: 586px;
}

.confirm-dialog.e-dialog {
  margin: auto;
  border: none;
  border-radius: 0;
  height: calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;
  max-height: 780px !important;
  transition-duration: 500ms;
  transition-timing-function: ease;
  max-height: 200px !important;
  max-width: 400px !important;
}
.confirm-dialog.e-dialog .e-dlg-header-content {
  padding: 20px 20px 10px 20px;
}
.confirm-dialog.e-dialog .e-dlg-content {
  padding: 0 20px;
}
.confirm-dialog.e-dialog .e-footer-content {
  padding: 20px;
  display: flex;
  justify-content: right;
}
.confirm-dialog.e-dialog .e-footer-content .e-primary {
  order: 1;
}
.confirm-dialog.e-dialog .e-btn {
  height: 32px;
}

.e-dialog.full-screen {
  max-height: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}

.confirm-dialog.e-dialog {
  margin: auto;
  border: none;
  border-radius: 0;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  max-height: 250px !important;
  max-width: 420px !important;
}
.confirm-dialog.e-dialog .e-dlg-header-content {
  padding: 20px 20px 10px 20px;
}
.confirm-dialog.e-dialog .e-dlg-content {
  padding: 0 20px;
}
.confirm-dialog.e-dialog .e-footer-content {
  padding: 20px;
  display: flex;
  justify-content: right;
}
.confirm-dialog.e-dialog .e-footer-content .e-primary {
  order: 1;
}
.confirm-dialog.e-dialog .e-footer-content button {
  font-weight: bold !important;
}
.confirm-dialog.e-dialog .e-btn {
  height: 32px;
}
.confirm-dialog.e-dialog .e-dlg-closeicon-btn {
  position: absolute !important;
  left: initial !important;
  top: 0;
  right: 0;
  bottom: initial !important;
  float: initial !important;
  height: 32px !important;
  width: 32px !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-dialog.e-dialog .e-dlg-closeicon-btn .e-icon-dlg-close {
  font-size: 20px !important;
  width: 20px !important;
}
.confirm-dialog.e-dialog .e-dlg-closeicon-btn:hover {
  background-color: var(--gray-200) !important;
}

.redmine-confirm-dialog.e-dialog {
  border-radius: 0;
}
.redmine-confirm-dialog.e-dialog .e-btn {
  margin-left: 0px !important;
}
.redmine-confirm-dialog.e-dialog .e-dlg-closeicon-btn {
  position: absolute !important;
  left: initial !important;
  top: 0;
  right: 0;
  bottom: initial !important;
  float: initial !important;
  height: 32px !important;
  width: 32px !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redmine-confirm-dialog.e-dialog .e-dlg-closeicon-btn .e-icon-dlg-close {
  font-size: 20px !important;
  width: 20px !important;
}
.redmine-confirm-dialog.e-dialog .e-dlg-closeicon-btn:hover {
  background-color: var(--gray-200) !important;
}
.redmine-confirm-dialog.e-dialog pmd-overlay-redmine-action-buttons {
  gap: 12px !important;
}

span.point-green::before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 4px;
  content: "";
  background-color: var(--leaf-light);
}
span.point-orange::before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 4px;
  content: "";
  background-color: var(--clay-light);
}
span.point-red::before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 4px;
  content: "";
  background-color: var(--brand-red);
}

button.e-btn {
  font-family: var(--liebherr-text-font-stack);
}

.e-btn.btn-form-action {
  font-size: var(--btn-form-action-font-size);
  line-height: var(--btn-form-action-line-height);
  font-weight: var(--btn-form-action-font-weight) !important;
  padding: var(--btn-form-action-padding-vertically) var(--btn-form-action-padding-horizontally);
}

.e-btn.e-primary.new {
  background-color: var(--brand-white);
  border-color: var(--brand-white);
  color: var(--brand-black);
}
.e-btn.e-primary.new:focus {
  background-color: var(--brand-white);
  border-color: var(--brand-white);
  color: var(--brand-black);
}
.e-btn.e-primary.new:hover {
  background-color: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-black);
}

form label {
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 700;
}
form .form-group {
  position: relative;
  margin-bottom: 16px;
}
form .form-group .e-error-message {
  position: absolute;
  right: 8px;
  bottom: -20px;
  font-family: var(--liebherr-text-font-stack);
}
form .form-group .e-multiselect .e-down-icon .e-close-hooker {
  right: 24px;
}
form .form-group .e-multiselect .e-down-icon .e-ddl-icon {
  top: 0px;
  right: 4px;
  position: absolute;
}
form .form-group .e-multiselect .e-multi-select-wrapper .e-searcher.e-zero-size {
  display: block !important;
}
form .form-group .e-disabled .e-ddl-icon {
  display: none;
}
form .form-group .e-disabled .e-date-icon {
  display: none;
}
form .form-group .e-disabled .e-spin-down {
  display: none;
}
form .form-group .e-disabled .e-spin-up {
  display: none;
}
form .form-group .with-person-icon.has-value > span .e-input {
  padding-left: 24px;
}
form .form-group .with-person-icon.has-value > span::before {
  content: "\e970";
  font-family: var(--liebherr-icon-font-name);
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  top: 5px;
  left: 6px;
  font-size: 16px;
}
form.details .form-group .e-error-message {
  bottom: -30px;
}

.e-toast-container .e-toast.error, .e-toast-container .e-toast.error:hover {
  background-color: var(--red-warning);
  border: none;
  border-radius: 0;
}
.e-toast-container .e-toast .e-toast-title {
  padding-top: 4px !important;
}
.e-toast-container .e-toast .e-toast-title,
.e-toast-container .e-toast .e-toast-content,
.e-toast-container .e-toast .e-toast-icon,
.e-toast-container .e-toast .e-toast-close-icon {
  color: var(--brand-white) !important;
}
.e-toast-container .e-toast .e-toast-close-icon:before {
  content: "\e7e7";
}

.no-results {
  position: absolute;
  top: 44px;
  left: 8px;
  font-size: 13px;
}

.e-grid .with-icon {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.e-grid .with-icon .icon {
  font-size: 16px;
  padding-right: 4px;
  color: var(--brand-black);
  display: table-cell;
  vertical-align: middle;
  line-height: 16px;
}
.e-grid .with-icon span:not(.icon),
.e-grid .with-icon div,
.e-grid .with-icon a {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.hover-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}
.hover-underline:hover mark {
  border-bottom: 2px solid transparent;
  text-decoration: underline;
}

.highlight-search mark {
  border-top: 2px solid transparent;
  border-bottom: 2px solid var(--brand-yellow);
  display: inline-block;
  background-color: transparent;
}

.e-dropdownbase .e-disable-list-item {
  font-family: var(--liebherr-text-font-stack);
  font-size: var(--ddl-font-size);
  font-weight: var(--ddl-font-weigth);
  line-height: var(--ddl-list-line-height);
  min-height: var(--ddl-list-line-height);
  padding-right: 16px;
  text-indent: 12px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: " ";
}
.fi.fis {
  width: 1em;
}

.fi-xx {
  background-image: url(/assets/flags/4x3/xx.svg);
}

.fi-ad {
  background-image: url(/assets/flags/4x3/ad.svg);
}

.fi-ae {
  background-image: url(/assets/flags/4x3/ae.svg);
}

.fi-af {
  background-image: url(/assets/flags/4x3/af.svg);
}

.fi-ag {
  background-image: url(/assets/flags/4x3/ag.svg);
}

.fi-ai {
  background-image: url(/assets/flags/4x3/ai.svg);
}

.fi-al {
  background-image: url(/assets/flags/4x3/al.svg);
}

.fi-am {
  background-image: url(/assets/flags/4x3/am.svg);
}

.fi-ao {
  background-image: url(/assets/flags/4x3/ao.svg);
}

.fi-aq {
  background-image: url(/assets/flags/4x3/aq.svg);
}

.fi-ar {
  background-image: url(/assets/flags/4x3/ar.svg);
}

.fi-as {
  background-image: url(/assets/flags/4x3/as.svg);
}

.fi-at {
  background-image: url(/assets/flags/4x3/at.svg);
}

.fi-au {
  background-image: url(/assets/flags/4x3/au.svg);
}

.fi-aw {
  background-image: url(/assets/flags/4x3/aw.svg);
}

.fi-ax {
  background-image: url(/assets/flags/4x3/ax.svg);
}

.fi-az {
  background-image: url(/assets/flags/4x3/az.svg);
}

.fi-ba {
  background-image: url(/assets/flags/4x3/ba.svg);
}

.fi-bb {
  background-image: url(/assets/flags/4x3/bb.svg);
}

.fi-bd {
  background-image: url(/assets/flags/4x3/bd.svg);
}

.fi-be {
  background-image: url(/assets/flags/4x3/be.svg);
}

.fi-bf {
  background-image: url(/assets/flags/4x3/bf.svg);
}

.fi-bg {
  background-image: url(/assets/flags/4x3/bg.svg);
}

.fi-bh {
  background-image: url(/assets/flags/4x3/bh.svg);
}

.fi-bi {
  background-image: url(/assets/flags/4x3/bi.svg);
}

.fi-bj {
  background-image: url(/assets/flags/4x3/bj.svg);
}

.fi-bl {
  background-image: url(/assets/flags/4x3/bl.svg);
}

.fi-bm {
  background-image: url(/assets/flags/4x3/bm.svg);
}

.fi-bn {
  background-image: url(/assets/flags/4x3/bn.svg);
}

.fi-bo {
  background-image: url(/assets/flags/4x3/bo.svg);
}

.fi-bq {
  background-image: url(/assets/flags/4x3/bq.svg);
}

.fi-br {
  background-image: url(/assets/flags/4x3/br.svg);
}

.fi-bs {
  background-image: url(/assets/flags/4x3/bs.svg);
}

.fi-bt {
  background-image: url(/assets/flags/4x3/bt.svg);
}

.fi-bv {
  background-image: url(/assets/flags/4x3/bv.svg);
}

.fi-bw {
  background-image: url(/assets/flags/4x3/bw.svg);
}

.fi-by {
  background-image: url(/assets/flags/4x3/by.svg);
}

.fi-bz {
  background-image: url(/assets/flags/4x3/bz.svg);
}

.fi-ca {
  background-image: url(/assets/flags/4x3/ca.svg);
}

.fi-cc {
  background-image: url(/assets/flags/4x3/cc.svg);
}

.fi-cd {
  background-image: url(/assets/flags/4x3/cd.svg);
}

.fi-cf {
  background-image: url(/assets/flags/4x3/cf.svg);
}

.fi-cg {
  background-image: url(/assets/flags/4x3/cg.svg);
}

.fi-ch {
  background-image: url(/assets/flags/4x3/ch.svg);
}

.fi-ci {
  background-image: url(/assets/flags/4x3/ci.svg);
}

.fi-ck {
  background-image: url(/assets/flags/4x3/ck.svg);
}

.fi-cl {
  background-image: url(/assets/flags/4x3/cl.svg);
}

.fi-cm {
  background-image: url(/assets/flags/4x3/cm.svg);
}

.fi-cn {
  background-image: url(/assets/flags/4x3/cn.svg);
}

.fi-co {
  background-image: url(/assets/flags/4x3/co.svg);
}

.fi-cr {
  background-image: url(/assets/flags/4x3/cr.svg);
}

.fi-cu {
  background-image: url(/assets/flags/4x3/cu.svg);
}

.fi-cv {
  background-image: url(/assets/flags/4x3/cv.svg);
}

.fi-cw {
  background-image: url(/assets/flags/4x3/cw.svg);
}

.fi-cx {
  background-image: url(/assets/flags/4x3/cx.svg);
}

.fi-cy {
  background-image: url(/assets/flags/4x3/cy.svg);
}

.fi-cz {
  background-image: url(/assets/flags/4x3/cz.svg);
}

.fi-de {
  background-image: url(/assets/flags/4x3/de.svg);
}

.fi-dj {
  background-image: url(/assets/flags/4x3/dj.svg);
}

.fi-dk {
  background-image: url(/assets/flags/4x3/dk.svg);
}

.fi-dm {
  background-image: url(/assets/flags/4x3/dm.svg);
}

.fi-do {
  background-image: url(/assets/flags/4x3/do.svg);
}

.fi-dz {
  background-image: url(/assets/flags/4x3/dz.svg);
}

.fi-ec {
  background-image: url(/assets/flags/4x3/ec.svg);
}

.fi-ee {
  background-image: url(/assets/flags/4x3/ee.svg);
}

.fi-eg {
  background-image: url(/assets/flags/4x3/eg.svg);
}

.fi-eh {
  background-image: url(/assets/flags/4x3/eh.svg);
}

.fi-er {
  background-image: url(/assets/flags/4x3/er.svg);
}

.fi-es {
  background-image: url(/assets/flags/4x3/es.svg);
}

.fi-et {
  background-image: url(/assets/flags/4x3/et.svg);
}

.fi-fi {
  background-image: url(/assets/flags/4x3/fi.svg);
}

.fi-fj {
  background-image: url(/assets/flags/4x3/fj.svg);
}

.fi-fk {
  background-image: url(/assets/flags/4x3/fk.svg);
}

.fi-fm {
  background-image: url(/assets/flags/4x3/fm.svg);
}

.fi-fo {
  background-image: url(/assets/flags/4x3/fo.svg);
}

.fi-fr {
  background-image: url(/assets/flags/4x3/fr.svg);
}

.fi-ga {
  background-image: url(/assets/flags/4x3/ga.svg);
}

.fi-gb {
  background-image: url(/assets/flags/4x3/gb.svg);
}

.fi-gd {
  background-image: url(/assets/flags/4x3/gd.svg);
}

.fi-ge {
  background-image: url(/assets/flags/4x3/ge.svg);
}

.fi-gf {
  background-image: url(/assets/flags/4x3/gf.svg);
}

.fi-gg {
  background-image: url(/assets/flags/4x3/gg.svg);
}

.fi-gh {
  background-image: url(/assets/flags/4x3/gh.svg);
}

.fi-gi {
  background-image: url(/assets/flags/4x3/gi.svg);
}

.fi-gl {
  background-image: url(/assets/flags/4x3/gl.svg);
}

.fi-gm {
  background-image: url(/assets/flags/4x3/gm.svg);
}

.fi-gn {
  background-image: url(/assets/flags/4x3/gn.svg);
}

.fi-gp {
  background-image: url(/assets/flags/4x3/gp.svg);
}

.fi-gq {
  background-image: url(/assets/flags/4x3/gq.svg);
}

.fi-gr {
  background-image: url(/assets/flags/4x3/gr.svg);
}

.fi-gs {
  background-image: url(/assets/flags/4x3/gs.svg);
}

.fi-gt {
  background-image: url(/assets/flags/4x3/gt.svg);
}

.fi-gu {
  background-image: url(/assets/flags/4x3/gu.svg);
}

.fi-gw {
  background-image: url(/assets/flags/4x3/gw.svg);
}

.fi-gy {
  background-image: url(/assets/flags/4x3/gy.svg);
}

.fi-hk {
  background-image: url(/assets/flags/4x3/hk.svg);
}

.fi-hm {
  background-image: url(/assets/flags/4x3/hm.svg);
}

.fi-hn {
  background-image: url(/assets/flags/4x3/hn.svg);
}

.fi-hr {
  background-image: url(/assets/flags/4x3/hr.svg);
}

.fi-ht {
  background-image: url(/assets/flags/4x3/ht.svg);
}

.fi-hu {
  background-image: url(/assets/flags/4x3/hu.svg);
}

.fi-id {
  background-image: url(/assets/flags/4x3/id.svg);
}

.fi-ie {
  background-image: url(/assets/flags/4x3/ie.svg);
}

.fi-il {
  background-image: url(/assets/flags/4x3/il.svg);
}

.fi-im {
  background-image: url(/assets/flags/4x3/im.svg);
}

.fi-in {
  background-image: url(/assets/flags/4x3/in.svg);
}

.fi-io {
  background-image: url(/assets/flags/4x3/io.svg);
}

.fi-iq {
  background-image: url(/assets/flags/4x3/iq.svg);
}

.fi-ir {
  background-image: url(/assets/flags/4x3/ir.svg);
}

.fi-is {
  background-image: url(/assets/flags/4x3/is.svg);
}

.fi-it {
  background-image: url(/assets/flags/4x3/it.svg);
}

.fi-je {
  background-image: url(/assets/flags/4x3/je.svg);
}

.fi-jm {
  background-image: url(/assets/flags/4x3/jm.svg);
}

.fi-jo {
  background-image: url(/assets/flags/4x3/jo.svg);
}

.fi-jp {
  background-image: url(/assets/flags/4x3/jp.svg);
}

.fi-ke {
  background-image: url(/assets/flags/4x3/ke.svg);
}

.fi-kg {
  background-image: url(/assets/flags/4x3/kg.svg);
}

.fi-kh {
  background-image: url(/assets/flags/4x3/kh.svg);
}

.fi-ki {
  background-image: url(/assets/flags/4x3/ki.svg);
}

.fi-km {
  background-image: url(/assets/flags/4x3/km.svg);
}

.fi-kn {
  background-image: url(/assets/flags/4x3/kn.svg);
}

.fi-kp {
  background-image: url(/assets/flags/4x3/kp.svg);
}

.fi-kr {
  background-image: url(/assets/flags/4x3/kr.svg);
}

.fi-kw {
  background-image: url(/assets/flags/4x3/kw.svg);
}

.fi-ky {
  background-image: url(/assets/flags/4x3/ky.svg);
}

.fi-kz {
  background-image: url(/assets/flags/4x3/kz.svg);
}

.fi-la {
  background-image: url(/assets/flags/4x3/la.svg);
}

.fi-lb {
  background-image: url(/assets/flags/4x3/lb.svg);
}

.fi-lc {
  background-image: url(/assets/flags/4x3/lc.svg);
}

.fi-li {
  background-image: url(/assets/flags/4x3/li.svg);
}

.fi-lk {
  background-image: url(/assets/flags/4x3/lk.svg);
}

.fi-lr {
  background-image: url(/assets/flags/4x3/lr.svg);
}

.fi-ls {
  background-image: url(/assets/flags/4x3/ls.svg);
}

.fi-lt {
  background-image: url(/assets/flags/4x3/lt.svg);
}

.fi-lu {
  background-image: url(/assets/flags/4x3/lu.svg);
}

.fi-lv {
  background-image: url(/assets/flags/4x3/lv.svg);
}

.fi-ly {
  background-image: url(/assets/flags/4x3/ly.svg);
}

.fi-ma {
  background-image: url(/assets/flags/4x3/ma.svg);
}

.fi-mc {
  background-image: url(/assets/flags/4x3/mc.svg);
}

.fi-md {
  background-image: url(/assets/flags/4x3/md.svg);
}

.fi-me {
  background-image: url(/assets/flags/4x3/me.svg);
}

.fi-mf {
  background-image: url(/assets/flags/4x3/mf.svg);
}

.fi-mg {
  background-image: url(/assets/flags/4x3/mg.svg);
}

.fi-mh {
  background-image: url(/assets/flags/4x3/mh.svg);
}

.fi-mk {
  background-image: url(/assets/flags/4x3/mk.svg);
}

.fi-ml {
  background-image: url(/assets/flags/4x3/ml.svg);
}

.fi-mm {
  background-image: url(/assets/flags/4x3/mm.svg);
}

.fi-mn {
  background-image: url(/assets/flags/4x3/mn.svg);
}

.fi-mo {
  background-image: url(/assets/flags/4x3/mo.svg);
}

.fi-mp {
  background-image: url(/assets/flags/4x3/mp.svg);
}

.fi-mq {
  background-image: url(/assets/flags/4x3/mq.svg);
}

.fi-mr {
  background-image: url(/assets/flags/4x3/mr.svg);
}

.fi-ms {
  background-image: url(/assets/flags/4x3/ms.svg);
}

.fi-mt {
  background-image: url(/assets/flags/4x3/mt.svg);
}

.fi-mu {
  background-image: url(/assets/flags/4x3/mu.svg);
}

.fi-mv {
  background-image: url(/assets/flags/4x3/mv.svg);
}

.fi-mw {
  background-image: url(/assets/flags/4x3/mw.svg);
}

.fi-mx {
  background-image: url(/assets/flags/4x3/mx.svg);
}

.fi-my {
  background-image: url(/assets/flags/4x3/my.svg);
}

.fi-mz {
  background-image: url(/assets/flags/4x3/mz.svg);
}

.fi-na {
  background-image: url(/assets/flags/4x3/na.svg);
}

.fi-nc {
  background-image: url(/assets/flags/4x3/nc.svg);
}

.fi-ne {
  background-image: url(/assets/flags/4x3/ne.svg);
}

.fi-nf {
  background-image: url(/assets/flags/4x3/nf.svg);
}

.fi-ng {
  background-image: url(/assets/flags/4x3/ng.svg);
}

.fi-ni {
  background-image: url(/assets/flags/4x3/ni.svg);
}

.fi-nl {
  background-image: url(/assets/flags/4x3/nl.svg);
}

.fi-no {
  background-image: url(/assets/flags/4x3/no.svg);
}

.fi-np {
  background-image: url(/assets/flags/4x3/np.svg);
}

.fi-nr {
  background-image: url(/assets/flags/4x3/nr.svg);
}

.fi-nu {
  background-image: url(/assets/flags/4x3/nu.svg);
}

.fi-nz {
  background-image: url(/assets/flags/4x3/nz.svg);
}

.fi-om {
  background-image: url(/assets/flags/4x3/om.svg);
}

.fi-pa {
  background-image: url(/assets/flags/4x3/pa.svg);
}

.fi-pe {
  background-image: url(/assets/flags/4x3/pe.svg);
}

.fi-pf {
  background-image: url(/assets/flags/4x3/pf.svg);
}

.fi-pg {
  background-image: url(/assets/flags/4x3/pg.svg);
}

.fi-ph {
  background-image: url(/assets/flags/4x3/ph.svg);
}

.fi-pk {
  background-image: url(/assets/flags/4x3/pk.svg);
}

.fi-pl {
  background-image: url(/assets/flags/4x3/pl.svg);
}

.fi-pm {
  background-image: url(/assets/flags/4x3/pm.svg);
}

.fi-pn {
  background-image: url(/assets/flags/4x3/pn.svg);
}

.fi-pr {
  background-image: url(/assets/flags/4x3/pr.svg);
}

.fi-ps {
  background-image: url(/assets/flags/4x3/ps.svg);
}

.fi-pt {
  background-image: url(/assets/flags/4x3/pt.svg);
}

.fi-pw {
  background-image: url(/assets/flags/4x3/pw.svg);
}

.fi-py {
  background-image: url(/assets/flags/4x3/py.svg);
}

.fi-qa {
  background-image: url(/assets/flags/4x3/qa.svg);
}

.fi-re {
  background-image: url(/assets/flags/4x3/re.svg);
}

.fi-ro {
  background-image: url(/assets/flags/4x3/ro.svg);
}

.fi-rs {
  background-image: url(/assets/flags/4x3/rs.svg);
}

.fi-ru {
  background-image: url(/assets/flags/4x3/ru.svg);
}

.fi-rw {
  background-image: url(/assets/flags/4x3/rw.svg);
}

.fi-sa {
  background-image: url(/assets/flags/4x3/sa.svg);
}

.fi-sb {
  background-image: url(/assets/flags/4x3/sb.svg);
}

.fi-sc {
  background-image: url(/assets/flags/4x3/sc.svg);
}

.fi-sd {
  background-image: url(/assets/flags/4x3/sd.svg);
}

.fi-se {
  background-image: url(/assets/flags/4x3/se.svg);
}

.fi-sg {
  background-image: url(/assets/flags/4x3/sg.svg);
}

.fi-sh {
  background-image: url(/assets/flags/4x3/sh.svg);
}

.fi-si {
  background-image: url(/assets/flags/4x3/si.svg);
}

.fi-sj {
  background-image: url(/assets/flags/4x3/sj.svg);
}

.fi-sk {
  background-image: url(/assets/flags/4x3/sk.svg);
}

.fi-sl {
  background-image: url(/assets/flags/4x3/sl.svg);
}

.fi-sm {
  background-image: url(/assets/flags/4x3/sm.svg);
}

.fi-sn {
  background-image: url(/assets/flags/4x3/sn.svg);
}

.fi-so {
  background-image: url(/assets/flags/4x3/so.svg);
}

.fi-sr {
  background-image: url(/assets/flags/4x3/sr.svg);
}

.fi-ss {
  background-image: url(/assets/flags/4x3/ss.svg);
}

.fi-st {
  background-image: url(/assets/flags/4x3/st.svg);
}

.fi-sv {
  background-image: url(/assets/flags/4x3/sv.svg);
}

.fi-sx {
  background-image: url(/assets/flags/4x3/sx.svg);
}

.fi-sy {
  background-image: url(/assets/flags/4x3/sy.svg);
}

.fi-sz {
  background-image: url(/assets/flags/4x3/sz.svg);
}

.fi-tc {
  background-image: url(/assets/flags/4x3/tc.svg);
}

.fi-td {
  background-image: url(/assets/flags/4x3/td.svg);
}

.fi-tf {
  background-image: url(/assets/flags/4x3/tf.svg);
}

.fi-tg {
  background-image: url(/assets/flags/4x3/tg.svg);
}

.fi-th {
  background-image: url(/assets/flags/4x3/th.svg);
}

.fi-tj {
  background-image: url(/assets/flags/4x3/tj.svg);
}

.fi-tk {
  background-image: url(/assets/flags/4x3/tk.svg);
}

.fi-tl {
  background-image: url(/assets/flags/4x3/tl.svg);
}

.fi-tm {
  background-image: url(/assets/flags/4x3/tm.svg);
}

.fi-tn {
  background-image: url(/assets/flags/4x3/tn.svg);
}

.fi-to {
  background-image: url(/assets/flags/4x3/to.svg);
}

.fi-tr {
  background-image: url(/assets/flags/4x3/tr.svg);
}

.fi-tt {
  background-image: url(/assets/flags/4x3/tt.svg);
}

.fi-tv {
  background-image: url(/assets/flags/4x3/tv.svg);
}

.fi-tw {
  background-image: url(/assets/flags/4x3/tw.svg);
}

.fi-tz {
  background-image: url(/assets/flags/4x3/tz.svg);
}

.fi-ua {
  background-image: url(/assets/flags/4x3/ua.svg);
}

.fi-ug {
  background-image: url(/assets/flags/4x3/ug.svg);
}

.fi-um {
  background-image: url(/assets/flags/4x3/um.svg);
}

.fi-us {
  background-image: url(/assets/flags/4x3/us.svg);
}

.fi-uy {
  background-image: url(/assets/flags/4x3/uy.svg);
}

.fi-uz {
  background-image: url(/assets/flags/4x3/uz.svg);
}

.fi-va {
  background-image: url(/assets/flags/4x3/va.svg);
}

.fi-vc {
  background-image: url(/assets/flags/4x3/vc.svg);
}

.fi-ve {
  background-image: url(/assets/flags/4x3/ve.svg);
}

.fi-vg {
  background-image: url(/assets/flags/4x3/vg.svg);
}

.fi-vi {
  background-image: url(/assets/flags/4x3/vi.svg);
}

.fi-vn {
  background-image: url(/assets/flags/4x3/vn.svg);
}

.fi-vu {
  background-image: url(/assets/flags/4x3/vu.svg);
}

.fi-wf {
  background-image: url(/assets/flags/4x3/wf.svg);
}

.fi-ws {
  background-image: url(/assets/flags/4x3/ws.svg);
}

.fi-ye {
  background-image: url(/assets/flags/4x3/ye.svg);
}

.fi-yt {
  background-image: url(/assets/flags/4x3/yt.svg);
}

.fi-za {
  background-image: url(/assets/flags/4x3/za.svg);
}

.fi-zm {
  background-image: url(/assets/flags/4x3/zm.svg);
}

.fi-zw {
  background-image: url(/assets/flags/4x3/zw.svg);
}

.fi-ac {
  background-image: url(/assets/flags/4x3/ac.svg);
}

.fi-cefta {
  background-image: url(/assets/flags/4x3/cefta.svg);
}

.fi-cp {
  background-image: url(/assets/flags/4x3/cp.svg);
}

.fi-dg {
  background-image: url(/assets/flags/4x3/dg.svg);
}

.fi-ea {
  background-image: url(/assets/flags/4x3/ea.svg);
}

.fi-es-ct {
  background-image: url(/assets/flags/4x3/es-ct.svg);
}

.fi-es-ga {
  background-image: url(/assets/flags/4x3/es-ga.svg);
}

.fi-es-pv {
  background-image: url(/assets/flags/4x3/es-pv.svg);
}

.fi-eu {
  background-image: url(/assets/flags/4x3/eu.svg);
}

.fi-gb-eng {
  background-image: url(/assets/flags/4x3/gb-eng.svg);
}

.fi-gb-nir {
  background-image: url(/assets/flags/4x3/gb-nir.svg);
}

.fi-gb-sct {
  background-image: url(/assets/flags/4x3/gb-sct.svg);
}

.fi-gb-wls {
  background-image: url(/assets/flags/4x3/gb-wls.svg);
}

.fi-ic {
  background-image: url(/assets/flags/4x3/ic.svg);
}

.fi-ta {
  background-image: url(/assets/flags/4x3/ta.svg);
}

.fi-un {
  background-image: url(/assets/flags/4x3/un.svg);
}

.fi-xk {
  background-image: url(/assets/flags/4x3/xk.svg);
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
  background-color: var(--gray-100);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(189, 196, 202);
  background-clip: padding-box;
  border: 2px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(189, 196, 202);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgb(189, 196, 202);
}

/* Buttons */
::-webkit-scrollbar-button:single-button {
  background-color: var(--gray-100);
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 12px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 12px;
  width: 16px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(189, 196, 202)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.e-popup-open .more-hits {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  background-color: var(--brand-white);
}

.common-filter-wrapper {
  position: relative;
}
.common-filter-wrapper .ddl-btn-clear {
  position: absolute;
  font-size: 16px;
  width: 24px;
  height: 24px;
  background-color: var(--brand-white);
  top: 3px;
  right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#maps-container_Legend_Group > g > text {
  font-family: var(--liebherr-text-font-stack) !important;
  font-style: var(--text-font-style) !important;
  font-weight: var(--map-legend-font-weight) !important;
  font-size: var(--map-legend-font-size) !important;
  line-height: var(--map-legend-line-height) !important;
  color: black !important;
  letter-spacing: -0.24px !important;
}

#ejs-map_Legend_Group > g > text {
  font-family: var(--liebherr-text-font-stack) !important;
  font-style: var(--text-font-style) !important;
  font-weight: var(--map-legend-font-weight) !important;
  font-size: var(--map-legend-font-size) !important;
  line-height: var(--map-legend-line-height) !important;
  color: black !important;
  letter-spacing: -0.24px !important;
}

.checkbox {
  display: flex;
  flex-direction: column;
}

ejs-checkbox {
  padding: 4px 8px 0px 8px;
}

.e-checkbox-wrapper {
  line-height: 2 !important;
}
.e-checkbox-wrapper .e-label {
  max-width: 100% !important;
}

#dockBar {
  overflow: hidden;
  height: 100%;
  background-color: var(--gray-100);
}
#dockBar .dock-bar-nav-toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 32px;
  right: 8px;
}
#dockBar .dock-bar-nav-toggle.toogle-right-up {
  bottom: unset;
  top: 5px;
}
#dockBar .dock-bar-nav-toggle.toogle-up-close {
  bottom: unset;
  top: 45px;
}
#dockBar .dock-bar-lbh-home {
  width: 100%;
  height: 40px;
  background-color: var(--gray-200);
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#dockBarView {
  height: 100%;
}

.templateCarousel {
  border: 1px solid #d7d7d7;
}

.templateCarousel .e-carousel-navigators svg {
  fill: none;
  stroke: rgb(90, 90, 90);
  stroke-linecap: square;
  stroke-width: 4px;
  height: 1.6rem;
  width: 1.6rem;
  vertical-align: middle;
}

.templateCarousel .e-carousel-navigators:hover svg {
  stroke: rgb(59, 59, 59);
}

.templateCarousel .e-carousel-navigators .e-previous svg {
  transform: rotate(180deg);
}

.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar:not(.e-active) .e-indicator div {
  border-color: #d3d8dd;
  background-color: #d3d8dd;
}

.overlay-details-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px calc(100% - 40px);
  grid-template-areas: "header" "content";
  height: 100%;
  overflow: hidden;
  position: relative;
}
.overlay-details-wrapper .header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--gray-100);
  height: 140px;
  z-index: 10;
}
.overlay-details-wrapper .header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 20;
}
.overlay-details-wrapper .header .icon {
  flex: 0 0 64px;
  text-align: right;
  font-size: 16px;
  padding-right: 8px;
  display: inline-block;
}
.overlay-details-wrapper .header .title {
  flex: 1 1 content;
}
.overlay-details-wrapper .content {
  grid-area: content;
  margin: 8px 40px 40px 40px;
  overflow: hidden;
  z-index: 20;
}
.overlay-details-wrapper .content .item-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  height: 32px;
}
.overlay-details-wrapper .content .item-info .add,
.overlay-details-wrapper .content .item-info .save-close {
  flex-grow: 1;
  text-align: right;
}
.overlay-details-wrapper .content .item-info .add button,
.overlay-details-wrapper .content .item-info .save-close button {
  height: 32px;
  box-shadow: none;
}
.overlay-details-wrapper .content .item-info .add.permission-tooltip,
.overlay-details-wrapper .content .item-info .save-close.permission-tooltip {
  display: flex;
  flex-grow: unset;
  flex-direction: row;
  width: 100%;
  align-items: end;
  justify-content: end;
}
.overlay-details-wrapper .content .item-info .save-close-redmine {
  margin-left: auto;
}
.overlay-details-wrapper .content .tabs {
  margin-top: 24px;
  margin-left: -12px;
  height: 38px;
}
.overlay-details-wrapper .content .tabs .items-count {
  color: var(--gray-500);
  padding-left: 4px;
}
.overlay-details-wrapper .content .actions {
  margin-top: 32px;
  height: 32px;
  display: flex;
  justify-content: space-between;
}
.overlay-details-wrapper .content .actions pmd-search-field {
  width: 180px;
}
.overlay-details-wrapper .content .actions .right {
  margin-left: auto;
}
.overlay-details-wrapper .content .actions .left {
  margin-right: auto;
}
.overlay-details-wrapper .content .actions .right,
.overlay-details-wrapper .content .actions .left {
  display: flex;
  gap: 20px;
}
.overlay-details-wrapper .content .actions .new {
  height: 32px;
}
.overlay-details-wrapper .content .actions .new .e-plus {
  margin-top: -5px;
}
.overlay-details-wrapper .content .tabs ~ * > .actions {
  margin-top: 16px;
}
.overlay-details-wrapper .content .items {
  margin-top: 16px;
  height: calc(100% - 218px);
  display: flex;
  position: relative;
}
.overlay-details-wrapper .content .tabs ~ * > .items {
  height: calc(100% - 202px);
  display: block;
}
.overlay-details-wrapper .tabs .e-tab .e-tab-header {
  border-bottom: none !important;
}

pmd-product-hierarchy-details .overlay-details-wrapper .content .actions {
  margin-top: 16px;
}
