@charset "UTF-8";
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/*
Farbdefinitionen
****************

Für Infonetz
 */
/* line 10, ../sass/lib/_farben_infonetz.scss */
* {
  font-family: arial, helvetica, sans-serif;
}

/* line 3, ../sass/lib/_iluChart.scss */
.ic-axis path,
.ic-brush-axis path,
.ic-axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

/* line 11, ../sass/lib/_iluChart.scss */
.ic-axis text {
  font-size: 12px;
}

/* line 16, ../sass/lib/_iluChart.scss */
svg {
  background: white;
}

/*
#svgwrap {
	border: solid 1px;
	border-color:#268BD2;
	width: auto;
}
*/
/* line 28, ../sass/lib/_iluChart.scss */
.ic-legend {
  width: 99%;
}

/* line 32, ../sass/lib/_iluChart.scss */
.ic-hidden {
  display: none;
}

/* line 36, ../sass/lib/_iluChart.scss */
.ic-line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

/* line 42, ../sass/lib/_iluChart.scss */
.ic-brush-line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1px;
}

/* line 49, ../sass/lib/_iluChart.scss */
.ic-line.ic-focused {
  stroke-width: 2.5px;
}

/* line 53, ../sass/lib/_iluChart.scss */
.ic-line.ic-defocused {
  opacity: 0.3;
}

/* line 57, ../sass/lib/_iluChart.scss */
.ic-chartInfo-rect {
  fill: none;
  opacity: 0;
  pointer-events: all;
}

/****
Interactive Layer
*/
/* line 67, ../sass/lib/_iluChart.scss */
.ic-tooltipLine {
  pointer-events: none;
}

/* line 70, ../sass/lib/_iluChart.scss */
.ic-tooltipLine {
  stroke: #ccc;
  stroke-width: 2;
}

/****
Tooltip
*/
/* line 84, ../sass/lib/_iluChart.scss */
.ic-chartInfo-div {
  /*    position: fixed;
      text-align: center;	*/
  width: auto;
  height: auto;
  padding: 5px;
  font: 12px sans-serif;
  border: 0px;
  border-radius: 4px;
  opacity: 0.8;
  pointer-events: none;
  margin-bottom: 5px;
}

/* line 98, ../sass/lib/_iluChart.scss */
.ic-chartInfo-div td {
  padding: 2px;
}

/* line 102, ../sass/lib/_iluChart.scss */
.ic-tooltip-header {
  font-weight: bold;
  text-align: left;
}

/* line 113, ../sass/lib/_iluChart.scss */
.ic-tooltip-bold {
  font-weight: bolder;
}

/* line 117, ../sass/lib/_iluChart.scss */
.ic-tooltip-color-guide {
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
}

/* line 126, ../sass/lib/_iluChart.scss */
.ic-tooltip-row:hover {
  background-color: #eef7fe;
}

/****
 *Brush
 */
/* line 137, ../sass/lib/_iluChart.scss */
.ic-brush .extent {
  opacity: 0.2;
}

/****
 *Grid
 */
/* line 145, ../sass/lib/_iluChart.scss */
.ic-axis-grid line {
  stroke: #CCC;
  opacity: 1;
}

/* line 150, ../sass/lib/_iluChart.scss */
.ic-axis-grid path {
  stroke-width: 0;
}

/*
iluUI
 */
/* line 6, ../sass/lib/_iluUI.scss */
.iluUI-input-div {
  margin: 2px;
  background: #F0F0F0;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 19, ../sass/lib/_iluUI.scss */
.iluUI-input-label {
  margin-right: 5px;
  max-width: 150px;
  overflow: hidden;
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  white-space: nowrap;
}

/* line 27, ../sass/lib/_iluUI.scss */
.iluUI-input-labelBefore {
  margin-right: 5px;
  margin-left: auto;
  text-align: right;
  max-width: 180px;
  overflow: hidden;
  -webkit-flex: 0 0 180px;
  flex: 0 0 180px;
  white-space: nowrap;
}

/* line 36, ../sass/lib/_iluUI.scss */
.iluUI-input-labelAfter {
  margin-left: 5px;
  margin-right: auto;
  text-align: left;
  max-width: 150px;
  overflow: hidden;
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  white-space: nowrap;
}

/* line 47, ../sass/lib/_iluUI.scss */
.iluUI-input-input {
  overflow: hidden;
  -webkit-flex: 100 100 100px;
  flex: 100 100 100px;
  border: none;
  color: #333333;
}

/* line 53, ../sass/lib/_iluUI.scss */
.iluUI-input-date {
  overflow: hidden;
  -webkit-flex: 100 100 100px;
  flex: 100 100 100px;
  max-width: 100px;
  border: none;
  color: #333333;
}

/* line 60, ../sass/lib/_iluUI.scss */
.iluUI-input-textarea {
  overflow: hidden;
  -webkit-flex: 100 100 100px;
  flex: 100 100 100px;
  border: none;
  color: #333333;
}

/* line 66, ../sass/lib/_iluUI.scss */
.iluUI-input-checkbox {
  overflow: hidden;
  /* flex: 100 100 100px;*/
  border: none;
  color: #333333;
}

/* line 72, ../sass/lib/_iluUI.scss */
.iluUI-input-number {
  overflow: hidden;
  -webkit-flex: 0 0 80px;
  flex: 0 0 80px;
  border: none;
  color: #333333;
}

/* line 78, ../sass/lib/_iluUI.scss */
.iluUI-bottom-bar {
  overflow: hidden;
}

/* line 82, ../sass/lib/_iluUI.scss */
.iluUI-icon-button {
  height: 45px;
  width: 45px;
  float: right;
  margin: 5px;
}

/* line 88, ../sass/lib/_iluUI.scss */
.iluUI-button {
  color: #ffffff;
  background-color: #bd4e53;
  border-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  touch-action: manipulation;
}
/* line 95, ../sass/lib/_iluUI.scss */
.iluUI-button:focus {
  outline: 0;
}
/* line 98, ../sass/lib/_iluUI.scss */
.iluUI-button:hover {
  background-color: #c46165;
}
/* line 102, ../sass/lib/_iluUI.scss */
.iluUI-button.iluUI-disabled, .iluUI-button:hover.iluUI-disabled {
  cursor: default;
  color: #e8e8e8;
  background-color: #a7a7a7;
  cursor: default;
}

/* line 111, ../sass/lib/_iluUI.scss */
.iluUI-button-standalone {
  padding: 4px 10px 4px 10px;
}

/* line 115, ../sass/lib/_iluUI.scss */
.iluUI-button-rev {
  color: #2b6392;
  background-color: #ffffff;
  border: 1px solid #2b6392;
  border-radius: 4px;
  cursor: pointer;
  touch-action: manipulation;
}

/* line 124, ../sass/lib/_iluUI.scss */
.iluUI-button-rev:hover,
.iluUI-button-rev:focus {
  background-color: #d2f1e3;
}

/* line 129, ../sass/lib/_iluUI.scss */
.iluUI-input-sub {
  margin-left: 22px;
}

/**
 * 	generische Layouts
 */
/* line 136, ../sass/lib/_iluUI.scss */
.iluUI-flexLayout-columns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
}

/* line 143, ../sass/lib/_iluUI.scss */
.iluUI-flexLayout-rows {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 151, ../sass/lib/_iluUI.scss */
.iluUI-flexLayout-column {
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
}

/* line 155, ../sass/lib/_iluUI.scss */
.iluUI-flexLayout-grow-column {
  -webkit-flex: 20 20 20%;
  flex: 20 20 20%;
}

/* line 160, ../sass/lib/_iluUI.scss */
.iluUI-flexLayout-columnBreit {
  -webkit-flex: 2 1 40%;
  flex: 2 1 40%;
}

/**
 * 	Modaler Dialog
 */
/* line 168, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-base {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 900;
  font-size: 0.8em;
}

/* line 178, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #aaaaaa;
}

/* line 187, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-div {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 197, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-container {
  margin: 0 5px 0 5px;
  padding: 10px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #888888;
  border-radius: 0 0 3px 3px;
}

/* line 208, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-toolbar {
  margin: 0 5px 0 5px;
  padding: 10px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 0px 1px;
  border-color: #888888;
  border-radius: 0 0 0px 0px;
}

/* line 218, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-title {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  height: 30px;
  padding: 0.5em calc(40px + 1.2em) 0.5em 0.7em;
  min-height: 0;
  /* support: IE7  */
  font-size: 120%;
  background: #2b6392;
  color: #ffffff;
  line-height: 2;
  border-radius: 3px;
}

/* line 233, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-title > .iluUI-moddlg-close {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: solid;
  border-width: 2px;
  border-radius: 3px;
  border-color: #2b6392;
}

/* line 246, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-title > .iluUI-moddlg-close:hover {
  border-color: #bd4e53;
  color: #bd4e53;
}

/* line 251, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-close {
  color: #2b6392;
}

/* line 255, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-btnDiv {
  margin: 20px 7px 5px 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 259, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-btnDiv button:last-child {
  margin-right: 0;
}

/* line 264, ../sass/lib/_iluUI.scss */
.iluUI-moddlg-button {
  overflow: hidden;
  flex: 0 0 120px;
  min-width: 120px;
  padding: 5px 7px;
  margin: 0 8px;
}

/**
 * 	TitleDiv
 */
/* line 278, ../sass/lib/_iluUI.scss */
.iluUI-divContainer-bar {
  display: block;
  /*cursor: pointer;*/
  position: relative;
  padding: .5em .5em .5em 2.8em;
  min-height: 0;
  /* support: IE7  */
  font-size: 100%;
  background: #2b6392;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.3;
  border-radius: 3px 3px 0px 0px;
}

/* line 292, ../sass/lib/_iluUI.scss */
.iluUI-divContainer-contentdiv {
  border-radius: 0 0 3px 3px;
  background-color: white;
  overflow: auto;
  border-color: white;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}

/* Spezielle Behandlung von Content-Divs, wenn sie sich als Subform in
einer DataTables befinden.
 */
/* line 305, ../sass/lib/_iluUI.scss */
.dataTables_scrollBody .iluUI-form-childContainer {
  background-color: #f1f1f1;
  border-color: #dedede;
}
/* line 309, ../sass/lib/_iluUI.scss */
.dataTables_scrollBody .iluUI-divContainer-contentdiv {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin: 0 10px 10px 10px;
}

/**
 * 	Tab
 */
/* line 321, ../sass/lib/_iluUI.scss */
.iluUI-tab-container {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

/* line 327, ../sass/lib/_iluUI.scss */
.iluUI-tab-containerStyle {
  border: 1px solid #CFCFCF;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
  background-color: #F1F1F1;
}

/* line 334, ../sass/lib/_iluUI.scss */
.iluUI-tab-links {
  width: 100%;
  display: inline-block;
  padding: 5px 0 0 5px;
  background-color: #F7F7F7;
  border: 0 solid #B9B9B9;
  border-bottom-width: 1px;
}
/* line 342, ../sass/lib/_iluUI.scss */
.iluUI-tab-links li {
  margin-right: 5px;
  padding: 3px 7px;
  float: left;
  list-style: none;
  background-color: #F1F1F1;
  border: 1px solid #949494;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  transition: all linear 0.15s;
  color: #5a5a5a;
  cursor: pointer;
  max-width: 110px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
/* line 360, ../sass/lib/_iluUI.scss */
.iluUI-tab-links li.active, .iluUI-tab-links li.active:hover {
  background-color: #82dab2;
  cursor: pointer;
  border-color: #5a5a5a;
  color: black;
}
/* line 366, ../sass/lib/_iluUI.scss */
.iluUI-tab-links li:hover {
  background-color: #bfebd7;
  text-decoration: none;
}
/* line 370, ../sass/lib/_iluUI.scss */
.iluUI-tab-links li a {
  user-select: none;
}
/* line 373, ../sass/lib/_iluUI.scss */
.iluUI-tab-links li.deactivated, .iluUI-tab-links li.deactivated:hover {
  background-color: transparent;
  border-color: #dddddd;
  color: #949494;
  cursor: default;
}
/* line 379, ../sass/lib/_iluUI.scss */
.iluUI-tab-links li.deactivated button, .iluUI-tab-links li.deactivated:hover button {
  cursor: default;
  color: #777777;
}
/* line 386, ../sass/lib/_iluUI.scss */
.iluUI-tab-links button {
  color: black;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}

/* line 394, ../sass/lib/_iluUI.scss */
.iluUI-tab-links-bottom {
  padding: 0 0 0 5px;
  border-bottom-width: 0;
  border-top-width: 1px;
}
/* line 399, ../sass/lib/_iluUI.scss */
.iluUI-tab-links-bottom li {
  border-bottom-width: 1px;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
}

/*----- Content of Tabs -----*/
/* line 409, ../sass/lib/_iluUI.scss */
.iluUI-tab {
  display: none;
  overflow-y: auto;
}

/* line 414, ../sass/lib/_iluUI.scss */
.iluUI-tab.active {
  display: block;
}

/**
 * 	Accordion
 */
/* line 423, ../sass/lib/_iluUI.scss */
.iluUI-accordion-div {
  margin-bottom: 3px;
  margin-right: 3px;
}

/* line 429, ../sass/lib/_iluUI.scss */
.iluUI-accordion-bar {
  display: block;
  cursor: pointer;
  position: relative;
  padding: .5em .5em .5em 2.8em;
  min-height: 0;
  /* support: IE7  */
  font-size: 100%;
  background: #2b6392;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.3;
  border-radius: 3px 3px 0px 0px;
}

/*
.iluUI-accordion-bar  {
  padding-left: 2.8em;
}
*/
/* line 449, ../sass/lib/_iluUI.scss */
.iluUI-accordion-bar .iluUI-accordion-bar-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -9px;
}

/* line 456, ../sass/lib/_iluUI.scss */
.iluUI-accordion-bar:hover {
  color: #d2f1e3;
}

/* line 461, ../sass/lib/_iluUI.scss */
.iluUI-accordion-contentdiv {
  margin-bottom: 13px;
  border-radius: 0 0 3px 3px;
  overflow: auto;
  background-color: white;
  border-width: 0px 1px 1px 1px;
  border-color: white;
  border-style: solid;
}
/* line 469, ../sass/lib/_iluUI.scss */
.iluUI-accordion-contentdiv h3 {
  background: #2b6392;
}
/* line 473, ../sass/lib/_iluUI.scss */
.iluUI-accordion-contentdiv li {
  cursor: pointer;
}

/**
 * 	Navigation Button
 */
/* line 484, ../sass/lib/_iluUI.scss */
.iluUI-navigation-singleMenuEntry {
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  position: relative;
  padding: .5em .5em .5em 2.8em;
  font-size: 100%;
  background: #2b6392;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.3;
  border-radius: 3px;
  border: 2px solid transparent;
}
/* line 498, ../sass/lib/_iluUI.scss */
.iluUI-navigation-singleMenuEntry.link-active {
  color: #82dab2;
  border-color: #82dab2;
}
/* line 501, ../sass/lib/_iluUI.scss */
.iluUI-navigation-singleMenuEntry.link-active i {
  color: #82dab2;
}
/* line 506, ../sass/lib/_iluUI.scss */
.iluUI-navigation-singleMenuEntry:not(.link-active):hover {
  color: #82dab2;
  border-color: #82dab2;
}
/* line 509, ../sass/lib/_iluUI.scss */
.iluUI-navigation-singleMenuEntry:not(.link-active):hover i {
  color: #82dab2;
}

/* line 515, ../sass/lib/_iluUI.scss */
.iluUI-navigation-singleMenuEntry-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -9px;
}

/**
 * 	Formular
 */
/* line 528, ../sass/lib/_iluUI.scss */
.iluUI-form-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 100 100 200px;
  flex: 100 100 200px;
}

/* line 537, ../sass/lib/_iluUI.scss */
.iluUI-form-hidden {
  display: none;
}

/* line 541, ../sass/lib/_iluUI.scss */
.iluUI-form-div {
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 550, ../sass/lib/_iluUI.scss */
.iluUI-form-div-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 556, ../sass/lib/_iluUI.scss */
.iluUI-form-label-div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-flex: 100 100 400px;
  flex: 100 100 400px;
}

/* line 563, ../sass/lib/_iluUI.scss */
.iluUI-form-item-div {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex: 100 100 200px;
  flex: 100 100 200px;
}

/* line 571, ../sass/lib/_iluUI.scss */
.iluUI-form-div-preview {
  display: inline;
  border: 1px solid #dedede;
}

/* line 576, ../sass/lib/_iluUI.scss */
.iluUI-form-div-preview img {
  height: 120px;
  width: auto !important;
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

/* line 586, ../sass/lib/_iluUI.scss */
.iluUI-form-submit {
  margin-left: auto;
}

/* line 594, ../sass/lib/_iluUI.scss */
.iluUI-form-label {
  margin-right: 5px;
  max-width: 150px;
  overflow: hidden;
  -webkit-flex: 1 1 150px;
  flex: 1 1 150px;
  white-space: nowrap;
}

/* line 602, ../sass/lib/_iluUI.scss */
.iluUI-form-label-long {
  max-width: 200px !important;
  -webkit-flex: 1 1 200px !important;
  flex: 1 1 200px !important;
}

/* line 607, ../sass/lib/_iluUI.scss */
.iluUI-form-div-column .iluUI-form-label {
  -webkit-flex: none !important;
  flex: none !important;
  margin-bottom: 5px;
}

/* line 612, ../sass/lib/_iluUI.scss */
.iluUI-form-fieldset {
  border: none;
  padding: 5px;
  background-color: #f3f3f3;
}

/* Style des Formularfeldes */
/* line 619, ../sass/lib/_iluUI.scss */
.iluUI-form-style {
  overflow: hidden;
  -webkit-flex: 1 3 150px;
  flex: 1 3 150px;
  font-size: 1em;
}

/* line 625, ../sass/lib/_iluUI.scss */
.iluUI-form-div-column .iluUI-form-style {
  -webkit-flex: none !important;
  flex: none !important;
}

/* Div, welches an Stelle des Formularfeldes eingesetzt
    wird um mehr als ein Element einzusetzten (z.B. Geometry) */
/* line 631, ../sass/lib/_iluUI.scss */
.iluUI-form-itemdiv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 100 100 100px;
  flex: 100 100 100px;
  overflow: hidden;
}

/* Div, welches die Buttons zu einem Input-Item enthält */
/* line 639, ../sass/lib/_iluUI.scss */
.iluUI-form-itembuttondiv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

/* Wenn in Tabelle: 100% breite */
/* line 650, ../sass/lib/_iluUI.scss */
td .iluUI-form-style {
  width: 100%;
}

/* line 655, ../sass/lib/_iluUI.scss */
.iluUI-form-style-readonly {
  height: 15px;
  color: #6d6d6d;
  border: 1px solid #E4E4E4;
  background-color: #f9f9f9;
}

/* line 662, ../sass/lib/_iluUI.scss */
.iluUI-formData-new {
  background-color: #c8e5bc !important;
}

/* line 666, ../sass/lib/_iluUI.scss */
.iluUI-formData-delete {
  background-color: #d9534f !important;
}

/* line 670, ../sass/lib/_iluUI.scss */
.iluUI-formData-change {
  background-color: #ffcc33 !important;
}

/* line 676, ../sass/lib/_iluUI.scss */
.iluUI-formButton {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  touch-action: manipulation;
  border: 1px solid transparent;
  margin: 2px;
  background: transparent;
}
/* line 685, ../sass/lib/_iluUI.scss */
.iluUI-formButton.activated {
  background-color: #82dab2;
}

/* Überschreibt formButton teilweise für bessere Darstellung innerhalb Div */
/* line 692, ../sass/lib/_iluUI.scss */
.iluUI-inlineButton {
  height: 20px;
  width: 30px;
  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0 0 0 2px;
}

/* line 700, ../sass/lib/_iluUI.scss */
.iluUI-formButton:hover:enabled,
.iluUI-formButton:focus:enabled,
.iluUI-formButton:active:enabled {
  color: #ffffff;
  background-color: #bd4e53;
  cursor: pointer;
}

/* line 708, ../sass/lib/_iluUI.scss */
.iluUI-formButton-ok {
  background-color: #5CB85C !important;
}

/* line 712, ../sass/lib/_iluUI.scss */
.iluUI-formButton-error {
  background-color: #bd161b !important;
}

/*
 * Tabelle
 */
/* line 725, ../sass/lib/_iluUI.scss */
td.iluUI-table-detailsControl {
  /*background: url('arrow.png') no-repeat center center;*/
  cursor: pointer;
  width: 5px;
}

/* line 730, ../sass/lib/_iluUI.scss */
td.iluUI-table-detailsControl:before {
  /*dth: url('arrow.png') no-repeat center center;*/
  font-family: FontIlu;
  content: "\f006c";
  cursor: pointer;
}

/* line 736, ../sass/lib/_iluUI.scss */
tr.shown td.iluUI-table-detailsControl:before {
  /*background: url('arrow-open.png') no-repeat center center;*/
  font-family: FontIlu;
  content: "\f0069";
}

/* line 743, ../sass/lib/_iluUI.scss */
td.iluUI-table-SingleDetailsControl {
  cursor: pointer;
  width: 5px;
}

/* line 747, ../sass/lib/_iluUI.scss */
td.iluUI-table-SingleDetailsControl:before {
  font-family: FontIlu;
  content: "\f006c";
  cursor: pointer;
}

/* line 752, ../sass/lib/_iluUI.scss */
tr.shown td.iluUI-table-SingleDetailsControl:before {
  font-family: FontIlu;
  content: "\f0069";
}

/* line 757, ../sass/lib/_iluUI.scss */
td.iluUI-table-addToCart {
  cursor: pointer;
}

/* line 761, ../sass/lib/_iluUI.scss */
td.iluUI-table-addToCart:before {
  font-family: FontIlu;
  content: "\f0074";
  cursor: pointer;
}

/* line 767, ../sass/lib/_iluUI.scss */
td.iluUI-table-orderControl {
  cursor: move;
}

/* line 771, ../sass/lib/_iluUI.scss */
td.iluUI-table-orderControl:before {
  font-family: FontIlu;
  content: "\f0069\f006a";
}

/* line 776, ../sass/lib/_iluUI.scss */
td.iluUI-table-removeRow {
  cursor: pointer;
}

/* line 780, ../sass/lib/_iluUI.scss */
td.iluUI-table-removeRow:before {
  font-family: FontIlu;
  content: "\f0059";
}

/* line 786, ../sass/lib/_iluUI.scss */
td.iluUI-table-ok {
  cursor: pointer;
}

/* line 790, ../sass/lib/_iluUI.scss */
td.iluUI-table-ok:before {
  font-family: FontIlu;
  color: #008800;
  content: "\f006e";
  cursor: pointer;
}

/* line 797, ../sass/lib/_iluUI.scss */
td.iluUI-table-notok {
  cursor: pointer;
}

/* line 801, ../sass/lib/_iluUI.scss */
td.iluUI-table-notok:before {
  font-family: FontIlu;
  color: #990000;
  content: "\f006d";
  cursor: pointer;
}

/*
 * Form-Tablle
 */
/* line 832, ../sass/lib/_iluUI.scss */
.iluUI-form-table {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 846, ../sass/lib/_iluUI.scss */
.iluUI-table-statusCell {
  width: 25px !important;
  vertical-align: middle;
}

/* line 854, ../sass/lib/_iluUI.scss */
.iluUI-form-table-head {
  text-align: center;
}

/* line 859, ../sass/lib/_iluUI.scss */
.iluUI-table-content-wordbreak {
  word-break: break-all;
}

/* line 864, ../sass/lib/_iluUI.scss */
.iluUI-form-table-rowTemplate {
  display: none;
}

/* line 869, ../sass/lib/_iluUI.scss */
.iluUI-form-table-body {
  text-align: center;
}
/* line 872, ../sass/lib/_iluUI.scss */
.iluUI-form-table-body td {
  border: none !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

/**
 * 	MessageBox
 */
/* line 884, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-div {
  position: absolute;
  width: 500px;
  z-index: 1000;
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 895, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-div-title {
  display: block;
  position: relative;
  margin: 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7  */
  font-size: 100%;
  background: #2b6392;
  font-weight: normal;
  color: #ffffff;
  line-height: 2;
  border: 1px solid #888888;
  border-radius: 3px 3px 0 0;
}

/* line 910, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-boxContent {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

/* line 918, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-div-icon {
  -webkit-align-self: center;
  align-self: center;
  margin-right: 20px;
}

/* line 923, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-div-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}

/* line 929, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-div-message {
  white-space: pre-wrap;
}

/* line 935, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-kritisch {
  color: #bd161b;
}

/* line 939, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-frage {
  color: #609acc;
}

/* line 943, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-ausruf {
  color: #ffa500;
}

/* line 947, ../sass/lib/_iluUI.scss */
.iluUI-msgBox-information {
  color: #609acc;
}

/**
 * 	MessageBox
 */
/* line 954, ../sass/lib/_iluUI.scss */
.iluUI-popUpBox-div {
  position: absolute;
  width: 800px;
  z-index: 1000;
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/**
* 	TableBox
*/
/* line 969, ../sass/lib/_iluUI.scss */
.iluUI-tblBox-div {
  position: absolute;
  width: 1000px;
  z-index: 1000;
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/**
 * 	intervalDialog
 */
/* line 986, ../sass/lib/_iluUI.scss */
.iluUI-intervalDlg-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 993, ../sass/lib/_iluUI.scss */
.iluUI-intervalDlg-div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 100 100 200px;
  flex: 100 100 200px;
  border: solid 1px white;
}

/* line 1002, ../sass/lib/_iluUI.scss */
.iluUI-intervalDlg-groupDiv {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: white;
}

/**
 * 	mapDialog
 */
/* line 1013, ../sass/lib/_iluUI.scss */
.iluUI-mapDlg-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 1023, ../sass/lib/_iluUI.scss */
.iluUI-mapDlg-div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 100 100 200px;
  flex: 100 100 200px;
}

/* line 1032, ../sass/lib/_iluUI.scss */
.iluUI-mapDlg-mapDiv {
  padding: 5px;
}

/*
 ButtonGroups
 */
/* line 1042, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0 10px 0;
}
/* line 1048, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup div label:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 1052, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup div label:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}

/* line 1061, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-label {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
}

/* line 1066, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-label-left {
  margin-left: 0;
}

/* line 1069, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-label-right {
  margin-left: auto;
}

/* line 1073, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-btn {
  background-color: #ffffff;
  padding: 5px 8px 5px 8px;
  border: 1px solid #2b6392;
  border-right-width: 0;
  color: #000000;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
}
/* line 1083, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-btn:hover:not(.iluUI-buttonGroup-btn-active) {
  background-color: #d2f1e3;
}

/* line 1088, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-btn-active {
  background-color: #82dab2;
}
/* line 1090, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-btn-active:hover {
  background-color: #6ed4a6;
}

/* line 1095, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-btnRB {
  display: none;
}

/* line 1102, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-btn.iluUI-disabled,
.iluUI-buttonGroup-btn:hover.iluUI-disabled {
  cursor: default;
  background-color: #f1f1f1;
  border-color: #b9b9b9;
}
/* line 1107, ../sass/lib/_iluUI.scss */
.iluUI-buttonGroup-btn.iluUI-disabled.iluUI-buttonGroup-btn-active, .iluUI-buttonGroup-btn.iluUI-disabled.iluUI-buttonGroup-btn-active:hover,
.iluUI-buttonGroup-btn:hover.iluUI-disabled.iluUI-buttonGroup-btn-active,
.iluUI-buttonGroup-btn:hover.iluUI-disabled.iluUI-buttonGroup-btn-active:hover {
  background-color: #779989;
}

/* line 1117, ../sass/lib/_iluUI.scss */
.Infonetz-rwControl {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1122, ../sass/lib/_iluUI.scss */
:not(button).iluUI-disabled {
  font-style: italic;
  color: #4b4b4b;
  background-color: #e4e4e4;
}
/* line 1127, ../sass/lib/_iluUI.scss */
:not(button).iluUI-disabled button,
:not(button).iluUI-disabled button:hover,
:not(button).iluUI-disabled button:focus,
:not(button).iluUI-disabled button:active {
  color: #e8e8e8;
  background-color: #a7a7a7;
  cursor: default;
}

/*
  dynamische Tabelle
 */
/* line 1142, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-component {
  margin-top: 8px;
  margin-bottom: 12px;
  position: relative;
  padding: 13px 5px 10px 5px;
  background-color: #fafafa;
  user-select: none;
}
/* line 1150, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-component .iluUI-dynTab-component-title {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -12px;
  line-height: 1;
  padding: 3px 5px;
  background-color: #fafafa;
  border: 1px solid #dddddd;
}
/* line 1158, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-component .iluUI-dynTab-component-title.openclose {
  cursor: pointer;
}
/* line 1161, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-component .iluUI-dynTab-component-title i {
  padding-right: 6px;
}
/* line 1167, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-component.noBorder {
  border-color: transparent;
}
/* line 1170, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-component.noBorder .iluUI-dynTab-component-title {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -8px;
  padding: 0;
}

/* line 1179, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-component-last {
  margin-bottom: 0;
}

/* line 1184, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table {
  width: 100%;
}
/* line 1186, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table tr {
  line-height: 1.7em;
}
/* line 1192, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table td, .iluUI-dynTab-table th {
  text-align: left;
}
/* line 1195, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table td.text-center, .iluUI-dynTab-table th.text-center {
  text-align: center;
}
/* line 1198, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table td.inspD-tbl-column-datetime {
  width: 110px;
}
/* line 1201, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table td.inspD-tbl-column-aktion {
  width: 130px;
}
/* line 1204, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table td.inspD-tbl-column-grundlTitel {
  width: 150px;
}
/* line 1207, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table td.inspD-tbl-column-icon {
  width: 35px;
  vertical-align: center;
}
/* line 1210, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table td.inspD-tbl-column-icon button {
  padding: 2px 3px;
}
/* line 1216, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table.iluUI-dynTab-disabled table, .iluUI-dynTab-table.iluUI-dynTab-disabled tr, .iluUI-dynTab-table.iluUI-dynTab-disabled th, .iluUI-dynTab-table.iluUI-dynTab-disabled tr:hover, .iluUI-dynTab-table.iluUI-dynTab-disabled th:hover {
  background-color: transparent;
}
/* line 1222, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table.iluUI-dynTab-grundlagen tr:hover {
  background-color: transparent !important;
}
/* line 1225, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table.iluUI-dynTab-grundlagen td, .iluUI-dynTab-table.iluUI-dynTab-grundlagen th {
  padding: 2px 1px;
}
/* line 1228, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table.iluUI-dynTab-grundlagen:not(.iluUI-dynTab-column-icon) {
  vertical-align: top !important;
}
/* line 1232, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-table .iluUI-dynTab-readonly {
  background-color: transparent !important;
  border-color: transparent;
}

/* line 1240, ../sass/lib/_iluUI.scss */
.iluUI-dynTab-image {
  width: 340px;
  overflow: hidden;
}

/*
  dynamische Tabelle
 */
/*!
 *  Ilu Font 1.0.0 by @ilu AG - http://www.ilu.ch
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontIlu';
  src: url("../../fonts/FontIlu.otf");
  font-weight: normal;
  font-style: normal;
}
/* line 17, ../sass/lib/_iluFont.scss */
.fi {
  display: inline-block;
  font: normal normal normal 14px/1 FontIlu;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 27, ../sass/lib/_iluFont.scss */
.fi-klein {
  display: inline-block;
  font: normal normal normal 12px/1 FontIlu;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, -10%);
}

/* line 35, ../sass/lib/_iluFont.scss */
.fi-iluUI-table {
  font: normal normal normal 14px/1 FontIlu;
  font-size: inherit;
  line-height: 0.9em !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 1.28571429em;
  text-align: center;
}

/* makes the font 33% larger relative to the icon container */
/* line 50, ../sass/lib/_iluFont.scss */
.fi-lg {
  font-size: 1.33333333em;
  line-height: 1.1em;
  /*vertical-align: -15%;*/
}

/* line 55, ../sass/lib/_iluFont.scss */
.fi-2x {
  font-size: 2em;
}

/* line 58, ../sass/lib/_iluFont.scss */
.fi-3x {
  font-size: 3em;
}

/* line 61, ../sass/lib/_iluFont.scss */
.fi-4x {
  font-size: 4em;
}

/* line 64, ../sass/lib/_iluFont.scss */
.fi-5x {
  font-size: 5em;
}

/* line 67, ../sass/lib/_iluFont.scss */
.fi-preview {
  font-size: 6em;
}

/* line 70, ../sass/lib/_iluFont.scss */
.fi-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 74, ../sass/lib/_iluFont.scss */
.fi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 79, ../sass/lib/_iluFont.scss */
.fi-ul > li {
  position: relative;
}

/* line 82, ../sass/lib/_iluFont.scss */
.fi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 89, ../sass/lib/_iluFont.scss */
.fi-li.fi-lg {
  left: -1.85714286em;
}

/* line 92, ../sass/lib/_iluFont.scss */
.fi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 97, ../sass/lib/_iluFont.scss */
.pull-right {
  float: right;
}

/* line 100, ../sass/lib/_iluFont.scss */
.pull-left {
  float: left;
}

/* line 103, ../sass/lib/_iluFont.scss */
.fi.pull-left {
  margin-right: .3em;
}

/* line 106, ../sass/lib/_iluFont.scss */
.fi.pull-right {
  margin-left: .3em;
}

/* line 109, ../sass/lib/_iluFont.scss */
.fi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 113, ../sass/lib/_iluFont.scss */
.fi-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 137, ../sass/lib/_iluFont.scss */
.fi-rotate-45 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 143, ../sass/lib/_iluFont.scss */
.fi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 149, ../sass/lib/_iluFont.scss */
.fi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 155, ../sass/lib/_iluFont.scss */
.fi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 161, ../sass/lib/_iluFont.scss */
.fi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 167, ../sass/lib/_iluFont.scss */
.fi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 173, ../sass/lib/_iluFont.scss */
:root .fi-rotate-45,
:root .fi-rotate-90,
:root .fi-rotate-180,
:root .fi-rotate-270,
:root .fi-flip-horizontal,
:root .fi-flip-vertical {
  filter: none;
}

/* line 181, ../sass/lib/_iluFont.scss */
.fi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 189, ../sass/lib/_iluFont.scss */
.fi-stack-1x,
.fi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 196, ../sass/lib/_iluFont.scss */
.fi-stack-1x {
  line-height: inherit;
}

/* line 199, ../sass/lib/_iluFont.scss */
.fi-stack-2x {
  font-size: 2em;
}

/* line 202, ../sass/lib/_iluFont.scss */
.fi-inverse {
  color: #ffffff;
}

/* line 205, ../sass/lib/_iluFont.scss */
.fi-disabled {
  opacity: 0.3;
}

/**
 * 	Icon-Deklarationen
 */
/* line 215, ../sass/lib/_iluFont.scss */
.fi-user:before {
  content: "\f0050";
}

/* line 219, ../sass/lib/_iluFont.scss */
.fi-user-add:before {
  content: "\f0051";
}

/* line 223, ../sass/lib/_iluFont.scss */
.fi-user-delete:before {
  content: "\f0052";
}

/* line 227, ../sass/lib/_iluFont.scss */
.fi-user-edit:before {
  content: "\f0053";
}

/* line 231, ../sass/lib/_iluFont.scss */
.fi-user-spy:before {
  content: "\f0054";
}

/* line 236, ../sass/lib/_iluFont.scss */
.fi-list:before {
  content: "\f0055";
}

/* line 240, ../sass/lib/_iluFont.scss */
.fi-doc-export-pdf:before {
  content: "\f0056";
}

/* line 244, ../sass/lib/_iluFont.scss */
.fi-add:before {
  content: "\f0057";
}

/* line 248, ../sass/lib/_iluFont.scss */
.fi-edit:before {
  content: "\f0058";
}

/* line 252, ../sass/lib/_iluFont.scss */
.fi-delete:before {
  content: "\f0059";
}

/* line 257, ../sass/lib/_iluFont.scss */
.fi-dms-add-dateiinfo:before {
  content: "\f005a";
}

/* line 261, ../sass/lib/_iluFont.scss */
.fi-file-pdf:before {
  content: "\f005b";
}

/* line 265, ../sass/lib/_iluFont.scss */
.fi-file-word:before {
  content: "\f005c";
}

/* line 269, ../sass/lib/_iluFont.scss */
.fi-file-excel:before {
  content: "\f005d";
}

/* line 273, ../sass/lib/_iluFont.scss */
.fi-file-ppt:before {
  content: "\f005e";
}

/* line 277, ../sass/lib/_iluFont.scss */
.fi-file-img:before {
  content: "\f005f";
}

/* line 281, ../sass/lib/_iluFont.scss */
.fi-file-zip:before {
  content: "\f0060";
}

/* line 285, ../sass/lib/_iluFont.scss */
.fi-file-audio:before {
  content: "\f0061";
}

/* line 289, ../sass/lib/_iluFont.scss */
.fi-file-video:before {
  content: "\f0062";
}

/* line 293, ../sass/lib/_iluFont.scss */
.fi-file-code:before {
  content: "\f0063";
}

/* line 297, ../sass/lib/_iluFont.scss */
.fi-file-unknown:before {
  content: "\f0064";
}

/* line 301, ../sass/lib/_iluFont.scss */
.fi-file-folder-c:before {
  content: "\f0065";
}

/* line 305, ../sass/lib/_iluFont.scss */
.fi-file-folder-o:before {
  content: "\f0066";
}

/* line 309, ../sass/lib/_iluFont.scss */
.fi-file-folder1-c:before {
  content: "\f0067";
}

/* line 313, ../sass/lib/_iluFont.scss */
.fi-file-folder1-o:before {
  content: "\f0068";
}

/* line 317, ../sass/lib/_iluFont.scss */
.fi-arrow-down:before {
  content: "\f0069";
}

/* line 321, ../sass/lib/_iluFont.scss */
.fi-arrow-up:before {
  content: "\f006a";
}

/* line 325, ../sass/lib/_iluFont.scss */
.fi-arrow-left:before {
  content: "\f006b";
}

/* line 329, ../sass/lib/_iluFont.scss */
.fi-arrow-right:before {
  content: "\f006c";
}

/* line 333, ../sass/lib/_iluFont.scss */
.fi-warnung:before {
  content: "\f006d";
}

/* line 337, ../sass/lib/_iluFont.scss */
.fi-ok:before {
  content: "\f006e";
}

/* line 341, ../sass/lib/_iluFont.scss */
.fi-error:before {
  content: "\f006f";
}

/* line 345, ../sass/lib/_iluFont.scss */
.fi-close:before {
  content: "\f006f";
}

/* line 349, ../sass/lib/_iluFont.scss */
.fi-send-by-mail:before {
  content: "\f0070";
}

/* line 353, ../sass/lib/_iluFont.scss */
.fi-link:before {
  content: "\f0021";
}

/* line 357, ../sass/lib/_iluFont.scss */
.fi-send-link:before {
  content: "\f0022";
}

/* line 361, ../sass/lib/_iluFont.scss */
.fi-layout-list:before {
  content: "\f0023";
}

/* line 365, ../sass/lib/_iluFont.scss */
.fi-layout-kachel:before {
  content: "\f0024";
}

/* line 369, ../sass/lib/_iluFont.scss */
.fi-toggle-button:before {
  content: "\f0025";
}

/* line 374, ../sass/lib/_iluFont.scss */
.fi-reset:before {
  content: "\f0026";
}

/* line 378, ../sass/lib/_iluFont.scss */
.fi-refresh:before {
  content: "\f0027";
}

/* line 382, ../sass/lib/_iluFont.scss */
.fi-redo:before {
  content: "\f0028";
}

/* line 387, ../sass/lib/_iluFont.scss */
.fi-save:before {
  content: "\f0029";
}

/* line 391, ../sass/lib/_iluFont.scss */
.fi-admin:before {
  content: "\f002a";
}

/* line 395, ../sass/lib/_iluFont.scss */
.fi-erfassung:before {
  content: "\f002b";
}

/* line 399, ../sass/lib/_iluFont.scss */
.fi-analyse:before {
  content: "\f002c";
}

/* line 403, ../sass/lib/_iluFont.scss */
.fi-kritisch:before {
  content: "\f002d";
}

/* line 407, ../sass/lib/_iluFont.scss */
.fi-ausruf:before {
  content: "\f002e";
}

/* line 411, ../sass/lib/_iluFont.scss */
.fi-frage:before {
  content: "\f002f";
}

/* line 415, ../sass/lib/_iluFont.scss */
.fi-information:before {
  content: "\f0030";
}

/* line 419, ../sass/lib/_iluFont.scss */
.fi-gps:before {
  content: "\f0031";
}

/* line 423, ../sass/lib/_iluFont.scss */
.fi-calculator:before {
  content: "\f0032";
}

/* line 428, ../sass/lib/_iluFont.scss */
.fi-suche:before {
  content: "\f0033";
}

/* line 433, ../sass/lib/_iluFont.scss */
.fi-passwort:before {
  content: "\f0034";
}

/* line 438, ../sass/lib/_iluFont.scss */
.fi-karte-weiss:before {
  content: "\f0035";
}

/* line 443, ../sass/lib/_iluFont.scss */
.fi-karte-schwarz:before {
  content: "\f0036";
}

/* line 448, ../sass/lib/_iluFont.scss */
.fi-fadenkreuz:before {
  content: "\f0037";
}

/* line 452, ../sass/lib/_iluFont.scss */
.fi-projekt:before {
  content: "\f0038";
}

/* line 456, ../sass/lib/_iluFont.scss */
.fi-file-new:before {
  content: "\f0039";
}

/* line 460, ../sass/lib/_iluFont.scss */
.fi-file-copy:before {
  content: "\f003a";
}

/* line 464, ../sass/lib/_iluFont.scss */
.fi-file-cut:before {
  content: "\f003b";
}

/* line 468, ../sass/lib/_iluFont.scss */
.fi-file-paste:before {
  content: "\f003c";
}

/* line 472, ../sass/lib/_iluFont.scss */
.fi-file-delete:before {
  content: "\f003d";
}

/* line 476, ../sass/lib/_iluFont.scss */
.fi-file-rename:before {
  content: "\f003e";
}

/* line 480, ../sass/lib/_iluFont.scss */
.fi-file-download:before {
  content: "\f003f";
}

/* line 484, ../sass/lib/_iluFont.scss */
.fi-file-upload:before {
  content: "\f0040";
}

/* line 488, ../sass/lib/_iluFont.scss */
.fi-undo-delete:before {
  content: "\f0041";
}

/* line 492, ../sass/lib/_iluFont.scss */
.fi-directory-tree:before {
  content: "\f0042";
}

/* line 497, ../sass/lib/_iluFont.scss */
.fi-erase:before {
  content: "\f0043";
}

/* line 502, ../sass/lib/_iluFont.scss */
.fi-execute-search:before {
  content: "\f0044";
}

/* line 506, ../sass/lib/_iluFont.scss */
.fi-download-excel:before {
  content: "\f0045";
}

/* line 510, ../sass/lib/_iluFont.scss */
.fi-uhr:before {
  content: "\f0046";
}

/* line 515, ../sass/lib/_iluFont.scss */
.fi-zurueck:before {
  content: "\f0047";
}

/* line 520, ../sass/lib/_iluFont.scss */
.fi-vorwaerts:before {
  content: "\f0048";
}

/* line 525, ../sass/lib/_iluFont.scss */
.fi-aufwaerts:before {
  content: "\f0049";
}

/* line 530, ../sass/lib/_iluFont.scss */
.fi-abwaerts:before {
  content: "\f004a";
}

/* line 535, ../sass/lib/_iluFont.scss */
.fi-print:before {
  content: "\f004b";
}

/* line 539, ../sass/lib/_iluFont.scss */
.fi-help:before {
  content: "\f004c";
}

/* line 544, ../sass/lib/_iluFont.scss */
.fi-support:before {
  content: "\f004d";
}

/* line 549, ../sass/lib/_iluFont.scss */
.fi-mail:before {
  content: "\f004e";
}

/* line 554, ../sass/lib/_iluFont.scss */
.fi-tabelle-auf:before {
  content: "\f0071";
}

/* line 559, ../sass/lib/_iluFont.scss */
.fi-tabelle-zu:before {
  content: "\f0072";
}

/* line 563, ../sass/lib/_iluFont.scss */
.fi-tags:before {
  content: "\f0073";
}

/* line 567, ../sass/lib/_iluFont.scss */
.fi-shopping-cart:before {
  content: "\f0074";
}

/* line 571, ../sass/lib/_iluFont.scss */
.fi-locked:before {
  content: "\f0075";
}

/* line 575, ../sass/lib/_iluFont.scss */
.fi-unlocked:before {
  content: "\f0076";
}

/* line 579, ../sass/lib/_iluFont.scss */
.fi-hourglass:before {
  content: "\f0077";
}

/* line 583, ../sass/lib/_iluFont.scss */
.fi-circleempty:before {
  content: "\f0078";
}

/* line 587, ../sass/lib/_iluFont.scss */
.fi-circle:before {
  content: "\f0079";
}

/* line 591, ../sass/lib/_iluFont.scss */
.fi-questionmark:before {
  content: "\f007a";
}

/* line 596, ../sass/lib/_iluFont.scss */
.fi-normallist:before {
  content: "\f007b";
}

/* line 600, ../sass/lib/_iluFont.scss */
.fi-bulletlist:before {
  content: "\f007c";
}

/* line 604, ../sass/lib/_iluFont.scss */
.fi-numberedlist:before {
  content: "\f007d";
}

/* line 608, ../sass/lib/_iluFont.scss */
.fi-log:before {
  content: "\f007e";
}

/* line 612, ../sass/lib/_iluFont.scss */
.fi-eye:before {
  content: "\f007f";
}

/* line 616, ../sass/lib/_iluFont.scss */
.fi-balance:before {
  content: "\f0080";
}

/* line 620, ../sass/lib/_iluFont.scss */
.fi-interface:before {
  content: "\f0081";
}

/* line 624, ../sass/lib/_iluFont.scss */
.fi-calendar:before {
  content: "\fa049";
}

/* line 628, ../sass/lib/_iluFont.scss */
.fi-sort-alpha-down:before {
  content: "\fa04a";
}

/* line 632, ../sass/lib/_iluFont.scss */
.fi-sort-alpha-up:before {
  content: "\fa04b";
}

/* line 636, ../sass/lib/_iluFont.scss */
.fi-sort-amount-down:before {
  content: "\fa04c";
}

/* line 640, ../sass/lib/_iluFont.scss */
.fi-sort-amount-up:before {
  content: "\fa04d";
}

/* line 644, ../sass/lib/_iluFont.scss */
.fi-camera:before {
  content: "\fa09a";
}

/* line 648, ../sass/lib/_iluFont.scss */
.fi-betrieb:before {
  content: "\fa09b";
}

/* line 652, ../sass/lib/_iluFont.scss */
.fi-new-file-uploaded:before {
  content: "\fa09c";
}

/* line 656, ../sass/lib/_iluFont.scss */
.fi-prozess-neu:before {
  content: "\fa09d";
}

/* line 660, ../sass/lib/_iluFont.scss */
.fi-prozess-delete:before {
  content: "\fa09f";
}

/* line 664, ../sass/lib/_iluFont.scss */
.fi-prozess-save:before {
  content: "\fa0a0";
}

/* line 668, ../sass/lib/_iluFont.scss */
.fi-prozess-sistieren:before {
  content: "\fa09e";
}

/* line 672, ../sass/lib/_iluFont.scss */
.fi-recycling:before {
  content: "\fa0a1";
}

/* line 676, ../sass/lib/_iluFont.scss */
.fi-asgs:before {
  content: "\fa0a2";
}

/* line 680, ../sass/lib/_iluFont.scss */
.fi-kies:before {
  content: "\fa0a3";
}

/* line 684, ../sass/lib/_iluFont.scss */
.fi-deponie:before {
  content: "\fa0a5";
}

/* line 688, ../sass/lib/_iluFont.scss */
.fi-aushub:before {
  content: "\f007a";
}

/* line 694, ../sass/lib/_iluFont.scss */
.fi-ordnung:before {
  content: "\fa0a4";
}

/* line 698, ../sass/lib/_iluFont.scss */
.fi-absperrung:before {
  content: "\fa0a5";
}

/* line 702, ../sass/lib/_iluFont.scss */
.fi-archaeologie:before {
  content: "\fa0a6";
}

/* line 706, ../sass/lib/_iluFont.scss */
.fi-laerm:before {
  content: "\fa0a7";
}

/* line 710, ../sass/lib/_iluFont.scss */
.fi-arbeitszeit:before {
  content: "\fa0a8";
}

/* line 714, ../sass/lib/_iluFont.scss */
.fi-laermschutz:before {
  content: "\fa0a9";
}

/* line 718, ../sass/lib/_iluFont.scss */
.fi-beschwerde:before {
  content: "\fa0aa";
}

/* line 722, ../sass/lib/_iluFont.scss */
.fi-maschinenlaerm:before {
  content: "\fa0ab";
}

/* line 726, ../sass/lib/_iluFont.scss */
.fi-laermmessung:before {
  content: "\fa0ac";
}

/* line 730, ../sass/lib/_iluFont.scss */
.fi-erschuetterung:before {
  content: "\fa0ad";
}

/* line 734, ../sass/lib/_iluFont.scss */
.fi-grundwasser:before {
  content: "\fa0ae";
}

/* line 738, ../sass/lib/_iluFont.scss */
.fi-grundwassergross:before {
  content: "\fa0af";
}

/* line 742, ../sass/lib/_iluFont.scss */
.fi-oberflaechenwasser:before {
  content: "\fa0b0";
}

/* line 746, ../sass/lib/_iluFont.scss */
.fi-gift:before {
  content: "\fa0b1";
}

/* line 750, ../sass/lib/_iluFont.scss */
.fi-luft:before {
  content: "\fa0b2";
}

/* line 754, ../sass/lib/_iluFont.scss */
.fi-abgas:before {
  content: "\fa0b3";
}

/* line 758, ../sass/lib/_iluFont.scss */
.fi-staub:before {
  content: "\fa0b4";
}

/* line 762, ../sass/lib/_iluFont.scss */
.fi-geruch:before {
  content: "\fa0b5";
}

/* line 766, ../sass/lib/_iluFont.scss */
.fi-naturschutz:before {
  content: "\fa0b6";
}

/* line 770, ../sass/lib/_iluFont.scss */
.fi-flora:before {
  content: "\fa0b7";
}

/* line 774, ../sass/lib/_iluFont.scss */
.fi-neophyten:before {
  content: "\fa0b8";
}

/* line 778, ../sass/lib/_iluFont.scss */
.fi-fauna:before {
  content: "\fa0b9";
}

/* line 782, ../sass/lib/_iluFont.scss */
.fi-holzschlag:before {
  content: "\fa0ba";
}

/* line 786, ../sass/lib/_iluFont.scss */
.fi-auflagen:before {
  content: "\fa001";
}

/* line 790, ../sass/lib/_iluFont.scss */
.fi-platzorganisation:before {
  content: "\fa003";
}

/* line 794, ../sass/lib/_iluFont.scss */
.fi-sortierung:before {
  content: "\fa005";
}

/* line 798, ../sass/lib/_iluFont.scss */
.fi-gewaesserschuetzen:before {
  content: "\fa008";
}

/* line 802, ../sass/lib/_iluFont.scss */
.fi-bodenabtragen:before {
  content: "\fa057";
}

/* line 806, ../sass/lib/_iluFont.scss */
.fi-bodenauffuellen:before {
  content: "\fa061";
}

/* line 810, ../sass/lib/_iluFont.scss */
.fi-abfall:before {
  content: "\fa0bb";
}

/* line 814, ../sass/lib/_iluFont.scss */
.fi-rueckbaufraktion:before {
  content: "\fa0bc";
}

/* line 818, ../sass/lib/_iluFont.scss */
.fi-abbrucharbeiten:before {
  content: "\fa0bd";
}

/* line 822, ../sass/lib/_iluFont.scss */
.fi-belastetestandorte:before {
  content: "\fa0be";
}

/* line 826, ../sass/lib/_iluFont.scss */
.fi-boden:before {
  content: "\fa0bf";
}

/* line 830, ../sass/lib/_iluFont.scss */
.fi-depotpflege:before {
  content: "\fa0c0";
}

/* line 834, ../sass/lib/_iluFont.scss */
.fi-na-yes:before {
  content: "\fa0c2";
}

/* line 838, ../sass/lib/_iluFont.scss */
.fi-na-no:before {
  content: "\fa0c1";
}

/******************************************************
 * Prozesframework Statusfarben
 ******************************************************/
/******************************************************
 * Prozessschritt-Navigation
 ******************************************************/
/* line 19, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-icon {
  width: 25px;
  height: 25px;
  margin: 0 0 0 5px;
  border: 2px solid;
  border-radius: 4px;
  background-color: white;
}

/* line 28, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-icon-klein {
  width: 15px;
  height: 15px;
  margin: 0 0 0 2px;
  border: 1px solid;
  border-radius: 3px;
  background-color: white;
}

/* line 37, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-unbekannt {
  color: #727272;
}

/* line 40, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-inaktiv {
  color: #bdbdbd;
}

/* line 43, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-aktiv {
  color: #ffcb00;
}

/* line 46, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-zurueckgewiesen {
  color: #ff3f3f;
}

/* line 49, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-verspaetet {
  color: #ff7600;
}

/* line 52, ../sass/lib/_prozessframework.scss */
.pfw-pschritt-status-abgeschlossen {
  color: #00b300;
}

/******************************************************
 * Auswahlliste Rechts
 ******************************************************/
/* line 61, ../sass/lib/_prozessframework.scss */
.pfw-rechts-filter-container {
  margin: 5px;
}

/* line 65, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer {
  display: flex;
  justify-content: space-between;
  margin: 5px 10px 10px 10px;
}
/* line 69, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer div:nth-child(2) {
  flex: 0 1 100px;
}
/* line 72, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer #modInsp-pschritt-rechts-infoBetrieb-sprache {
  display: flex;
}
/* line 74, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer #modInsp-pschritt-rechts-infoBetrieb-sprache span {
  margin-right: 4px;
}

/* line 79, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer-row {
  padding-right: 5px;
}

/* line 84, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer-col {
  padding-right: 5px;
  flex: 1 1 100px !important;
}

/* line 91, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer-title {
  font-weight: bold;
}

/* line 94, ../sass/lib/_prozessframework.scss */
.pfw-rechts-infocontainer-text {
  margin-bottom: 0.45em;
}

/* line 97, ../sass/lib/_prozessframework.scss */
.pfw-rechts-prozesscontainer {
  margin: 5px 10px 10px 10px;
}

/******************************************************
 * Tabelle Übersicht
 ******************************************************/
/* line 106, ../sass/lib/_prozessframework.scss */
.pfw-uebersicht-main-filter-container {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 8px 5px 5px 5px;
}
/* line 111, ../sass/lib/_prozessframework.scss */
.pfw-uebersicht-main-filter-container div > .dataTables_filter {
  margin-top: 0.8em;
}

/* line 116, ../sass/lib/_prozessframework.scss */
.pfw-uebersicht-filter {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

/* line 123, ../sass/lib/_prozessframework.scss */
.pfw-uebersicht-filter-elem {
  padding-right: 15px;
}
/* line 125, ../sass/lib/_prozessframework.scss */
.pfw-uebersicht-filter-elem select {
  min-width: 80px;
}

/* line 130, ../sass/lib/_prozessframework.scss */
.pfw-uebersicht-tbl-status-icon {
  border: 0 transparent;
  background-color: transparent;
  padding: 0 2px;
}

/* line 137, ../sass/lib/_prozessframework.scss */
.pfw-uebersicht-tbl-status-icon:active {
  background-color: transparent;
}

/* line 141, ../sass/lib/_prozessframework.scss */
th.pfw-uebersicht-tbl-column-pschritt {
  font-style: normal !important;
  font-size: 0.7em;
  padding-right: 7px !important;
  padding-left: 7px !important;
}

/******************************************************
 * pschritt Freigaben
 ******************************************************/
/* line 156, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-contentDiv {
  padding: 10px;
}

/* line 160, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-absatz {
  margin-top: 10px;
}

/* line 164, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-spacer {
  margin: 15px 0 25px 0;
  border: 0 solid #7dafd9;
  border-top-width: 1px;
}

/* line 170, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-btnGroup {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 174, ../sass/lib/_prozessframework.scss */
.pfw-freigabe-btnGorup-nachinspektion {
  margin-left: 15px;
}

/* line 178, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-abschluss {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 182, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-abschluss-links {
  margin-right: auto;
  width: 100%;
}
/* line 186, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-abschluss-links textarea {
  font-size: 1em;
  resize: vertical;
  padding: 3px;
  height: 5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 198, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-abschluss-rechts {
  margin-left: 10px;
  padding-bottom: 3px;
  width: 280px;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 207, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-status {
  font-style: italic;
  margin-bottom: 10px;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 4px;
  white-space: nowrap;
}

/* line 216, ../sass/lib/_prozessframework.scss */
.pfw-freigabeStatus-freigegeben {
  background: #82cc82;
}

/* line 220, ../sass/lib/_prozessframework.scss */
.pfw-freigabeStatus-zurueckgewiesen {
  background: #ef9797;
}

/* line 224, ../sass/lib/_prozessframework.scss */
.pfw-freigaben-btnDiv {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 229, ../sass/lib/_prozessframework.scss */
.pfw-freigabe-btn {
  overflow: hidden;
  -webkit-flex: 1 1 130px;
  flex: 1 1 130px;
  max-width: 130px;
  padding: 5px;
}

/* line 236, ../sass/lib/_prozessframework.scss */
.pfw-freigabe-btn:not(:first-child) {
  margin-left: 5px;
}

/* line 240, ../sass/lib/_prozessframework.scss */
.pfw-valError-entry {
  padding: 5px;
  background: white;
}

/* line 245, ../sass/lib/_prozessframework.scss */
.pfw-valError-entry-material {
  padding: 5px;
  background: white;
}

/* line 249, ../sass/lib/_prozessframework.scss */
.pfw-valError-entry-verfahren-subtitle {
  padding: 5px;
  padding-left: 20px;
  background: white;
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
}

/* line 257, ../sass/lib/_prozessframework.scss */
.pfw-valError-entry-verfahren {
  padding: 5px;
  padding-left: 20px;
  background: white;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

/* line 265, ../sass/lib/_prozessframework.scss */
.pfw-valError-entry-verfahren-short {
  padding: 5px;
  padding-left: 20px;
  background: white;
  box-sizing: border-box;
  display: inline-block;
  width: 80%;
}

/* line 274, ../sass/lib/_prozessframework.scss */
.tooltip-verfahren {
  font-size: smaller;
  min-width: fit-content;
}

/* line 279, ../sass/lib/_prozessframework.scss */
.pfw-valError-subtitle {
  padding: 5px;
  background: bisque;
}

/* line 283, ../sass/lib/_prozessframework.scss */
.pfw-valOk-subtitle {
  padding: 5px;
  background: lightgreen;
}

/* line 287, ../sass/lib/_prozessframework.scss */
.pfw-valError-hinweis {
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 291, ../sass/lib/_prozessframework.scss */
.pfw-valError-hinweis-egov {
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 295, ../sass/lib/_prozessframework.scss */
.pfw-valError-list {
  margin-bottom: 15px;
}

/*
Toolbar Anpassung Text
 */
/* line 18, ../sass/lib/_iluUI.inspektion.desktop.scss */
.text-right {
  text-align: right;
}

/* line 21, ../sass/lib/_iluUI.inspektion.desktop.scss */
.text-background-color {
  padding: 3px 5px 2px 5px;
  height: 30px;
}

/* line 26, ../sass/lib/_iluUI.inspektion.desktop.scss */
.text-background-color:empty {
  display: none;
}

/*
Inspektiosnbericht Tabelle
 */
/* line 34, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-transparent {
  opacity: 0;
}

/* line 37, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-gruen {
  color: #31b131;
  border: 2px solid #31b131;
}

/* line 41, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-gelb {
  color: #ffd700;
  border: 2px solid #ffd700;
}

/* line 45, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-rot {
  color: #ff2b1d;
  border: 2px solid #ff2b1d;
}

/* line 49, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-grau {
  color: dimgrey;
  border: 2px solid dimgrey;
}

/* line 53, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-blau {
  color: #3573c1;
  border: 2px solid #3573c1;
}

/* line 57, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-nachbearbeitung {
  border: 2px dashed #c71892 !important;
}

/* line 62, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-table-item {
  font-size: 26px;
  box-sizing: border-box;
  width: 42px;
  height: auto;
  padding: 3px;
  background-color: white;
  margin: 2px auto 2px auto;
  border-width: 2px;
  border-radius: 3px;
}
/* line 73, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-table-item.pkrit-child {
  font-size: 18px;
  width: 31px;
}

/* line 79, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-tbl-column-icon:not(thead) {
  padding: 1px 10px !important;
}

/* line 83, ../sass/lib/_iluUI.inspektion.desktop.scss */
.pkrit-tbl-hasfoto-icon {
  margin-right: 5%;
  float: right;
}

/*
 Beurteilungsfarben
  */
/* line 94, ../sass/lib/_iluUI.inspektion.desktop.scss */
li.insp-beurteilung-gruen,
i.insp-beurteilung-gruen {
  color: #31b131;
  border-width: 1px;
}

/* line 99, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-gruen {
  background-color: #98e398;
}
/* line 101, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-gruen.down, button.insp-beurteilung-gruen:hover:not(:disabled) {
  background-color: #31b131;
}
/* line 105, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-gruen:disabled:not(.down) {
  background-color: rgba(49, 177, 49, 0.3);
}

/* line 109, ../sass/lib/_iluUI.inspektion.desktop.scss */
li.insp-beurteilung-rot,
i.insp-beurteilung-rot {
  color: #ff2b1d;
  border-width: 1px;
}

/* line 114, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-rot {
  background-color: #ffd2d0;
}
/* line 116, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-rot.down, button.insp-beurteilung-rot:hover:not(:disabled) {
  background-color: #ff2b1d;
}
/* line 120, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-rot:disabled:not(.down) {
  background-color: rgba(255, 43, 29, 0.3);
}

/* line 124, ../sass/lib/_iluUI.inspektion.desktop.scss */
li.insp-beurteilung-gelb,
i.insp-beurteilung-gelb {
  color: #ffd700;
  border-width: 1px;
}

/* line 129, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-gelb {
  background-color: #ffef99;
}
/* line 131, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-gelb.down, button.insp-beurteilung-gelb:hover:not(:disabled) {
  background-color: #ffd700;
}
/* line 135, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-gelb:disabled:not(.down) {
  background-color: rgba(255, 215, 0, 0.3);
}

/* line 139, ../sass/lib/_iluUI.inspektion.desktop.scss */
li.insp-beurteilung-blau,
i.insp-beurteilung-blau {
  color: #3573c1;
  border-width: 1px;
}

/* line 144, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-blau {
  background-color: #94b6e2;
}
/* line 146, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-blau.down, button.insp-beurteilung-blau:hover:not(:disabled) {
  background-color: #3573c1;
}
/* line 150, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-blau:disabled:not(.down) {
  background-color: rgba(53, 115, 193, 0.3);
}

/* line 154, ../sass/lib/_iluUI.inspektion.desktop.scss */
li.insp-beurteilung-grau,
i.insp-beurteilung-grau {
  color: lightgrey;
  border-width: 1px;
}

/* line 159, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-grau {
  background-color: white;
}
/* line 161, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-grau.down, button.insp-beurteilung-grau:hover:not(:disabled) {
  background-color: lightgrey;
}
/* line 165, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-grau:disabled:not(.down) {
  background-color: rgba(211, 211, 211, 0.3);
}

/* line 169, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-killer {
  background-color: white;
}
/* line 171, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-killer.down {
  background-color: #ff2b1d;
}
/* line 175, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-killer:hover.down {
  background-color: #ff2b1d;
}
/* line 179, ../sass/lib/_iluUI.inspektion.desktop.scss */
button.insp-beurteilung-killer:disabled:not(.down) {
  background-color: rgba(211, 211, 211, 0.3);
}

/* line 183, ../sass/lib/_iluUI.inspektion.desktop.scss */
.insp-beurteilung-nachbearbeitung {
  border: 2px dashed #c71892 !important;
}

/*
Layout & Struktur
 */
/* line 193, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fragen-flexContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}

/* line 200, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-layout-flexRow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 207, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fragen-flexRow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

/* line 214, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-layout-flexColumn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 221, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fragen-flexColumn {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 22.5%;
}

/* line 226, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-ecoMonD-fragen-flexColumn {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 35%;
}

/* line 231, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-ecoMonD-antworten-flexColumn {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 20%;
}

/* line 237, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-layout-form-l {
  -webkit-flex: 5 1 700px;
  flex: 5 1 700px;
  max-width: 820px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 244, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-layout-form-r {
  -webkit-flex: 1 5 342px;
  flex: 1 5 342px;
  margin-left: 10px;
}

/* line 249, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-layout-form-b {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 254, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tblForm {
  padding: 7px;
}

/* line 258, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tblForm-bottom {
  margin-top: 2px;
  align-items: center;
}

/* line 263, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tblForm-fotoDiv {
  margin-bottom: auto;
}

/* line 266, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tblForm-foto {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  align-self: stretch;
  margin-right: 0;
  width: 100%;
  background-color: #d6d6d6;
  border: 1px solid #b9b9b9;
  min-height: 250px;
}
/* line 278, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tblForm-foto img {
  max-height: 255px;
  max-width: 340px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}

/* line 285, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tabForm-foto {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  align-self: stretch;
  margin-right: 0;
  width: 100%;
  background-color: #d6d6d6;
  border: 1px solid #b9b9b9;
  min-height: 50px;
}
/* line 298, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tabForm-foto div {
  flex: 100 1 35em;
  overflow: hidden;
  margin: 2px auto 4px auto;
  text-align: center;
}
/* line 303, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tabForm-foto div div {
  width: 100%;
}
/* line 306, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tabForm-foto div img {
  max-width: 98%;
  max-height: 200px;
}

/* line 316, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fotoContainer-manaForm {
  margin-top: 8px;
  width: 100%;
}

/* line 320, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fotoContainer-pkritForm {
  margin-top: 3px;
  width: 100%;
}

/*
  Prüfkriterien und Massnahmen-Bausteine
 */
/* line 329, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component {
  margin-top: 8px;
  margin-bottom: 12px;
  position: relative;
  padding: 13px 5px 10px 5px;
  background-color: #fafafa;
  user-select: none;
}
/* line 337, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component .iluUI-inspD-component-title {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -12px;
  line-height: 1;
  padding: 3px 5px;
  background-color: #fafafa;
}
/* line 344, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component .iluUI-inspD-component-title.openclose {
  cursor: pointer;
  border: 1px solid #dddddd;
}
/* line 348, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component .iluUI-inspD-component-title i {
  padding-right: 6px;
}
/* line 353, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component.noBorder {
  border-color: transparent;
}
/* line 356, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component.noBorder .iluUI-inspD-component-title {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -8px;
  padding: 0;
  background-color: transparent;
}

/* line 366, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-last {
  margin-bottom: 0;
}

/* line 370, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-inspRc {
  padding-bottom: 2px;
}

/*
Buttons
 */
/* line 379, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-button-flexContainer {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

/* line 386, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-ecoMonD-button-flexContainer {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
}

/* line 393, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton {
  padding: 3px 6px;
  background: transparent;
  color: black;
  border: 1px solid #616161;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
}
/* line 404, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton.withIcon {
  align-items: center;
}
/* line 406, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton.withIcon i {
  padding-right: 4px;
}
/* line 411, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton.onlyIcon {
  padding: 3px;
  align-items: center;
  margin-left: 4px;
  width: 25px;
  font-size: 1.2em;
}
/* line 419, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton.down {
  background-color: #82dab2;
}
/* line 422, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton:hover:not(:disabled) {
  background-color: #d2f1e3;
}
/* line 425, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton:focus {
  outline: 0;
}
/* line 429, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton:disabled, .iluUI-inspD-formButton:disabled:hover {
  color: #777777;
  border-color: #b9b9b9;
  cursor: default;
}
/* line 434, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton:disabled.down:not(.iluUI-inspD-beurteilungButton), .iluUI-inspD-formButton:disabled:hover.down:not(.iluUI-inspD-beurteilungButton) {
  background-color: #ffd0b6;
}
/* line 437, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton:disabled label, .iluUI-inspD-formButton:disabled:hover label {
  color: #777777;
  cursor: default;
}
/* line 445, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-formButton.iluUI-inspD-beurteilungButton.down, .iluUI-inspD-formButton.iluUI-inspD-beurteilungButton:hover:not(:disabled) {
  border-color: black;
}

/*
Pkrit Form
 */
/* line 458, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-beurteilungDiv {
  justify-content: space-between;
  align-items: flex-start;
}

/* line 463, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-bewertung {
  margin-bottom: 5px;
}
/* line 466, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-bewertung label {
  margin-right: 12px;
  align-self: center;
}
/* line 470, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-bewertung button {
  width: 33px;
  height: 24px;
  margin-right: 3px;
}
/* line 475, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-bewertung button.grau {
  margin-left: 5%;
}

/* line 480, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-nachbearbeitung {
  height: 24px;
}

/* line 484, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-ecoMonD-nicht_relevant {
  height: 24px;
}

/* line 488, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fotoreferenz {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-bottom: 4px;
}
/* line 493, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fotoreferenz input {
  margin-right: 5px;
}
/* line 496, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fotoreferenz label.iluUI-disabled {
  color: grey;
  font-style: normal;
  background-color: transparent;
}

/* line 504, ../sass/lib/_iluUI.inspektion.desktop.scss */
textarea.iluUI-inspD-textarea {
  font-size: 1em;
  padding: 3px;
  min-width: 0;
  min-height: 2em;
  width: 100%;
  overflow: auto;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 517, ../sass/lib/_iluUI.inspektion.desktop.scss */
textarea.autoExpand {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 12px;
  resize: none;
  padding: 3px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 535, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-inspRc-beurteilung textarea {
  min-height: 4em;
}

/* line 542, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-pkrit-multiselect-container {
  margin-bottom: 10px;
}
/* line 545, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-pkrit-multiselect-container .iluUI-inspD-pkrit-multiselect {
  padding: 10px;
  columns: 2;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
/* line 552, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-pkrit-multiselect-container .iluUI-inspD-pkrit-multiselect.one-column {
  columns: 1 !important;
}
/* line 556, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-pkrit-multiselect-container .iluUI-inspD-pkrit-multiselect .checkbox-div {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  padding: 5px;
  margin: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  width: auto;
}
/* line 567, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-pkrit-multiselect-container .iluUI-inspD-pkrit-multiselect .checkbox-div input {
  margin-right: 10px;
}
/* line 571, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-pkrit-multiselect-container .iluUI-inspD-pkrit-multiselect .checkbox-div i {
  margin: 0 7px 3px 0;
  width: auto;
  height: auto;
  font-size: 2.8em;
}

/*
Massnahmen
 */
/* line 587, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaFrist {
  margin-right: auto;
}
/* line 589, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaFrist div {
  margin-right: 15px;
}
/* line 592, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaFrist input {
  width: 100px;
}

/* line 597, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-erledigungForm-bestaetigung {
  margin: 3px auto 5px 0;
}

/* line 601, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-bauM-formButton {
  padding: 11px 11px;
  background: transparent;
  color: black;
  border: 1px solid #616161;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  margin-right: 2px;
}

/* line 612, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fotoUpload-container {
  align-items: flex-end;
}

/* line 616, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tblForm-fotoFileName {
  height: 11px;
  padding-top: 2px;
  max-width: 190px;
  color: dimgrey;
  font-style: italic;
  font-size: 10px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

/* line 630, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspektion-fotoPreviewDlg-contentContainer {
  float: left;
  width: 79%;
}

/* line 635, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspektion-right-filterDivs {
  float: right;
  width: 20%;
}
/* line 639, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspektion-right-filterDivs:hover:not(:disabled) {
  background-color: #d2f1e3;
}
/* line 642, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspektion-right-filterDivs:focus {
  outline: 0;
}
/* line 645, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspektion-right-filterDivs.down {
  background-color: #82dab2;
}

/*
Freigaben
 */
/* line 681, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-layout-l {
  margin-right: auto;
  width: 100%;
}
/* line 685, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-layout-l textarea {
  font-size: 1em;
  padding: 3px;
  height: 5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 696, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-layout-r {
  margin-left: 10px;
  padding-bottom: 3px;
  width: 280px;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 705, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-frage {
  margin-bottom: 10px;
}

/* line 709, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-status {
  font-style: italic;
  margin-bottom: 10px;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 4px;
  white-space: nowrap;
}

/* line 718, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-status-abgeschlossen {
  background: #82cc82;
}

/* line 722, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-status-zurueckgewiesen {
  background: #ef9797;
}

/* line 726, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-btnDiv {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 731, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-btn {
  overflow: hidden;
  -webkit-flex: 1 1 130px;
  flex: 1 1 130px;
  max-width: 130px;
  padding: 5px;
}

/* line 738, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-freigabe-btn:not(:first-child) {
  margin-left: 5px;
}

/* line 743, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-auflagen-invisible {
  display: none;
}

/*
Massnahmen-Log
 */
/* line 756, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaLog-container {
  padding: 2px 5px 5px 5px;
}

/* line 760, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table {
  width: 100%;
}
/* line 762, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table tr {
  line-height: 1.7em;
}
/* line 768, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table td, .iluUI-inspD-component-table th {
  text-align: left;
}
/* line 771, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table td.text-center, .iluUI-inspD-component-table th.text-center {
  text-align: center;
}
/* line 774, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table td.inspD-tbl-column-datetime {
  width: 110px;
}
/* line 777, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table td.inspD-tbl-column-aktion {
  width: 130px;
}
/* line 780, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table td.inspD-tbl-column-grundlTitel {
  width: 150px;
}
/* line 783, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table td.inspD-tbl-column-icon {
  width: 35px;
  vertical-align: center;
}
/* line 786, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table td.inspD-tbl-column-icon button {
  padding: 2px 3px;
}
/* line 792, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table.iluUI-inspD-disabled table, .iluUI-inspD-component-table.iluUI-inspD-disabled tr, .iluUI-inspD-component-table.iluUI-inspD-disabled th, .iluUI-inspD-component-table.iluUI-inspD-disabled tr:hover, .iluUI-inspD-component-table.iluUI-inspD-disabled th:hover {
  background-color: transparent;
}
/* line 799, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table.iluUI-inspD-tbl-grundlagen tr:hover {
  background-color: transparent !important;
}
/* line 802, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table.iluUI-inspD-tbl-grundlagen td, .iluUI-inspD-component-table.iluUI-inspD-tbl-grundlagen th {
  padding: 2px 1px;
}
/* line 805, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-component-table.iluUI-inspD-tbl-grundlagen:not(.inspD-tbl-column-icon) {
  vertical-align: top !important;
}

/*
Pkrit Kies
 */
/* line 816, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-frageKat-row:not(:last-child) {
  margin-right: 10px;
}

/* line 819, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-frageKat-spacer {
  flex: 0 10 15%;
}

/* line 823, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-frageKat-spacer {
  flex: 0 10 10%;
}

/* line 835, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-grundlagen-tbl {
  width: 100%;
  border-spacing: 0 !important;
}
/* line 839, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-grundlagen-tbl td {
  border-top-width: 0;
  height: 20px;
}

/* line 846, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-frageKat-btnGroup {
  padding: 4px 0 4px 0 !important;
}
/* line 848, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-frageKat-btnGroup div {
  display: flex;
}
/* line 851, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-frageKat-btnGroup div label {
  white-space: nowrap;
}

/* line 858, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-frageKat-elem {
  height: 35px;
  justify-content: center;
}
/* line 862, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-frageKat-elem input {
  height: 1.1em;
}

/* line 867, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-frageKat-elem {
  min-height: 35px;
  justify-content: center;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 874, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-frageKat-elem input {
  height: 1.1em;
}
/* line 878, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-frageKat-elem textarea {
  height: 1.1em;
}

/* line 883, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-ecoMonD-frageKat-elem {
  min-height: 35px;
  justify-content: center;
  flex: 1;
}
/* line 888, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-ecoMonD-frageKat-elem input {
  height: 1.1em;
}
/* line 892, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-ecoMonD-frageKat-elem textarea {
  height: 1.1em;
}

/* line 897, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-bemerkung {
  margin-top: 15px;
}
/* line 900, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-bemerkung .iluUI-inspD-kies-bemerkung-left {
  margin-right: 20px;
  min-width: 150px;
}
/* line 904, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-bemerkung .iluUI-inspD-kies-bemerkung-left .iluUI-inspD-kies-bemerkung-label {
  margin-bottom: auto;
  font-weight: bold;
}
/* line 910, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-bemerkung .iluUI-inspD-kies-bemerkung-right {
  width: 100%;
}
/* line 913, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-kies-bemerkung .iluUI-inspD-kies-bemerkung-right textarea {
  font-size: 1em;
  padding: 3px;
  height: 4em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 925, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-fontweight-bold {
  font-weight: bold;
}

/* line 930, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-beobMana-foto {
  display: flex;
  flex-direction: column;
  flex: auto;
}

/* line 935, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-foto-toolbar {
  margin: 5px 0 5px 0;
  justify-content: space-between;
}

/* line 940, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-switcher {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 945, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tabDelete {
  margin-left: 15px;
  align-self: center;
}
/* line 948, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tabDelete button {
  height: 27px;
}
/* line 951, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-tabDelete.alignRight {
  margin-left: auto;
  margin-right: 10px;
}

/* line 956, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border-width: 0;
}
/* line 962, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab .iluUI-inspD-component-title {
  left: 10px;
}

/* line 966, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-contentGroup {
  background-color: #fafafa;
  padding: 13px 10px 5px 10px;
}

/* line 970, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-tabList {
  background-color: transparent !important;
  border-width: 0 !important;
}
/* line 975, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-tabList li.insp-beurteilung-gruen {
  background-color: rgba(49, 177, 49, 0.4);
}
/* line 978, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-tabList li.insp-beurteilung-gelb {
  background-color: rgba(255, 215, 0, 0.4);
}
/* line 981, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-tabList li.insp-beurteilung-rot {
  background-color: rgba(255, 43, 29, 0.4);
}
/* line 986, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-tabList li:hover.insp-beurteilung-gruen, .iluUI-inspD-manaTab-tabList li.active.insp-beurteilung-gruen, .iluUI-inspD-manaTab-tabList li.active:hover.insp-beurteilung-gruen {
  background-color: rgba(49, 177, 49, 0.55) !important;
}
/* line 989, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-tabList li:hover.insp-beurteilung-gelb, .iluUI-inspD-manaTab-tabList li.active.insp-beurteilung-gelb, .iluUI-inspD-manaTab-tabList li.active:hover.insp-beurteilung-gelb {
  background-color: rgba(255, 215, 0, 0.55) !important;
}
/* line 992, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-manaTab-tabList li:hover.insp-beurteilung-rot, .iluUI-inspD-manaTab-tabList li.active.insp-beurteilung-rot, .iluUI-inspD-manaTab-tabList li.active:hover.insp-beurteilung-rot {
  background-color: rgba(255, 43, 29, 0.55) !important;
}

/*
Vorjahreswerte anzeigen
 */
/* line 1005, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-oldValue.iluUI-buttonGroup-btn {
  text-decoration: underline;
}

/*
 * Tabelle Punktestand in Freigaben
 */
/* line 1015, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-container {
  padding: 0 5px 5px 5px;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}

/* line 1023, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl {
  border-collapse: collapse;
  width: 100%;
}
/* line 1028, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl th {
  text-align: left;
  border-bottom: 1px solid #2b6392;
  min-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1039, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl th, .inspD-punktestand-tbl td {
  padding: 8px 10px;
  box-sizing: border-box;
}
/* line 1043, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl th.aktuellerProzess, .inspD-punktestand-tbl td.aktuellerProzess {
  background: #d2f1e3;
}
/* line 1047, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl tbody tr:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
/* line 1052, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl .kapitel {
  min-width: 230px;
}
/* line 1055, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl .kapitel.total, .inspD-punktestand-tbl .kapitel.minus, .inspD-punktestand-tbl .kapitel.killer {
  font-weight: bold;
}
/* line 1062, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl .total {
  border-top: 3px solid #e4e4e4;
}
/* line 1065, ../sass/lib/_iluUI.inspektion.desktop.scss */
.inspD-punktestand-tbl .fail {
  font-weight: bold;
  color: red;
}

/*
Deaktivierung / Schreibschutz
 */
/* line 1078, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-disabled {
  color: #777777;
  background-color: #f1f1f1;
}
/* line 1082, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-disabled input, .iluUI-inspD-disabled textarea {
  color: #777777;
  border: 1px solid #b9b9b9;
  background-color: #f1f1f1;
}
/* line 1088, ../sass/lib/_iluUI.inspektion.desktop.scss */
.iluUI-inspD-disabled button.iluUI-button,
.iluUI-inspD-disabled button.iluUI-button:hover {
  color: #e8e8e8;
  background-color: #a7a7a7;
  cursor: default;
}

/* line 1102, ../sass/lib/_iluUI.inspektion.desktop.scss */
ul.ui-autocomplete {
  border-width: 0 !important;
}
/* line 1104, ../sass/lib/_iluUI.inspektion.desktop.scss */
ul.ui-autocomplete li {
  font-family: arial, helvetica, sans-serif !important;
  font-size: 13px !important;
  background-color: white !important;
  font-weight: normal !important;
  list-style-image: none !important;
  border-width: 0 !important;
}
/* line 1111, ../sass/lib/_iluUI.inspektion.desktop.scss */
ul.ui-autocomplete li.ui-state-focus {
  background: #82dab2 !important;
  color: black !important;
  border-width: 0 !important;
  margin: 0 !important;
}

/*#modDMSDiv {

}

#modDMS-left-div {

}

#modDMS-main-div {

  font-weight: normal;

}

#modDMSBottom {
  background: $infonetz-color-background;
  overflow: auto;
}*/
/* line 21, ../sass/modules/_modDMS.scss */
.dms-ok {
  color: #5CB85C;
}

/* line 25, ../sass/modules/_modDMS.scss */
.dms-warnung {
  color: #ffa500;
}

/* line 30, ../sass/modules/_modDMS.scss */
.dms-error {
  color: #bd161b;
}

/*
 ***************************
 * CSS für Tree
 ***************************
 */
/*		#modDMS-left-panel .folder { background:url('./img/file_sprite.png') right bottom no-repeat; } */
/* line 51, ../sass/modules/_modDMS.scss */
div.dms-tree-minimal {
  float: left;
  width: 30%;
}

/* line 59, ../sass/modules/_modDMS.scss */
div.dms-explorer.jstree .jstree-open > a > .folder:before {
  content: "\f0068";
}
/* line 65, ../sass/modules/_modDMS.scss */
div.dms-explorer.jstree .jstree-closed > a > .folder:before, div.dms-explorer.jstree .jstree-leaf > a > .folder:before {
  content: "\f0067";
}

/*
 ***************************
 * CSS für Explorer
 ***************************
 */
/*	#modDMS-main-container {
        position: relative;
}*/
  /* Alle folgenden IDS nicht mehr in gebrauch, hätten noch -explorer- drin
  #modDMS-main-container {

    background: $infonetz-color-background;
    overflow: auto;
    margin-bottom: 10px;


  }

  #modDMS-main-divContainer {

    @include in-display-flex;
    @include in-flex-direction(column);
    @include align-items(stretch);
    @include in-flex-wrap ( nowrap);

  }


  #modDMS-main-explorerDiv {
    order: 1;
    overflow: auto;
  }

  #modDMS-main-filesContainer {
    overflow: auto;
  }

  #modDMS-main-uploadDiv {
    @include in-flex(0 0 300px);
    @include order(2);


  }
  */
/* line 119, ../sass/modules/_modDMS.scss */
.dms-uploadPreviewDlg {
  overflow: auto;
  min-height: 200px;
}

  /*
          .dms-explorer-container {
            padding: 0;
            margin: 0;
            list-style: none;

            -ms-box-orient: horizontal;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;

              flex-direction: column;
              align-items: strech;
          }


          i .dms-explorer-container  {
              vertical-align: middle;
          }
  */
/*			.dms-explorer-header {
                background: #666666;
                color: #DDDDDD;
    }*/
/* line 154, ../sass/modules/_modDMS.scss */
.dms-explorer-header-item {
  /*margin:1px;
  margin-bottom: 20px;*/
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*objekt kann nicht selektiert werden*/
/* line 167, ../sass/modules/_modDMS.scss */
.dms-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 177, ../sass/modules/_modDMS.scss */
.dms-explorer-item:hover:not(.dms-selected) {
  background: #d2f1e3;
}

/* line 183, ../sass/modules/_modDMS.scss */
.dms-selected {
  background-color: #82dab2 !important;
}

/*
 * Header
 *
 */
/* line 194, ../sass/modules/_modDMS.scss */
.dms-explorer-header .dms-explorer-img {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  vertical-align: middle;
}
/* line 200, ../sass/modules/_modDMS.scss */
.dms-explorer-header .dms-explorer-filename {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 10 10 200px;
  -webkit-flex: 10 10 200px;
  flex: 10 10 200px;
  vertical-align: middle;
}
/* line 206, ../sass/modules/_modDMS.scss */
.dms-explorer-header .dms-explorer-size {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  vertical-align: middle;
  text-align: right;
}
/* line 213, ../sass/modules/_modDMS.scss */
.dms-explorer-header .dms-explorer-datemodification {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 130px;
  -webkit-flex: 0 0 130px;
  flex: 0 0 130px;
  vertical-align: bottom;
  text-align: right;
}
/* line 220, ../sass/modules/_modDMS.scss */
.dms-explorer-header .dms-explorer-owner {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  vertical-align: middle;
}

/*
 * Explorer in Listen-Darstellung
 * Steuerklasse: dms-layout-liste wird an #modDMSMainList angehängt
 *
 */
/* line 235, ../sass/modules/_modDMS.scss */
.dms-layout-liste li:nth-child(odd) {
  background-color: #f1f1f1;
}
/* line 239, ../sass/modules/_modDMS.scss */
.dms-layout-liste .dms-explorer-item {
  padding: 2px;
  margin: 1px 3px 1px 3px;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 249, ../sass/modules/_modDMS.scss */
.dms-layout-liste .dms-explorer-img {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  vertical-align: middle;
}
/* line 255, ../sass/modules/_modDMS.scss */
.dms-layout-liste .dms-explorer-filename {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 10 10 200px;
  -webkit-flex: 10 10 200px;
  flex: 10 10 200px;
  vertical-align: middle;
}
/* line 262, ../sass/modules/_modDMS.scss */
.dms-layout-liste .dms-explorer-size {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  vertical-align: middle;
  text-align: right;
}
/* line 269, ../sass/modules/_modDMS.scss */
.dms-layout-liste .dms-explorer-datemodification {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 130px;
  -webkit-flex: 0 0 130px;
  flex: 0 0 130px;
  vertical-align: middle;
  text-align: right;
}
/* line 276, ../sass/modules/_modDMS.scss */
.dms-layout-liste .dms-explorer-owner {
  padding-left: 5px;
  padding-right: 5px;
  /* display: table-cell; */
  -ms-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  vertical-align: middle;
}
/* line 282, ../sass/modules/_modDMS.scss */
.dms-layout-liste .dms-explorer-thumb {
  display: none;
}

/*
 * Explorer in Kachel-Darstellung
 * Steuerklasse: dms-layout-kachel wird an #modDMSMainList angehängt
 *
 */
/* line 294, ../sass/modules/_modDMS.scss */
.dms-layout-kachel {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 299, ../sass/modules/_modDMS.scss */
.dms-layout-kachel .dms-explorer-item {
  height: 150px;
  width: 200px;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #2b6392;
  background-color: #f1f1f1;
  margin: 5px;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 316, ../sass/modules/_modDMS.scss */
.dms-layout-kachel .dms-explorer-img {
  display: none;
}
/* line 320, ../sass/modules/_modDMS.scss */
.dms-layout-kachel .dms-explorer-filename {
  padding: 2px;
  margin: auto;
  -webkit-order: 2;
  order: 2;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 13px;
  max-height: 26px;
  max-width: 200px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
}
/* line 346, ../sass/modules/_modDMS.scss */
.dms-layout-kachel .dms-explorer-size {
  display: none;
}
/* line 350, ../sass/modules/_modDMS.scss */
.dms-layout-kachel .dms-explorer-datemodification {
  display: none;
}
/* line 354, ../sass/modules/_modDMS.scss */
.dms-layout-kachel .dms-explorer-owner {
  display: none;
}
/* line 358, ../sass/modules/_modDMS.scss */
.dms-layout-kachel img.dms-explorer-thumb {
  -webkit-order: 1;
  order: 1;
  height: 116px;
  max-width: 200px;
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
/* line 369, ../sass/modules/_modDMS.scss */
.dms-layout-kachel i.dms-explorer-thumb {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-order: 1;
  order: 1;
}

/* line 380, ../sass/modules/_modDMS.scss */
.dms-upload-liste {
  min-height: 200px;
  max-height: 600px;
  overflow-y: scroll;
}

/*
 ***************************
 * CSS für Editor
 ***************************
 */
/* line 398, ../sass/modules/_modDMS.scss */
.dms-editor-container {
  background: #ffffff;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
}

/* line 405, ../sass/modules/_modDMS.scss */
#dms-editor-preview {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px;
  align-items: center;
  width: auto;
  height: auto;
}

/* line 414, ../sass/modules/_modDMS.scss */
#dms-editor-preview > img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 424, ../sass/modules/_modDMS.scss */
.dms-editor-hidden {
  display: none;
}

/* line 428, ../sass/modules/_modDMS.scss */
.dms-editor-div {
  margin: 2px;
  background: #F0F0F0;
  padding: 5px;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 438, ../sass/modules/_modDMS.scss */
.dms-editor-button {
  padding: 5px;
  margin: auto;
}

/* line 444, ../sass/modules/_modDMS.scss */
.dms-editor-submit {
  margin-left: auto;
}

/* line 448, ../sass/modules/_modDMS.scss */
.dms-editor-label {
  margin-right: 5px;
  max-width: 150px;
  overflow: hidden;
  /* display: table-cell; */
  -ms-flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  white-space: nowrap;
}

/* line 457, ../sass/modules/_modDMS.scss */
.dms-editor-item {
  overflow: hidden;
  /* display: table-cell; */
  -ms-flex: 100 100 100px;
  -webkit-flex: 100 100 100px;
  flex: 100 100 100px;
}

/* line 464, ../sass/modules/_modDMS.scss */
.dms-editor-txt-r {
  border: none;
}

/* line 470, ../sass/modules/_modDMS.scss */
.dms-editor-status {
  display: none;
  background: #dedede;
  width: 100px;
}

/* line 481, ../sass/modules/_modDMS.scss */
#modDMS-searchForm-main1-metadata-div {
  padding: 5px;
}

/* line 484, ../sass/modules/_modDMS.scss */
#modDMS-searchForm-main-fieldset1 {
  background-color: white;
}

/* line 488, ../sass/modules/_modDMS.scss */
#modDMS-searchForm-main-fieldset2 {
  background-color: white;
}

/*
 ***************************
 * CSS Dropzone
 ***************************
 */
/* Container für Upload-Previews */
/* line 498, ../sass/modules/_modDMS.scss */
.iluUpload-previewContainer {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* Div für den Upload-Preview */
/* Thumbnail */
/* line 512, ../sass/modules/_modDMS.scss */
.iluUpload-thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  padding: 3px;
}

/* Filename */
/* line 520, ../sass/modules/_modDMS.scss */
.iluUpload-fileName {
  margin-left: 10px;
  margin-top: 5px;
}

/* Filegrösse */
/* line 526, ../sass/modules/_modDMS.scss */
.iluUpload-fileSize {
  margin-left: 10px;
  margin-top: 5px;
}

/* line 531, ../sass/modules/_modDMS.scss */
.iluUpload-previewFileinfo {
  margin-left: 10px;
}

/* Div für Progressbar */
/* line 536, ../sass/modules/_modDMS.scss */
.iluUpload-progress {
  height: 20px;
  width: 100%;
  left: 48px !important;
  top: 78px !important;
}

/* Progressbar */
/* line 545, ../sass/modules/_modDMS.scss */
.iluUpload-progressBar {
  height: 100%;
  width: 100%;
  background: #ffa500;
}

/* line 552, ../sass/modules/_modDMS.scss */
.iluUpload-success .iluUpload-icon {
  background: #5CB85C;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
}

/* line 563, ../sass/modules/_modDMS.scss */
.iluUpload-success .iluUpload-icon i {
  display: block;
  margin-left: 8px;
  margin-top: 6px;
}

/* line 570, ../sass/modules/_modDMS.scss */
.iluUpload-error .iluUpload-icon {
  background: #bd161b;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
}

/* line 581, ../sass/modules/_modDMS.scss */
.iluUpload-error .iluUpload-icon i {
  display: block;
  margin-left: 9px;
  margin-top: 6px;
}

/* line 587, ../sass/modules/_modDMS.scss */
.iluUpload-error-message {
  position: absolute;
  left: 100px !important;
  top: 45px !important;
}

/* line 593, ../sass/modules/_modDMS.scss */
.iluUpload-popup-label {
  line-height: 40px;
}

/* line 597, ../sass/modules/_modDMS.scss */
.dms_dont_show {
  display: none !important;
}

/* line 601, ../sass/modules/_modDMS.scss */
.dms_highlight_form {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*
jstree Farbe für Selektion überschreiben
 */
/* line 612, ../sass/modules/_modDMS.scss */
.jstree-default .jstree-wholerow-clicked {
  background: #82dab2;
}

/* line 616, ../sass/modules/_modDMS.scss */
.jstree-default .jstree-wholerow-hovered:not(.jstree-wholerow-clicked) {
  background: #d2f1e3;
}

/* line 621, ../sass/modules/_modDMS.scss */
.jstree-anchor {
  width: 100%;
}

/* line 625, ../sass/modules/_modDMS.scss */
.jstree-container-ul {
  overflow: hidden;
}

/* line 4, ../sass/modules/_modCockpit.scss */
.modCockpit-filter-div {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px;
  justify-content: center;
}
/* line 9, ../sass/modules/_modCockpit.scss */
.modCockpit-filter-div .pfw-uebersicht-filter-elem {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 16, ../sass/modules/_modCockpit.scss */
.modCockpit-svgContainer {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

/* line 33, ../sass/modules/_modCockpit.scss */
.modCockpit-svgChart {
  -webkit-flex: 100 1 500px;
  flex: 100 1 500px;
  margin: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  border-radius: 3px;
}

/* line 43, ../sass/modules/_modCockpit.scss */
.modCockpit-download-button {
  float: right;
  margin-right: 80px;
}

/* line 49, ../sass/modules/_modCockpit.scss */
.modCockpit-export-container {
  padding: 10px;
}

/* line 53, ../sass/modules/_modCockpit.scss */
.modCockpit-export-row {
  height: 60px;
}

/* line 62, ../sass/modules/_modCockpit.scss */
.modCockpit-export-row-div {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px;
}

/* line 68, ../sass/modules/_modCockpit.scss */
.modCockpit-export-label {
  margin-right: 20px;
  -webkit-flex: 2 2 auto;
  flex: 2 2 auto;
}

/* line 74, ../sass/modules/_modCockpit.scss */
.modCockpit-export-filter {
  margin-right: 20px;
  -webkit-flex: 2 2 auto;
  flex: 2 2 auto;
}

/* line 80, ../sass/modules/_modCockpit.scss */
.modCockpit-export-button {
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
}

/******************************************************
 * pschritt matbh
 ******************************************************/
/**
 * colors
 */
/**
 * layout
 */
/* line 63, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root {
  margin-right: 2px;
}
/* line 67, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .label {
  display: inline-block;
  font-size: 0.73em;
}
/* line 71, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .label.header {
  font-size: 0.85em;
  padding-bottom: 3px;
}
/* line 76, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .label.modMatBH-matbh-col {
  float: right;
}
/* line 79, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .label.modMatBH-matbh-col-right {
  margin-right: 2.5em;
}
/* line 85, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root button {
  cursor: pointer;
}
/* line 89, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .button-crud {
  padding: 0 .2em;
  border: none;
  background: none;
  line-height: 1.2;
  position: absolute;
  align-self: center;
  right: .3em;
  top: 2px;
}
/* line 99, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .button-crud.fi-locked {
  color: black;
}
/* line 102, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .button-crud.fi-file-delete {
  color: black;
}
/* line 107, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root > .dropdown-box > .dropdown-bar {
  padding: 0.5em 0 0.5em 2em;
  border-radius: 3px;
}
/* line 112, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root > .dropdown-box > .dropdown-content > .dropdown-box > .dropdown-bar {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
}
/* line 119, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-content {
  margin: 0 2px;
  padding: 0.7em 0 0;
}
/* line 123, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-content .dropdown-content {
  margin: 0 5px 25px 5px;
  padding: 0.4em 0.4em 0.7em 0.4em;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
}
/* line 131, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-content .dropdown-content .dropdown-content {
  margin: 0;
  padding-right: 0;
  padding-left: calc(2em);
  background-color: white;
  border: 0;
}
/* line 141, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-bar {
  position: relative;
  padding: 3px 0 3px 2em;
}
/* line 145, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-bar h3 {
  font-weight: normal;
  font-size: 100%;
}
/* line 150, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-bar .dropdown-toggle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  padding: 0 .5em;
}
/* line 162, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-box .dropdown-content {
  display: none;
}
/* line 169, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-box.open > .dropdown-content {
  display: block;
}

/* line 175, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-position {
  border-style: solid;
  border-color: #b3b3b3;
  border-width: 0 5px;
  border-radius: 3px;
}
/* line 180, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-position.open {
  border-bottom-width: 5px;
}

/* line 185, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-anlEingang {
  border-radius: 3px;
  padding-bottom: 0;
}

/* line 190, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess, .modMatBH-matbh-position-bar {
  min-height: 1.425em;
}

/* line 196, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root > div:nth-child(n+2), .modMatBH-matbh-position:nth-child(n+2), .modMatBH-matbh-zielprozess:nth-child(n+2), .modMatBH-matbh-anlEingang:nth-child(n+2),
.modMatBH-matbh-lagerEin:nth-child(n+2), .modMatBH-matbh-lagerAus:nth-child(n+2), .modMatBH-matbh-anlage:nth-child(n+2) {
  margin-top: .9em;
}

/* line 202, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess > select.select, .modMatBH-matbh-position-bar > select.select, .modMatBH-matbh-anlEingang-bar > select.select {
  font-size: 1em;
}
/* line 205, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess input:disabled,
.modMatBH-matbh-zielprozess select:disabled, .modMatBH-matbh-position-bar input:disabled,
.modMatBH-matbh-position-bar select:disabled, .modMatBH-matbh-anlEingang-bar input:disabled,
.modMatBH-matbh-anlEingang-bar select:disabled {
  color: #614a34;
}
/* line 209, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .text-ellipsis, .modMatBH-matbh-position-bar .text-ellipsis, .modMatBH-matbh-anlEingang-bar .text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
/* line 214, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .material, .modMatBH-matbh-position-bar .material, .modMatBH-matbh-anlEingang-bar .material {
  margin-right: 26.5em;
}
/* line 216, ../sass/modules/_modMatBH.scss */
.produkt .modMatBH-matbh-zielprozess .material, .produkt .modMatBH-matbh-position-bar .material, .produkt .modMatBH-matbh-anlEingang-bar .material {
  margin-right: 0.3em;
}
/* line 220, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .max-korn, .modMatBH-matbh-position-bar .max-korn, .modMatBH-matbh-anlEingang-bar .max-korn {
  margin-right: 26.5em;
}
/* line 223, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .zp-select, .modMatBH-matbh-position-bar .zp-select, .modMatBH-matbh-anlEingang-bar .zp-select {
  margin-right: 26.5em;
  opacity: 1 !important;
}
/* line 226, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang-content .modMatBH-matbh-zielprozess .zp-select, .modMatBH-matbh-ausgang-content .modMatBH-matbh-position-bar .zp-select, .modMatBH-matbh-ausgang-content .modMatBH-matbh-anlEingang-bar .zp-select {
  margin-right: 0.3em;
}
/* line 230, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .eww-select, .modMatBH-matbh-position-bar .eww-select, .modMatBH-matbh-anlEingang-bar .eww-select {
  margin-right: 26.5em;
}
/* line 234, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .eww-select.valerror input, .modMatBH-matbh-position-bar .eww-select.valerror input, .modMatBH-matbh-anlEingang-bar .eww-select.valerror input {
  border-style: solid;
  border-style: solid;
  border-width: thin;
  border-color: #c12e2a;
  background-color: #ebc8c7;
}
/* line 244, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .material, .modMatBH-matbh-position-bar .material, .modMatBH-matbh-anlEingang-bar .material {
  width: 25em;
  -webkit-flex: 1 1 25em;
  flex: 1 1 25em;
}
/* line 248, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .min-korn, .modMatBH-matbh-zielprozess .max-korn, .modMatBH-matbh-position-bar .min-korn, .modMatBH-matbh-position-bar .max-korn, .modMatBH-matbh-anlEingang-bar .min-korn, .modMatBH-matbh-anlEingang-bar .max-korn {
  font-size: 1em;
  text-align: right;
  width: 2.5em;
  flex: 0 0 2.5em;
  max-width: 2.5em;
  box-sizing: border-box;
}
/* line 256, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .korn-separator, .modMatBH-matbh-position-bar .korn-separator, .modMatBH-matbh-anlEingang-bar .korn-separator {
  padding: 0 0.2em;
}
/* line 259, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .rc-material, .modMatBH-matbh-position-bar .rc-material, .modMatBH-matbh-anlEingang-bar .rc-material {
  width: 20em;
  flex: 1 0 20em;
  max-width: 25em;
}
/* line 264, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .zp-select, .modMatBH-matbh-position-bar .zp-select, .modMatBH-matbh-anlEingang-bar .zp-select {
  width: 20em;
  flex: 1 0 20em;
  max-width: 25em;
}
/* line 269, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .zp-select:nth-last-child(4), .modMatBH-matbh-position-bar .zp-select:nth-last-child(4), .modMatBH-matbh-anlEingang-bar .zp-select:nth-last-child(4) {
  width: 10em;
  flex-basis: 10em;
  max-width: 20em;
}
/* line 276, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .valerror, .modMatBH-matbh-position-bar .valerror, .modMatBH-matbh-anlEingang-bar .valerror {
  border-style: solid;
  border-style: solid;
  border-width: thin;
  border-color: #c12e2a;
  background-color: #ebc8c7;
}
/* line 285, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-zielprozess .eww-select, .modMatBH-matbh-position-bar .eww-select, .modMatBH-matbh-anlEingang-bar .eww-select {
  width: 15em;
  -webkit-flex: 1 0 15em;
  flex: 1 0 15em;
  max-width: 26em;
}

/* line 293, ../sass/modules/_modMatBH.scss */
.dropdown-bar, .modMatBH-matbh-zielprozess {
  position: relative;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 299, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col {
  width: 7em;
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 309, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col .label {
  padding-left: 0.2em;
}
/* line 313, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col .value {
  width: 5em;
  text-align: right;
  padding-right: .2em;
  margin-left: .2em;
  box-sizing: border-box;
  font-size: 1em;
}
/* line 321, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col .value:not(input) {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #272727;
}
/* line 328, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col .valerror {
  border-style: solid;
  border-style: solid;
  border-width: thin;
  border-color: #c12e2a;
  background-color: #ebc8c7;
}
/* line 336, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col .unit {
  padding-right: 0.2em;
  padding-left: 0.2em;
}
/* line 340, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col .unit-small {
  font-size: 0.8em;
  line-height: 0.8;
}
/* line 345, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col.incomplete:after {
  font: normal normal normal 14px/1 FontIlu;
  font-size: 1.3333333em;
  display: inline-block;
  text-rendering: auto;
  transform: translate(0, 0);
  content: '\f006d';
  color: #c12e2a;
  position: absolute;
  left: 100%;
  padding-left: 0.1em;
  top: 3px;
}
/* line 360, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col-left {
  right: 18.5em;
}
/* line 363, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col-center {
  right: 10.5em;
}
/* line 366, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .modMatBH-matbh-col-right {
  right: 2.5em;
}
/* line 370, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .repository-total.modMatBH-matbh-col-right {
  right: 1em;
}
/* line 374, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-bar > .material-picker {
  display: flex;
  margin-right: 26.5em !important;
}
/* line 378, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-bar > .material-picker .select {
  flex: 1 1 25em;
  margin-right: 0.3em;
}
/* line 383, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-bar > .material-picker .max-korn {
  margin-right: 0;
}
/* line 387, ../sass/modules/_modMatBH.scss */
#modMatBH-matbh-root .dropdown-bar > .material-picker .value {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

/* line 401, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .lager, .modMatBH-matbh-comboEingang .annahme, .modMatBH-matbh-comboEingang .abbau, .modMatBH-matbh-comboEingang .kies-prozesszuteilung {
  position: relative;
  min-height: 1.425em;
  margin-right: 18.5em;
  display: flex;
  margin-top: .6em;
  margin-bottom: .5em;
}
/* line 409, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .lager .value-field, .modMatBH-matbh-comboEingang .annahme .value-field, .modMatBH-matbh-comboEingang .abbau .value-field, .modMatBH-matbh-comboEingang .kies-prozesszuteilung .value-field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7em;
  flex: 0 0 7em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 420, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .lager .value-field .value, .modMatBH-matbh-comboEingang .annahme .value-field .value, .modMatBH-matbh-comboEingang .abbau .value-field .value, .modMatBH-matbh-comboEingang .kies-prozesszuteilung .value-field .value {
  width: 5em;
  padding-right: 0.2em;
  margin-left: 0.2em;
  box-sizing: border-box;
  font-size: 1em;
  text-align: right;
}
/* line 429, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .lager .value-field .unit, .modMatBH-matbh-comboEingang .annahme .value-field .unit, .modMatBH-matbh-comboEingang .abbau .value-field .unit, .modMatBH-matbh-comboEingang .kies-prozesszuteilung .value-field .unit {
  padding: 0 0.2em;
}
/* line 432, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .lager .value-field .unit-small, .modMatBH-matbh-comboEingang .annahme .value-field .unit-small, .modMatBH-matbh-comboEingang .abbau .value-field .unit-small, .modMatBH-matbh-comboEingang .kies-prozesszuteilung .value-field .unit-small {
  font-size: 0.8em;
  line-height: 0.8;
}
/* line 440, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .kies-prozesszuteilung {
  margin-left: 15px;
  margin-top: 25px;
}
/* line 446, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .label.header, .modMatBH-matbh-comboEingang .prozesszuteilung {
  margin-left: 30px;
}
/* line 450, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .label.header {
  position: relative;
}
/* line 453, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .label.header .button-crud {
  font-size: 17px !important;
  right: 100% !important;
  padding-right: 10px;
  top: -3px !important;
}
/* line 461, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .underline {
  border-bottom: 1px solid #7b7b7b;
  flex: 1 1 25em;
  margin-right: 1em;
  padding-bottom: 0.5em;
}
/* line 468, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .input-detail, .modMatBH-matbh-comboEingang .zielprozesse {
  position: relative;
  margin-left: 30px;
  margin-top: 2px;
}
/* line 475, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-comboEingang .prepend.button-crud {
  font-size: 17px !important;
  right: 100% !important;
  padding-right: 10px;
  top: -3px !important;
}

/* line 484, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang-content .ausgang {
  position: relative;
  min-height: 1.425em;
  display: flex;
  margin-top: .2em;
  margin-bottom: .5em;
}
/* line 491, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang-content .kies {
  margin-top: .8em;
}
/* line 494, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang-content .standort {
  margin-left: 30px;
}
/* line 499, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang-content .underline {
  border-bottom: 1px solid #7b7b7b;
  flex: 1 1 25em;
  margin-right: 1em;
  padding-bottom: 0.5em;
}
/* line 505, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang-content .input-detail-kies, .modMatBH-matbh-ausgang-content .zielprozesse {
  position: relative;
  margin-left: 30px;
}
/* line 510, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang-content .prepend.button-crud {
  font-size: 17px !important;
  right: 100% !important;
  padding-right: 10px;
  top: -3px !important;
}

/* line 545, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-eingang-bar,
.modMatBH-matbh-anlagen-bar,
.modMatBH-matbh-ausgang-bar {
  display: none;
}
/* line 548, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-eingang-bar, .modMatBH-matbh-eingang-bar button,
.modMatBH-matbh-anlagen-bar,
.modMatBH-matbh-anlagen-bar button,
.modMatBH-matbh-ausgang-bar,
.modMatBH-matbh-ausgang-bar button {
  background-color: #2b6392;
  color: #fff;
}

/* line 556, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-matEin-bar,
.modMatBH-matbh-lagerEin-bar,
.modMatBH-matbh-anlage-bar,
.modMatBH-matbh-matAus-bar,
.modMatBH-matbh-matAus-kies-bar,
.modMatBH-matbh-lagerAus-bar {
  background-color: #d7d7d7;
}

/* line 565, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-anlEingang-bar:not(.modMatBH-matbh-anlEingang-positionen) {
  background-color: #abb3bf;
}
/* line 568, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-anlEingang-bar:not(.modMatBH-matbh-anlEingang-positionen) .modMatBH-matbh-col > .value:not(input) {
  background-color: #8e99a9;
}

/* line 573, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-prdEingang-bar {
  display: flex;
  background-color: #84a5d1;
}

/*
Farbige Rahmen um Materialpositionen
 */
/* line 591, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-position {
  border-color: #b1c6e2;
}
/* line 594, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-anlage .modMatBH-matbh-position {
  border-color: #f5f5b0;
}
/* line 597, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang .modMatBH-matbh-position {
  border-color: #f5f5b0;
}
/* line 600, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-position.produkt {
  border-color: #bfdabf;
}
/* line 603, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-position.kiesmaterial {
  border-color: #c6eaf9;
}
/* line 606, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-eingang .modMatBH-matbh-position.locked {
  border-color: #abb3bf;
}

/* line 611, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-position-bar {
  background-color: #b1c6e2;
}
@media print {
  /* line 611, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-position-bar {
    background-color: #b1c6e2;
  }
}
/* line 618, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-position-bar div > .modMatBH-matbh-col > .value:not(input) {
  background-color: #8cabd4;
}
/* line 622, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-anlage .modMatBH-matbh-position-bar {
  background-color: #f5f5b0;
}
@media print {
  /* line 622, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-anlage .modMatBH-matbh-position-bar {
    background-color: #f5f5b0;
  }
}
/* line 627, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-anlage .modMatBH-matbh-position-bar div > .modMatBH-matbh-col > .value:not(input) {
  background-color: #dada9d;
}
/* line 632, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang .modMatBH-matbh-position-bar {
  background-color: #f5f5b0;
}
@media print {
  /* line 632, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-ausgang .modMatBH-matbh-position-bar {
    background-color: #f5f5b0;
  }
}
/* line 637, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-ausgang .modMatBH-matbh-position-bar div > .modMatBH-matbh-col > .value:not(input) {
  background-color: #dada9d;
}
/* line 642, ../sass/modules/_modMatBH.scss */
.produkt .modMatBH-matbh-position-bar {
  background-color: #bfdabf;
}
@media print {
  /* line 642, ../sass/modules/_modMatBH.scss */
  .produkt .modMatBH-matbh-position-bar {
    background-color: #bfdabf;
  }
}
/* line 647, ../sass/modules/_modMatBH.scss */
.produkt .modMatBH-matbh-position-bar div > .modMatBH-matbh-col > .value:not(input) {
  background-color: #8cba8c;
}
/* line 651, ../sass/modules/_modMatBH.scss */
.kiesmaterial .modMatBH-matbh-position-bar {
  background-color: #c6eaf9;
}
@media print {
  /* line 651, ../sass/modules/_modMatBH.scss */
  .kiesmaterial .modMatBH-matbh-position-bar {
    background-color: #c6eaf9;
  }
}
/* line 656, ../sass/modules/_modMatBH.scss */
.kiesmaterial .modMatBH-matbh-position-bar div > .modMatBH-matbh-col > .value:not(input) {
  background-color: #c6eaf9;
}
/* line 661, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-eingang .locked .modMatBH-matbh-position-bar {
  background-color: #abb3bf;
}
@media print {
  /* line 661, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-eingang .locked .modMatBH-matbh-position-bar {
    background-color: #abb3bf;
  }
}
/* line 666, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-eingang .locked .modMatBH-matbh-position-bar div > .modMatBH-matbh-col > .value:not(input) {
  background-color: #8e99a9;
}

/* line 674, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-matEin .modMatBH-matbh-position-content {
  background: linear-gradient(to left, white 0, white 9.899em, #b1c6e2 9.9em, #b1c6e2 10.1em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em);
}
@media print {
  /* line 674, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-matEin .modMatBH-matbh-position-content {
    background: linear-gradient(to left, white 0, white 9.899em, #b1c6e2 9.9em, #b1c6e2 10.1em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em) !important;
  }
}

/* line 682, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-lagerEin .modMatBH-matbh-position-content {
  background: linear-gradient(to left, white 0, white 9.899em, #b1c6e2 9.9em, #b1c6e2 10.1em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em);
}
@media print {
  /* line 682, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-lagerEin .modMatBH-matbh-position-content {
    background: linear-gradient(to left, white 0, white 9.899em, #b1c6e2 9.9em, #b1c6e2 10.1em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em) !important;
  }
}

/* line 691, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-anlage .modMatBH-matbh-position-content {
  background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, #f5f5b0 9.9em, #f5f5b0 10.1em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em);
}
@media print {
  /* line 691, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-anlage .modMatBH-matbh-position-content {
    background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, #f5f5b0 9.9em, #f5f5b0 10.1em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em) !important;
  }
}

/* line 700, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-matAus .modMatBH-matbh-position-content {
  background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, #f5f5b0 9.9em, #f5f5b0 10.1em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em);
}
@media print {
  /* line 700, ../sass/modules/_modMatBH.scss */
  .modMatBH-matbh-matAus .modMatBH-matbh-position-content {
    background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, #f5f5b0 9.9em, #f5f5b0 10.1em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em) !important;
  }
}

/* line 709, ../sass/modules/_modMatBH.scss */
.produkt .modMatBH-matbh-position-content {
  background: linear-gradient(to left, #dfeddf 0, #dfeddf 9.899em, #bfdabf 9.9em, #bfdabf 10.1em, white 10.101em, white 17.899em, #bfdabf 17.9em, #bfdabf 18.05em, white 18.051em);
}
@media print {
  /* line 709, ../sass/modules/_modMatBH.scss */
  .produkt .modMatBH-matbh-position-content {
    background: linear-gradient(to left, #dfeddf 0, #dfeddf 9.899em, #bfdabf 9.9em, #bfdabf 10.1em, white 10.101em, white 17.899em, #bfdabf 17.9em, #bfdabf 18.05em, white 18.051em) !important;
  }
}

/* line 717, ../sass/modules/_modMatBH.scss */
.kiesmaterial .modMatBH-matbh-position-content {
  background: linear-gradient(to left, #f4fbfe 0, #f4fbfe 9.899em, #c6eaf9 9.9em, #c6eaf9 10.1em, white 10.101em, white 17.899em, #c6eaf9 17.9em, #c6eaf9 18.05em, white 18.051em);
}
@media print {
  /* line 717, ../sass/modules/_modMatBH.scss */
  .kiesmaterial .modMatBH-matbh-position-content {
    background: linear-gradient(to left, #f4fbfe 0, #f4fbfe 9.899em, #c6eaf9 9.9em, #c6eaf9 10.1em, white 10.101em, white 17.899em, #c6eaf9 17.9em, #c6eaf9 18.05em, white 18.051em) !important;
  }
}

/* line 725, ../sass/modules/_modMatBH.scss */
.modMatBH-matbh-button-add-zielprozess {
  left: -1.5em;
  right: 100% !important;
}

@media print {
  /* line 732, ../sass/modules/_modMatBH.scss */
  #modMatBH-matbh-root {
    color: black;
  }
  /* line 735, ../sass/modules/_modMatBH.scss */
  #modMatBH-matbh-root .modMatBH-matbh-eingang-titel, #modMatBH-matbh-root .modMatBH-matbh-anlagen-titel, #modMatBH-matbh-root .modMatBH-matbh-ausgang-titel {
    color: white;
  }
  /* line 738, ../sass/modules/_modMatBH.scss */
  #modMatBH-matbh-root .new-position, #modMatBH-matbh-root .new-zielprozess {
    display: none;
  }
  /* line 741, ../sass/modules/_modMatBH.scss */
  #modMatBH-matbh-root .modMatBH-matbh-position, #modMatBH-matbh-root .modMatBH-matbh-zielprozess {
    page-break-inside: avoid;
  }
  /* line 744, ../sass/modules/_modMatBH.scss */
  #modMatBH-matbh-root input, #modMatBH-matbh-root .value {
    color: black;
    border: none;
    background: transparent;
  }
}
/* line 751, ../sass/modules/_modMatBH.scss */
#modMatBH-main-materialBH-toolbar > div {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 754, ../sass/modules/_modMatBH.scss */
#modMatBHKi-main-materialBH-toolbar > div {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 757, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-suchLeiste {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 760, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-suchLeiste > div {
  height: 100%;
}
/* line 764, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-suchLeiste .ilu-combo-box {
  box-sizing: border-box;
  padding: 5px;
  height: 100%;
}
/* line 769, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-suchLeiste .ilu-combo-box input {
  padding-left: 0.5em;
}
/* line 774, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-suchLeiste a {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 30px;
  text-align: center;
  display: block;
  cursor: pointer;
}
/* line 784, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-suchLeiste a:before {
  display: block;
  margin-top: 3px;
  font-size: 1.3333333em;
}

/******************************************************
 * end pschritt matbh
 ******************************************************/
/******************************************************
 * pschritt veva
 ******************************************************/
/* line 803, ../sass/modules/_modMatBH.scss */
#modMatBH-veva-main-vevaImport-container {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

/* line 809, ../sass/modules/_modMatBH.scss */
.modMatBH-veva-div {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 813, ../sass/modules/_modMatBH.scss */
.modMatBH-veva-content {
  margin-left: auto;
  margin-right: auto;
}

/* line 818, ../sass/modules/_modMatBH.scss */
#modMatBH-veva-main-vevaImport-frageDiv {
  margin-bottom: 30px;
}

/* line 822, ../sass/modules/_modMatBH.scss */
#modMatBH-veva-main-vevaImport-btn {
  height: 30px;
  margin-bottom: 10px;
}

/* line 827, ../sass/modules/_modMatBH.scss */
.modMatBH-veva-date {
  color: #2b6392;
  font-style: italic;
  padding-right: 5px;
  font-size: 0.9em;
}

/* line 835, ../sass/modules/_modMatBH.scss */
#modMatBH-veva-main-vevaImport-hinweis {
  padding: 10px;
  background-color: #82dab2;
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
}

/******************************************************
 * end pschritt veva
 ******************************************************/
/* line 847, ../sass/modules/_modMatBH.scss */
.modMatBH-toolbar-label {
  padding: 0.25em 1em;
  margin: 0.25em 0;
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #f7f7f9;
  border-radius: 0.25em;
  color: #292b2c;
}

/* line 861, ../sass/modules/_modMatBH.scss */
.modMatBH-toolbar-label.warning {
  background-color: #fcf8e3;
  border-color: #f0e5b3;
  color: #8a6d3b;
}

/* line 867, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-autoFilterMatBH {
  background: white !important;
  border: 1px solid #706F6F;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: black !important;
}
/* line 877, ../sass/modules/_modMatBH.scss */
#modMatBH-pschritt-materialBh-center-toolbar-autoFilterMatBH.aktiv {
  background: gold !important;
  box-shadow: 1px 1px 1px #cacaca, inset 1px 1px 1px grey;
}

/******************************************************
 * pschritt matbh
 ******************************************************/
/**
 * colors
 */
/**
 * layout
 */
/* line 64, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root {
  margin-right: 2px;
}
/* line 68, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .label {
  display: inline-block;
  font-size: 0.73em;
}
/* line 72, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .label.header {
  font-size: 0.85em;
  padding-bottom: 3px;
}
/* line 77, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .label.modMatBHKi-matbh-col {
  float: right;
}
/* line 80, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .label.modMatBHKi-matbh-col-right {
  margin-right: 2.5em;
}
/* line 86, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root button {
  cursor: pointer;
}
/* line 90, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .button-crud {
  padding: 0 .2em;
  border: none;
  background: none;
  line-height: 1.2;
  position: absolute;
  align-self: center;
  right: .3em;
  top: 2px;
  bottom: 0px;
}
/* line 101, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .button-crud.fi-locked {
  color: black;
}
/* line 104, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .button-crud.fi-file-delete {
  color: black;
}
/* line 109, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root > .dropdown-box > .dropdown-bar {
  padding: 0.5em 0 0.5em 2em;
  border-radius: 3px;
  box-shadow: 1px 1px 4px #9c9c9c;
}
/* line 115, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root > .dropdown-box > .dropdown-content > .dropdown-box > .dropdown-bar {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
}
/* line 122, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-content {
  margin: 0 2px;
  padding: 0.7em 0 0;
}
/* line 126, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-content .dropdown-content {
  margin: 0 5px 25px 5px;
  padding: 0.4em 0.4em 0.7em 0.4em;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
}
/* line 134, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-content .dropdown-content .dropdown-content {
  margin: 0;
  padding-right: 0;
  padding-left: calc(2em);
  background-color: white;
  border: 0;
}
/* line 144, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-bar {
  position: relative;
  padding: 3px 0 3px 2em;
}
/* line 148, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-bar h3 {
  font-weight: normal;
  font-size: 100%;
}
/* line 153, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-bar .dropdown-toggle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  padding: 0 .5em;
}
/* line 165, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-box .dropdown-content {
  display: none;
}
/* line 172, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-box.open > .dropdown-content {
  display: block;
}

/* line 178, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position {
  border-style: solid;
  border-color: #b3b3b3;
  border-width: 0 6px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #afafaf, 2px 2px 3px #d2d2d2;
}
/* line 184, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position.open {
  border-bottom-width: 5px;
}

/* line 189, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-anlEingang {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #afafaf, 2px 2px 3px #d2d2d2;
  padding-bottom: 0;
}

/* line 195, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess, .modMatBHKi-matbh-position-bar {
  min-height: 1.425em;
}

/* line 201, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root > div:nth-child(n+2), .modMatBHKi-matbh-position:nth-child(n+2), .modMatBHKi-matbh-zielprozess:nth-child(n+2), .modMatBHKi-matbh-anlEingang:nth-child(n+2),
.modMatBHKi-matbh-lagerEin:nth-child(n+2), .modMatBHKi-matbh-lagerAus:nth-child(n+2), .modMatBHKi-matbh-anlage:nth-child(n+2) {
  margin-top: .9em;
}

/* line 207, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess > select.select, .modMatBHKi-matbh-position-bar > select.select, .modMatBHKi-matbh-anlEingang-bar > select.select {
  font-size: 1em;
}
/* line 210, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess input:disabled,
.modMatBHKi-matbh-zielprozess select:disabled, .modMatBHKi-matbh-position-bar input:disabled,
.modMatBHKi-matbh-position-bar select:disabled, .modMatBHKi-matbh-anlEingang-bar input:disabled,
.modMatBHKi-matbh-anlEingang-bar select:disabled {
  color: #614a34;
}
/* line 214, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .text-ellipsis, .modMatBHKi-matbh-position-bar .text-ellipsis, .modMatBHKi-matbh-anlEingang-bar .text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
/* line 219, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .material, .modMatBHKi-matbh-position-bar .material, .modMatBHKi-matbh-anlEingang-bar .material {
  margin-right: 26.5em;
}
/* line 221, ../sass/modules/_modMatBHKi.scss */
.produkt .modMatBHKi-matbh-zielprozess .material, .produkt .modMatBHKi-matbh-position-bar .material, .produkt .modMatBHKi-matbh-anlEingang-bar .material {
  margin-right: 0.3em;
}
/* line 225, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .max-korn, .modMatBHKi-matbh-position-bar .max-korn, .modMatBHKi-matbh-anlEingang-bar .max-korn {
  margin-right: 26.5em;
}
/* line 228, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .zp-select, .modMatBHKi-matbh-position-bar .zp-select, .modMatBHKi-matbh-anlEingang-bar .zp-select {
  margin-right: 26.5em;
}
/* line 230, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-ausgang-content .modMatBHKi-matbh-zielprozess .zp-select, .modMatBHKi-matbh-ausgang-content .modMatBHKi-matbh-position-bar .zp-select, .modMatBHKi-matbh-ausgang-content .modMatBHKi-matbh-anlEingang-bar .zp-select {
  margin-right: 0.3em;
}
/* line 234, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .eww-select, .modMatBHKi-matbh-position-bar .eww-select, .modMatBHKi-matbh-anlEingang-bar .eww-select {
  margin-right: 26.5em;
}
/* line 237, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .eww-select.valerror input, .modMatBHKi-matbh-position-bar .eww-select.valerror input, .modMatBHKi-matbh-anlEingang-bar .eww-select.valerror input {
  border-style: solid;
  border-style: solid;
  border-width: thin;
  border-color: #c12e2a;
  background-color: #ebc8c7;
}
/* line 245, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .material, .modMatBHKi-matbh-position-bar .material, .modMatBHKi-matbh-anlEingang-bar .material {
  width: 25em;
  -webkit-flex: 1 1 25em;
  flex: 1 1 25em;
}
/* line 249, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .min-korn, .modMatBHKi-matbh-zielprozess .max-korn, .modMatBHKi-matbh-position-bar .min-korn, .modMatBHKi-matbh-position-bar .max-korn, .modMatBHKi-matbh-anlEingang-bar .min-korn, .modMatBHKi-matbh-anlEingang-bar .max-korn {
  font-size: 1em;
  text-align: right;
  width: 2.5em;
  flex: 0 0 2.5em;
  max-width: 2.5em;
  box-sizing: border-box;
}
/* line 257, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .korn-separator, .modMatBHKi-matbh-position-bar .korn-separator, .modMatBHKi-matbh-anlEingang-bar .korn-separator {
  padding: 0 0.2em;
}
/* line 260, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .rc-material, .modMatBHKi-matbh-position-bar .rc-material, .modMatBHKi-matbh-anlEingang-bar .rc-material {
  width: 20em;
  flex: 1 0 20em;
  max-width: 25em;
}
/* line 265, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .zp-select, .modMatBHKi-matbh-position-bar .zp-select, .modMatBHKi-matbh-anlEingang-bar .zp-select {
  width: 20em;
  flex: 1 0 20em;
  max-width: 25em;
}
/* line 270, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .zp-select:nth-last-child(4), .modMatBHKi-matbh-position-bar .zp-select:nth-last-child(4), .modMatBHKi-matbh-anlEingang-bar .zp-select:nth-last-child(4) {
  width: 10em;
  flex-basis: 10em;
  max-width: 20em;
}
/* line 277, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .valerror, .modMatBHKi-matbh-position-bar .valerror, .modMatBHKi-matbh-anlEingang-bar .valerror {
  border-style: solid;
  border-style: solid;
  border-width: thin;
  border-color: #c12e2a;
  background-color: #ebc8c7;
}
/* line 286, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-zielprozess .eww-select, .modMatBHKi-matbh-position-bar .eww-select, .modMatBHKi-matbh-anlEingang-bar .eww-select {
  width: 15em;
  -webkit-flex: 1 0 15em;
  flex: 1 0 15em;
  max-width: 26em;
}

/* line 294, ../sass/modules/_modMatBHKi.scss */
.dropdown-bar, .modMatBHKi-matbh-zielprozess {
  position: relative;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 300, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col {
  width: 7em;
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 310, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .label {
  padding-left: 0.2em;
}
/* line 314, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .value {
  width: 5em;
  text-align: right;
  padding-right: .2em;
  margin-left: .2em;
  box-sizing: border-box;
  font-size: 1em;
}
/* line 322, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .value:not(input) {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #272727;
}
/* line 328, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .textvalue {
  width: 20em;
  text-align: right;
  padding-right: .2em;
  margin-left: .2em;
  box-sizing: border-box;
  font-size: 1em;
}
/* line 336, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .textvalue:not(input) {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #272727;
}
/* line 342, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .inputUnit {
  border-style: double;
}
/* line 346, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .valerror {
  border-style: solid;
  border-style: solid;
  border-width: thin;
  border-color: #c12e2a;
  background-color: #ebc8c7;
}
/* line 354, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .unit {
  padding-right: 0.2em;
  padding-left: 0.2em;
}
/* line 358, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col .unit-small {
  font-size: 0.8em;
  line-height: 0.8;
}
/* line 363, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col.incomplete:after {
  font: normal normal normal 14px/1 FontIlu;
  font-size: 1.3333333em;
  display: inline-block;
  text-rendering: auto;
  transform: translate(0, 0);
  content: '\f006d';
  color: #c12e2a;
  position: absolute;
  left: 100%;
  padding-left: 0.1em;
  top: 3px;
}
/* line 378, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col-left {
  right: 26.5em;
}
/* line 381, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col-left-second {
  right: 18.5em;
}
/* line 384, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col-left-third {
  right: 34.5em;
}
/* line 387, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col-center {
  right: 10.5em;
}
/* line 390, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col-right-second {
  right: 2.5em;
}
/* line 393, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col-right {
  right: 10.5em;
}
/* line 396, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .modMatBHKi-matbh-col-right-third {
  right: 18.5em;
}
/* line 399, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .repository-total.modMatBHKi-matbh-col-right {
  right: 10.5em;
}
/* line 402, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .repository-total.modMatBHKi-matbh-col-right-second {
  right: 2.5em;
}
/* line 406, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-bar > .material-picker {
  display: flex;
  margin-right: 34.5em !important;
}
/* line 410, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-bar > .material-picker .select {
  flex: 1 1 25em;
  margin-right: 0.3em;
}
/* line 415, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-bar > .material-picker .max-korn {
  margin-right: 0;
}
/* line 419, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-matbh-root .dropdown-bar > .material-picker .value {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

/* line 433, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .lager, .modMatBHKi-matbh-comboEingang .annahme, .modMatBHKi-matbh-comboEingang .abbau, .modMatBHKi-matbh-comboEingang .kies-prozesszuteilung {
  position: relative;
  min-height: 1.425em;
  display: flex;
  margin-top: .6em;
  margin-bottom: .5em;
}
/* line 441, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .lager .value-field, .modMatBHKi-matbh-comboEingang .annahme .value-field, .modMatBHKi-matbh-comboEingang .abbau .value-field, .modMatBHKi-matbh-comboEingang .kies-prozesszuteilung .value-field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7em;
  flex: 0 0 7em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 452, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .lager .value-field .value, .modMatBHKi-matbh-comboEingang .annahme .value-field .value, .modMatBHKi-matbh-comboEingang .abbau .value-field .value, .modMatBHKi-matbh-comboEingang .kies-prozesszuteilung .value-field .value {
  width: 5em;
  padding-right: 0.2em;
  margin-left: 0.2em;
  box-sizing: border-box;
  font-size: 1em;
  text-align: right;
}
/* line 461, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .lager .value-field .unit, .modMatBHKi-matbh-comboEingang .annahme .value-field .unit, .modMatBHKi-matbh-comboEingang .abbau .value-field .unit, .modMatBHKi-matbh-comboEingang .kies-prozesszuteilung .value-field .unit {
  padding: 0 0.2em;
}
/* line 464, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .lager .value-field .unit-small, .modMatBHKi-matbh-comboEingang .annahme .value-field .unit-small, .modMatBHKi-matbh-comboEingang .abbau .value-field .unit-small, .modMatBHKi-matbh-comboEingang .kies-prozesszuteilung .value-field .unit-small {
  font-size: 0.8em;
  line-height: 0.8;
}
/* line 472, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .kies-prozesszuteilung {
  margin-left: 15px;
  margin-top: 25px;
}
/* line 478, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .label.header, .modMatBHKi-matbh-comboEingang .prozesszuteilung {
  margin-left: 30px;
}
/* line 482, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .label.header {
  position: relative;
}
/* line 485, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .label.header .button-crud {
  font-size: 17px !important;
  right: 100% !important;
  padding-right: 10px;
  top: -3px !important;
  bottom: 0px;
}
/* line 494, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .underline {
  border-bottom: 1px solid #7b7b7b;
  flex: 1 1 25em;
  margin-right: 1em;
  padding-bottom: 0.5em;
}
/* line 501, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .input-detail, .modMatBHKi-matbh-comboEingang .zielprozesse {
  position: relative;
  margin-left: 30px;
  margin-top: 2px;
}
/* line 508, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-comboEingang .prepend.button-crud {
  font-size: 17px !important;
  right: 100% !important;
  padding-right: 10px;
  top: -3px !important;
  bottom: 0px;
}

/* line 517, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position-content .prepend.button-crud {
  font-size: 17px !important;
  right: 100% !important;
  padding-right: 10px;
  top: -3px !important;
  bottom: 0px;
}

/* line 525, ../sass/modules/_modMatBHKi.scss */
.ausgang {
  position: relative;
  min-height: 1.425em;
  display: flex;
  margin-top: .2em;
  margin-bottom: .5em;
  margin-top: 10px;
}

/* line 533, ../sass/modules/_modMatBHKi.scss */
.underline {
  border-bottom: 1px solid #7b7b7b;
  flex: 1 1 25em;
  margin-right: 1em;
  padding-bottom: 0.5em;
  margin-top: 0.2em;
}

/* line 540, ../sass/modules/_modMatBHKi.scss */
.absatz {
  margin-top: 20px;
}

/* line 543, ../sass/modules/_modMatBHKi.scss */
.infolabel {
  padding: 0.2em;
  margin-left: 5px;
}

/* line 547, ../sass/modules/_modMatBHKi.scss */
.infobox {
  background: antiquewhite;
  padding: 0.2em;
  margin-right: 0.2em;
}

/* line 553, ../sass/modules/_modMatBHKi.scss */
.infobox-text {
  white-space: pre-line;
}

/* line 556, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-single-input {
  position: relative;
  padding: 3px 0 3px 2em;
  background-color: #b1c6e2;
  display: flex;
  border-style: solid;
  border-color: #b1c6e2;
  border-width: 0 6px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #afafaf, 2px 2px 3px #d2d2d2;
  margin-top: 0.5em;
}

/* line 571, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matAus-kies .ausgang {
  position: relative;
  min-height: 1.425em;
  display: flex;
  margin-top: .2em;
  margin-bottom: .5em;
}
/* line 578, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matAus-kies .kies {
  margin-top: .8em;
}
/* line 581, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matAus-kies .standort {
  margin-left: 30px;
}
/* line 586, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matAus-kies .underline {
  border-bottom: 1px solid #7b7b7b;
  flex: 1 1 25em;
  margin-right: 1em;
  padding-bottom: 0.5em;
}
/* line 592, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matAus-kies .input-detail-kies, .modMatBHKi-matbh-matAus-kies .zielprozesse {
  position: relative;
  margin-left: 30px;
}
/* line 597, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matAus-kies .prepend.button-crud {
  font-size: 17px !important;
  right: 100% !important;
  padding-right: 10px;
  top: -3px !important;
  bottom: 0px;
}

/* line 633, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-eingang-bar,
.modMatBHKi-matbh-anlagen-bar,
.modMatBHKi-matbh-ausgang-bar {
  display: none;
}
/* line 636, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-eingang-bar, .modMatBHKi-matbh-eingang-bar button,
.modMatBHKi-matbh-anlagen-bar,
.modMatBHKi-matbh-anlagen-bar button,
.modMatBHKi-matbh-ausgang-bar,
.modMatBHKi-matbh-ausgang-bar button {
  background-color: #2b6392;
  color: #fff;
}

/* line 644, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matEin-bar,
.modMatBHKi-matbh-lagerEin-bar,
.modMatBHKi-matbh-anlage-bar,
.modMatBHKi-matbh-matAus-bar,
.modMatBHKi-matbh-matAus-kies-bar,
.modMatBHKi-matbh-lagerAus-bar {
  background-color: #d7d7d7;
}

/* line 653, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-anlEingang-bar:not(.modMatBHKi-matbh-anlEingang-positionen) {
  background-color: #abb3bf;
}
/* line 656, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-anlEingang-bar:not(.modMatBHKi-matbh-anlEingang-positionen) .modMatBHKi-matbh-col > .value:not(input) {
  background-color: #8e99a9;
}

/* line 661, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-prdEingang-bar {
  display: flex;
  background-color: #84a5d1;
}

/*
Farbige Rahmen um Materialpositionen
 */
/* line 679, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position {
  border-color: #b1c6e2;
}
/* line 682, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-anlage .modMatBHKi-matbh-position {
  border-color: #f5f5b0;
}
/* line 685, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-ausgang .modMatBHKi-matbh-position {
  border-color: #f5f5b0;
}
/* line 688, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position.produkt {
  border-color: #bfdabf;
}
/* line 691, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position.kiesmaterial {
  border-color: #c6eaf9;
}
/* line 694, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-eingang .modMatBHKi-matbh-position.locked {
  border-color: #abb3bf;
}

/* line 699, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position-bar {
  background-color: #b1c6e2;
}
@media print {
  /* line 699, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-position-bar {
    background-color: #b1c6e2;
  }
}
/* line 706, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-position-bar div > .modMatBHKi-matbh-col > .value:not(input) {
  background-color: #8cabd4;
}
/* line 710, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-anlage .modMatBHKi-matbh-position-bar {
  background-color: #f5f5b0;
}
@media print {
  /* line 710, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-anlage .modMatBHKi-matbh-position-bar {
    background-color: #f5f5b0;
  }
}
/* line 715, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-anlage .modMatBHKi-matbh-position-bar div > .modMatBHKi-matbh-col > .value:not(input) {
  background-color: #dada9d;
}
/* line 720, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-ausgang .modMatBHKi-matbh-position-bar {
  background-color: #f5f5b0;
}
@media print {
  /* line 720, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-ausgang .modMatBHKi-matbh-position-bar {
    background-color: #f5f5b0;
  }
}
/* line 725, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-ausgang .modMatBHKi-matbh-position-bar div > .modMatBHKi-matbh-col > .value:not(input) {
  background-color: #dada9d;
}
/* line 730, ../sass/modules/_modMatBHKi.scss */
.produkt .modMatBHKi-matbh-position-bar {
  background-color: #bfdabf;
}
@media print {
  /* line 730, ../sass/modules/_modMatBHKi.scss */
  .produkt .modMatBHKi-matbh-position-bar {
    background-color: #bfdabf;
  }
}
/* line 735, ../sass/modules/_modMatBHKi.scss */
.produkt .modMatBHKi-matbh-position-bar div > .modMatBHKi-matbh-col > .value:not(input) {
  background-color: #8cba8c;
}
/* line 739, ../sass/modules/_modMatBHKi.scss */
.kiesmaterial .modMatBHKi-matbh-position-bar {
  background-color: #c6eaf9;
}
@media print {
  /* line 739, ../sass/modules/_modMatBHKi.scss */
  .kiesmaterial .modMatBHKi-matbh-position-bar {
    background-color: #c6eaf9;
  }
}
/* line 744, ../sass/modules/_modMatBHKi.scss */
.kiesmaterial .modMatBHKi-matbh-position-bar div > .modMatBHKi-matbh-col > .value:not(input) {
  background-color: #c6eaf9;
}
/* line 749, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-eingang .locked .modMatBHKi-matbh-position-bar {
  background-color: #abb3bf;
}
@media print {
  /* line 749, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-eingang .locked .modMatBHKi-matbh-position-bar {
    background-color: #abb3bf;
  }
}
/* line 754, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-eingang .locked .modMatBHKi-matbh-position-bar div > .modMatBHKi-matbh-col > .value:not(input) {
  background-color: #8e99a9;
}

/* line 762, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matEin .modMatBHKi-matbh-position-content {
  background: linear-gradient(to left, white 0, white 9.899em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em);
}
@media print {
  /* line 762, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-matEin .modMatBHKi-matbh-position-content {
    background: linear-gradient(to left, white 0, white 9.899em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em) !important;
  }
}

/* line 770, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-lagerEin .modMatBHKi-matbh-position-content {
  background: linear-gradient(to left, white 0, white 9.899em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em);
}
@media print {
  /* line 770, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-lagerEin .modMatBHKi-matbh-position-content {
    background: linear-gradient(to left, white 0, white 9.899em, #fbfcfe 10.101em, #fbfcfe 17.899em, #b1c6e2 17.9em, #b1c6e2 18.05em, white 18.051em) !important;
  }
}

/* line 779, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-anlage .modMatBHKi-matbh-position-content {
  background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em);
}
@media print {
  /* line 779, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-anlage .modMatBHKi-matbh-position-content {
    background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em) !important;
  }
}

/* line 788, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-matbh-matAus .modMatBHKi-matbh-position-content {
  background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em);
}
@media print {
  /* line 788, ../sass/modules/_modMatBHKi.scss */
  .modMatBHKi-matbh-matAus .modMatBHKi-matbh-position-content {
    background: linear-gradient(to left, #fbfbdd 0, #fbfbdd 9.899em, white 10.101em, white 17.899em, #f5f5b0 17.9em, #f5f5b0 18.05em, white 18.051em) !important;
  }
}

/* line 797, ../sass/modules/_modMatBHKi.scss */
.produkt .modMatBHKi-matbh-position-content {
  background: linear-gradient(to left, #dfeddf 0, #dfeddf 9.899em, white 10.101em, white 17.899em, #bfdabf 17.9em, #bfdabf 18.05em, white 18.051em);
}
@media print {
  /* line 797, ../sass/modules/_modMatBHKi.scss */
  .produkt .modMatBHKi-matbh-position-content {
    background: linear-gradient(to left, #dfeddf 0, #dfeddf 9.899em, white 10.101em, white 17.899em, #bfdabf 17.9em, #bfdabf 18.05em, white 18.051em) !important;
  }
}

/* line 805, ../sass/modules/_modMatBHKi.scss */
.kiesmaterial .modMatBHKi-matbh-position-content {
  background: linear-gradient(to left, #f4fbfe 0, #f4fbfe 9.899em, white 10.101em, white 17.899em, #c6eaf9 17.9em, #c6eaf9 18.05em, white 18.051em);
}
@media print {
  /* line 805, ../sass/modules/_modMatBHKi.scss */
  .kiesmaterial .modMatBHKi-matbh-position-content {
    background: linear-gradient(to left, #f4fbfe 0, #f4fbfe 9.899em, white 10.101em, white 17.899em, #c6eaf9 17.9em, #c6eaf9 18.05em, white 18.051em) !important;
  }
}

@media print {
  /* line 813, ../sass/modules/_modMatBHKi.scss */
  #modMatBHKi-matbh-root {
    color: black;
  }
  /* line 816, ../sass/modules/_modMatBHKi.scss */
  #modMatBHKi-matbh-root .modMatBHKi-matbh-eingang-titel, #modMatBHKi-matbh-root .modMatBHKi-matbh-anlagen-titel, #modMatBHKi-matbh-root .modMatBHKi-matbh-ausgang-titel {
    color: white;
  }
  /* line 819, ../sass/modules/_modMatBHKi.scss */
  #modMatBHKi-matbh-root .new-position, #modMatBHKi-matbh-root .new-zielprozess {
    display: none;
  }
  /* line 822, ../sass/modules/_modMatBHKi.scss */
  #modMatBHKi-matbh-root .modMatBHKi-matbh-position, #modMatBHKi-matbh-root .modMatBHKi-matbh-zielprozess {
    page-break-inside: avoid;
  }
  /* line 825, ../sass/modules/_modMatBHKi.scss */
  #modMatBHKi-matbh-root input, #modMatBHKi-matbh-root .value {
    color: black;
    border: none;
    background: transparent;
  }
}
/* line 832, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-main-materialBH-toolbar > div {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 835, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-main-materialBH-toolbar > div {
  /* display: table; /* Fallback für IE9 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 838, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-suchLeiste {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 841, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-suchLeiste > div {
  height: 100%;
}
/* line 845, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-suchLeiste .ilu-combo-box {
  box-sizing: border-box;
  padding: 5px;
  height: 100%;
}
/* line 850, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-suchLeiste .ilu-combo-box input {
  padding-left: 0.5em;
}
/* line 855, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-suchLeiste a {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 30px;
  text-align: center;
  display: block;
  cursor: pointer;
}
/* line 865, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-suchLeiste a:before {
  display: block;
  margin-top: 3px;
  font-size: 1.3333333em;
}

/******************************************************
 * end pschritt matbh
 ******************************************************/
/* line 878, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-form-div {
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 887, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-form-subdiv {
  padding: 5px;
}

/* line 891, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-form-label-div {
  -webkit-flex: 100 100 400px;
  flex: 100 100 400px;
  border-color: black;
  border-bottom: 1px solid;
}

/* line 901, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-form-item-div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* line 911, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-form-label-desc {
  padding-top: 5px;
  font-style: italic;
  font-size: 0.9em;
}

/* line 917, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-form-item-required-style {
  background: #ebc8c7;
}

/* line 923, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-form-item-unit {
  padding-left: 10px;
  font-size: 0.9em;
}

/* line 929, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-autoFilterMatBH {
  background: white !important;
  border: 1px solid #706F6F;
  box-shadow: 1px 1px 2px grey;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: black !important;
}
/* line 940, ../sass/modules/_modMatBHKi.scss */
#modMatBHKi-pschritt-materialBh-center-toolbar-autoFilterMatBH.aktiv {
  background: gold !important;
  box-shadow: 1px 1px 1px #cacaca, inset 1px 1px 1px grey;
}

/* line 947, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-button-aus-Eingang {
  margin-left: 20px;
  padding: 3px;
  background: white !important;
  border: 1px solid #706F6F;
  box-shadow: 1px 1px 2px grey;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: black !important;
}

/* line 962, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-container {
  -webkit-flex: 100 1 400px;
  flex: 100 1 400px;
}

/* line 967, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozess {
  margin: 5px 5px 10px 5px;
  padding: 5px 5px 0px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dedede;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 2px 7px #d3d3d3;
  overflow: auto;
}

/* line 978, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessTypContainer {
  -webkit-flex: 40 1 160px;
  flex: 40 1 160px;
}

/* line 983, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessConfContainer {
  -webkit-flex: 60 1 150px;
  flex: 60 1 150px;
}

/* line 988, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessTypHeader {
  margin-bottom: 5px;
}

/* line 993, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessTypName {
  -webkit-flex: 60 1 60px;
  flex: 60 1 60px;
}

/* line 998, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessTypCB {
  -webkit-flex: 40 1 40px;
  flex: 40 1 40px;
}

/* line 1003, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessConfTyp {
  -webkit-flex: 40 1 40px;
  flex: 40 1 40px;
}

/* line 1008, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessConfNameAndCB {
  margin: 0px 35px 10px 0px;
  -webkit-flex: 60 1 60px;
  flex: 60 1 60px;
}

/* line 1015, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessConfName {
  -webkit-flex: 60 1 60px;
  flex: 60 1 60px;
}

/* line 1020, ../sass/modules/_modMatBHKi.scss */
.modMatBHKi-prozesskonf-prozessConfCB {
  -webkit-flex: 40 1 40px;
  flex: 40 1 40px;
}

/* line 1025, ../sass/modules/_modMatBHKi.scss */
.matbhki-umrechnungsfaktor-input {
  width: 50px;
}

/* line 1031, ../sass/modules/_modMatBHKi.scss */
.matbhki-print-only {
  display: none;
}

@media print {
  /* line 1037, ../sass/modules/_modMatBHKi.scss */
  .matbhki-print-only {
    display: block;
  }

  /* line 1041, ../sass/modules/_modMatBHKi.scss */
  .matbhki-no-print {
    display: none;
  }
}
@media print {
  /* line 2, ../sass/modules/_modJournal.scss */
  #modJournal-main-div-acc-subNeuerEintrag {
    display: none;
  }

  /* line 6, ../sass/modules/_modJournal.scss */
  #modJournal-main-filter {
    display: none;
  }
}
/* line 11, ../sass/modules/_modJournal.scss */
.modJournalJahresColumn {
  text-align: center;
}

/* line 24, ../sass/print.scss */
* {
  padding: 0;
  margin: 0;
  font-family: arial, helvetica, sans-serif;
}

/* line 30, ../sass/print.scss */
#infonetz-header,
#InfonetzNavigation,
.hauptnavigation,
.infonetzLeftPanel,
.infonetzRightPanel,
.infonetzPanelToolbar,
.infonetzPanelDiv[style*="display: none"],
.panelswitcher,
.infonetzDoNotPrint {
  display: none !important;
}

/* line 42, ../sass/print.scss */
.infonetzMainPanel,
.infonetzPanelContainer {
  height: auto !important;
  font-size: 10px;
}

/* line 52, ../sass/print.scss */
fieldset.iluUI-disabled {
  background-color: transparent !important;
}

/* line 58, ../sass/print.scss */
.iluUI-buttonGroup-btn-active {
  font-weight: bolder;
  text-decoration: underline;
}

/* line 64, ../sass/print.scss */
h3 {
  border: 1px solid #a9a9a9;
  border-width: 0 0 1px 0;
  border-radius: 0 !important;
  background-color: lightgrey;
}
/* line 69, ../sass/print.scss */
h3 span {
  color: black;
}

/* line 75, ../sass/print.scss */
.dataTables_scrollBody {
  max-height: none !important;
}

/* line 79, ../sass/print.scss */
.printHeader {
  width: 100%;
  border: #0c0c0c solid thin;
  font-size: small;
}

/* line 87, ../sass/print.scss */
.printFooter {
  width: 100%;
  border: #0c0c0c solid thin;
  position: fixed;
  bottom: 0;
  background-color: white;
  font-size: small;
  display: block;
}

/* line 97, ../sass/print.scss */
.printHeader-logo {
  height: 20px;
  margin: 5px;
  float: right;
}

/* line 103, ../sass/print.scss */
.printHeaderTable {
  width: 100%;
}

/* line 107, ../sass/print.scss */
.printHeaderLeft {
  width: 50%;
  padding-left: 5px;
}

/* line 112, ../sass/print.scss */
.printHeaderBottom {
  text-align: left;
  padding-left: 5px;
}

/* line 117, ../sass/print.scss */
.printHeaderRight {
  width: 50%;
  text-align: right;
  padding-right: 5px;
}

/* line 123, ../sass/print.scss */
.printFooterTable {
  width: 100%;
}

/* line 127, ../sass/print.scss */
.printFooterLeft {
  width: 50%;
  padding-left: 5px;
}

/* line 132, ../sass/print.scss */
.printFooterMiddle {
  width: 33%;
  text-align: center;
}

/* line 137, ../sass/print.scss */
.printFooterRight {
  width: 50%;
  text-align: right;
  padding-right: 5px;
}
