/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
@-webkit-keyframes a-stripes-active {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes a-stripes-active {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-webkit-keyframes a-stripes-reverse-active {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes a-stripes-reverse-active {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes ticker {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.load-chart {
  height: 29px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.app-selected .loadChart {
  background-color: #e7f3e7 !important;
}

.loadChart {
  background-color: #f9f9f9;
  cursor: pointer;
  transition: background-color linear 0.1s;
}
.loadChart:hover {
  background-color: #e7f3e7 !important;
}
.loadChart .grid line {
  fill: none;
  opacity: 0;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.loadChart rect {
  shape-rendering: crispEdges;
}
.loadChart rect.load {
  cursor: move;
  fill: #ccc;
}
.loadChart rect.mixer {
  cursor: move;
  fill: none;
}
.loadChart rect.unload {
  cursor: move;
  fill: none;
}
.loadChart rect.car {
  cursor: move;
  fill: none;
}
.loadChart [data-selected] .load {
  fill: #51A351;
}
.loadChart .time-ticker {
  opacity: 0.5;
  stroke: #51A351;
  stroke-width: 2;
}

.app-mode-dragging rect.load {
  fill: #51A351;
}
.app-mode-dragging rect.mixer {
  fill: black;
  opacity: 0.2;
}
.app-mode-dragging rect.unload {
  fill: black;
  opacity: 0.2;
}
.app-mode-dragging rect.car {
  fill: #96c896;
}
.app-mode-dragging .grid line {
  opacity: 1;
}

.app-mode-graphical rect.load {
  fill: #ccc;
}
.app-mode-graphical rect.mixer {
  fill: black;
  opacity: 0.2;
}
.app-mode-graphical rect.unload {
  fill: black;
  opacity: 0.2;
}
.app-mode-graphical rect.car {
  fill: white;
  opacity: 0.3;
}
.app-mode-graphical .grid line {
  opacity: 1;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.mixerChart .axis path, .mixerChart .axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: black;
  stroke-width: 1px;
}
.mixerChart .axis text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.mixerChart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.mixerChart .line {
  fill: none;
  stroke: #f8c14a;
  stroke-width: 2px;
}
.mixerChart .oldline {
  fill: none;
  opacity: 0.6;
  stroke: #bbb;
  stroke-width: 2px;
}
.mixerChart .resWaterLine {
  fill: none;
  stroke: #88def1;
  stroke-width: 2px;
}
.mixerChart .plasticizerLine {
  fill: none;
  stroke: #7bb272;
  stroke-width: 2px;
}
.mixerChart .emptyingIndicator {
  fill: none;
  opacity: 1;
  stroke: #0676d4;
  stroke-width: 2px;
}
.mixerChart .targetMixerConsistencyText {
  fill: #51A351;
  font-weight: bold;
  font-size: 14px;
}
.mixerChart .area {
  fill: #f5e3b1;
  opacity: 0.7;
}
.mixerChart rect {
  shape-rendering: crispEdges;
}
.mixerChart rect.background {
  fill: white;
  stroke: silver;
}
.mixerChart .target-line {
  shape-rendering: crispEdges;
  stroke: #51A351;
  stroke-width: 2;
}
.mixerChart .target-line-background {
  shape-rendering: crispEdges;
  stroke: white;
  stroke-width: 4;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#mixerOverview, #orderMixerOverview {
  margin-top: -5px;
  margin-bottom: -14px;
}

.mixerOverviewChart .axis line, .mixerOverviewChart .axis path {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.mixerOverviewChart .axis text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.mixerOverviewChart .axis.axis-y text {
  -o-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  text-anchor: start;
}
.mixerOverviewChart .axis.axis2 path {
  stroke: none;
}
.mixerOverviewChart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.mixerOverviewChart .grid.grid-y g:first-child line {
  stroke: none;
}
.mixerOverviewChart rect {
  shape-rendering: crispEdges;
}
.mixerOverviewChart rect.background {
  fill: white;
  stroke: #bbb;
}
.mixerOverviewChart rect.item {
  cursor: move;
  fill: #e0e0e0;
  stroke: white;
}
.mixerOverviewChart rect.item[data-selected-order] {
  fill: #b4d9b4 !important;
}
.mixerOverviewChart rect.item[data-selected-loads] {
  fill: #51A351 !important;
}
.mixerOverviewChart rect.item[data-selected] {
  fill: #51A351 !important;
}
.mixerOverviewChart rect.item.conflict {
  fill: #bd362f;
  stroke: white;
}
.mixerOverviewChart .help-line {
  stroke: #51A351;
  stroke-width: 2;
}
.mixerOverviewChart .time-ticker {
  stroke: #51A351;
  stroke-width: 2;
}
.mixerOverviewChart .time-ticker-box {
  fill: #51A351;
  stroke: #ebebeb;
  stroke-width: 3;
}
.mixerOverviewChart .time-ticker-label {
  fill: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#moistureProbeCalibrationChart {
  height: 350px;
  width: 100%;
}
#moistureProbeCalibrationChart rect.background {
  fill: white;
}
#moistureProbeCalibrationChart path, #moistureProbeCalibrationChart line {
  fill: none;
  stroke-width: 3px;
  shape-rendering: optimizeSpeed;
}
#moistureProbeCalibrationChart .axis.axis-x path, #moistureProbeCalibrationChart .axis.axis-x line {
  stroke: #999999;
  stroke-width: 1px;
}
#moistureProbeCalibrationChart .axis.axis-y-s1 line, #moistureProbeCalibrationChart .axis.axis-y-s1 path {
  stroke: #999999;
  stroke-width: 1px;
}
#moistureProbeCalibrationChart .grid line {
  stroke: #dcdbdb;
  stroke-width: 1px;
}
#moistureProbeCalibrationChart line.optimalLine {
  stroke: #0480be;
  stroke-dasharray: 3, 2;
  shape-rendering: auto;
}
#moistureProbeCalibrationChart .calculatedLine {
  fill: none;
  stroke: red;
  color: red;
  shape-rendering: auto;
}

.MoistureProbeCalibrationChart_xLabel,
.MoistureProbeCalibrationChart_yLabel {
  font-weight: normal !important;
  font: 12px sans-serif;
  fill: #777;
}

/* (1920x1080) Full HD Display */
@media screen and (max-width: 1920px) {
  .MoistureProbeCalibrationChart_xLabel,
  .MoistureProbeCalibrationChart_yLabel {
    font: 14px sans-serif;
  }
}
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#moistureProbeLiveChart {
  height: 450px;
  width: 100%;
}
#moistureProbeLiveChart rect.background {
  fill: white;
}
#moistureProbeLiveChart path, #moistureProbeLiveChart line {
  fill: none;
  stroke-width: 3px;
  shape-rendering: optimizeSpeed;
}
#moistureProbeLiveChart .xLabel {
  font-weight: normal !important;
  font: 12px sans-serif;
  fill: #777;
}
#moistureProbeLiveChart .axis.axis-x path, #moistureProbeLiveChart .axis.axis-x line {
  stroke: #999999;
  stroke-width: 1px;
}
#moistureProbeLiveChart .axis.axis-y-s1 line, #moistureProbeLiveChart .axis.axis-y-s1 path {
  stroke: #999999;
  stroke-width: 1px;
}
#moistureProbeLiveChart .grid line {
  stroke: #dcdbdb;
  stroke-width: 1px;
}
#moistureProbeLiveChart rect.intervalArea {
  fill: rgba(102, 163, 99, 0.45);
  shape-rendering: crispEdges;
}
#moistureProbeLiveChart path.signalCurve {
  stroke: rgba(0, 0, 0, 0.5);
  shape-rendering: geometricPrecision;
}
#moistureProbeLiveChart .signalCurveSampleMarker {
  fill: black;
  /*&.-medianSample {
      fill: $okColor;
      stroke: darken($okColor, 20%);
  }*/
}
#moistureProbeLiveChart .signalCurveSampleMarker.-validSample {
  fill: #51A351;
  stroke: #2f5f2f;
}
#moistureProbeLiveChart .signalCurveSampleMarker.-validSample:not(.-medianSample) {
  fill: #91c991;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.gradationChart .axis path, .gradationChart .axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: black;
  stroke-width: 1px;
}
.gradationChart .axis text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.gradationChart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.gradationChart .line {
  fill: none;
  stroke: black;
  stroke-width: 2px;
}
.gradationChart .line2 {
  fill: none;
  stroke: #ebaf02;
  stroke-width: 2px;
}
.gradationChart .line3 {
  fill: none;
  stroke: #24D027;
  stroke-width: 2px;
  stroke-dasharray: 10, 5;
}
.gradationChart .individial-line {
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 10, 5;
}
.gradationChart .combined-curve {
  fill: none;
  stroke-width: 2px;
  stroke: black;
}
.gradationChart .oldline {
  fill: none;
  opacity: 0.6;
  stroke: #bbb;
  stroke-width: 2px;
}
.gradationChart .area {
  fill: #f5e3b1;
  opacity: 0.7;
}
.gradationChart rect {
  shape-rendering: crispEdges;
}
.gradationChart rect.background {
  fill: white;
}
.gradationChart .target-line {
  shape-rendering: crispEdges;
  stroke: #51A351;
  stroke-width: 2;
}
.gradationChart .target-line-background {
  shape-rendering: crispEdges;
  stroke: white;
  stroke-width: 4;
}

tr.greyedOut {
  color: silver !important;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.slump-chart .axis path, .slump-chart .axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: black;
  stroke-width: 1px;
}
.slump-chart .axis text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.slump-chart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.slump-chart .line {
  fill: none;
  stroke: #000000;
  stroke-width: 2px;
}
.slump-chart .oldline {
  fill: none;
  opacity: 0.6;
  stroke: #bbb;
  stroke-width: 2px;
}
.slump-chart .area {
  fill: #f5e3b1;
  opacity: 0.7;
}
.slump-chart rect {
  shape-rendering: crispEdges;
}
.slump-chart rect.background {
  fill: white;
}
.slump-chart .target-line {
  shape-rendering: crispEdges;
  stroke: #51A351;
  stroke-width: 4;
}
.slump-chart .target-line-background {
  shape-rendering: crispEdges;
  stroke: white;
  stroke-width: 4;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.carOverviewChart {
  shape-rendering: crispEdges;
}
.carOverviewChart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.carOverviewChart rect.background {
  fill: white;
  stroke: #bbb;
}
.carOverviewChart rect.item {
  fill: #e0e0e0;
  stroke: white;
}
.carOverviewChart rect.item.highest {
  fill: #e89a2d;
  stroke: white;
}
.carOverviewChart .car-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-anchor: end;
}
.carOverviewChart .time-ticker {
  stroke: #51A351;
  stroke-width: 2;
}

#carOverview text.title {
  visibility: hidden;
}

.TruckPlanning_unloadMethod, .TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck__unloadMethod {
  background: #cbcecb;
  border-radius: 2px;
  text-align: center;
}

.XAxis {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 0px;
}
.XAxis .time-ticker-box {
  fill: #51A351;
}
.XAxis .time-ticker-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  fill: white;
}
.XAxis .time-ticker {
  stroke: #51A351;
  stroke-width: 2;
}

.PumpTruck_Label {
  font-size: 18px;
}

.TruckPlanningChart {
  shape-rendering: crispEdges;
  width: 100%;
}
.TruckPlanningChart rect.background {
  fill: white;
  stroke: #bbb;
}
.TruckPlanningChart .truckPlanningChart {
  overflow: visible !important;
}
.TruckPlanningChart .TruckPlanningChart_horizontalDivider {
  stroke: #dad8d8;
  stroke-dasharray: 2 2 0;
}
.TruckPlanningChart .TruckPlanningChart_timeDisplay {
  background-color: #0c0c0c;
  color: white;
  border-radius: 5px;
  text-align: center;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer {
  background: transparent;
  box-sizing: border-box;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer.null .TruckPlanningChart_truck {
  border-bottom: 0;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #dad9d9;
  box-sizing: border-box;
  color: #000000;
  height: 100%;
  padding: 10px 8px 3px 8px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck.real-truck {
  cursor: move;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck > span {
  display: block;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck > span:first-child {
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck > span:first-child.archived {
  text-decoration: line-through;
  color: silver;
  font-style: italic;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck__unloadMethod {
  margin-right: 5px;
  width: 20%;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck__unloadRange + .TruckPlanningChart_truck__unloadMethod {
  margin-left: 5px;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck__unloadRange {
  background: #d7d7d7;
  border-radius: 2px;
  text-align: center;
  width: 21%;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck__removeIcon {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  font-weight: bold;
  position: fixed;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}
.TruckPlanningChart .TruckPlanningChart_truckContainer:hover .TruckPlanningChart_truck__removeIcon,
.TruckPlanningChart .TruckPlanningChart_truckContainer .TruckPlanningChart_truck:hover .TruckPlanningChart_truck__removeIcon {
  display: inherit;
}
.TruckPlanningChart .TruckPlanningChart_breakContainer {
  background: rgba(230, 228, 135, 0.7);
  box-sizing: border-box;
  padding: 3px 5px;
  overflow: hidden;
  cursor: pointer;
}
.TruckPlanningChart .TruckPlanningChart_breakContainer .TruckPlanningChart_break {
  height: 100%;
  width: 100%;
  position: relative;
}
.TruckPlanningChart .TruckPlanningChart_breakContainer span:first-child {
  display: block;
  font-weight: bold;
}
.TruckPlanningChart .TruckPlanningChart_breakContainer span:not(:first-child) {
  font-size: 12px;
  font-style: italic;
}
.TruckPlanningChart .TruckPlanningChart_breakContainer .TruckPlanningChart_break_resizeHandle {
  bottom: 0;
  cursor: col-resize;
  position: fixed;
  right: 0;
  top: 0;
  width: 20px;
}
.TruckPlanningChart .TruckPlanningChart_breakContainer .TruckPlanningChart_break_removeIcon {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  font-weight: bold;
  height: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 15px;
}
.TruckPlanningChart .TruckPlanningChart_breakContainer:hover .TruckPlanningChart_break_removeIcon {
  display: inherit;
}
.TruckPlanningChart .TruckPlanningChart_loadContainer {
  background: transparent;
  overflow: hidden;
}
.TruckPlanningChart .TruckPlanningChart_loadContainer.OrderHighlight {
  outline: 3px solid red;
}
.TruckPlanningChart .TruckPlanningChart_loadContainer.LoadHighlight {
  outline: 3px solid green;
}
.TruckPlanningChart .TruckPlanningChart_load {
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  font-size: 0.7rem;
  margin: 1px;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.TruckPlanningChart .TruckPlanningChart_load > span {
  display: block;
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title {
  padding: 3px 3px 0 3px;
  background: linear-gradient(#c5c5c5, #c1bfbf);
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title .TruckPlanningChart_load__title__deliverySiteName {
  font-size: 1rem;
  font-weight: bold;
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title .TruckPlanningChart_load__title__unloadRange {
  background: linear-gradient(#dcd3d4, #e0ddd8);
  border: 1px solid #785dab;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: bold;
  height: 17px;
  left: -3px;
  padding: 0 4px;
  position: absolute;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.3490196078);
  top: -3px;
  min-width: 8px;
  z-index: 1;
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title span {
  display: inline;
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title.c0 {
  background: linear-gradient(#86abca, #a2bde6);
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title.c1 {
  background: linear-gradient(#b699bf, #c2aeda);
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title.c2 {
  background: linear-gradient(#a9d6cc, #a7dace);
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title.c3 {
  background: linear-gradient(#daaeae, #e4bfc1);
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title.c4 {
  background: linear-gradient(#c5c5c5, #c1bfbf);
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__title.c5 {
  background: linear-gradient(#8a93cc, #8ea9d2);
}
.TruckPlanningChart .TruckPlanningChart_load .TruckPlanningChart_load__notesIndicator {
  position: absolute;
  left: 1px;
  bottom: -1px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5490196078);
}
.TruckPlanningChart .TruckPlanningChart_load,
.TruckPlanningChart .TruckPlanningChart_load.-isNotProduced {
  background: rgba(167, 188, 193, 0.83);
}
.TruckPlanningChart .TruckPlanningChart_load.-isProduced:not(.-isSigned).-TransportingLoadToDeliverySite {
  background: rgba(172, 150, 201, 0.81);
}
.TruckPlanningChart .TruckPlanningChart_load.-isProduced:not(.-isSigned).-UnloadingAtDeliverySite, .TruckPlanningChart .TruckPlanningChart_load.-isProduced:not(.-isSigned).-FinishedUnloadingAtDeliverySite {
  background: rgba(133, 200, 249, 0.83);
}
.TruckPlanningChart .TruckPlanningChart_load.-isProduced:not(.-isSigned).-LoadingAtPlant {
  background: rgba(242, 180, 229, 0.84);
}
.TruckPlanningChart .TruckPlanningChart_load.-isProduced:not(.-isSigned).-OnItsWayToPlant, .TruckPlanningChart .TruckPlanningChart_load.-isProduced:not(.-isSigned).-BreakAtPlant {
  background: rgba(245, 226, 87, 0.82);
}
.TruckPlanningChart .TruckPlanningChart_load.-isProduced:not(.-isSigned).-ReadyToUnloadAtDeliverySite {
  background: rgba(144, 208, 129, 0.82);
}
.TruckPlanningChart .TruckPlanningChart_load.-isDelivered {
  background: rgba(144, 208, 129, 0.81);
}
.TruckPlanningChart .TruckPlanningChart_deliveryTimeText {
  bottom: 0;
  position: fixed;
  right: 5px;
}
.TruckPlanningChart .TruckPlanningChart_deliveryTimeIndicator {
  bottom: 0;
  height: 16px;
  margin-left: -1px;
  left: 2px;
  position: fixed;
  width: auto;
  border-left: 3px solid #6f7e82;
  padding-left: 5px;
}
.TruckPlanningChart .TruckPlanningChart_warningIndicator {
  height: 16px;
  margin-left: -1px;
  left: 2px;
  position: fixed;
  width: auto;
  padding-left: 5px;
}
.TruckPlanningChart .axis text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.TruckPlanningChart .axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.TruckPlanningChart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.TruckPlanningChart .time-ticker {
  stroke: #51A351;
  stroke-width: 2;
}

.TruckPlanning_unloadMethod {
  border: 1px solid rgba(0, 0, 0, 0.13);
  margin-left: 10px;
  padding: 0 15px;
  cursor: pointer;
}

.TruckPlanningChart_loadPopup header,
.TruckPlanningChart_loadPopup.G_createNewDialog header {
  border-bottom: 0;
  margin-bottom: 15px;
}
.TruckPlanningChart_loadPopup .TruckPlanningChart_loadPopup__infoContainer,
.TruckPlanningChart_loadPopup.G_createNewDialog .TruckPlanningChart_loadPopup__infoContainer {
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-shadow: 0 0 1px black;
}
.TruckPlanningChart_loadPopup .TruckPlanningChart_loadPopup__infoContainer i.fa,
.TruckPlanningChart_loadPopup.G_createNewDialog .TruckPlanningChart_loadPopup__infoContainer i.fa {
  font-size: 20px;
}
.TruckPlanningChart_loadPopup .TruckPlanningChart_loadPopup__infoContainer .topRow,
.TruckPlanningChart_loadPopup.G_createNewDialog .TruckPlanningChart_loadPopup__infoContainer .topRow {
  font-size: 16px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #757575;
  padding: 3px 0 5px 0;
}
.TruckPlanningChart_loadPopup .TruckPlanningChart_loadPopup__infoContainer .bottomRow,
.TruckPlanningChart_loadPopup.G_createNewDialog .TruckPlanningChart_loadPopup__infoContainer .bottomRow {
  font-style: italic;
  background: #585757;
  padding: 3px 0 1px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.selectWidget_parent + .btn, #recipeCreatorDialogContent .selectWidget_parent + .rc_calcButton, .G_input.-withCheckboxBtn .selectWidget_parent + .G_input__checkBox {
  margin-left: 18px !important;
}

.selectWidget {
  position: relative;
  display: flex;
}

.selectWidget_inputContainer {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #444B58;
  padding: 0 5px 0 5px;
  background-color: #ffffff;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}
.selectWidget_inputContainer.-multi {
  min-height: 26px;
  min-width: 100px;
}
.selectWidget_inputContainer .selectWidget_input {
  background: transparent;
  box-shadow: none;
  border: none;
}
.selectWidget_inputContainer .selectWidget_input.-multi {
  min-height: 26px;
}
.selectWidget_inputContainer .selectWidget_input:focus {
  outline: none !important;
}
.selectWidget_inputContainer .fa-search {
  color: rgb(214, 214, 214);
  font-size: 14px;
  position: absolute;
  right: 7px;
  top: 6px;
}
.selectWidget_inputContainer .selectWidget_caretBtn {
  margin: 0 !important;
  min-width: 0 !important;
  position: absolute;
  top: -1px;
  right: -2px;
  border-radius: 0;
  color: rgb(125, 142, 153);
  font-size: 16px;
}
.selectWidget_inputContainer .selectWidget_caretBtn:focus {
  outline: none !important;
}

.selectWidget_resultsContainer {
  color: black;
  font-size: 12px;
  position: absolute;
  z-index: 1000;
  background: white;
  padding: 0 5px 0 5px;
  border: 1px solid lightgrey;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  box-sizing: border-box;
  top: 50px;
  max-height: 400px;
  overflow-y: scroll;
}
.selectWidget_resultsContainer button, .selectWidget_resultsContainer button.btn, .selectWidget_resultsContainer #recipeCreatorDialogContent button.rc_calcButton, #recipeCreatorDialogContent .selectWidget_resultsContainer button.rc_calcButton, .selectWidget_resultsContainer .G_input.-withCheckboxBtn button.G_input__checkBox, .G_input.-withCheckboxBtn .selectWidget_resultsContainer button.G_input__checkBox {
  min-width: unset !important;
}
.selectWidget_resultsContainer .selectWidget_messageContainer {
  border-top: 1px dashed rgb(231, 227, 227);
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
  line-height: 12px;
  font-size: 11px;
  text-align: center;
  color: rgb(150, 150, 150);
}
.selectWidget_resultsContainer .selectWidget_messageContainer .selectWidget_message2 {
  margin-top: 10px;
}
.selectWidget_resultsContainer .selectWidget_optionsContainer > *:first-child {
  border-top: 1px dashed rgb(231, 227, 227);
  margin-top: 5px;
}
.selectWidget_resultsContainer .selectWidget_option {
  padding: 10px;
  overflow: hidden;
  white-space: normal;
}
.selectWidget_resultsContainer .selectWidget_option .selectWidget_option_title {
  font-weight: bold;
}
.selectWidget_resultsContainer .selectWidget_option .selectWidget_option_details {
  color: #969696;
  font-size: 0.9em;
}
.selectWidget_resultsContainer .selectWidget_option span {
  display: block;
}
.selectWidget_resultsContainer .selectWidget_option:first-child {
  margin-top: 5px;
}
.selectWidget_resultsContainer .selectWidget_option:last-child {
  margin-bottom: 5px;
}
.selectWidget_resultsContainer .selectWidget_option:hover {
  background: #5C5E5F;
}
.selectWidget_resultsContainer .selectWidget_option:hover .selectWidget_option_title {
  color: white;
}
.selectWidget_resultsContainer .selectWidget_option:hover .selectWidget_option_details {
  color: #bebebe;
}
.selectWidget_resultsContainer .selectWidget_option.-selected, .selectWidget_resultsContainer .selectWidget_option.-selected:hover {
  background: rgb(79, 128, 160) !important;
}
.selectWidget_resultsContainer .selectWidget_option.-selected .selectWidget_option_details, .selectWidget_resultsContainer .selectWidget_option.-selected .selectWidget_option_title, .selectWidget_resultsContainer .selectWidget_option.-selected:hover .selectWidget_option_details, .selectWidget_resultsContainer .selectWidget_option.-selected:hover .selectWidget_option_title {
  color: white;
}

.selectWidget_resultsContainer.-simple {
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
  width: 100%;
}
.selectWidget_resultsContainer.-simple .selectWidget_optionsContainer > *:first-child {
  border-top: 0;
  margin-top: 5px;
}
.selectWidget_resultsContainer.-simple .selectWidget_optionsContainer .selectWidget_optionGroup:not(:last-child) {
  margin-bottom: 20px;
}
.selectWidget_resultsContainer.-simple .selectWidget_optionsContainer .selectWidget_optionGroup .selectWidget_optionGroup_title {
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.selectWidget_resultsContainer.-simple .selectWidget_optionsContainer .selectWidget_optionGroup .selectWidget_optionGroup_option {
  margin: 5px -5px 5px -5px;
  padding: 5px 5px 5px 25px;
}
.selectWidget_resultsContainer.-simple .selectWidget_optionsContainer .selectWidget_optionGroup_option:hover {
  background: #5C5E5F;
  color: white !important;
}
.selectWidget_resultsContainer.-simple .selectWidget_optionsContainer .selectWidget_optionGroup_option.-selected, .selectWidget_resultsContainer.-simple .selectWidget_optionsContainer .selectWidget_optionGroup_option.-selected:hover {
  background: rgb(79, 128, 160) !important;
  color: white !important;
}

.selectWidget .selectWidget_inputContainer.-multi .selectWidget_input {
  white-space: normal;
  padding-right: 30px;
}
.selectWidget .selectWidget_inputContainer.-multi .selectWidget_option {
  border-radius: 3px;
  margin-right: 3px;
  margin-top: 1px;
  display: inline-block;
  background: #d1d1d1;
  line-height: 16px;
  padding: 1px 3px 1px 3px;
  border: 1px solid silver;
}
.selectWidget .selectWidget_inputContainer.-multi .selectWidget_option.-selected:last-child {
  margin-right: 15px;
}
.selectWidget .selectWidget_resultsContainer.-multi .selectWidget_option {
  padding: 10px;
}
.selectWidget .selectWidget_resultsContainer.-multi .selectWidget_option .selectWidget_option_title {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.selectWidget .selectWidget_resultsContainer.-multi .selectWidget_option .selectWidget_option_title.-selected {
  color: silver;
}

.app-dialog .selectWidget_parent {
  width: 97% !important;
}
.app-dialog .selectWidget_inputContainer, .app-dialog .selectWidget_resultsContainer {
  box-sizing: border-box;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.wcrChart {
  border: 1px solid silver;
  display: none;
}
.wcrChart rect {
  shape-rendering: crispEdges;
}
.wcrChart rect.background {
  fill: white;
}
.wcrChart .axis path, .wcrChart .axis line {
  fill: none;
  shape-rendering: crispEdges;
}
.wcrChart .sampleLine {
  fill: none;
  stroke: black;
  stroke-width: 1px;
  opacity: 0.4;
  stroke-dasharray: 3, 3;
}
.wcrChart .targetLine {
  shape-rendering: crispEdges;
  stroke: #51A351;
  stroke-width: 1px;
  fill: none;
  opacity: 0.5;
}
.wcrChart .errorLine {
  shape-rendering: crispEdges;
  stroke: #bd362f;
  stroke-width: 1px;
  stroke-dasharray: 10, 5;
  fill: none;
  opacity: 0.5;
}
.wcrChart .sampleCircle {
  fill: #565656;
  stroke: white;
  stroke-width: 1px;
}
.wcrChart .redCircle {
  fill: red;
}
.wcrChart .greenCircle {
  fill: green;
}

#searchStatusMessage {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: rgb(88, 88, 88);
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}

#mirrorWidget_cursorDot {
  width: 15px;
  height: 15px;
  background: red;
  z-index: 9999;
  position: absolute;
  display: block;
  border-radius: 15px;
  pointer-events: none;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.truckSensorChart_container {
  width: 100%;
  height: 100%;
}

.truckSensorChart .axis path, .truckSensorChart .axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: black;
  stroke-width: 1px;
}
.truckSensorChart .axis text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.truckSensorChart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #bbb;
  stroke-width: 1px;
}
.truckSensorChart rect {
  shape-rendering: crispEdges;
}
.truckSensorChart rect.background {
  fill: white;
}
.truckSensorChart .pressureLabel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  fill: red;
  background: white;
}
.truckSensorChart .pressure {
  fill: none;
  stroke: red;
  stroke-width: 2px;
}
.truckSensorChart .rpmLabel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  fill: blue;
  background: white;
}
.truckSensorChart .rpm {
  fill: none;
  stroke: blue;
  stroke-width: 2px;
}
.truckSensorChart .startPressure {
  fill: none;
  stroke: darkred;
  stroke-width: 2px;
  stroke-opacity: 80%;
  stroke-dasharray: 5, 5;
}

.Table_EpdData {
  width: 100%;
  margin-top: 0;
  table-layout: fixed;
}
.Table_EpdData tr td:has(.btn, #recipeCreatorDialogContent .rc_calcButton, .G_input.-withCheckboxBtn .G_input__checkBox) {
  padding-top: 4px;
  padding-bottom: 0;
}
.Table_EpdData tr.new-button td {
  background: transparent;
  padding: 0;
}
.Table_EpdData tr td {
  background: #f9f9f9;
  font-weight: normal;
  padding: 1px 0 1px 8px !important;
  line-height: 26px !important;
  white-space: nowrap !important;
  vertical-align: top !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Table_EpdData tr td .app-input {
  width: auto !important;
}
.Table_EpdData tr td .app-input input {
  display: inline-flex !important;
  min-width: 0 !important;
  width: 100% !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  outline: 0;
  transition: none;
  height: 100% !important;
}
.Table_EpdData tr:first-child.new-button:first-child td {
  padding-top: 0 !important;
  border: none;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.l-horizontal {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.l-horizontal > :not(.l-flex) {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
}
.l-horizontal > .l-flex {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}

.l-vertical {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.l-vertical > :not(.l-flex) {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
}
.l-vertical > .l-flex {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}

.l-scroll-y, .l-scroll-x, .l-scroll {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-scroll {
  overflow-x: auto;
  overflow-y: auto;
}

.l-scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.l-scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
}

.l-mainHeader, .l-subHeader {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  margin-left: 15px;
  padding: 0 15px 10px 0;
}
.l-mainHeader > :not(.l-flex):first-child, .l-subHeader > :not(.l-flex):first-child {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-subHeader {
  margin-right: 15px;
  margin-top: 15px;
  padding-right: 0;
}

.l-toolbar {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.l-toolbar > *:not(:first-child) {
  margin-left: 5px;
}
.l-toolbar + .l-toolbar {
  margin-left: 15px;
}

.app-view {
  display: none;
}

.app-view-header {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background-color: white;
  border-bottom: 1px solid #ccc;
  margin-left: 15px;
  padding: 0 15px 10px 0;
}
.app-view-header > h1 {
  background-color: #ebebeb;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-radius: 6px;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 10px 0 0;
  padding: 0 5px;
  text-align: center;
}
.app-view-header > h2 {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-view-header > h3 {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-left: 1px solid #ccc;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 0 0 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.app-view-header > h4 {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  overflow: hidden;
}
.app-view-header > h4 span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-view-header > h4 span:not(:first-child) {
  font-size: 12px;
  line-height: 12px;
}
.app-view-header > h5 {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-left: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 0 0 10px;
  padding-left: 10px;
}
.app-view-header > h5 span {
  display: block;
}
.app-view-header > h5 span:not(:first-child) {
  font-size: 12px;
  line-height: 12px;
}
.app-view-header .app-toolbar {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  max-height: 28px;
  position: relative;
}
.app-view-header .app-toolbar > * {
  margin-left: 5px;
}
.app-view-header .app-toolbar.app-toolbar-with-input .fa-search, .app-view-header .app-toolbar.app-toolbar-with-input span {
  background: rgb(234, 233, 233);
  border: 1px solid rgb(199, 198, 198);
  margin-right: 0;
}
.app-view-header .app-toolbar.app-toolbar-with-input span {
  color: rgba(0, 0, 0, 0.75);
  font-style: italic;
  padding: 4px 10px 0 10px;
}
.app-view-header .app-toolbar.app-toolbar-with-input .fa-search {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 6px 10px 0 10px;
}
.app-view-header .app-toolbar.app-toolbar-with-input .fa-search + .app-input,
.app-view-header .app-toolbar.app-toolbar-with-input span + .app-input {
  margin-left: -1px;
}
.app-view-header .app-toolbar.app-toolbar-with-input .fa-search + .app-input input, .app-view-header .app-toolbar.app-toolbar-with-input .fa-search + .app-input .app-filter-input, .app-view-header .app-toolbar.app-toolbar-with-input .fa-search + .app-input select,
.app-view-header .app-toolbar.app-toolbar-with-input span + .app-input input,
.app-view-header .app-toolbar.app-toolbar-with-input span + .app-input .app-filter-input,
.app-view-header .app-toolbar.app-toolbar-with-input span + .app-input select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.app-view-header .app-toolbar.app-toolbar-append {
  height: 28px;
  position: relative;
  right: -20px;
}
.app-view-header .app-toolbar.app-toolbar-append + .app-toolbar {
  height: 28px;
}
.app-view-header .app-toolbar.app-filterToolBar .app-input.input-prepend .searchButton {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  position: relative;
  top: -1px;
}
.app-view-header .app-toolbar.app-filterToolBar .app-input.input-prepend .searchButton:focus {
  outline: none;
}
.app-view-header .app-toolbar.app-filterToolBar input {
  width: auto !important;
}
.app-view-header .app-toolbar > i {
  background: #eae9e9;
  border: 1px solid #c7c6c6;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 5px;
  margin-right: 0;
  padding: 6px 10px 0 10px;
}
.app-view-header .app-toolbar > i.fa-calendar {
  font-size: 14px !important;
}
.app-view-header .app-toolbar > i + .app-input {
  margin-left: -1px;
}
.app-view-header .app-toolbar > i + .app-input input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.app-view-header .app-toolbar .select2-choices {
  border-bottom-right-radius: 3px;
  border-color: rgb(199, 198, 198) !important;
  border-top-right-radius: 3px;
  height: 26px !important;
  min-width: 150px;
}
.app-view-header .app-toolbar .select2-choices input {
  height: 24px;
}

.app-view-header.-withSubMenu {
  display: block;
}
.app-view-header.-withSubMenu > * {
  display: inline-block;
}
.app-view-header.-withSubMenu h2 {
  margin-bottom: 3px;
}
.app-view-header.-withSubMenu .subMenu {
  font-size: 15px;
  margin-bottom: 0;
}
.app-view-header.-withSubMenu .subMenu + .toolbarMenu {
  display: inline-flex;
  position: absolute;
  right: 15px;
  text-align: right;
}
.app-view-header.-withSubMenu .subMenu + .toolbarMenu .app-toolbar, .app-view-header.-withSubMenu .subMenu + .toolbarMenu .app-toolbar-with-input {
  float: right;
}

.app-view-header:not(.-withSubMenu) .app-toolbar-append + .app-toolbar-with-input input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
}

.app-view.View--table.View--inline {
  border: none !important;
  padding: 0;
}
.app-view.View--table.View--inline > .app-view-content, .app-view.View--table.View--inline > * > .app-view-content {
  padding: 0;
  padding-bottom: 0;
}

.app-view-options {
  background-color: #ebebeb;
  border-bottom: 1px solid #ccc;
  margin-left: 15px;
  padding: 5px 15px;
}
.app-view-options:before, .app-view-options:after {
  content: "";
  display: table;
}
.app-view-options:after {
  clear: both;
}
.app-view-options {
  zoom: 1;
}
.app-view-options > .app-form {
  background: transparent !important;
}
.app-view-options > * {
  float: right;
}

.app-view-content {
  padding: 0 0 0 15px;
  position: relative;
  overflow-y: auto;
}
.app-view-content:before, .app-view-content:after {
  content: "";
  display: table;
}
.app-view-content:after {
  clear: both;
}
.app-view-content {
  zoom: 1;
}

.app-view-content.app-form {
  padding: 15px 15px 0 15px;
  overflow: visible;
}

.app-scroller {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.app-note {
  background: white;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.app-note + .app-note {
  margin-top: 10px;
}
.app-note:last-child {
  margin-bottom: 10px;
}
.app-note i {
  display: inline-block;
  margin-right: 5px;
}
.app-note .app-note-title {
  font-weight: bold;
}
.app-note span {
  display: inline-block;
  line-height: 18px;
}

.app-panel {
  border-left: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.app-panel.app-panel-without-border {
  border-left: 0;
}
.app-panel.app-panel:not(:last-child) {
  border-right: 1px solid #e4e3e3;
}
.app-panel.app-panel-narrow {
  min-width: 250px;
}
.app-panel.app-panel-narrow .app-input-minMax > input {
  max-width: 91px;
}

.app-panel > .app-view > .app-view-header {
  border: 0;
  height: 0;
  padding: 0;
  position: relative;
}
.app-panel > .app-view > .app-view-header .app-toolbar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.app-panel > .app-view > .app-view-content {
  background-color: transparent;
  padding: 5px 0 0 0;
}
.app-panel > .app-view > .app-view-content th {
  background-color: transparent;
}
.app-panel > .app-view > .app-view-content th:first-child {
  border-left-color: transparent;
}
.app-panel > .app-view > .app-view-content th:last-child {
  border-right-color: transparent;
}
.app-panel > .app-view > .app-view-content th > .ui-resizable-handle {
  border-left: 4px solid #f2f2f2;
  border-right: 4px solid #f2f2f2;
}
.app-panel > .app-view > .app-view-content .app-details .app-panel {
  max-width: 370px;
  min-width: 370px;
}
.app-panel > .app-view > .app-view-content .app-details .app-view-content {
  background-color: #f9f9f9;
}

.app-panel:not(.app-panel-narrow) .app-input-minMax > input {
  max-width: 130px;
  width: auto !important;
}
.app-panel:not(.app-panel-narrow) .app-input-minMax > span:nth-of-type(1) {
  position: relative;
  text-align: center;
  z-index: 2;
}
.app-panel:not(.app-panel-narrow) .app-input-minMax > input:nth-of-type(2) {
  border-bottom-left-radius: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
  margin-left: 20px;
  text-align: right;
  z-index: 1;
}

.app-panel.app-panel-bugged {
  max-width: 400px !important;
}

.app-horizontal, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow, .app-input.-withMinMax, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row, .Table_tableFilters {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  position: relative;
}
.app-horizontal > div:not(.app-flex), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > div:not(.app-flex), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > div:not(.app-flex), .app-input.-withMinMax > div:not(.app-flex), .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > div:not(.app-flex), .Table_tableFilters > div:not(.app-flex) {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.app-horizontal > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-horizontal > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-horizontal > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > .colorLabel, .app-input.-withMinMax > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-input.-withMinMax > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-input.-withMinMax > .colorLabel, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > .app-flex, .Form.Form-header .Form-header__panel__fieldGroup #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > .colorLabel, .Form.Form-header .Form-header__panel__fieldGroup #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > .colorLabel, .Table_tableFilters > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Table_tableFilters > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Table_tableFilters > .colorLabel {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.app-vertical, .app-form .app-material-group.app-material-group--connected {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app-vertical > :not(.app-flex), .app-form .app-material-group.app-material-group--connected > :not(.app-flex) {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.app-vertical > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-vertical > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-vertical > .colorLabel, .app-form .app-material-group.app-material-group--connected > .app-flex, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-material-group.app-material-group--connected > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .app-material-group.app-material-group--connected > .colorLabel, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-material-group.app-material-group--connected > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .app-material-group.app-material-group--connected > .colorLabel {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.header {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 10px 15px;
  position: relative;
}
.header .toolbar {
  position: absolute;
  right: 15px;
  top: 0;
}

.content {
  overflow: hidden;
  position: relative;
}

.form {
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  width: 380px;
}

.scroller {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.app-view.View--inline,
.View--inline > .app-view-content,
.View--inline > * > .app-view-content {
  padding-bottom: 10px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
a {
  color: #08c;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #004466;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}

h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
}

.g-bar-vertical, .silo-level, .g-pocket-vertical > .g-pocket_info > .g-pocket_status, .g-bar-horizontal, .g-pocket_info > .g-pocket_status, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status {
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
}
.g-bar-vertical > div, .silo-level > div, .g-pocket-vertical > .g-pocket_info > .g-pocket_status > div, .g-bar-horizontal > div, .g-pocket_info > .g-pocket_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status > div {
  background-image: -moz-linear-gradient(top, #bbb, #909090);
  background-image: -webkit-linear-gradient(top, #bbb, #909090);
  background-image: -ms-linear-gradient(top, #bbb, #909090);
  background-image: linear-gradient(to bottom, #bbb, #909090);
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  position: absolute;
}
.g-bar-info.g-bar-vertical > div, .silo-level > div, .g-bar-info.g-bar-horizontal > div, .g-pocket_info > .g-bar-info.g-pocket_status > div, .g-pocket_info > .g-pocket_status.silo-level > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .g-bar-info.feeding-belt_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status.silo-level > div {
  background-image: -moz-linear-gradient(top, #068bce, #149bdf);
  background-image: -webkit-linear-gradient(top, #068bce, #149bdf);
  background-image: -ms-linear-gradient(top, #068bce, #149bdf);
  background-image: linear-gradient(to bottom, #068bce, #149bdf);
  background-repeat: repeat-x;
}
.g-bar-success.g-bar-vertical > div, .g-bar-success.silo-level > div, .silo-level.silo-level-max > div, .g-bar-success.g-bar-horizontal > div, .g-pocket_info > .g-bar-success.g-pocket_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .g-bar-success.feeding-belt_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status.silo-level.silo-level-max > div {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}
.g-bar-warning.g-bar-vertical > div, .g-bar-warning.silo-level > div, .g-bar-warning.g-bar-horizontal > div, .g-pocket_info > .g-bar-warning.g-pocket_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .g-bar-warning.feeding-belt_status > div {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}
.g-bar-danger.g-bar-vertical > div, .g-bar-danger.silo-level > div, .silo-level.silo-level-min > div, .g-bar-danger.g-bar-horizontal > div, .g-pocket_info > .g-bar-danger.g-pocket_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .g-bar-danger.feeding-belt_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status.silo-level.silo-level-min > div {
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
}

.g-bar-horizontal, .g-pocket_info > .g-pocket_status, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  height: 20px;
  width: 100%;
}
.g-bar-horizontal > div, .g-pocket_info > .g-pocket_status > div, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status > div {
  text-align: right;
  top: 0;
  width: 50%;
}
.g-bar-horizontal > div span, .g-pocket_info > .g-pocket_status > div span, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status > div span {
  font-weight: bold;
  margin-right: 5px;
}

.g-bar-vertical, .silo-level, .g-pocket-vertical > .g-pocket_info > .g-pocket_status, .Feeding_content__feedingBelts__belt.g-pocket-vertical > .g-pocket_info > .feeding-belt_status {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 100%;
  width: 20px;
}
.g-bar-vertical > div, .silo-level > div, .g-pocket-vertical > .g-pocket_info > .g-pocket_status > div, .Feeding_content__feedingBelts__belt.g-pocket-vertical > .g-pocket_info > .feeding-belt_status > div {
  height: 50%;
  right: 0;
}

.g-contentGrid, .silo-contentGrid {
  background-color: white;
  table-layout: fixed;
  width: 100%;
}
.g-contentGrid > tbody > tr > td, .silo-contentGrid > tbody > tr > td {
  color: #333;
  padding: 3px 5px;
  text-align: center;
}
.g-contentGrid > tbody > tr > td:not(:first-child), .silo-contentGrid > tbody > tr > td:not(:first-child) {
  border-left: 1px solid #ddd;
}
.g-contentGrid > tbody > tr:not(:first-child) > td, .silo-contentGrid > tbody > tr:not(:first-child) > td {
  border-top: 1px solid #ddd;
}

.g-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.35px 0;
  background: transparent;
}
.g-slider input[type=range]:focus {
  outline: none;
}
.g-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4.3px;
  cursor: pointer;
  box-shadow: none;
  background: #205884;
  border-radius: 0;
  border: none;
}
.g-slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  border: none;
  height: 21px;
  width: 9px;
  border-radius: 0;
  background: #e5e6e6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.35px;
}
.g-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #205884;
}
.g-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 4.3px;
  cursor: pointer;
  box-shadow: none;
  background: #205884;
  border-radius: 0;
  border: none;
}
.g-slider input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  border: none;
  height: 21px;
  width: 9px;
  border-radius: 0;
  background: #e5e6e6;
  cursor: pointer;
}
.g-slider input[type=range]::-ms-track {
  width: 100%;
  height: 4.3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.g-slider input[type=range]::-ms-fill-lower,
.g-slider input[type=range]::-ms-fill-upper {
  background: #205884;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.g-slider input[type=range]::-ms-thumb {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  width: 9px;
  border-radius: 0;
  background: #e5e6e6;
  cursor: pointer;
  height: 4.3px;
}
.g-slider input[type=range]:focus::-ms-fill-lower,
.g-slider input[type=range]:focus::-ms-fill-upper {
  background: #205884;
}

.g-objectId {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 2px;
  min-width: 14px;
  padding: 2px;
  text-align: center;
}
.g-objectId.g-objectId-selected {
  border: 1px solid #527086;
}

.g-object, .silo {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  background-color: #d0d0d0;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  overflow: hidden;
}
.g-object + .g-object, .silo + .g-object, .g-object + .silo, .silo + .silo {
  margin-left: 5px;
}
.g-object.g-object-inactive, .g-object-inactive.silo, .silo.silo-idle {
  opacity: 0.5;
}
.g-object > .btn, .silo > .btn, #recipeCreatorDialogContent .g-object > .rc_calcButton, #recipeCreatorDialogContent .silo > .rc_calcButton, .G_input.-withCheckboxBtn .g-object > .G_input__checkBox, .G_input.-withCheckboxBtn .silo > .G_input__checkBox {
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.g-object > .btn-group > .btn, .silo > .btn-group > .btn, #recipeCreatorDialogContent .g-object > .btn-group > .rc_calcButton, #recipeCreatorDialogContent .silo > .btn-group > .rc_calcButton, .G_input.-withCheckboxBtn .g-object > .btn-group > .G_input__checkBox, .G_input.-withCheckboxBtn .silo > .btn-group > .G_input__checkBox {
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.g-object.g-object-selected, .g-object-selected.silo, .silo.silo-selected {
  background-color: #688aa3;
  border: 1px solid #527086;
}

.g-object_header {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  padding-bottom: 1px;
}

.g-object_name {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 2px 5px 0 5px;
  text-align: center;
}
.g-object_name.g-object-selected, .g-object_name.silo.silo-selected {
  color: white;
}

.g-pocket-vertical, .g-pocket-horizontal, .Feeding_content__feedingBelts__belt,
.Feeding_content__feedingBelts__belt.-hopper {
  background-color: #999;
  border: 1px solid #999;
  border-radius: 4px;
  margin-bottom: 1px;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
}
.g-pocket-vertical > .btn, #recipeCreatorDialogContent .g-pocket-vertical > .rc_calcButton, .G_input.-withCheckboxBtn .g-pocket-vertical > .G_input__checkBox, .g-pocket-horizontal > .btn, #recipeCreatorDialogContent .g-pocket-horizontal > .rc_calcButton, .Feeding_content__feedingBelts__belt > .btn, #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt > .rc_calcButton, .G_input.-withCheckboxBtn .g-pocket-horizontal > .G_input__checkBox, .G_input.-withCheckboxBtn .Feeding_content__feedingBelts__belt > .G_input__checkBox {
  border-bottom: 0;
  border-radius: 0;
  border-right: 0;
}
.g-pocket-vertical > .g-pocket_info, .g-pocket-horizontal > .g-pocket_info, .Feeding_content__feedingBelts__belt > .g-pocket_info {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.g-pocket-vertical > .g-pocket_info > .g-pocket_status, .g-pocket-horizontal > .g-pocket_info > .g-pocket_status, .Feeding_content__feedingBelts__belt > .g-pocket_info > .g-pocket_status, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
}

.g-pocket-horizontal, .Feeding_content__feedingBelts__belt,
.Feeding_content__feedingBelts__belt.-hopper {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  height: 26px;
}
.g-pocket-horizontal > .btn, #recipeCreatorDialogContent .g-pocket-horizontal > .rc_calcButton, .Feeding_content__feedingBelts__belt > .btn, #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt > .rc_calcButton, .G_input.-withCheckboxBtn .g-pocket-horizontal > .G_input__checkBox, .G_input.-withCheckboxBtn .Feeding_content__feedingBelts__belt > .G_input__checkBox {
  border-top: 0;
}
.g-pocket-horizontal > .btn:first-child, #recipeCreatorDialogContent .g-pocket-horizontal > .rc_calcButton:first-child, .Feeding_content__feedingBelts__belt > .btn:first-child, #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .g-pocket-horizontal > .G_input__checkBox:first-child, .G_input.-withCheckboxBtn .Feeding_content__feedingBelts__belt > .G_input__checkBox:first-child {
  border-left: 0;
}

.g-pocket_info > .g-pocket_status, .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status {
  background-color: transparent;
  border-radius: 0;
}
.g-pocket_info:first-child > .g-pocket_status, .Feeding_content__feedingBelts__belt > .g-pocket_info:first-child > .feeding-belt_status {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.g-pocket_info:last-child > .g-pocket_status, .Feeding_content__feedingBelts__belt > .g-pocket_info:last-child > .feeding-belt_status {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.g-pocket_text, .Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__title,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__title {
  color: white;
  left: 5px;
  position: absolute;
  top: 4px;
}

.G_pocket--horizontal__arrow--left:before, .G_pocket--horizontal__arrow--left:after {
  border-radius: 2px;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.G_pocket--horizontal__arrow--left:before {
  border-color: transparent #858585 transparent transparent;
  border-width: 14px;
  left: -27px;
  top: -1px;
}
.G_pocket--horizontal__arrow--left:after {
  border-color: transparent #999 transparent transparent;
  border-width: 13px;
  left: -25px;
  top: 0;
}
.G_pocket--horizontal__arrow--left.g-bar-success:after, .G_pocket--horizontal__arrow--left.silo-level.silo-level-max:after {
  border-color: transparent #60B560 transparent transparent;
}

.G_pocket--horizontal__arrow--right:before, .G_pocket--horizontal__arrow--right:after {
  border-radius: 2px;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.G_pocket--horizontal__arrow--right:before {
  border-color: transparent transparent transparent #858585;
  border-width: 14px;
  right: -27px;
  top: -1px;
}
.G_pocket--horizontal__arrow--right:after {
  border-color: transparent transparent transparent #999;
  border-width: 13px;
  right: -25px;
  top: 0;
}
.G_pocket--horizontal__arrow--right.g-bar-success:after, .G_pocket--horizontal__arrow--right.silo-level.silo-level-max:after {
  border-color: transparent transparent transparent #60B560;
}

.g-pocket-vertical {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
}
.g-pocket-vertical > .btn, #recipeCreatorDialogContent .g-pocket-vertical > .rc_calcButton, .G_input.-withCheckboxBtn .g-pocket-vertical > .G_input__checkBox {
  border-left: 0;
}
.g-pocket-vertical > .btn:first-child, #recipeCreatorDialogContent .g-pocket-vertical > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .g-pocket-vertical > .G_input__checkBox:first-child {
  border-top: 0;
}
.g-pocket-vertical > .g-pocket_info {
  width: 30px;
}
.g-pocket-vertical > .g-pocket_info > .g-pocket_status, .Feeding_content__feedingBelts__belt.g-pocket-vertical > .g-pocket_info > .feeding-belt_status {
  background-color: transparent;
  border-radius: 0;
}
.g-pocket-vertical > .g-pocket_info > .g-pocket_status > div, .Feeding_content__feedingBelts__belt.g-pocket-vertical > .g-pocket_info > .feeding-belt_status > div {
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
}
.g-pocket-vertical > .g-pocket_info:first-child > .g-pocket_status, .Feeding_content__feedingBelts__belt.g-pocket-vertical > .g-pocket_info:first-child > .feeding-belt_status {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.g-pocket-vertical > .g-pocket_info:last-child > .g-pocket_status, .Feeding_content__feedingBelts__belt.g-pocket-vertical > .g-pocket_info:last-child > .feeding-belt_status {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.g-pocket-vertical > .g-pocket_info > .g-pocket_text, .Feeding_content__feedingBelts__belt .g-pocket-vertical > .g-pocket_info > .Feeding_content__feedingBelts__belt__title {
  bottom: 3px;
  color: white;
  left: 2px;
  position: absolute;
  right: 2px;
  text-align: center;
}

.g-unit, .f-inputUnit {
  color: #666;
  font-size: 11px;
  margin-left: 2px;
}

.g-overDueMinutes {
  color: red;
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  height: 12px;
}

.btn, #recipeCreatorDialogContent .rc_calcButton, .G_input.-withCheckboxBtn .G_input__checkBox {
  padding: 4px 10px;
  white-space: nowrap;
}
.btn i.fa-bars, #recipeCreatorDialogContent .rc_calcButton i.fa-bars, .G_input.-withCheckboxBtn .G_input__checkBox i.fa-bars {
  font-size: 14px;
}
.btn *, #recipeCreatorDialogContent .rc_calcButton *, .G_input.-withCheckboxBtn .G_input__checkBox * {
  pointer-events: none !important;
}

.btn-large {
  padding: 9px 14px;
}

.btn-mini {
  font-size: 11px;
  padding: 2px 5px;
}

.G_button--input {
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgba(187, 199, 208, 0.97);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(187, 199, 208, 0.97);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(187, 199, 208, 0.97);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(187, 199, 208, 0.97);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px 0 inset, rgba(82, 168, 236, 0.098) 0 0 1.33333px 0;
  box-sizing: border-box;
  color: rgb(85, 85, 85);
  height: 28px;
  line-height: 18px;
  text-align: start;
}

.G_toggableButton.-toggled {
  background: #a8cce6;
  border-color: #537188 !important;
  color: black;
}

.G_button--pendingAction, .G--pendingAction {
  background: gold !important;
  border: 1px solid #A7982C !important;
  box-shadow: 0 0 3px #333 !important;
  color: black;
  outline: none !important;
  z-index: 1;
}

.g-margin-none {
  margin: 0 !important;
}

.g-margin-S {
  margin: 5px !important;
}

.g-margin-M {
  margin: 10px !important;
}

.g-margin-L {
  margin: 15px !important;
}

.g-margin-XL {
  margin: 30px !important;
}

.g-margin-top-none {
  margin-top: 0 !important;
}

.g-margin-top-S {
  margin-top: 5px !important;
}

.g-margin-top-M {
  margin-top: 10px !important;
}

.g-margin-top-L {
  margin-top: 15px !important;
}

.g-margin-top-XL {
  margin-top: 30px !important;
}

.g-margin-bottom-none {
  margin-bottom: 0 !important;
}

.g-margin-bottom-S {
  margin-bottom: 5px !important;
}

.g-margin-bottom-M {
  margin-bottom: 10px !important;
}

.g-margin-bottom-L {
  margin-bottom: 15px !important;
}

.g-margin-bottom-XL {
  margin-bottom: 30px !important;
}

.g-margin-left-none {
  margin-left: 0 !important;
}

.g-margin-left-S {
  margin-left: 5px !important;
}

.g-margin-left-M {
  margin-left: 10px !important;
}

.g-margin-left-L {
  margin-left: 15px !important;
}

.g-margin-left-XL {
  margin-left: 30px !important;
}

.g-margin-right-none {
  margin-right: 0 !important;
}

.g-margin-right-S {
  margin-right: 5px !important;
}

.g-margin-right-M {
  margin-right: 10px !important;
}

.g-margin-right-L {
  margin-right: 15px !important;
}

.g-margin-right-XL {
  margin-right: 30px !important;
}

.G_padding--0, .G_padding--none {
  padding: 0 !important;
}

.G_padding--right--S {
  padding-right: 5px !important;
}

.G_padding--right--M {
  padding-right: 10px !important;
}

.G_padding--right--L {
  padding-right: 15px !important;
}

.G_padding--left--S {
  padding-left: 5px !important;
}

.G_padding--left--M {
  padding-left: 10px !important;
}

.G_padding--bottom--S {
  padding-bottom: 5px !important;
}

.G_padding--bottom--M {
  padding-bottom: 10px !important;
}

.G_padding--bottom--L {
  padding-bottom: 15px !important;
}

.G_padding--top--S {
  padding-top: 5px !important;
}

.G_padding--top--M {
  padding-top: 10px !important;
}

.G_padding--top--L {
  padding-bottom: 15px !important;
}

.G_padding--S {
  padding: 5px !important;
}

.G_padding--M {
  padding: 10px !important;
}

.G_padding--L {
  padding: 15px !important;
}

.G_materialTypeBackground--binder, .DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-binder,
.G_materialTypeBackground--Binder,
.siloHmi-silo-siloStatus.G_materialTypeBackground--binder {
  background: #FFF4C1;
  background: -moz-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF4C1), color-stop(99%, #FFEE96));
  background: -webkit-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: -o-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: -ms-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: linear-gradient(to bottom, #F7EAB0 0%, #FDF2BC 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$binderTypeColor", endColorstr="$binderTypeColor2", GradientType=0);
}
.G_materialTypeBackground--binder.-withBorder, .DosingCheck .DosingCheck_materialTable .-withBorder.DosingCheck_materialTable__tableRow.material-binder,
.G_materialTypeBackground--Binder.-withBorder,
.siloHmi-silo-siloStatus.G_materialTypeBackground--binder.-withBorder {
  border-color: #CFC27D !important;
}

.G_materialTypeBackground--additive, .DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-additive,
.G_materialTypeBackground--Additive {
  background: #AEC9A5;
  background: -moz-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AEC9A5), color-stop(100%, #B0CEA7));
  background: -webkit-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: -o-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: -ms-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: linear-gradient(to bottom, #AEC9A5 0%, #B0CEA7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$additiveTypeColor", endColorstr="$additiveTypeColor3", GradientType=0);
}
.G_materialTypeBackground--additive.-withBorder, .DosingCheck .DosingCheck_materialTable .-withBorder.DosingCheck_materialTable__tableRow.material-additive,
.G_materialTypeBackground--Additive.-withBorder {
  border-color: #7B9272 !important;
}

.G_materialTypeBackground--water, .DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-water,
.G_materialTypeBackground--Water {
  background: #BEDBF8;
  background: -moz-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BEDBF8), color-stop(100%, #B8D8F8));
  background: -webkit-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: -o-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: -ms-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: linear-gradient(to bottom, #BEDBF8 0%, #B8D8F8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$waterTypeColor", endColorstr="$waterTypeColor3", GradientType=0);
}
.G_materialTypeBackground--water.-withBorder, .DosingCheck .DosingCheck_materialTable .-withBorder.DosingCheck_materialTable__tableRow.material-water,
.G_materialTypeBackground--Water.-withBorder {
  border-color: #839AAC !important;
}

.G_materialTypeBackground--aggregate, .DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-aggregate,
.G_materialTypeBackground--Aggregate {
  background: #D5D4D3;
  background: -moz-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D5D4D3), color-stop(100%, #D1D0D0));
  background: -webkit-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: -o-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: -ms-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: linear-gradient(to bottom, #D5D4D3 0%, #D1D0D0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$aggregateTypeColor", endColorstr="$aggregateTypeColor3", GradientType=0);
}
.G_materialTypeBackground--aggregate.-withBorder, .DosingCheck .DosingCheck_materialTable .-withBorder.DosingCheck_materialTable__tableRow.material-aggregate,
.G_materialTypeBackground--Aggregate.-withBorder {
  border-color: #8B8A89 !important;
}

.G_progressBar--horizontal {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.G_progressBar--horizontal .G_progressBar--horizontal__min {
  padding: 0 15px 0 0;
  text-align: right;
}
.G_progressBar--horizontal .G_progressBar--horizontal__barTotal {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  border: 1px solid rgb(131, 131, 131);
  border-radius: 2px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.13);
  max-width: 100%;
  min-width: 10%;
  overflow: visible;
  position: relative;
}
.G_progressBar--horizontal .G_progressBar--horizontal__barTotal__progress {
  background-image: -moz-linear-gradient(top, #bbb, #909090);
  background-image: -webkit-linear-gradient(top, #bbb, #909090);
  background-image: -ms-linear-gradient(top, #bbb, #909090);
  background-image: linear-gradient(to bottom, #bbb, #909090);
  background-repeat: repeat-x;
}
.G_progressBar--horizontal .G_progressBar--horizontal__barTotal__progress.-success {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}
.G_progressBar--horizontal .G_progressBar--horizontal__barTotal__progress.-warning {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}
.G_progressBar--horizontal .G_progressBar--horizontal__barTotal__progress.-danger {
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
}
.G_progressBar--horizontal .G_progressBar--horizontal__barTotal__progress span:first-child {
  margin-left: 5px;
}
.G_progressBar--horizontal .G_progressBar--horizontal__barTotal__addon {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  right: 5px;
  text-align: right;
  width: 50%;
}
.G_progressBar--horizontal .G_progressBar--horizontal__max {
  padding: 0 0 0 15px;
  text-align: left;
}

.G_icon--pendingAction {
  color: rgb(199, 184, 10) !important;
  text-shadow: 0 0 3px white !important;
}

.G_border--right--dashed,
td.G_border--right--dashed,
th.G_border--right--dashed {
  border-right: 1px dashed #ccc !important;
}

.G_cursor--pointer {
  cursor: pointer !important;
}

legend {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 13px;
}
legend > label {
  float: right;
  font-weight: normal;
  position: relative;
  top: -1px;
}
legend > label span + input {
  margin-right: -5px !important;
}
legend > button {
  float: right;
  position: relative;
  left: 5px;
  margin-bottom: -15px !important;
  bottom: 12px;
}
legend > dropdownselect > button {
  float: right;
  position: relative;
  margin-bottom: -15px !important;
  bottom: 4px;
  right: 0;
  top: -6px;
  left: auto;
}

.btn-toolbar {
  margin: 0;
}
.btn-toolbar .btn-group {
  vertical-align: top;
}
.btn-toolbar .btn-group.main-group {
  margin-left: 10px;
}

div.hidden,
span.hidden {
  display: none !important;
}

.datepicker {
  width: 70px;
}

.timepicker {
  width: 35px;
}

.unit {
  font-size: 11px;
  margin-left: 5px;
}
.unit.unit-nospace {
  font-size: 10px;
  margin-left: 1px;
}

.validation-error {
  padding: 5px 10px;
  background: #bd362f;
  border: 2px dashed #FF7C7C;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.09);
  color: white;
}

.validation-warning {
  background: #fbb450;
  border: 2px dashed #E49911;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.09);
  color: black;
}

.validation-info {
  background: #bbb;
  border: 2px dashed #909090;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.09);
  color: black;
}

.errors {
  background-color: #bd362f;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 8px 11px 1px 10px;
  position: relative;
  white-space: normal;
  width: 100%;
}
.errors.arrow10:after, .errors.arrow20:after, .errors.arrow30:after, .errors.arrow40:after, .errors.arrow50:after, .errors.arrow60:after, .errors.arrow70:after, .errors.arrow80:after, .errors.arrow90:after {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.errors.arrow10:after, .errors.arrow20:after, .errors.arrow30:after, .errors.arrow40:after, .errors.arrow50:after, .errors.arrow60:after, .errors.arrow70:after, .errors.arrow80:after, .errors.arrow90:after {
  border-bottom-color: #bd362f;
  border-width: 5px;
  margin-left: -5px;
}
.errors.arrow10:after {
  left: 10%;
}
.errors.arrow20:after {
  left: 20%;
}
.errors.arrow30:after {
  left: 30%;
}
.errors.arrow40:after {
  left: 40%;
}
.errors.arrow50:after {
  left: 50%;
}
.errors.arrow60:after {
  left: 60%;
}
.errors.arrow70:after {
  left: 70%;
}
.errors.arrow80:after {
  left: 80%;
}
.errors.arrow90:after {
  left: 90%;
}

td > .js-validationContainer .errors {
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: pre-line;
}
td > .js-validationContainer .errors p {
  margin: 0;
}

.app-material-group + .js-validationContainer > .errors {
  border: 1px solid rgb(170, 45, 45);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 10px;
  max-width: 97.1%;
}

.error-label {
  color: #b94a48;
}

input.warning,
select.warning,
textarea.warning {
  border-color: #eabc20 !important;
  color: black !important;
}
input.warning:not(:focus),
select.warning:not(:focus),
textarea.warning:not(:focus) {
  background: #f9f4b6 !important;
}
input.warning:focus,
select.warning:focus,
textarea.warning:focus {
  border-color: #eabc20 !important;
  box-shadow: 0 0 6px #d5d283 !important;
  -moz-box-shadow: 0 0 6px #d5d283 !important;
  -webkit-box-shadow: 0 0 6px #d5d283 !important;
}

input.error,
select.error,
textarea.error {
  border-color: #b94a48 !important;
  color: #b94a48 !important;
  background: #fdcccc !important;
}
input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #953b39 !important;
  box-shadow: 0 0 6px #d59392 !important;
  -moz-box-shadow: 0 0 6px #d59392 !important;
  -webkit-box-shadow: 0 0 6px #d59392 !important;
}

.updateNotification {
  font-weight: bold;
  font-size: large;
  color: #fff117;
  text-shadow: 0 0 10px rgba(255, 241, 23, 0.2);
}
.updateNotification.-critical {
  color: #ee5f5b;
  text-shadow: 0 0 10px #fff117, 0 0 3px #fff;
  margin-left: 4px;
  margin-right: 4px;
}

.dropdown-menu li a span:first-child {
  display: table-cell;
  width: 100%;
}
.dropdown-menu li a span.shortcut {
  color: #999;
  display: table-cell;
  font-size: 11px;
  min-width: 10px;
  padding-left: 20px;
}
.dropdown-menu li a span.shortcut i {
  font-size: 15px;
}
.dropdown-menu a {
  padding-left: 24px;
}
.dropdown-menu > .checked > a:before {
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: normal;
  left: 7px;
  position: absolute;
  text-decoration: inherit;
}

.app-input .app-placeholder {
  background-color: #bd362f;
  border-radius: 3px;
  bottom: 5px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 4px;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: opacity linear 0.2s;
}
.app-input.input-append .app-placeholder {
  right: 40px;
}
.app-input textarea:focus + .app-placeholder,
.app-input input:focus + * + .app-placeholder,
.app-input input:focus + .app-placeholder {
  opacity: 0.2;
  z-index: 2;
}
.app-input textarea + .app-placeholder {
  bottom: auto;
  height: 18px;
}
.app-input select + .app-placeholder {
  right: 24px;
}
.app-input .datetimepicker + .app-placeholder {
  right: 33px;
}
.app-input .timepicker + .app-placeholder {
  right: 31px;
}

.app-form .app-material-group {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 18px;
  margin: -1px 0 0 5px;
  padding: 0 0 0 0;
}
.app-form .app-material-group.has-connected-materials {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
}
.app-form .app-material-group.has-connected-materials > :first-child {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
}
.app-form .app-material-group.has-connected-materials > :first-child > * {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.app-form .app-material-group.has-connected-materials > :first-child > *:last-child {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.app-form .app-material-group > * {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.app-form .app-material-group > * > .app-amount-name {
  display: inline-block !important;
  float: left;
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 3px;
  position: relative;
}
.app-form .app-material-group > * > .app-amount-name i {
  cursor: pointer;
}
.app-form .app-material-group > *:last-child {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.app-form .app-material-group.app-material-group-roomy {
  padding: 5px;
}
.app-form .app-material-group.app-material-group--connected {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  margin-top: 15px !important;
  padding: 0;
}
.app-form .app-material-group.app-material-group--connected > .app-material-group {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.app-form .app-material-group.app-material-group--connected > .app-material-group:first-child {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.app-form .app-material-group.app-material-group--connected > .app-material-group:not(:last-child) {
  border-bottom: 0;
}
.app-form .app-material-group.app-material-group--connected > .app-material-group:last-of-type {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.app-form .app-material-group.app-binder {
  background-color: #FFF4C1;
  border-color: #D8CD92;
}
.app-form .app-material-group.app-aggregate {
  background-color: #D5D4D3;
  border-color: #B1ADAA;
}
.app-form .app-material-group.app-additive {
  background-color: #AEC9A5;
  border-color: #8CAC80;
}
.app-form .app-material-group.app-water {
  background-color: #BEDBF8;
  border-color: #ACC5D8;
}
.app-form .app-amount-definition {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  float: left;
  height: 26px;
  margin: 2px;
}
.app-form .app-amount-definition > * {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.app-form .app-amount-definition > *:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.app-form .app-amount-definition > *:first-child > input[type=text]:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.app-form .app-amount-definition > *:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.app-form .app-amount-definition > *:last-child.app-input > input[type=text] {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.app-form .app-amount-definition > *:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.app-form .app-amount-definition .app-amount-name {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  position: relative;
}
.app-form .app-amount-definition .app-amount-name i {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  cursor: pointer;
  line-height: 24px;
  margin-left: 5px;
}
.app-form .app-amount-definition .app-amount-name span {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70px;
}
.app-form .app-amount-definition .app-fixed-amount {
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.app-form .app-amount-definition .app-fixed-amount .app-add-on {
  color: #333;
  position: relative;
  top: 0;
}
.app-form .app-amount-definition .app-input {
  background-color: white;
  margin: 0;
  position: relative;
  width: auto;
}
.app-form .app-amount-definition .app-input input[type=text] {
  border: 0;
  border-radius: 0;
  height: 26px;
  margin: 0;
  padding-left: 0;
  text-align: right;
  width: 45px;
}
.app-form .app-amount-definition .app-input-append input[type=text] {
  padding-right: 20px;
  width: 59px;
}
.app-form .app-amount-definition .app-add-on {
  color: #666;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 17px;
}
.app-form .app-amount-definition .app-min-max {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 90px;
}
.app-form .app-amount-definition .app-min-max .app-add-on {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  top: 3px;
  width: auto;
}
.app-form .app-amount-definition .app-min-max input, .app-form .app-amount-definition .app-min-max input[type=text] {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 1px !important;
  padding-left: 0;
  padding-right: 4px;
  width: 100% !important;
}
.app-form .app-amount-definition .app-min-max input:last-child, .app-form .app-amount-definition .app-min-max input[type=text]:last-child {
  padding-left: 4px;
  padding-right: 0;
  text-align: left;
}
.app-form .app-amount-definition .app-min-max input:focus, .app-form .app-amount-definition .app-min-max input[type=text]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
.app-form .app-amount-definition .app-input.app-input-withCheckBox input {
  height: 22px !important;
  position: relative;
  top: -2px;
}
.app-form .app-amount-definition .app-input-checkbox {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  display: inline-block;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.app-form .app-amount-definition .app-input-checkbox:hover, .app-form .app-amount-definition .app-input-checkbox:focus, .app-form .app-amount-definition .app-input-checkbox:active {
  background-color: #e6e6e6;
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
  transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
}
.app-form .app-amount-definition .app-input-checkbox:active {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.app-form .app-amount-definition .app-input-checkbox label {
  border-left: 1px dashed rgb(208, 208, 211);
  height: 22px;
  margin-bottom: 0;
  min-width: 25px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}
.app-form .app-amount-definition .app-input-checkbox label span {
  color: #333;
  font-size: 11px;
  width: 30px;
}
.app-form .app-amount-definition .app-input-checkbox label i {
  color: #aaa;
}
.app-form .app-amount-definition .app-input-checkbox label .app-calculated {
  font-size: 10px;
  height: 24px;
  left: 2px;
  position: absolute;
  top: 1px;
  width: 24px;
}
.app-form .app-amount-definition .app-input-checkbox label .app-calculated * {
  display: block;
  height: 12px;
  line-height: 12px;
  padding: 0;
  position: absolute;
  width: 12px;
}
.app-form .app-amount-definition .app-input-checkbox label .app-calculated :nth-child(1) {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  left: 0;
  top: 0;
}
.app-form .app-amount-definition .app-input-checkbox label .app-calculated :nth-child(2) {
  border-bottom: 1px solid #ccc;
  right: 0;
  top: 0;
}
.app-form .app-amount-definition .app-input-checkbox label .app-calculated :nth-child(3) {
  border-right: 1px solid #ccc;
  bottom: 0;
  left: 0;
}
.app-form .app-amount-definition .app-input-checkbox label .app-calculated :nth-child(4) {
  background-color: #ccc;
  bottom: 0;
  right: 0;
}
.app-form .app-amount-definition .app-input-checkbox input[type=radio],
.app-form .app-amount-definition .app-input-checkbox input[type=checkbox] {
  display: none;
}
.app-form .app-amount-definition .app-input-checkbox input[type=radio]:checked + label i,
.app-form .app-amount-definition .app-input-checkbox input[type=checkbox]:checked + label i {
  color: #333;
}
.app-form .app-amount-definition.app-binder .app-amount-name,
.app-form .app-amount-definition.app-binder .app-fixed-amount {
  background-color: #FFF4C1;
}
.app-form .app-amount-definition.app-aggregate .app-amount-name,
.app-form .app-amount-definition.app-aggregate .app-fixed-amount {
  background-color: #D5D4D3;
}
.app-form .app-amount-definition.app-additive .app-amount-name {
  box-shadow: 0 0 1px 0 black;
}
.app-form .app-amount-definition.app-additive .app-amount-name,
.app-form .app-amount-definition.app-additive .app-fixed-amount {
  background-color: #AEC9A5;
}
.app-form .app-amount-definition.app-water .app-amount-name,
.app-form .app-amount-definition.app-water .app-fixed-amount {
  background-color: #BEDBF8;
}
.app-form .app-amount-definition.pull-right {
  float: right;
}
.app-form .kFactor {
  display: inline;
  float: right;
  text-align: right;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.41);
  font-weight: bold;
}

.customWindowAlert {
  background: white;
  border-radius: 15px;
  padding: 1em !important;
  position: relative;
  text-align: center;
  top: 20px;
  width: auto;
  word-wrap: normal;
  z-index: 999;
}

.-withWideLabels .app-horizontal > label, .-withWideLabels #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .-withWideLabels .colorRow > label, .-withWideLabels #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .-withWideLabels .colorRow > label, .-withWideLabels .app-input.-withMinMax > label, .-withWideLabels .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label, .Form.Form-header .Form-header__panel__fieldGroup .-withWideLabels .Form-header__panel__fieldGroup__row > label, .-withWideLabels .Table_tableFilters > label {
  width: 150px !important;
}

.-withWiderLabels .app-horizontal > label, .-withWiderLabels #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .-withWiderLabels .colorRow > label, .-withWiderLabels #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .-withWiderLabels .colorRow > label, .-withWiderLabels .app-input.-withMinMax > label, .-withWiderLabels .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label, .Form.Form-header .Form-header__panel__fieldGroup .-withWiderLabels .Form-header__panel__fieldGroup__row > label, .-withWiderLabels .Table_tableFilters > label {
  width: 200px !important;
}

.-withNarrowLabels .app-horizontal > label, .-withNarrowLabels #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .-withNarrowLabels .colorRow > label, .-withNarrowLabels #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .-withNarrowLabels .colorRow > label, .-withNarrowLabels .app-input.-withMinMax > label, .-withNarrowLabels .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label, .Form.Form-header .Form-header__panel__fieldGroup .-withNarrowLabels .Form-header__panel__fieldGroup__row > label, .-withNarrowLabels .Table_tableFilters > label {
  width: 85px !important;
}

.-withNarrowInputs .app-input {
  max-width: 100%;
  width: 120px !important;
}

.appPanelNarrow {
  min-width: 220px !important;
}

.appPanelSemiNarrow {
  max-width: 320px;
  min-width: 320px !important;
}

.-width--400 {
  max-width: 400px;
  width: 400px;
}

.-width--300 {
  max-width: 300px;
  width: 300px;
}

.-width--250 {
  max-width: 250px;
  width: 250px;
}

.-width--200 {
  max-width: 200px;
  width: 200px;
}

.-fade--50 {
  opacity: 0.5;
}

.G_input {
  position: relative;
}

.G_input.-withCheckboxBtn {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  flex-grow: 1;
  float: left;
  height: 26px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 10px;
}
.G_input.-withCheckboxBtn input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.G_input.-withCheckboxBtn input[type=text] {
  border: 0;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  height: 26px;
  margin: 0;
  width: 45px;
}
.G_input.-withCheckboxBtn .G_input__checkBox {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-left: 1px dashed rgb(208, 208, 211);
  border-radius: 0 4px 4px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  display: inline-block;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.G_input.-withCheckboxBtn .G_input__checkBox:hover, .G_input.-withCheckboxBtn .G_input__checkBox:focus, .G_input.-withCheckboxBtn .G_input__checkBox:active {
  background-color: #e6e6e6;
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
  transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
}
.G_input.-withCheckboxBtn .G_input__checkBox:active {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.G_input.-withCheckboxBtn .G_input__checkBox label {
  height: 22px;
  min-width: 25px;
  padding-top: 2px;
  text-align: center;
  width: 100%;
}
.G_input.-withCheckboxBtn .G_input__checkBox label span {
  color: #333;
  font-size: 11px;
  width: 30px;
}
.G_input.-withCheckboxBtn .G_input__checkBox label i {
  color: #aaa;
}
.G_input.-withCheckboxBtn .G_input__checkBox input[type=radio],
.G_input.-withCheckboxBtn .G_input__checkBox input[type=checkbox] {
  display: none;
}
.G_input.-withCheckboxBtn .G_input__checkBox input[type=radio]:checked + label i,
.G_input.-withCheckboxBtn .G_input__checkBox input[type=checkbox]:checked + label i {
  color: #333;
}
.G_input.-withCheckboxBtn .G_input__checkBox i {
  margin-left: 4px;
}

.-strong, strong {
  font-weight: bold;
}

.-stronger {
  font-weight: bolder;
}

.G_divider--top {
  border-top: 1px solid rgb(223, 223, 223);
  margin-top: 10px;
  padding-top: 10px;
}

.G_divider--bottom {
  border-bottom: 1px solid rgb(223, 223, 223);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.G_padding--top {
  border: 0;
  padding: 10px;
}

.errors {
  font-size: 13px;
}

.datetimepicker {
  z-index: 999 !important;
}

.app-input .fa-calendar-alt, .app-input .fa-calendar, .app-input .fa-th, .app-input .fa-clock, .app-input .fa-clock-o {
  font-size: 14px !important;
}

.app-view.View--inline {
  border-left: 0 !important;
}

.app-popup {
  background-color: #333;
  border-radius: 5px;
  box-shadow: 0 2px 5px #666;
  display: none;
  cursor: move;
  padding: 20px 10px;
  position: absolute;
  z-index: 1000;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.app-popup > * {
  cursor: default;
}
.app-popup .app-arrow-bottom {
  background-color: transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #333;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  bottom: -15px;
}
.app-popup .app-arrow-top {
  background-color: transparent;
  border-bottom: 15px solid #333;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: -15px;
}
.app-popup .app-arrow-left {
  background-color: transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #333;
  border-top: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: -15px;
}
.app-popup .app-arrow-right {
  background-color: transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #333;
  border-top: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  right: -15px;
}
.app-popup .app-popup-content {
  background-color: white;
  border-radius: 3px;
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.app-popup .app-popup-content .app-view {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.app-popup .app-popup-content .app-view .app-view-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  margin-left: 0 !important;
}
.app-popup .app-scroller {
  overflow-x: auto;
}

.app-dialog {
  background-color: #333;
  border: 3px solid #333;
  border-radius: 5px;
  box-shadow: 0 2px 5px #666;
  color: white;
  display: none;
  font-size: 13px;
  opacity: 1;
  overflow: visible;
  padding: 15px;
  position: absolute !important;
  right: -10px;
  top: 43px;
  z-index: 995;
}
.app-dialog header {
  border-bottom: 1px solid #696868;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.app-dialog hr {
  border-bottom: 1px solid #4e4e4e;
  border-top: 0;
}
.app-dialog span.add-on {
  color: #7d7d7d;
}
.app-dialog .arrowTop {
  background-color: transparent;
  border-bottom: 15px solid #333;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  position: fixed;
  right: 8px;
  top: -15px;
  z-index: -1;
}
.app-dialog .buttons {
  text-align: right;
}
.app-dialog .btn, .app-dialog #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .app-dialog .rc_calcButton, .app-dialog .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .app-dialog .G_input__checkBox {
  margin-left: 10px;
  margin-right: 0;
  min-width: 80px;
}
.app-dialog .btn:first-child, .app-dialog #recipeCreatorDialogContent .rc_calcButton:first-child, #recipeCreatorDialogContent .app-dialog .rc_calcButton:first-child, .app-dialog .G_input.-withCheckboxBtn .G_input__checkBox:first-child, .G_input.-withCheckboxBtn .app-dialog .G_input__checkBox:first-child {
  margin-left: 0;
  margin-right: 0;
}
.app-dialog .-warning {
  color: #f89406;
}
.app-dialog .Table_row > td {
  border-bottom: 1px solid #7b7b7b;
}
.app-dialog .Table_row:first-child > td {
  border-top: 1px solid #7b7b7b;
}
.app-dialog .app-input .fa, .app-dialog .app-input .far, .app-dialog .app-input .fas, .app-dialog .app-input .fal {
  color: #7b7b7b;
}
.app-dialog .app-scroller::-webkit-scrollbar-track-piece {
  background-color: #5d5d5d;
}
.app-dialog .app-scroller::-webkit-scrollbar-thumb {
  background-color: #828080;
}
.app-dialog .app-scroller::-webkit-scrollbar {
  width: 18px;
}
.app-dialog a, .app-dialog a:hover {
  color: #09bdfe;
}

.app-dialog-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990;
}

.app-dialog > .btn:first-child, #recipeCreatorDialogContent .app-dialog > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .app-dialog > .G_input__checkBox:first-child, .app-confirm-dialog > .btn:first-child, #recipeCreatorDialogContent .app-confirm-dialog > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .app-confirm-dialog > .G_input__checkBox:first-child {
  background: #222222;
  background-repeat: repeat;
  border: 1px solid rgba(0, 0, 0, 0.31);
  border-bottom-color: #000000;
  color: #ffffff;
  float: right;
  font-size: 12px;
  line-height: 14px;
  margin-left: 10px;
  max-width: 24px !important;
  min-width: 24px !important;
  position: relative;
  right: -10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  top: -10px;
  width: 24px !important;
}
.app-dialog > .btn:first-child i, #recipeCreatorDialogContent .app-dialog > .rc_calcButton:first-child i, .G_input.-withCheckboxBtn .app-dialog > .G_input__checkBox:first-child i, .app-confirm-dialog > .btn:first-child i, #recipeCreatorDialogContent .app-confirm-dialog > .rc_calcButton:first-child i, .G_input.-withCheckboxBtn .app-confirm-dialog > .G_input__checkBox:first-child i {
  position: relative;
  right: 3px;
}

.app-confirm-dialog {
  width: 210px;
}
.app-confirm-dialog p {
  line-height: 1.3;
  margin-bottom: 15px;
  white-space: normal;
}
.app-confirm-dialog > .btn:first-child, #recipeCreatorDialogContent .app-confirm-dialog > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .app-confirm-dialog > .G_input__checkBox:first-child {
  background: #222222;
  *background-color: #151515;
  border: 1px solid rgba(0, 0, 0, 0.31);
  border-bottom-color: #000000;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.appDialog-materialGroup {
  background-color: #333;
  border: 3px solid #333;
  border-radius: 5px;
  bottom: 35px;
  box-shadow: 0 2px 5px #666;
  color: white;
  display: none;
  left: -23px;
  opacity: 1;
  overflow: visible;
  padding: 15px;
  position: absolute;
  width: 210px;
  z-index: 995;
}
.appDialog-materialGroup:before {
  background-color: transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #333;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  bottom: -15px;
  left: 15px;
}
.appDialog-materialGroup .btn, .appDialog-materialGroup #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .appDialog-materialGroup .rc_calcButton, .appDialog-materialGroup .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .appDialog-materialGroup .G_input__checkBox {
  margin-left: 10px;
  margin-right: 0;
  min-width: 80px;
  outline: 0 !important;
}
.appDialog-materialGroup .btn:first-child, .appDialog-materialGroup #recipeCreatorDialogContent .rc_calcButton:first-child, #recipeCreatorDialogContent .appDialog-materialGroup .rc_calcButton:first-child, .appDialog-materialGroup .G_input.-withCheckboxBtn .G_input__checkBox:first-child, .G_input.-withCheckboxBtn .appDialog-materialGroup .G_input__checkBox:first-child {
  margin-left: 0;
  margin-right: 0;
}
.appDialog-materialGroup > .btn:first-child, #recipeCreatorDialogContent .appDialog-materialGroup > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .appDialog-materialGroup > .G_input__checkBox:first-child {
  background-repeat: repeat;
  border: transparent;
  float: right;
  font-size: 12px;
  height: 25px;
  line-height: 14px;
  margin-left: 10px;
  max-width: 24px !important;
  min-width: 24px !important;
  padding: 0 0 0 1px;
  position: relative;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 24px !important;
}
.appDialog-materialGroup > .btn:first-child i, #recipeCreatorDialogContent .appDialog-materialGroup > .rc_calcButton:first-child i, .G_input.-withCheckboxBtn .appDialog-materialGroup > .G_input__checkBox:first-child i {
  margin: auto !important;
}
.appDialog-materialGroup p {
  line-height: 1.3;
  margin-bottom: 15px;
  white-space: normal;
}
.appDialog-materialGroup > .btn:first-child, #recipeCreatorDialogContent .appDialog-materialGroup > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .appDialog-materialGroup > .G_input__checkBox:first-child {
  background: #222222;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.G_legend__button--mini {
  float: right;
  position: relative;
  right: -5px;
  top: -8px;
}

.G_keyboardShortCutsModal {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: white;
  display: none;
  font-size: 16px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.G_keyboardShortCutsModal button {
  box-shadow: 0 0 5px black;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__header {
  font-size: 60px;
  font-weight: bold;
  line-height: 45px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px black;
  top: 30%;
  width: 100%;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__header__desc {
  color: yellow;
  display: block;
  font-size: 22px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__keyGroup {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 20px;
  padding: 35px;
  position: absolute;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__keyGroup__header {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 0 0 5px black;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__keyGroup__key {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__keyGroup__key__title {
  background: #505050;
  border: 5px solid black;
  border-radius: 4px;
  box-shadow: 0 0 8px white;
  margin-right: 10px;
  padding: 10px;
  text-shadow: 0 0 4px black;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__keyGroup__key__desc {
  font-size: 18px;
  text-shadow: 0 0 5px black;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__mixers {
  right: 5px;
  top: 350px;
  width: 350px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__mixers.-wide {
  width: 700px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__plant {
  left: 5px;
  top: 50px;
  width: 400px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__plant + .G_keyboardShortCutsModal__plant {
  top: 350px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__layout {
  right: 5px;
  top: 50px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__header__support {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 5px;
  color: yellow;
  display: block;
  font-size: 22px;
  left: 43%;
  margin-top: 50px;
  padding: 30px;
  position: relative;
  width: 305px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__header__support span {
  font-size: 30px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__header__support ul {
  list-style: none;
  margin: 0;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__header__support li {
  line-height: 40px;
}
.G_keyboardShortCutsModal .G_keyboardShortCutsModal__header__support a {
  color: lightskyblue;
  text-decoration: underline;
  text-shadow: none;
}

.G_background--warning {
  background: #F8D306 !important;
}

.G_background--warning--gradient {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}

.btn:focus, #recipeCreatorDialogContent .rc_calcButton:focus, .G_input.-withCheckboxBtn .G_input__checkBox:focus {
  outline: none !important;
}

.G_text--bold {
  font-weight: bold !important;
}

.G_text--no-ellipsis {
  text-overflow: clip !important;
}

.G_border--bottom--radius--none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.G_border--top--radius--none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.G_createNewDialog {
  width: 350px;
}
.G_createNewDialog > button:first-child {
  right: -5px !important;
  top: -5px !important;
}
.G_createNewDialog header {
  border-bottom: 1px solid #696868;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-align: left;
}
.G_createNewDialog input[type=checkbox] {
  margin-left: 5px !important;
  position: relative !important;
  top: -2px !important;
}
.G_createNewDialog .app-horizontal > label + button.btn, .G_createNewDialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label + button.btn, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .G_createNewDialog .colorRow > label + button.btn, .G_createNewDialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label + button.btn, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .G_createNewDialog .colorRow > label + button.btn, .G_createNewDialog #recipeCreatorDialogContent .app-horizontal > label + button.rc_calcButton, .G_createNewDialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label + button.rc_calcButton, .G_createNewDialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label + button.rc_calcButton, #recipeCreatorDialogContent .G_createNewDialog .app-horizontal > label + button.rc_calcButton, #recipeCreatorDialogContent .G_createNewDialog #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label + button.rc_calcButton, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .G_createNewDialog .colorRow > label + button.rc_calcButton, #recipeCreatorDialogContent .G_createNewDialog #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label + button.rc_calcButton, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .G_createNewDialog .colorRow > label + button.rc_calcButton, .G_createNewDialog .app-input.-withMinMax > label + button.btn, .G_createNewDialog #recipeCreatorDialogContent .app-input.-withMinMax > label + button.rc_calcButton, #recipeCreatorDialogContent .G_createNewDialog .app-input.-withMinMax > label + button.rc_calcButton, .G_createNewDialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label + button.btn, .G_createNewDialog .Form.Form-header .Form-header__panel__fieldGroup #recipeCreatorDialogContent .Form-header__panel__fieldGroup__row > label + button.rc_calcButton, #recipeCreatorDialogContent .G_createNewDialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label + button.rc_calcButton, .Form.Form-header .Form-header__panel__fieldGroup .G_createNewDialog .Form-header__panel__fieldGroup__row > label + button.btn, .Form.Form-header .Form-header__panel__fieldGroup .G_createNewDialog #recipeCreatorDialogContent .Form-header__panel__fieldGroup__row > label + button.rc_calcButton, #recipeCreatorDialogContent .Form.Form-header .Form-header__panel__fieldGroup .G_createNewDialog .Form-header__panel__fieldGroup__row > label + button.rc_calcButton, .G_createNewDialog .Table_tableFilters > label + button.btn, .G_createNewDialog #recipeCreatorDialogContent .Table_tableFilters > label + button.rc_calcButton, #recipeCreatorDialogContent .G_createNewDialog .Table_tableFilters > label + button.rc_calcButton, .G_createNewDialog .G_input.-withCheckboxBtn .app-horizontal > label + button.G_input__checkBox, .G_createNewDialog .G_input.-withCheckboxBtn #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label + button.G_input__checkBox, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .G_createNewDialog .G_input.-withCheckboxBtn .colorRow > label + button.G_input__checkBox, .G_createNewDialog .G_input.-withCheckboxBtn #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label + button.G_input__checkBox, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .G_createNewDialog .G_input.-withCheckboxBtn .colorRow > label + button.G_input__checkBox, .G_createNewDialog .G_input.-withCheckboxBtn .app-input.-withMinMax > label + button.G_input__checkBox, .G_createNewDialog .G_input.-withCheckboxBtn .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label + button.G_input__checkBox, .Form.Form-header .Form-header__panel__fieldGroup .G_createNewDialog .G_input.-withCheckboxBtn .Form-header__panel__fieldGroup__row > label + button.G_input__checkBox, .G_createNewDialog .G_input.-withCheckboxBtn .Table_tableFilters > label + button.G_input__checkBox, .G_input.-withCheckboxBtn .G_createNewDialog .app-horizontal > label + button.G_input__checkBox, .G_input.-withCheckboxBtn .G_createNewDialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label + button.G_input__checkBox, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .G_input.-withCheckboxBtn .G_createNewDialog .colorRow > label + button.G_input__checkBox, .G_input.-withCheckboxBtn .G_createNewDialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label + button.G_input__checkBox, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .G_input.-withCheckboxBtn .G_createNewDialog .colorRow > label + button.G_input__checkBox, .G_input.-withCheckboxBtn .G_createNewDialog .app-input.-withMinMax > label + button.G_input__checkBox, .G_input.-withCheckboxBtn .G_createNewDialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label + button.G_input__checkBox, .Form.Form-header .Form-header__panel__fieldGroup .G_input.-withCheckboxBtn .G_createNewDialog .Form-header__panel__fieldGroup__row > label + button.G_input__checkBox, .G_input.-withCheckboxBtn .G_createNewDialog .Table_tableFilters > label + button.G_input__checkBox {
  margin-left: 5px !important;
}

.G_createNewDialog.-withWideLabels {
  width: 400px;
}
.G_createNewDialog.-withWideLabels label {
  width: 150px;
}

.g_clickable {
  cursor: pointer !important;
}

.G_buttonWrapper {
  position: relative;
}
.G_buttonWrapper .G_buttonWrapper_overlay {
  display: none;
}
.G_buttonWrapper button:disabled + .G_buttonWrapper_overlay {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1000;
}

input.-invalid,
.bootstrap-timepicker-widget.-invalid {
  background: #ffd9d9 !important;
  border-color: #d87e7e !important;
}
input.-invalid table td a:hover,
.bootstrap-timepicker-widget.-invalid table td a:hover {
  background-color: #ecb1b1 !important;
}

.G_disableAutoComplete,
input.G_disableAutoComplete {
  margin: 0;
  height: 0;
  width: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.G_noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.G_tooltip__indentedGroup {
  font-size: 14px;
  padding: 0;
  margin: 0 15px 0 5px;
}
.G_tooltip__indentedGroup.--withSubItems {
  border-bottom: 1px solid #484747;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #afa89f;
}
.G_tooltip__indentedGroup.--endOfGroup {
  margin-bottom: 10px;
}
.G_tooltip__indentedGroup.--firstOfGroup {
  padding-top: 10px;
}
.G_tooltip__indentedGroup.--level-0.--withSubItems {
  font-size: 16px;
}
.G_tooltip__indentedGroup.--level-0.--withSubItems:not(:first-child) {
  border-bottom: 1px solid #484747;
  margin-top: 15px;
  padding-top: 10px;
}
.G_tooltip__indentedGroup.--level-1 {
  margin-left: 20px;
}
.G_tooltip__indentedGroup.--level-2 {
  margin-left: 60px;
}
.G_tooltip__indentedGroup.--level-3 {
  margin-left: 90px;
}

.G_tooltipIndicator {
  text-decoration: dotted underline #6c6c6c;
  cursor: help;
}

i.G_tooltipIndicator {
  text-decoration: none;
}

input.G_tooltipIndicator,
button.G_tooltipIndicator,
.app-placeholder.G_tooltipIndicator {
  text-decoration: none;
  cursor: pointer;
}

a > .G_tooltipIndicator {
  text-decoration: dotted underline #08c;
  cursor: pointer;
}

.G_popup__headerFilters {
  flex-grow: 1;
  justify-content: center;
}
.G_popup__headerFilters > div {
  display: flex;
  padding: 5px 15px;
}
.G_popup__headerFilters > div label {
  margin-bottom: 0;
}
.G_popup__headerFilters > div input[type=checkbox] {
  margin-top: 2px;
  margin-right: 3px;
}

.G_tooltip {
  font-size: 14px;
  text-align: left;
}

.G_tooltipTitle {
  margin-bottom: 5px;
  font-size: 18px;
}

.tooltip div.tooltip-inner {
  max-width: 300px;
}

.btn.-withIcon > i.fa, #recipeCreatorDialogContent .-withIcon.rc_calcButton > i.fa, .G_input.-withCheckboxBtn .-withIcon.G_input__checkBox > i.fa, .btn.-withIcon > i.fas, #recipeCreatorDialogContent .-withIcon.rc_calcButton > i.fas, .G_input.-withCheckboxBtn .-withIcon.G_input__checkBox > i.fas, .btn.-withIcon > i.far, #recipeCreatorDialogContent .-withIcon.rc_calcButton > i.far, .G_input.-withCheckboxBtn .-withIcon.G_input__checkBox > i.far, .btn.-withIcon > i.fal, #recipeCreatorDialogContent .-withIcon.rc_calcButton > i.fal, .G_input.-withCheckboxBtn .-withIcon.G_input__checkBox > i.fal, .btn.-withIcon > i.fad, #recipeCreatorDialogContent .-withIcon.rc_calcButton > i.fad, .G_input.-withCheckboxBtn .-withIcon.G_input__checkBox > i.fad, .btn.-withIcon > i.fab, #recipeCreatorDialogContent .-withIcon.rc_calcButton > i.fab, .G_input.-withCheckboxBtn .-withIcon.G_input__checkBox > i.fab {
  font-size: 18px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Table, .Table_propsTable {
  margin-bottom: 0;
}
.Table.-fixed, .-fixed.Table_propsTable {
  table-layout: fixed;
}
.Table .app-view-header, .Table_propsTable .app-view-header {
  margin-left: 0;
  padding-left: 15px;
}
.Table > thead, .Table_propsTable > thead {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.Table > thead > tr > th, .Table_propsTable > thead > tr > th {
  background: #ebebeb;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  padding: 4px 5px 2px 5px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.Table > thead > tr > th.ui-resizable *:not(.ui-resizable):not(button), .Table_propsTable > thead > tr > th.ui-resizable *:not(.ui-resizable):not(button) {
  pointer-events: none;
}
.Table > thead > tr > th .resizeArrow, .Table_propsTable > thead > tr > th .resizeArrow {
  font-size: 14px;
  text-shadow: none;
}
.Table > thead > tr > th[data-sort-attribute], .Table_propsTable > thead > tr > th[data-sort-attribute] {
  cursor: pointer;
}
.Table > thead > tr > th[data-sort-attribute]:not([data-sort-index]) .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-attribute]:not([data-sort-index]) .resizeArrow {
  color: transparent;
}
.Table > thead > tr > th[data-sort-index] .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-index] .resizeArrow {
  color: #ccc;
}
.Table > thead > tr > th[data-sort-index].text-right .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-index].text-right .resizeArrow {
  margin-right: 12px;
}
.Table > thead > tr > th[data-sort-index="0"] .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-index="0"] .resizeArrow {
  color: #000;
}
.Table > thead > tr > th[data-sort-index="1"] .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-index="1"] .resizeArrow {
  color: rgba(0, 0, 0, 0.3);
}
.Table > thead > tr > th[data-sort-index="2"] .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-index="2"] .resizeArrow {
  color: rgba(0, 0, 0, 0.15);
}
.Table > thead > tr > th[data-sort-index="3"] .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-index="3"] .resizeArrow {
  color: rgba(0, 0, 0, 0.1);
}
.Table > thead > tr > th[data-sort-order], .Table_propsTable > thead > tr > th[data-sort-order] {
  font-weight: bold;
}
.Table > thead > tr > th[data-sort-order=asc] .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-order=asc] .resizeArrow {
  -moz-transform: scaleY(1) translateY(0px);
  -ms-transform: scaleY(1) translateY(0px);
  -webkit-transform: scaleY(1) translateY(0px);
  transform: scaleY(1) translateY(0px);
}
.Table > thead > tr > th[data-sort-order=desc] .resizeArrow, .Table_propsTable > thead > tr > th[data-sort-order=desc] .resizeArrow {
  -moz-transform: scaleY(-1) translateY(2px);
  -ms-transform: scaleY(-1) translateY(2px);
  -webkit-transform: scaleY(-1) translateY(2px);
  transform: scaleY(-1) translateY(2px);
}
.Table > thead > tr > th .ui-resizable-handle, .Table_propsTable > thead > tr > th .ui-resizable-handle {
  background: #ccc;
  border-left: 4px solid #ebebeb;
  border-right: 4px solid #ebebeb;
  bottom: 4px;
  cursor: ew-resize;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: auto !important;
  width: 1px;
}
.Table > thead > tr > th .ui-resizable-handle:after, .Table_propsTable > thead > tr > th .ui-resizable-handle:after {
  border-left: 1px solid white;
  bottom: 0;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 0;
}
.Table > thead > tr > th:last-child .ui-resizable-handle, .Table_propsTable > thead > tr > th:last-child .ui-resizable-handle {
  border-right: 0;
}
.Table > tbody > tr > td, .Table_propsTable > tbody > tr > td {
  background: #f9f9f9;
  line-height: 24px;
  overflow: hidden;
  padding: 2px 5px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.Table > tbody > tr > td.text-wrap, .Table_propsTable > tbody > tr > td.text-wrap {
  white-space: normal;
}
.Table > tbody > tr > td.globalEntity, .Table_propsTable > tbody > tr > td.globalEntity {
  font-style: italic;
  color: silver !important;
}
.Table > tbody > tr:not(.app-details):not(.Table_ingredientsTable__materialRow):hover > td, .Table_propsTable > tbody > tr:not(.app-details):not(.Table_ingredientsTable__materialRow):hover > td {
  background-color: #ebebeb;
}
.Table > tbody > tr.app-selected td, .Table_propsTable > tbody > tr.app-selected td {
  border-top: 1px solid #A3C3A3;
  border-bottom: 1px solid #A3C3A3;
  background: #e7f3e7;
}
.Table > tbody > tr.unreadable td, .Table_propsTable > tbody > tr.unreadable td {
  background-color: transparent !important;
  color: rgb(175, 175, 175);
}
.Table > tbody > tr.unreadable td:hover, .Table_propsTable > tbody > tr.unreadable td:hover {
  cursor: not-allowed !important;
}
.Table > tbody > tr.unreadable td button:hover, .Table_propsTable > tbody > tr.unreadable td button:hover {
  cursor: not-allowed !important;
}
.Table tbody, .Table_propsTable tbody {
  background: transparent !important;
}
.Table tfoot td, .Table_propsTable tfoot td {
  padding-top: 10px;
  border-bottom: 0;
}
.Table .Table_tableLegend, .Table_propsTable .Table_tableLegend {
  margin-bottom: -10px;
}

.Table_propsTable {
  width: 100%;
}
.Table_propsTable td {
  font-weight: normal;
  padding: 1px 0 1px 8px !important;
  line-height: 26px !important;
  white-space: normal !important;
  vertical-align: top !important;
}
.Table_propsTable td.-inactive {
  color: silver;
}
.Table_propsTable td label {
  margin-bottom: 0;
  line-height: inherit;
}
.Table_propsTable td .app-input {
  width: auto !important;
}
.Table_propsTable td .app-input input {
  display: inline-flex !important;
  min-width: 0 !important;
  width: 100% !important;
}
.Table_propsTable td .app-input-checkbox {
  box-sizing: border-box;
  background: white;
  width: auto;
  padding-left: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.Table_propsTable td .app-input.input-append {
  padding-right: 55px !important;
}
.Table_propsTable td .app-input.input-append .add-on {
  border: 0;
  background: white;
  border-radius: 0;
  width: 55px !important;
  color: #b9b9b9;
  text-align: right;
  line-height: 21px;
}
.Table_propsTable td select {
  border: 0;
  border-radius: 0;
}
.Table_propsTable td .selectWidget_inputContainer {
  border: 0;
  border-radius: 0;
  border-bottom: 0 !important;
}
.Table_propsTable td .selectWidget_caretBtn {
  border: 0;
  background: white;
  box-shadow: none;
}
.Table_propsTable td.-binder {
  background: #F7EAB0;
}
.Table_propsTable td.-binder input, .Table_propsTable td.-binder span {
  background-color: transparent;
}
.Table_propsTable td.-binder .add-on {
  background: transparent !important;
}
.Table_propsTable td:nth-child(odd):not(:first-child) {
  border-left: 1px solid #d8d8d8;
}
.Table_propsTable tr:first-child td {
  border-top: 0;
}
.Table_propsTable thead + tbody tr:first-child td {
  border-top: 1px solid;
}

legend + .Table_propsTable {
  margin-top: -10px !important;
}

.Table_withFixedHeaders {
  overflow: unset !important;
}
.Table_withFixedHeaders > thead {
  z-index: 1;
}
.Table_withFixedHeaders > thead tr {
  height: 31px;
}
.Table_withFixedHeaders > thead > tr > th {
  white-space: nowrap !important;
  box-sizing: border-box;
  position: sticky !important;
  top: 0;
  z-index: 1;
}
.Table_withFixedHeaders.-topLevel > thead > tr > th {
  z-index: 2;
}

.Table--warning, .Table.Table--warning,
.Table--warning.Table--warning--error {
  background-color: #fbb450;
  border: 2px dashed rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.09);
  color: #000;
  margin-bottom: 15px;
  margin-top: 0 !important;
  width: auto;
}
.Table--warning tbody td, .Table.Table--warning tbody td,
.Table--warning.Table--warning--error tbody td {
  border-top: 0;
}
.Table--warning .Table--warning__header th, .Table.Table--warning .Table--warning__header th,
.Table--warning.Table--warning--error .Table--warning__header th {
  background-color: transparent;
  border-bottom: 1px solid rgba(27, 14, 0, 0.21);
  box-shadow: 0 -2px 1px 0 rgba(163, 101, 14, 0.18) inset;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
.Table--warning .Table--warning__titleRow > td, .Table.Table--warning .Table--warning__titleRow > td,
.Table--warning.Table--warning--error .Table--warning__titleRow > td {
  background-color: rgba(94, 68, 22, 0.1);
  font-weight: bold;
  padding: 7px 13px;
}
.Table--warning .Table--warning__titleRow:not(:first-child) > td, .Table.Table--warning .Table--warning__titleRow:not(:first-child) > td,
.Table--warning.Table--warning--error .Table--warning__titleRow:not(:first-child) > td {
  border-top: 1px solid rgba(27, 14, 0, 0.21);
  box-shadow: 0 -2px 1px 0 rgba(163, 101, 14, 0.18);
}
.Table--warning .Table--warning__subtitleRow > td, .Table.Table--warning .Table--warning__subtitleRow > td,
.Table--warning.Table--warning--error .Table--warning__subtitleRow > td {
  padding: 5px 25px 0 25px;
}
.Table--warning .Table--warning__subtitleRow:first-child > td, .Table.Table--warning .Table--warning__subtitleRow:first-child > td,
.Table--warning.Table--warning--error .Table--warning__subtitleRow:first-child > td {
  padding-top: 15px;
}
.Table--warning .Table--warning__messageRow > td, .Table.Table--warning .Table--warning__messageRow > td,
.Table--warning.Table--warning--error .Table--warning__messageRow > td {
  font-style: italic;
  padding: 0 35px;
}
.Table--warning .Table--warning__messageRow > td > span:first-child, .Table.Table--warning .Table--warning__messageRow > td > span:first-child,
.Table--warning.Table--warning--error .Table--warning__messageRow > td > span:first-child {
  border-left: 13px solid rgba(0, 0, 0, 0.13);
  padding-left: 5px;
}
.Table--warning .Table--warning__messageRow > td .fa-exclamation, .Table.Table--warning .Table--warning__messageRow > td .fa-exclamation,
.Table--warning.Table--warning--error .Table--warning__messageRow > td .fa-exclamation {
  margin-right: 5px;
}
.Table--warning .Table--warning__messageRow:last-child > td, .Table.Table--warning .Table--warning__messageRow:last-child > td,
.Table--warning.Table--warning--error .Table--warning__messageRow:last-child > td {
  padding-bottom: 15px;
}
.Table--warning .Table--warning__emptyRow > td, .Table.Table--warning .Table--warning__emptyRow > td,
.Table--warning.Table--warning--error .Table--warning__emptyRow > td {
  height: 10px;
}
.Table--warning .Table--warning__titleRow + .Table--warning__messageRow > td, .Table.Table--warning .Table--warning__titleRow + .Table--warning__messageRow > td,
.Table--warning.Table--warning--error .Table--warning__titleRow + .Table--warning__messageRow > td {
  padding-top: 5px;
}
.Table--warning .Table--warning__messageRow + .Table--warning__subtitleRow > td, .Table.Table--warning .Table--warning__messageRow + .Table--warning__subtitleRow > td,
.Table--warning.Table--warning--error .Table--warning__messageRow + .Table--warning__subtitleRow > td {
  border-top: 5px solid transparent;
}

.Table--warning.Table--warning--error {
  background-color: #F67976;
}

.Table--warning.Table--warning--ok {
  background-color: #A2DF82;
}

.Table--warning.Table--warning--disabled {
  background-color: #cbcbcb;
}

.Table_tableFilters {
  margin-bottom: 10px;
  margin-top: -5px;
}
.Table_tableFilters > div {
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #dcdada;
  user-select: none;
  display: inline-block;
  padding: 0 15px;
  line-height: 25px;
  color: #909090;
}
.Table_tableFilters > div i.fa-check {
  margin-left: 7px;
  line-height: 17px;
  color: #d8d7d7;
}
.Table_tableFilters > div.-active {
  background: #f1f0f0;
  border-color: #f1f0f0;
  color: black;
}
.Table_tableFilters > div.-active i.fa-check {
  color: black;
}
.Table_tableFilters > div + div {
  margin-left: 10px;
}

.Table--inDialog {
  display: block;
  width: 100%;
}
.Table--inDialog th, .Table--inDialog td {
  background: transparent;
  font-size: 14px;
}
.Table--inDialog tr th {
  background: rgb(58, 58, 58);
  font-size: 14px;
}
.Table--inDialog tr th:first-child {
  border-top-left-radius: 5px;
}
.Table--inDialog tr th:last-child {
  border-top-right-radius: 5px;
}
.Table--inDialog tr td {
  border-top: 1px solid rgba(221, 221, 221, 0.12);
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Table--inDialog tr td:first-child {
  color: rgb(249, 220, 133);
  font-weight: bold;
}
.Table--inDialog tr:first-child td {
  border-top-width: 2px;
}
.Table--inDialog tr:last-child td {
  border-bottom: 0;
}
.Table--inDialog button.btn, .Table--inDialog #recipeCreatorDialogContent button.rc_calcButton, #recipeCreatorDialogContent .Table--inDialog button.rc_calcButton, .Table--inDialog .G_input.-withCheckboxBtn button.G_input__checkBox, .G_input.-withCheckboxBtn .Table--inDialog button.G_input__checkBox {
  border: 0;
  min-width: unset;
}
.Table--inDialog button.btn i, .Table--inDialog #recipeCreatorDialogContent button.rc_calcButton i, #recipeCreatorDialogContent .Table--inDialog button.rc_calcButton i, .Table--inDialog .G_input.-withCheckboxBtn button.G_input__checkBox i, .G_input.-withCheckboxBtn .Table--inDialog button.G_input__checkBox i {
  font-size: 17px;
  line-height: 22px;
}

.Table_customPropertyTable.table {
  background-color: transparent;
}
.Table_customPropertyTable.table tbody td {
  border-bottom: 0;
  background-color: transparent;
}
.Table_customPropertyTable.table tbody td input {
  width: 94%;
}
.Table_customPropertyTable.table tbody td .add-on:first-child {
  width: 220px;
}
.Table_customPropertyTable.table tbody td .add-on:last-child {
  width: 50px;
}
.Table_customPropertyTable.table tbody tr:first-child td {
  padding-top: 5px;
}

.Table--condensed td, .Table_propsTable td {
  position: relative;
}
.Table--condensed td input[type=number], .Table_propsTable td input[type=number], .Table--condensed td input[type=number]:active, .Table--condensed td input[type=number]:focus,
.Table--condensed td input[type=text],
.Table_propsTable td input[type=text], .Table--condensed td input[type=text]:active, .Table--condensed td input[type=text]:focus {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 22px !important;
  margin: 0;
  outline: none;
  transition: none;
}
.Table--condensed td input[type=number]:focus, .Table_propsTable td input[type=number]:focus,
.Table--condensed td input[type=text]:focus,
.Table_propsTable td input[type=text]:focus {
  background: #BAE2E6;
}
.Table--condensed td .app-input, .Table_propsTable td .app-input,
.Table--condensed .Table__row .app-input,
.Table_propsTable .Table__row .app-input {
  left: 0;
  margin: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  width: unset;
}
.Table--condensed td .app-input input[type=number], .Table_propsTable td .app-input input[type=number],
.Table--condensed td .app-input input[type=text],
.Table_propsTable td .app-input input[type=text],
.Table--condensed .Table__row .app-input input[type=number],
.Table_propsTable .Table__row .app-input input[type=number],
.Table--condensed .Table__row .app-input input[type=text],
.Table_propsTable .Table__row .app-input input[type=text] {
  height: 100% !important;
  min-height: 25px;
}
.Table--condensed > tbody > tr > td, .Table_propsTable > tbody > tr > td {
  padding: 0;
}
.Table--condensed > tbody > tr > td:first-child, .Table_propsTable > tbody > tr > td:first-child {
  padding-left: 10px;
}
.Table--condensed > tbody > tr > td.Table_tdInput, .Table_propsTable > tbody > tr > td.Table_tdInput {
  padding-left: 0;
}
.Table--condensed > tbody > tr > td.Table_tdInput > input, .Table_propsTable > tbody > tr > td.Table_tdInput > input {
  width: 100%;
}
.Table--condensed > tbody > tr > td.Table_tdInput + .Table_tdInput, .Table_propsTable > tbody > tr > td.Table_tdInput + .Table_tdInput {
  border-left: 1px solid #dddddd;
}

.Table_ingredientsTable {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #dedede;
  table-layout: fixed;
}
.Table_ingredientsTable th {
  border-top: 0;
  border-bottom: 0;
}
.Table_ingredientsTable th:first-child {
  text-align: left;
  padding-left: 15px;
  border-left: 1px solid #dedede;
}
.Table_ingredientsTable th:last-child {
  border-right: 1px solid #dedede;
}
.Table_ingredientsTable th.-shade {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.05) 5px, rgba(0, 0, 0, 0.05) 9.8px) !important;
}
.Table_ingredientsTable th.-border {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow {
  height: 40px;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow .btn.btn-mini, .Table_ingredientsTable .Table_ingredientsTable__materialRow #recipeCreatorDialogContent .btn-mini.rc_calcButton, #recipeCreatorDialogContent .Table_ingredientsTable .Table_ingredientsTable__materialRow .btn-mini.rc_calcButton, .Table_ingredientsTable .Table_ingredientsTable__materialRow .G_input.-withCheckboxBtn .btn-mini.G_input__checkBox, .G_input.-withCheckboxBtn .Table_ingredientsTable .Table_ingredientsTable__materialRow .btn-mini.G_input__checkBox {
  opacity: 0.5;
  background: rgba(12, 12, 12, 0.14);
  box-shadow: none;
  border: none;
  font-size: 14px;
  text-shadow: none;
  color: rgb(9, 9, 9);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow .btn.btn-mini:hover, .Table_ingredientsTable .Table_ingredientsTable__materialRow #recipeCreatorDialogContent .btn-mini.rc_calcButton:hover, #recipeCreatorDialogContent .Table_ingredientsTable .Table_ingredientsTable__materialRow .btn-mini.rc_calcButton:hover, .Table_ingredientsTable .Table_ingredientsTable__materialRow .G_input.-withCheckboxBtn .btn-mini.G_input__checkBox:hover, .G_input.-withCheckboxBtn .Table_ingredientsTable .Table_ingredientsTable__materialRow .btn-mini.G_input__checkBox:hover {
  opacity: 1;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td {
  height: 40px;
  position: relative;
  border-top: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td:first-child {
  border-left: 1px solid;
  border-right: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input {
  margin: 0;
  max-width: 67px;
  border: 1px solid rgb(173, 171, 171);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input.-append {
  max-width: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input.-double {
  max-width: 162px;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input.-double.-append {
  max-width: 135px;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input + span {
  background: rgb(233, 233, 233);
  width: 16px;
  display: inline-block;
  margin-left: -5px;
  padding: 5px;
  top: 1px;
  line-height: 16px;
  position: relative;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid rgb(173, 171, 171);
  text-align: center;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input[disabled] {
  opacity: 0.7;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input[disabled] + span {
  opacity: 0.5;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td input:not([disabled]) + input[disabled] + span {
  opacity: 1;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td:first-child {
  padding-left: 15px;
  border-left: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td:last-child {
  border-right: 1px solid;
  text-overflow: clip;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td.-center {
  text-align: center;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow td.-border {
  border-right: 1px solid #dedede;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--empty {
  height: 8px;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--empty td {
  height: 8px;
  border: none !important;
  background: transparent;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binder {
  background: #FFF4C1;
  background: #FFF4C1;
  background: -moz-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF4C1), color-stop(99%, #FFEE96));
  background: -webkit-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: -o-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: -ms-linear-gradient(top, #F7EAB0 0%, #FDF2BC 99%);
  background: linear-gradient(to bottom, #F7EAB0 0%, #FDF2BC 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$binderTypeColor", endColorstr="$binderTypeColor2", GradientType=0);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binder td {
  border-color: #E4D9A1 !important;
  background: transparent;
  border-right: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binder.--double {
  background: linear-gradient(to bottom, #F7EAB0 0%, #faeeb6 100%);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binder.--double td {
  border-bottom-color: transparent !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binder.--adjustment {
  background: linear-gradient(to bottom, #faeeb6 0%, #FDF2BC 100%);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binderRecipe:not(:only-child) td,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalRecipe:not(:only-child) td {
  border-bottom: 0;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binderFromBinderRecipe {
  background: #FDF2BC;
  background: #FDF2BC;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--binderFromBinderRecipe td {
  border-top: 0;
  background: transparent;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--bindersTotal {
  background: #EEE5B6;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--bindersTotal td {
  background: transparent;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregate {
  background: #D5D4D3;
  background: #D5D4D3;
  background: -moz-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D5D4D3), color-stop(100%, #D1D0D0));
  background: -webkit-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: -o-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: -ms-linear-gradient(top, #D5D4D3 0%, #D1D0D0 100%);
  background: linear-gradient(to bottom, #D5D4D3 0%, #D1D0D0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$aggregateTypeColor", endColorstr="$aggregateTypeColor3", GradientType=0);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregate td {
  border-color: #BEBEBE !important;
  background: transparent;
  border-right: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregate td:first-child {
  border-left: 1px solid;
  border-right: 0;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregate + .-aggregate td {
  border-top: 0;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregate.--double {
  background: linear-gradient(to bottom, #D5D4D3 0%, #d3d2d2 100%);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregate.--double td {
  border-bottom-color: transparent !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregate.--adjustment {
  background: linear-gradient(to bottom, #d3d2d2 0%, #D1D0D0 100%);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregatesTotal {
  background: silver;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregatesTotal td, .Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregatesTotal td:first-child {
  border-color: #a3a3a3 !important;
  background: transparent;
  border-top: 0 !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregatesTotal.-isNotValid {
  background: rgb(206, 128, 128);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregatesTotal.-isNotValid td {
  border-color: rgb(155, 99, 99) !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--aggregatesTotal.-isNotValid .-markAsInvalid {
  font-weight: bold;
  color: maroon;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive {
  background: #AEC9A5;
  background: -moz-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AEC9A5), color-stop(100%, #B0CEA7));
  background: -webkit-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: -o-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: -ms-linear-gradient(top, #AEC9A5 0%, #B0CEA7 100%);
  background: linear-gradient(to bottom, #AEC9A5 0%, #B0CEA7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$additiveTypeColor", endColorstr="$additiveTypeColor3", GradientType=0);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive td {
  border-color: #84A876 !important;
  background: transparent;
  border-right: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.--double {
  background: linear-gradient(to bottom, #AEC9A5 0%, #afcca6 100%);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.--double td {
  border-bottom-color: transparent !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.--adjustment {
  background: linear-gradient(to bottom, #afcca6 0%, #B0CEA7 100%);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow + .Table_ingredientsTable__materialRow td {
  border-top: 0 !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalRecipe {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #F0F0F0 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #F0F0F0));
  background: -webkit-linear-gradient(top, white 0%, #F0F0F0 99%);
  background: -o-linear-gradient(top, white 0%, #F0F0F0 99%);
  background: -ms-linear-gradient(top, white 0%, #F0F0F0 99%);
  background: linear-gradient(to bottom, white 0%, #F0F0F0 99%);
  border-color: #cdcdcd !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="#F0F0F0", GradientType=0);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalRecipe td {
  border-color: #cdcdcd !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalRecipe td:last-child {
  border-right: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalRecipeTotal {
  background: #f1f1f1 !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalRecipeTotal td {
  background: transparent;
  border-bottom: 1px solid #cdcdcd;
  font-weight: normal;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--genericTotal td, .Table_ingredientsTable .Table_ingredientsTable__materialRow--genericTotal td:first-child, .Table_ingredientsTable .Table_ingredientsTable__materialRow--genericTotal td:last-child {
  border-color: #c1c1c1;
  border-right-color: #c1c1c1;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--fromAdditionalRecipe + .Table_ingredientsTable__materialRow--additionalRecipe td {
  border-top: 0 !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.Table_ingredientsTable__materialRow--fromAdditionalRecipe, .Table_ingredientsTable .-binder.-fromAdditionalRecipe {
  background: #F8F8F8;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.Table_ingredientsTable__materialRow--fromAdditionalRecipe td, .Table_ingredientsTable .-binder.-fromAdditionalRecipe td {
  border-top: 0 !important;
  border-color: #e4e2e2 !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.Table_ingredientsTable__materialRow--fromAdditionalRecipe td:first-child, .Table_ingredientsTable .-binder.-fromAdditionalRecipe td:first-child {
  border-left-color: #cdcdcd !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.Table_ingredientsTable__materialRow--fromAdditionalRecipe td:last-child, .Table_ingredientsTable .-binder.-fromAdditionalRecipe td:last-child {
  border-right-color: #cdcdcd !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.Table_ingredientsTable__materialRow--fromAdditionalRecipe:last-child td, .Table_ingredientsTable .-binder.-fromAdditionalRecipe:last-child td {
  border-bottom-color: #cdcdcd !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.Table_ingredientsTable__materialRow--fromAdditionalRecipe:last-child td:first-child, .Table_ingredientsTable .-binder.-fromAdditionalRecipe:last-child td:first-child {
  border-left-color: #cdcdcd !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additive.Table_ingredientsTable__materialRow--fromAdditionalRecipe:last-child td:last-child, .Table_ingredientsTable .-binder.-fromAdditionalRecipe:last-child td:last-child {
  border-right-color: #cdcdcd !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--water {
  background: #BEDBF8;
  background: -moz-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BEDBF8), color-stop(100%, #B8D8F8));
  background: -webkit-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: -o-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: -ms-linear-gradient(top, #BEDBF8 0%, #B8D8F8 100%);
  background: linear-gradient(to bottom, #BEDBF8 0%, #B8D8F8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$waterTypeColor", endColorstr="$waterTypeColor3", GradientType=0);
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--water td {
  border-color: #92B4CF !important;
  background: transparent;
  padding-bottom: 2px;
  padding-top: 1px;
  border-right: 1px solid;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--water + .-water td {
  border-top: 0 !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow--water.-oddChild {
  background: #ADCDEC;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService {
  background: linear-gradient(to bottom, #bfe4d9 0%, #c7eadf 100%);
  background: #f8f8f8;
  height: 39px !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td {
  background: transparent;
  border-color: #e4e2e2 !important;
  text-overflow: clip;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td:last-child,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td:last-child {
  cursor: pointer;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td .add-on,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td .add-on {
  border: 0;
  border-radius: 0;
  background: white;
  font-weight: normal;
  right: 3px;
  top: 1px;
  height: auto;
  line-height: 28px;
  color: #929090;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td:not(:last-child),
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td:not(:last-child) {
  border-right: 1px solid #e4e2e2;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td .btn.btn-mini,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td .btn.btn-mini,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td #recipeCreatorDialogContent .btn-mini.rc_calcButton,
#recipeCreatorDialogContent .Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td .btn-mini.rc_calcButton,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td .G_input.-withCheckboxBtn .btn-mini.G_input__checkBox,
.G_input.-withCheckboxBtn .Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td .btn-mini.G_input__checkBox {
  margin-left: 0;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td > input[type=text],
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td > input[type=text] {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  width: 71px;
  max-width: 71px !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td > input[disabled],
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td > input[disabled] {
  opacity: 1;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService td.inputWithUnit > input[type=text],
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService td.inputWithUnit > input[type=text] {
  width: 50px;
  max-width: 50px !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService .withInput,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService .withInput {
  background: white;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService .Table_ingredientsTable__materialRow--additionalService__iconColumn i, .Table_ingredientsTable .Table_ingredientsTable__materialRow.Table_ingredientsTable__materialRow--additionalService .Table_ingredientsTable__materialRow--additionalService__iconColumn span,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService .Table_ingredientsTable__materialRow--additionalService__iconColumn i,
.Table_ingredientsTable .Table_ingredientsTable__materialRow--additionalService .Table_ingredientsTable__materialRow--additionalService__iconColumn span {
  color: #afafaf;
}
.Table_ingredientsTable td.-shade {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.05) 5px, rgba(0, 0, 0, 0.05) 9.8px) !important;
  color: rgba(0, 0, 0, 0.61);
}
.Table_ingredientsTable td.-strong {
  font-weight: bold !important;
}
.Table_ingredientsTable td.-underline, .Table_ingredientsTable span.-underline {
  text-decoration: underline !important;
}
.Table_ingredientsTable td.-pointer:hover,
.Table_ingredientsTable td span.-pointer:hover {
  cursor: pointer !important;
}
.Table_ingredientsTable td.-italic {
  font-style: italic !important;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow__materialIcon {
  background: silver;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 14px;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow__materialIcon.-binder {
  background: #F7EAB0;
}
.Table_ingredientsTable .Table_ingredientsTable__materialRow__materialIcon.-additive {
  background: #B0CEA7;
}

.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td {
  height: 22px;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td .app-input {
  margin-left: 0;
  width: 100%;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td input[type=text],
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td input[type=number] {
  border-radius: 2px;
  box-sizing: border-box;
  height: 25px;
  margin: 1px;
  min-width: 30px;
  max-width: 50px !important;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td input[type=checkbox] {
  margin-left: 0;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td input + span, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td span.app-add-on, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td span.add-on {
  margin-left: -6px;
  height: 17px;
  line-height: 18px;
  font-size: 12px;
  padding: 3px;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td:last-child {
  border-left: 0;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td input[type=number] {
  -moz-appearance: textfield;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td input::-webkit-outer-spin-button,
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow_cell--input:not(.-disabled) {
  background: white;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow_cell--input input {
  background: transparent;
  box-shadow: none;
  border: none;
  text-align: right;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow_cell--input input:not(:only-child) {
  max-width: 40px;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow_cell--input input + span {
  border: none;
  background: transparent;
  color: rgb(148, 148, 148);
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title {
  font-weight: normal;
  height: 30px;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title:not(:only-child):not(.-noMaterials) td, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title:not(:only-child):not(.-noMaterials) td {
  border-bottom: 0;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title td, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title td {
  height: 30px;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title td:last-child, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title td:last-child {
  border-left: 0;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title td:first-child, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title td:first-child {
  border-right: 0;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-title button {
  float: right;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow--empty, .Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow--empty td {
  height: 3px !important;
}
.Table_ingredientsTable--condensed .Table_ingredientsTable__materialRow.-total td {
  font-style: italic;
}

.Table_ingredientsTable--noHeader {
  border-top: 0 !important;
}

.Table_row {
  position: relative;
}
.Table_row > td {
  border-bottom: 1px solid #E0E0E0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.Table_row > td dropdownselect button {
  font-size: 11px;
  padding: 2px 6px;
}
.Table_row > td label.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  top: 4px;
  margin-bottom: 0;
  /* Rounded sliders */
}
.Table_row > td label.switch input {
  display: none;
}
.Table_row > td label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.Table_row > td label.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.Table_row > td label.switch input:checked + .slider {
  background-image: -moz-linear-gradient(top, #58AB58, #51A351);
  background-image: -webkit-linear-gradient(top, #58AB58, #51A351);
  background-image: -ms-linear-gradient(top, #58AB58, #51A351);
  background-image: linear-gradient(to bottom, #58AB58, #51A351);
  background-repeat: repeat-x;
}
.Table_row > td label.switch input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.Table_row > td label.switch .slider.round {
  border-radius: 34px;
}
.Table_row > td label.switch .slider.round:before {
  border-radius: 50%;
}
.Table_row.-withHoverEffects:hover > td {
  background: #e7f3e7;
  cursor: pointer;
}
.Table_row.app-details:hover > td {
  background: transparent;
}
.Table_row.app-active > td {
  font-weight: bold;
}

.Table_row.-border-bottom > td {
  border-bottom: 1px solid #E0E0E0 !important;
}

.Table_row:not(.app-details).app-active > td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}

.Table_row:not(.app-active).app-details {
  display: none;
}
.Table_row:not(.app-active).app-details > td {
  padding: 0;
  border-bottom: 0;
  border-top: 0;
}
.Table_row.app-details {
  display: none;
}
.Table_row.app-details > td {
  background: transparent;
  border: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  overflow: visible;
  padding: 0;
  transition: all linear 0.2s;
}
.Table_row.app-details > td > div {
  position: relative;
}
.Table_row.app-details .app-view {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: none;
  position: relative;
}
.Table_row.app-details .app-view-header {
  display: block;
  height: 28px;
  padding: 10px 15px 10px 20px;
  position: absolute;
  right: -11px;
  top: -49px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20px); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20px, white)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20px); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20px); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20px); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20px); /* W3C */
}
.Table_row.app-details .app-view-header .app-toolbar {
  float: left;
  position: relative;
}
.Table_row.app-details .app-view-header .app-toolbar .btn:not(.btn-success), .Table_row.app-details .app-view-header .app-toolbar #recipeCreatorDialogContent .rc_calcButton:not(.btn-success), #recipeCreatorDialogContent .Table_row.app-details .app-view-header .app-toolbar .rc_calcButton:not(.btn-success), .Table_row.app-details .app-view-header .app-toolbar .G_input.-withCheckboxBtn .G_input__checkBox:not(.btn-success), .G_input.-withCheckboxBtn .Table_row.app-details .app-view-header .app-toolbar .G_input__checkBox:not(.btn-success) {
  border-color: rgba(0, 0, 0, 0.33) rgba(0, 0, 0, 0.47) rgba(0, 0, 0, 0.51);
}
.Table_row.app-details .app-view-header .app-toolbar .btn-success {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.26) rgba(0, 0, 0, 0.39);
}
.Table_row.app-details .app-view-content {
  position: relative;
}
.Table_row.app-details:last-child > td {
  border-bottom: 1px solid #ccc;
}
.Table_row.app-details:last-child > td .app-form {
  background: linear-gradient(to bottom, #e5e5e5 0%, #f2f2f2 4%);
}

.Table_row.app-active > td {
  background: white;
}

.Table_row.app-active + tr + tr > td {
  border-top: 1px solid #c4c4c4;
}

.Table_row--xl--js {
  height: 50px;
}
.Table_row--xl--js > td {
  line-height: 35px !important;
}

.Table_row--large--js > td {
  vertical-align: top !important;
  padding-top: 5px !important;
}

.Table_row--large--js__header {
  padding: 7px 15px 7px 20px !important;
}

.Table_row--active,
.Table > tbody > tr.Table_row--active {
  border-color: #7FA3BD;
}
.Table_row--active > td,
.Table > tbody > tr.Table_row--active > td {
  background: #BBD0E2;
  border-color: #7FA3BD;
}
.Table_row--active:hover > td, .Table_row--active:not(.app-details):hover > td,
.Table > tbody > tr.Table_row--active:hover > td,
.Table > tbody > tr.Table_row--active:not(.app-details):hover > td {
  background: #D4E5F3;
}

.Table_row--success,
.Table > tbody > tr.Table_row--success,
.Table_row--success:not(.app-details),
.Table_row.status-produced,
.Table_row.status-produced:not(.app-details) {
  border-color: #86BB62 !important;
}
.Table_row--success > td,
.Table > tbody > tr.Table_row--success > td,
.Table_row--success:not(.app-details) > td,
.Table_row.status-produced > td,
.Table_row.status-produced:not(.app-details) > td {
  background: #AFE48B !important;
  border-color: #86BB62 !important;
}
.Table_row--success:hover > td,
.Table_row--success:not(.app-details):hover > td,
.Table > tbody > tr.Table_row--success:hover > td,
.Table > tbody > tr.Table_row--success:not(.app-details):hover > td,
.Table_row--success:not(.app-details):not(.app-details):hover > td,
.Table_row.status-produced:hover > td,
.Table_row.status-produced:not(.app-details):hover > td,
.Table_row.status-produced:not(.app-details):not(.app-details):hover > td {
  background: #D1FDB3 !important;
}

.Table_row--success2,
.Table > tbody > tr.Table_row--success2,
.Table_row--success2:not(.app-details) {
  border-color: #639d63 !important;
}
.Table_row--success2 > td,
.Table > tbody > tr.Table_row--success2 > td,
.Table_row--success2:not(.app-details) > td {
  background: #70af70 !important;
  border-color: #639d63 !important;
}
.Table_row--success2:hover > td,
.Table_row--success2:not(.app-details):hover > td,
.Table > tbody > tr.Table_row--success2:hover > td,
.Table > tbody > tr.Table_row--success2:not(.app-details):hover > td,
.Table_row--success2:not(.app-details):not(.app-details):hover > td {
  background: #7fc67f !important;
}
.Table_row--success2 a, .Table_row--success2 a:hover,
.Table > tbody > tr.Table_row--success2 a,
.Table > tbody > tr.Table_row--success2 a:hover,
.Table_row--success2:not(.app-details) a,
.Table_row--success2:not(.app-details) a:hover {
  color: #04496b !important;
}

.Table_row--inverted,
.Table > tbody > tr.Table_row--inverted,
.Table_row--inverted:not(.app-details) {
  border-color: black !important;
}
.Table_row--inverted > td,
.Table > tbody > tr.Table_row--inverted > td,
.Table_row--inverted:not(.app-details) > td {
  background: #505050 !important;
  border-color: black !important;
  color: #d8d8d8 !important;
}
.Table_row--inverted:hover > td,
.Table_row--inverted:not(.app-details):hover > td,
.Table > tbody > tr.Table_row--inverted:hover > td,
.Table > tbody > tr.Table_row--inverted:not(.app-details):hover > td,
.Table_row--inverted:not(.app-details):not(.app-details):hover > td {
  background: #7c7c7c !important;
}
.Table_row--inverted a, .Table_row--inverted a:hover,
.Table > tbody > tr.Table_row--inverted a,
.Table > tbody > tr.Table_row--inverted a:hover,
.Table_row--inverted:not(.app-details) a,
.Table_row--inverted:not(.app-details) a:hover {
  color: #d8d8d8 !important;
}

.Table_row--offline,
.Table > tbody > tr.Table_row--offline,
.Table_row--offline:not(.app-details) {
  border-color: #858a8e !important;
}
.Table_row--offline > td,
.Table > tbody > tr.Table_row--offline > td,
.Table_row--offline:not(.app-details) > td {
  background: #b7b9b9 !important;
  border-color: #9c9c9c !important;
}
.Table_row--offline:hover > td,
.Table_row--offline:not(.app-details):hover > td,
.Table > tbody > tr.Table_row--offline:hover > td,
.Table > tbody > tr.Table_row--offline:not(.app-details):hover > td,
.Table_row--offline:not(.app-details):not(.app-details):hover > td {
  background: #a5a7a7 !important;
}
.Table_row--offline a, .Table_row--offline a:hover,
.Table > tbody > tr.Table_row--offline a,
.Table > tbody > tr.Table_row--offline a:hover,
.Table_row--offline:not(.app-details) a,
.Table_row--offline:not(.app-details) a:hover {
  color: black !important;
}
.Table_row--offline a span, .Table_row--offline a:hover span,
.Table > tbody > tr.Table_row--offline a span,
.Table > tbody > tr.Table_row--offline a:hover span,
.Table_row--offline:not(.app-details) a span,
.Table_row--offline:not(.app-details) a:hover span {
  text-decoration-color: black;
}

.Table > tbody > tr.Table_row--removed, .Table_propsTable > tbody > tr.Table_row--removed {
  border-color: #B9B7B7 !important;
}
.Table > tbody > tr.Table_row--removed > td, .Table_propsTable > tbody > tr.Table_row--removed > td {
  background: #D8D2D2 !important;
  border-color: #B9B7B7 !important;
  color: #9E9E9E !important;
  text-decoration: line-through;
}
.Table > tbody > tr.Table_row--removed:hover > td, .Table_propsTable > tbody > tr.Table_row--removed:hover > td, .Table > tbody > tr.Table_row--removed:not(.app-details):hover > td {
  background: #E0E0E0 !important;
}
.Table > tbody > tr.Table_row--removed a, .Table_propsTable > tbody > tr.Table_row--removed a, .Table > tbody > tr.Table_row--removed a:hover {
  color: #08c !important;
}

.Table_row--warning,
.Table > tbody > tr.Table_row--warning,
.Table_row--warning:not(.app-details) {
  background: #FDE8AD !important;
}
.Table_row--warning > td,
.Table > tbody > tr.Table_row--warning > td,
.Table_row--warning:not(.app-details) > td {
  background: #FDE8AD !important;
  border-color: #E2C08B !important;
}
.Table_row--warning:hover > td,
.Table_row--warning:not(.app-details):hover > td,
.Table > tbody > tr.Table_row--warning:hover > td,
.Table > tbody > tr.Table_row--warning:not(.app-details):hover > td,
.Table_row--warning:not(.app-details):not(.app-details):hover > td {
  background: #FFEED5 !important;
}

.Table_cell--warning,
.Table > tbody > tr > td.Table_cell--warning {
  background: #FDE8AD !important;
  border-color: #E2C08B !important;
}

.Table_row--error,
.Table > tbody > tr.Table_row--error,
.Table_row--error:not(.app-details),
.Table_row.status-cancelled,
.Table_row.status-cancelled:not(.app-details) {
  background: #EA9494 !important;
}
.Table_row--error > td,
.Table > tbody > tr.Table_row--error > td,
.Table_row--error:not(.app-details) > td,
.Table_row.status-cancelled > td,
.Table_row.status-cancelled:not(.app-details) > td {
  background: #FFB5B3 !important;
  border-color: #EA9494 !important;
}
.Table_row--error > td a,
.Table > tbody > tr.Table_row--error > td a,
.Table_row--error:not(.app-details) > td a,
.Table_row.status-cancelled > td a,
.Table_row.status-cancelled:not(.app-details) > td a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
}
.Table_row--error:hover > td,
.Table_row--error:not(.app-details):hover > td,
.Table > tbody > tr.Table_row--error:hover > td,
.Table > tbody > tr.Table_row--error:not(.app-details):hover > td,
.Table_row--error:not(.app-details):not(.app-details):hover > td,
.Table_row.status-cancelled:hover > td,
.Table_row.status-cancelled:not(.app-details):hover > td,
.Table_row.status-cancelled:not(.app-details):not(.app-details):hover > td {
  background: #F7C7C6 !important;
}

.Table_row--validationWarning > td {
  padding: 0 !important;
}
.Table_row--validationWarning .validation-warning {
  padding: 3px;
  text-align: center;
}
.Table_row--validationWarning .validation-warning i {
  margin-right: 10px;
}

.Table > tbody > tr.Table_row--inactive, .Table_propsTable > tbody > tr.Table_row--inactive {
  opacity: 0.4;
}
.Table > tbody > tr.Table_row--inactive > td, .Table_propsTable > tbody > tr.Table_row--inactive > td {
  background: #F2F2F2;
  font-style: italic;
}
.Table > tbody > tr.Table_row--inactive > td input, .Table_propsTable > tbody > tr.Table_row--inactive > td input, .Table > tbody > tr.Table_row--inactive > td .app-input input, .Table > tbody > tr.Table_row--inactive > td select, .Table_propsTable > tbody > tr.Table_row--inactive > td select, .Table > tbody > tr.Table_row--inactive > td .app-input select, .Table > tbody > tr.Table_row--inactive > td input[type=checkbox], .Table > tbody > tr.Table_row--inactive > td span, .Table_propsTable > tbody > tr.Table_row--inactive > td span {
  background: transparent;
  border: none !important;
  box-shadow: none;
  font-style: italic;
  pointer-events: none;
}

.Table > tbody > tr.Table_row--virtual > td, .Table_propsTable > tbody > tr.Table_row--virtual > td {
  background-color: #a0dede;
}
.Table > tbody > tr.Table_row--virtual:hover > td, .Table_propsTable > tbody > tr.Table_row--virtual:hover > td {
  background-color: #94cece !important;
}

.Table > tbody > tr.Table_row--turqoise > td, .Table_propsTable > tbody > tr.Table_row--turqoise > td {
  background-color: #a0dede;
}
.Table > tbody > tr.Table_row--turqoise:hover > td, .Table_propsTable > tbody > tr.Table_row--turqoise:hover > td {
  background-color: #94cece !important;
}

.Table tr td.-archived, .Table_propsTable tr td.-archived, .Table tr td span.-archived, .Table_propsTable tr td span.-archived {
  font-style: italic;
  text-decoration: line-through !important;
  color: rgba(0, 0, 0, 0.5);
  text-decoration-color: rgba(0, 0, 0, 0.5) !important;
}

.Table_row__link:hover {
  text-decoration: underline;
  color: darkslateblue;
  cursor: pointer;
}

.Table_footer__link {
  font-size: 1.3em;
  color: #4a6271;
  padding: 2px 5px;
  border-radius: 2px;
}
.Table_footer__link:hover {
  color: white;
  background: #65849e;
  cursor: pointer;
  text-decoration: none;
}

.Table_tableWidget__resizableTable > thead > tr > th {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Table_tableWidget__resizableTable > thead > tr > th:first-child .Table_tableWidget__resizableTh {
  margin-left: 6px;
}
.Table_tableWidget__resizableTable .Table_tableWidget__resizableTh {
  margin-left: 3px;
  margin-right: 5px;
}

.Table__tabMenu {
  cursor: pointer;
}
.Table__tabMenu .Table__tabMenu__tab,
.Table__tabMenu tbody tr td.Table__tabMenu__tab,
.Table__tabMenu tbody tr.Table__row td.Table__tabMenu__tab {
  border: 1px solid #A9A8A8;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #D4D4D4 !important;
  box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.07) inset;
}
.Table__tabMenu .Table__tabMenu__tab.active,
.Table__tabMenu tbody tr td.Table__tabMenu__tab.active {
  border: 1px solid silver;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #EBEBEB !important;
}
.Table__tabMenu .Table__tabMenu__tab.Table__tabMenu__tab--error {
  background: #F19B99 !important;
  border-color: #b67070 !important;
}
.Table__tabMenu .Table__tabMenu__tab.Table__tabMenu__tab--error.active {
  background: #f8b9b7 !important;
  border-color: #d88686 !important;
}

.Table__tab + .Table__tab {
  display: none;
}
.Table__tab.active {
  display: table;
}

#tableGuideDialog {
  font-size: 12px;
  width: 400px;
}
#tableGuideDialog label {
  width: 170px;
}

.tableList > .app-view-header h2 {
  flex: none;
  display: inline-block;
  margin-right: 15px;
}
.tableList > .app-view-header .filterButtons {
  flex-grow: 7;
  margin: 0;
}
.tableList > .app-view-header .filterButtons li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

#table-list fieldset.withNarrowInputs .app-input {
  max-width: 105px !important;
}
#table-list fieldset.withNarrowInputs .app-input input {
  width: 50px !important;
}
#table-list fieldset.withNarrowInputs .app-input .add-on {
  width: auto !important;
}
#table-list fieldset.withMinimalInputs .app-input {
  max-width: 50px !important;
}
#table-list fieldset.withMinimalInputs .app-input + label {
  padding-left: 20px;
  width: 199px;
}

table.app-properties-table, table.app-properties-table tbody, table.app-properties-table tr, table.app-properties-table tr td {
  background: transparent !important;
}
table.app-properties-table tr > td {
  border-top: none;
  border-bottom: 1px dashed rgb(213, 213, 213);
}
table.app-properties-table tr > td div.app-input {
  margin-left: 0;
}
table.app-properties-table tr:last-child > td {
  border-bottom: none !important;
}

.tableForm .divTable {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 5px;
}
.tableForm .divTable .divTableRow {
  position: relative;
  display: block;
  background: #ECECEC;
  padding: 10px 15px 10px 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed rgb(219, 219, 219);
}
.tableForm .divTable .divTableRow > .btn, .tableForm .divTable #recipeCreatorDialogContent .divTableRow > .rc_calcButton, #recipeCreatorDialogContent .tableForm .divTable .divTableRow > .rc_calcButton, .tableForm .divTable .G_input.-withCheckboxBtn .divTableRow > .G_input__checkBox, .G_input.-withCheckboxBtn .tableForm .divTable .divTableRow > .G_input__checkBox {
  position: relative;
  top: -2px;
}
.tableForm .divTable .divTableRow:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tableForm .divTable .divTableRow:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 0;
}
.tableForm .divTable .divTableRow.-header {
  border-bottom: none;
  background: #E6E6E6;
}
.tableForm .divTable .divTableRow .divTableCell {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  width: 55px;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: inline-table;
  position: relative;
}
.tableForm .divTable .divTableRow .divTableCell > input {
  width: 46px;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  top: 1px;
  position: relative;
}
.tableForm .divTable .divTableRow .divTableCell:first-child input, .tableForm .divTable .divTableRow .divTableCell.-label + .divTableCell input {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tableForm .divTable .divTableRow .divTableCell:last-child input {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tableForm .divTable .divTableRow .divTableCell.-append, .tableForm .divTable .divTableRow .divTableCell.-prepend {
  width: auto;
  line-height: 26px;
  background: #CDDBE7;
  border: 1px solid rgb(147, 169, 178);
}
.tableForm .divTable .divTableRow .divTableCell.-append {
  padding-left: 5px;
  padding-right: 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -5px;
  min-width: 30px;
  text-align: center;
}
.tableForm .divTable .divTableRow .divTableCell.-append.-large {
  min-width: 45px;
}
.tableForm .divTable .divTableRow .divTableCell.-prepend {
  left: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tableForm .divTable .divTableRow .divTableCell.-prepend.-large {
  min-width: 150px;
}
.tableForm .divTable .divTableRow .divTableCell:not(.-prepend):not(.-append) {
  margin-left: -5px;
  top: -2px;
}
.tableForm .divTable .divTableRow .divTableCell.-prepend + .divTableCell {
  margin-left: 0;
}
.tableForm .divTable .divTableRow .divTableCell.-label {
  width: 120px;
}
.tableForm .divTable.-compact .divTableRow {
  padding: 3px 5px 3px 5px;
}
.tableForm .divTable.-noBorders {
  border: none;
}
.tableForm .divTable.-noBorders .divTableRow {
  border: none;
  background: none;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
form fieldset {
  white-space: normal;
}

.f-mainForm {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  margin: 0 25px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 15px;
  position: relative;
}
.f-mainForm:not(.f-standalone):before {
  background-image: -moz-linear-gradient(top, #d9d9d9, #f2f2f2);
  background-image: -webkit-linear-gradient(top, #d9d9d9, #f2f2f2);
  background-image: -ms-linear-gradient(top, #d9d9d9, #f2f2f2);
  background-image: linear-gradient(to bottom, #d9d9d9, #f2f2f2);
  background-repeat: repeat-x;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.f-mainForm.f-standalone {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.f-mainForm.f-inline:after {
  background-image: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: linear-gradient(to bottom, #f2f2f2, #d9d9d9);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}
.f-mainForm:not(.f-inline) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.f-panel, .f-panel-tiny, .f-panel-small, .f-panel-flex {
  min-width: 380px;
  max-width: 380px;
}
.f-panel:not(:first-child), .f-panel-tiny:not(:first-child), .f-panel-small:not(:first-child), .f-panel-flex:not(:first-child) {
  border-left: 1px solid #ccc;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.f-panel:not(:first-child):before, .f-panel-tiny:not(:first-child):before, .f-panel-small:not(:first-child):before, .f-panel-flex:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px solid white;
}

.f-panel-flex {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: inherit;
  max-width: inherit;
}

.f-panel-small {
  min-width: 300px;
  max-width: 300px;
}

.f-panel-tiny {
  min-width: 200px;
  max-width: 200px;
}

.f-inputRow, .f-inputRow-indented {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.f-inputRow > .f-input, .f-inputRow-indented > .f-input {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.f-inputRow > *:not(:first-child), .f-inputRow-indented > *:not(:first-child) {
  margin-left: 5px;
}
.f-inputRow:not(:first-child), .f-inputRow-indented:not(:first-child) {
  margin-top: 5px;
}

.f-inputRow-indented {
  margin-left: 110px;
}

.f-input {
  display: -webkit-flex;
  -webkit-flex-direction: row-reverse;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  position: relative;
}
.f-input > input[type=text], .f-input > select, .f-input > textarea {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  width: 100%;
}

.f-input-checkbox {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  margin: 0;
  position: relative;
}
.f-input-checkbox > input[type=checkbox] {
  margin-top: 2px;
}

.Form_label,
.f-label {
  min-width: 100px;
  max-width: 100px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
}

.Form_label-checkbox {
  margin-left: 5px;
}

.f-inputUnit {
  cursor: text;
  position: absolute;
  right: 6px;
  top: 5px;
}

.f-inputUnit + input[type=text] {
  padding-right: 25px;
}

.f-inputGroup {
  padding: 15px 0;
  margin-top: 20px;
}
.f-inputGroup > .f-inputGroup_header {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0 0 8px 0;
}
.f-inputGroup > .f-inputGroup_header > *:not(:first-child) {
  float: right;
}
.f-inputGroup > .f-inputGroup_header popup button:first-child {
  float: right;
  font-size: 11px;
  padding: 2px 6px;
  margin-bottom: -15px;
  top: -6px;
  position: relative;
}
.f-inputGroup label {
  padding-top: 1px !important;
}
.f-inputGroup:first-of-type {
  margin-top: 0;
}

input[type=text].f-input-text-fill {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.Form.Form-header {
  display: flex;
  flex-direction: row;
}
.Form.Form-header label {
  margin-top: 5px;
  width: 120px;
}
.Form.Form-header input:not([type=checkbox]), .Form.Form-header select {
  display: inline-block;
  width: 120px;
}
.Form.Form-header input + label,
.Form.Form-header select + label {
  margin-left: 50px;
}
.Form.Form-header .Form-header__panel:not(:first-child) {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.Form.Form-header .Form-header__panel:not(:first-child):not(.Form-header__panel--borderless):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px solid white;
}
.Form.Form-header .Form-header__panel__fieldGroup {
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.Form.Form-header .Form-header__panel__fieldGroup + .Form-header__panel__fieldGroup {
  margin-top: 10px;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__header {
  font-weight: bold;
  background-color: #ebebeb;
  padding: 4px 8px 5px 8px;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__header__btn {
  float: right;
  top: -2px;
  right: -6px;
  position: relative;
  padding: 1px 6px;
}
.Form.Form-header .Form-header__panel__fieldGroup input[type=checkbox] {
  margin-top: -2px !important;
  margin-right: 2px;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row * {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: transparent;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row *.Form_searchList {
  background-color: white;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label {
  flex-grow: 0;
  margin-bottom: 0;
  margin-left: 8px;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .fa, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .fal, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .far, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .fas {
  padding-top: 7px;
  font-size: 13px;
  color: #E3E2E2;
  border-bottom: 1px solid #DEDBDB;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .Form-header__panel__fieldGroup__input,
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row input:not([type=checkbox]), .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row select {
  flex-grow: 1 !important;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: 25px;
  margin-bottom: 0;
  padding: 3px 15px;
  border-bottom: 1px solid #DEDBDB;
  border-radius: 0;
  position: relative;
  right: -1px;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .Form-header__panel__fieldGroup__input:active, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .Form-header__panel__fieldGroup__input:focus,
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row input:not([type=checkbox]):active,
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row input:not([type=checkbox]):focus, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row select:active, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row select:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #99BFDF;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row .Form-header__panel__fieldGroup__row__title {
  background-color: #EBEBEB;
  border-right: 1px solid #E6E5E5;
  flex-basis: 100px;
  flex-shrink: 0;
  margin: 0;
  padding: 3px 2px 3px 9px;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row:not(:last-child) .Form-header__panel__fieldGroup__row__title {
  border-bottom: 1px solid #D9D6D6;
}
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row:last-child .Form-header__panel__fieldGroup__input,
.Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row:last-child input:not([type=checkbox]), .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row:last-child select {
  border-bottom: none;
}

.Form-header__panel__fieldGroup:not(:first-child),
.Form-header__panel__singleTitleRow:not(:first-child) {
  margin-top: 10px !important;
}

.Form-header__panel__singleTitleRow {
  background-color: #ebebeb;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  padding: 5px 8px 3px 8px;
}
.Form-header__panel__singleTitleRow input[type=checkbox] {
  margin-top: -2px !important;
}

.Form-withTabMenu {
  overflow: visible !important;
}

.Form_formTabMenu {
  display: flex;
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: -16px;
}
.Form_formTabMenu > div {
  cursor: pointer;
  padding: 5px 15px;
  border-bottom: 5px solid #e0e0e0;
  min-width: 130px;
  text-align: center;
}
.Form_formTabMenu > div.active {
  border-bottom: 5px solid #64869f;
}
.Form_formTabMenu + * {
  box-sizing: border-box;
  padding-left: 10px;
}

.f-formTabMenu {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}
.f-formTabMenu > div {
  display: block;
  margin-bottom: 5px;
  margin-left: -22px;
}
.f-formTabMenu > div button {
  background-color: #F8F8F8;
  background-image: none;
  width: 100%;
  border: 1px solid #D6D6D6;
  text-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: black;
}
.f-formTabMenu > div button:hover {
  background-color: #ececec;
}
.f-formTabMenu > div button:focus {
  outline: none;
  box-shadow: none;
}
.f-formTabMenu > div.active {
  margin-left: -30px;
}
.f-formTabMenu > div.active button {
  background-color: white;
  font-weight: bold;
}
.f-formTabMenu > div.active button[disabled] {
  opacity: 1;
}

.Form_label--wide {
  min-width: 140px !important;
  padding-right: 10px;
  padding-top: 5px;
  white-space: normal;
  width: 140px !important;
}

.Form_label--wider {
  min-width: 180px !important;
  padding-right: 10px;
  padding-top: 5px;
  white-space: normal;
  width: 180px !important;
}

.Form_label--narrow,
.app-form label:not(.inline).Form_label--narrow {
  width: 70px !important;
}

form {
  overflow: visible;
}

.f-infoIcon {
  position: absolute;
  right: -20px;
  top: 2px;
  font-size: 23px;
  color: #BABABA;
}
.f-infoIcon.-relative {
  position: relative;
  margin-top: 2px;
  right: -4px;
}
.f-infoIcon:hover {
  color: #B8FF90;
  text-shadow: 0 0 6px rgb(90, 86, 86), 0 1px 1px black, 0 0 10px rgb(255, 255, 255);
}

.f-select-addon {
  display: inline;
  min-width: 30px;
  height: 26px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #bbb;
  text-align: center;
  position: relative;
  left: -2px;
}
.f-select-addon > i[class*=fa-] {
  position: relative;
  top: 3px;
}

.f-select-addon.f-select-addon--danger {
  color: #AD4843;
  background: #f8b9b7;
  border-color: #D17876;
  border-left: 1px solid rgb(151, 145, 145);
}
.f-select-addon.f-select-addon--danger > i {
  text-shadow: 0 1px 0 #E9D6D6;
}

.f-select-addon.f-select-addon--success {
  color: #506F4C;
  background: #b6e0ac;
  border-color: rgb(117, 172, 112);
  border-left: 1px solid rgb(167, 161, 161);
}
.f-select-addon.f-select-addon--success > i {
  text-shadow: 0 1px 0 #cee9ca;
}

.f-fieldset--popOut {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 20px !important;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.23);
  box-sizing: border-box;
}
.f-fieldset--popOut:not(:only-child) {
  margin-bottom: 15px;
}
.f-fieldset--popOut > legend {
  top: 27px;
  position: relative;
  margin-bottom: 10px !important;
  border-bottom: 0 !important;
}
.f-fieldset--popOut:first-child {
  margin-top: -10px !important;
}

.app-horizontal > label + button, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label + button, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label + button, .app-input.-withMinMax > label + button, .Table_tableFilters > label + button, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label + button {
  margin-left: 0 !important;
}
.app-horizontal > label + select, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label + select, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label + select, .app-input.-withMinMax > label + select, .Table_tableFilters > label + select, .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label + select {
  margin-bottom: 0 !important;
}

.select2-container {
  width: 100%;
}

.app-form {
  background: #f2f2f2;
}

.app-view-content.app-form > form {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.app-view-content.app-form > form .app-panel.app-flex, .app-view-content.app-form > form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-panel.colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-view-content.app-form > form .app-panel.colorLabel, .app-view-content.app-form > form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-panel.colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-view-content.app-form > form .app-panel.colorLabel, .app-view-content.app-form > form .app-panel {
  flex-shrink: 1 !important;
}
.app-view-content.app-form > form .app-panel:last-child {
  margin-right: 0;
  padding-right: 0;
}

.app-form form,
.app-dialog form {
  margin-bottom: 0;
  overflow: visible;
}
.app-form .app-horizontal:not(:last-child), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow:not(:last-child), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow:not(:last-child), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow:not(:last-child), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow:not(:last-child), .app-form .app-input.-withMinMax:not(:last-child), .app-form .Table_tableFilters:not(:last-child), .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row:not(:last-child), .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row:not(:last-child),
.app-dialog .app-horizontal:not(:last-child),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow:not(:last-child),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow:not(:last-child),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow:not(:last-child),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow:not(:last-child),
.app-dialog .app-input.-withMinMax:not(:last-child),
.app-dialog .Table_tableFilters:not(:last-child),
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row:not(:last-child),
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row:not(:last-child) {
  margin-bottom: 5px;
}
.app-form .app-panel legend + table,
.app-dialog .app-panel legend + table {
  margin-top: 0;
}
.app-form .app-input,
.app-dialog .app-input {
  margin-left: 5px;
  margin-bottom: 0;
  width: 100px;
}
.app-form .app-input.wide-input,
.app-dialog .app-input.wide-input {
  width: 115px;
}
.app-form .app-input.app-flex, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-input.colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .app-input.colorLabel, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-input.colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .app-input.colorLabel,
.app-dialog .app-input.app-flex,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-input.colorLabel,
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .app-input.colorLabel,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-input.colorLabel,
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .app-input.colorLabel {
  width: auto;
}
.app-form .btn, .app-form #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .app-form .rc_calcButton, .app-form .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .app-form .G_input__checkBox,
.app-dialog .btn,
.app-dialog #recipeCreatorDialogContent .rc_calcButton,
#recipeCreatorDialogContent .app-dialog .rc_calcButton,
.app-dialog .G_input.-withCheckboxBtn .G_input__checkBox,
.G_input.-withCheckboxBtn .app-dialog .G_input__checkBox {
  margin-left: 5px;
}
.app-form .checkbox.inline,
.app-form .radio.inline,
.app-dialog .checkbox.inline,
.app-dialog .radio.inline {
  padding-top: 5px;
  white-space: nowrap;
}
.app-form .input-append,
.app-dialog .input-append {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-right: 35px;
}
.app-form .input-append .add-on,
.app-dialog .input-append .add-on {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  margin-right: -35px;
  overflow: hidden;
  width: 35px;
}
.app-form .input-append.input-append-big,
.app-dialog .input-append.input-append-big {
  padding-right: 60px;
  width: 125px;
}
.app-form .input-append.input-append-big .add-on,
.app-dialog .input-append.input-append-big .add-on {
  margin-right: -60px;
  width: 60px;
}
.app-form .input-append select.add-on,
.app-dialog .input-append select.add-on {
  border-radius: 0 4px 4px 0;
}
.app-form .input-prepend,
.app-dialog .input-prepend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-left: 35px;
}
.app-form .input-prepend .add-on,
.app-dialog .input-prepend .add-on {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  margin-left: -35px;
  overflow: hidden;
  width: 35px;
}
.app-form .input-prepend.input-prepend-big,
.app-dialog .input-prepend.input-prepend-big {
  padding-left: 60px;
}
.app-form .input-prepend.input-prepend-big .add-on,
.app-dialog .input-prepend.input-prepend-big .add-on {
  margin-left: -60px;
  width: 60px;
}
.app-form .input-water,
.app-dialog .input-water {
  background-color: #BEDBF8;
  border: 1px solid #ACC5D8;
}
.app-form .input-uninitialized,
.app-dialog .input-uninitialized {
  background-color: #E0E0E0;
}
.app-form fieldset,
.app-dialog fieldset {
  padding-top: 10px;
}
.app-form fieldset:not(:first-of-type),
.app-dialog fieldset:not(:first-of-type) {
  margin-top: 25px;
}
.app-form fieldset.app-no-legend,
.app-dialog fieldset.app-no-legend {
  padding-top: 5px;
}
.app-form fieldset.app-no-legend:first-child,
.app-dialog fieldset.app-no-legend:first-child {
  padding-top: 0;
}
.app-form textarea,
.app-dialog textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.app-form input[disabled],
.app-form input[readonly],
.app-form select[disabled],
.app-form select[readonly],
.app-form textarea[disabled],
.app-form textarea[readonly],
.app-dialog input[disabled],
.app-dialog input[readonly],
.app-dialog select[disabled],
.app-dialog select[readonly],
.app-dialog textarea[disabled],
.app-dialog textarea[readonly] {
  background-color: white;
  color: #999;
  cursor: not-allowed;
}
.app-form legend input[type=checkbox], .app-form legend input,
.app-dialog legend input[type=checkbox],
.app-dialog legend input {
  margin-top: 0;
  margin-left: 3px;
  top: -1px;
  position: relative;
}
.app-form legend.-withInput,
.app-dialog legend.-withInput {
  padding-right: 0;
}
.app-form legend label,
.app-dialog legend label {
  text-align: right;
}
.app-form legend + .app-scroller,
.app-dialog legend + .app-scroller {
  top: auto;
  bottom: auto;
}
.app-form .app-horizontal label.checkbox.inline, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label.checkbox.inline, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow label.checkbox.inline, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label.checkbox.inline, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow label.checkbox.inline, .app-form .app-input.-withMinMax label.checkbox.inline, .app-form .Table_tableFilters label.checkbox.inline, .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label.checkbox.inline, .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row label.checkbox.inline,
.app-dialog .app-horizontal label.checkbox.inline,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label.checkbox.inline,
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow label.checkbox.inline,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label.checkbox.inline,
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow label.checkbox.inline,
.app-dialog .app-input.-withMinMax label.checkbox.inline,
.app-dialog .Table_tableFilters label.checkbox.inline,
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label.checkbox.inline,
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row label.checkbox.inline {
  margin-top: -3px;
  margin-bottom: 0;
}
.app-form .app-horizontal label.checkbox.inline input, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label.checkbox.inline input, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow label.checkbox.inline input, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label.checkbox.inline input, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow label.checkbox.inline input, .app-form .app-input.-withMinMax label.checkbox.inline input, .app-form .Table_tableFilters label.checkbox.inline input, .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label.checkbox.inline input, .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row label.checkbox.inline input,
.app-dialog .app-horizontal label.checkbox.inline input,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label.checkbox.inline input,
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow label.checkbox.inline input,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label.checkbox.inline input,
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow label.checkbox.inline input,
.app-dialog .app-input.-withMinMax label.checkbox.inline input,
.app-dialog .Table_tableFilters label.checkbox.inline input,
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label.checkbox.inline input,
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row label.checkbox.inline input {
  margin-top: 3px;
}
.app-form .app-horizontal label.checkbox.inline input:first-child, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label.checkbox.inline input:first-child, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow label.checkbox.inline input:first-child, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label.checkbox.inline input:first-child, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow label.checkbox.inline input:first-child, .app-form .app-input.-withMinMax label.checkbox.inline input:first-child, .app-form .Table_tableFilters label.checkbox.inline input:first-child, .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label.checkbox.inline input:first-child, .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row label.checkbox.inline input:first-child,
.app-dialog .app-horizontal label.checkbox.inline input:first-child,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label.checkbox.inline input:first-child,
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow label.checkbox.inline input:first-child,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label.checkbox.inline input:first-child,
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow label.checkbox.inline input:first-child,
.app-dialog .app-input.-withMinMax label.checkbox.inline input:first-child,
.app-dialog .Table_tableFilters label.checkbox.inline input:first-child,
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label.checkbox.inline input:first-child,
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row label.checkbox.inline input:first-child {
  margin-right: 5px;
}
.app-form input[type=number]::-webkit-inner-spin-button,
.app-dialog input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.app-form input[type=number]::-webkit-outer-spin-button,
.app-dialog input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.app-form input[type=checkbox],
.app-dialog input[type=checkbox] {
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
}
.app-form label + .app-input input[type=checkbox],
.app-dialog label + .app-input input[type=checkbox] {
  margin-left: 0;
}
.app-form .app-horizontal > label:not(.inline), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow > label:not(.inline), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow > label:not(.inline), .app-form .app-input.-withMinMax > label:not(.inline), .app-form .Table_tableFilters > label:not(.inline), .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:not(.inline), .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row > label:not(.inline),
.app-dialog .app-horizontal > label:not(.inline),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow > label:not(.inline),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow > label:not(.inline),
.app-dialog .app-input.-withMinMax > label:not(.inline),
.app-dialog .Table_tableFilters > label:not(.inline),
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:not(.inline),
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row > label:not(.inline) {
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: 5px;
  text-align: right;
  width: 110px;
}
.app-form .app-horizontal > label:not(.inline)[for], .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:not(.inline)[for], #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow > label:not(.inline)[for], .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:not(.inline)[for], #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow > label:not(.inline)[for], .app-form .app-input.-withMinMax > label:not(.inline)[for], .app-form .Table_tableFilters > label:not(.inline)[for], .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:not(.inline)[for], .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row > label:not(.inline)[for],
.app-dialog .app-horizontal > label:not(.inline)[for],
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:not(.inline)[for],
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow > label:not(.inline)[for],
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:not(.inline)[for],
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow > label:not(.inline)[for],
.app-dialog .app-input.-withMinMax > label:not(.inline)[for],
.app-dialog .Table_tableFilters > label:not(.inline)[for],
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:not(.inline)[for],
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row > label:not(.inline)[for] {
  cursor: pointer;
}
.app-form .app-horizontal > label:not(.inline).app-flex, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-horizontal > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .app-horizontal > label.colorLabel:not(.inline), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-horizontal > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .app-horizontal > label.colorLabel:not(.inline), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:not(.inline).app-flex, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow > label:not(.inline).app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .colorRow > label.colorLabel:not(.inline), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:not(.inline).app-flex, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow > label:not(.inline).app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .colorRow > label.colorLabel:not(.inline), .app-form .app-input.-withMinMax > label:not(.inline).app-flex, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-input.-withMinMax > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .app-input.-withMinMax > label.colorLabel:not(.inline), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-input.-withMinMax > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .app-input.-withMinMax > label.colorLabel:not(.inline), .app-form .Table_tableFilters > label:not(.inline).app-flex, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Table_tableFilters > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .Table_tableFilters > label.colorLabel:not(.inline), .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Table_tableFilters > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .Table_tableFilters > label.colorLabel:not(.inline), .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:not(.inline).app-flex, .app-form .Form.Form-header .Form-header__panel__fieldGroup #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline), .app-form .Form.Form-header .Form-header__panel__fieldGroup #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline), .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row > label:not(.inline).app-flex, .Form.Form-header .Form-header__panel__fieldGroup .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline), .Form.Form-header .Form-header__panel__fieldGroup .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form.Form-header .Form-header__panel__fieldGroup .app-form .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
.app-dialog .app-horizontal > label:not(.inline).app-flex,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-horizontal > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .app-horizontal > label.colorLabel:not(.inline),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-horizontal > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .app-horizontal > label.colorLabel:not(.inline),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:not(.inline).app-flex,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow > label:not(.inline).app-flex,
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .colorRow > label.colorLabel:not(.inline),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:not(.inline).app-flex,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow > label:not(.inline).app-flex,
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .colorRow > label.colorLabel:not(.inline),
.app-dialog .app-input.-withMinMax > label:not(.inline).app-flex,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-input.-withMinMax > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .app-input.-withMinMax > label.colorLabel:not(.inline),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-input.-withMinMax > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .app-input.-withMinMax > label.colorLabel:not(.inline),
.app-dialog .Table_tableFilters > label:not(.inline).app-flex,
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Table_tableFilters > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .Table_tableFilters > label.colorLabel:not(.inline),
.app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Table_tableFilters > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .Table_tableFilters > label.colorLabel:not(.inline),
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:not(.inline).app-flex,
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
.app-dialog .Form.Form-header .Form-header__panel__fieldGroup #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-dialog .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row > label:not(.inline).app-flex,
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
.Form.Form-header .Form-header__panel__fieldGroup .app-dialog #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline),
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Form.Form-header .Form-header__panel__fieldGroup .app-dialog .Form-header__panel__fieldGroup__row > label.colorLabel:not(.inline) {
  width: auto;
}
.app-form legend,
.app-dialog legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 0;
  padding: 1px 5px 8px 5px;
  position: relative;
}
.app-form legend > .btn-mini,
.app-dialog legend > .btn-mini {
  bottom: 4px;
  right: 0;
  top: -6px;
  left: auto;
}
.app-form legend > label,
.app-dialog legend > label {
  float: right;
  font-weight: normal;
  position: relative;
  margin-bottom: -10px;
}
.app-form legend > label span,
.app-dialog legend > label span {
  position: relative;
}
.app-form legend .SumoSelect,
.app-dialog legend .SumoSelect {
  bottom: 4px;
  float: right;
  margin-bottom: -15px;
  position: relative;
  right: -5px;
  width: auto;
}
.app-form legend .SumoSelect.open .optWrapper,
.app-dialog legend .SumoSelect.open .optWrapper {
  top: 30px;
}
.app-form legend .SumoSelect label,
.app-dialog legend .SumoSelect label {
  text-align: left;
}

.app-active .app-form {
  background: linear-gradient(to bottom, #e5e5e5 0%, #f2f2f2 4%, #f2f2f2 97%, #e5e5e5 100%);
}

.app-form .Table tr.app-details > td, .app-form .Table_propsTable tr.app-details > td {
  border-left: 10px solid #f2f2f2 !important;
  border-right: 10px solid #f2f2f2 !important;
}

.app-new-form {
  height: 0;
}
.app-new-form td {
  display: none;
}

.app-new-form + .app-active > td .app-view > .app-view-header {
  left: -11px !important;
}
.app-new-form + .app-active > td .app-view > .app-view-header h2 {
  float: left !important;
}
.app-new-form + .app-active > td .app-view > .app-view-header .app-toolbar {
  float: right !important;
}

.app-input {
  position: relative;
}
.app-input input[type=email],
.app-input input[type=password],
.app-input input[type=tel],
.app-input input[type=text],
.app-input input[type=number],
.app-input select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  margin: 0;
  width: 100%;
  min-width: 65px;
}
.app-input > [class^=fa-], .app-input > [class*=" fa-"] {
  border-left: 1px solid #eee;
  line-height: 18px;
  padding-left: 7px;
  right: 8px;
  pointer-events: none;
  position: absolute;
  top: 5px;
}
.app-input > [class^=fa-] + input, .app-input > [class*=" fa-"] + input {
  padding-right: 34px;
}
.app-input > i.fa-times {
  pointer-events: auto !important;
  cursor: pointer;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  text-align: center;
  line-height: 28px;
  border: 0;
  color: #868383;
}
.app-input > input:focus + i.fa-times {
  display: block;
}

.app-form .app-input-divider {
  position: relative;
  width: 30px;
}
.app-form .app-input-divider .add-on {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  left: -3px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  z-index: 2;
}
.app-form .app-input-divider + .app-input {
  margin-left: 0;
}

.app-input.app-input-minMaxWithCheckbox > input {
  width: 65px;
}
.app-input.app-input-minMaxWithCheckbox > span:nth-of-type(1) {
  position: relative;
  width: 15px;
  text-align: left;
  z-index: 2;
}
.app-input.app-input-minMaxWithCheckbox > input:nth-of-type(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: 34px;
}
.app-input.app-input-minMaxWithCheckbox > input[type=checkbox] {
  position: relative;
  left: 34px;
  z-index: 2;
  margin-top: 8px;
}
.app-input.app-input-minMaxWithCheckbox > span:nth-of-type(2) {
  position: relative;
  left: -13px;
  width: 155px;
  min-width: 155px;
  max-width: 100%;
  padding-left: 28px;
  text-align: left;
}

.app-input.-withMinMax {
  display: flex;
  width: auto !important;
  max-width: unset !important;
}
.app-input.-withMinMax div {
  flex-grow: 1;
  position: relative;
}
.app-input.-withMinMax div > input {
  border-radius: 0;
  text-align: right;
  padding-right: 30px;
}
.app-input.-withMinMax div:first-child > input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.app-input.-withMinMax div:last-child > input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.app-input.-withMinMax div > span {
  position: relative;
  left: -30px;
  top: 3px;
  font-size: 12px;
  color: rgb(133, 125, 125);
}
.app-input.-withMinMax > span {
  flex-grow: 0;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 28px;
  min-width: 25px;
  margin-left: -1px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  vertical-align: top;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 0;
  overflow: hidden;
}
.app-input.-withMinMax > span:last-child {
  border-radius: 0 4px 4px 0;
}
.app-input.-withMinMax > span:first-child {
  border-radius: 4px 0 0 4px;
}

.app-input ~ button {
  height: 28px;
}

.input-append,
.input-prepend {
  margin-bottom: 0;
}

.app-start-time {
  margin-right: -5px;
  width: 80px;
}
.app-start-time > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.app-end-time {
  margin-left: -2px !important;
  width: 80px;
}
.app-end-time > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.app-checkbox-append {
  margin-right: 15px;
}
.app-checkbox-append span {
  position: relative;
  top: 3px;
}

label {
  user-select: none;
}

.Form_searchList {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
  color: black;
  cursor: pointer;
  display: none;
  font-size: 13px;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5px 5px 5px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
}
.Form_searchList li {
  border-top: 1px solid #e6e4e4;
  overflow: hidden;
  padding: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.Form_searchList li span:first-of-type {
  font-weight: bold;
}
.Form_searchList li span + span {
  color: #969696;
  display: block;
  font-size: 0.9em;
}
.Form_searchList li i {
  float: right;
  top: 1px;
  position: relative;
  margin-top: -1px;
}
.Form_searchList li i + i {
  margin-right: 5px;
}
.Form_searchList li .fa-sitemap {
  font-size: 16px;
}
.Form_searchList li:first-child {
  margin-top: 5px;
}
.Form_searchList li:hover, .Form_searchList li.active {
  background: #e2e2e2;
}
.Form_searchList .Form_searchList__inactiveOption {
  color: silver;
  font-style: italic;
  text-decoration: line-through;
}
.Form_searchList .Form_searchList__groupHeader {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 17px;
  color: #60829a;
}
.Form_searchList .Form_searchList__groupItem {
  margin-left: 30px;
}
.Form_searchList .Form_searchList__desc {
  font-style: italic;
  float: right;
  color: #737070;
}

.Form_searchList.-widerThanParentInput {
  border-top: 1px solid #e0e0e0;
  border-top-right-radius: 3px;
}
.Form_searchList.-widerThanParentInput li:first-child {
  border-top: 0;
}

.Form_searchList.up {
  bottom: 27px;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5215686275);
  top: auto;
}
.Form_searchList.up li:first-child {
  border-top: 0;
}

input.Form_searchList__icon {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.Form_searchList__icon {
  display: inline-block;
  font-size: 12px;
  min-width: 120px;
  padding: 2px 6px;
}
.Form_searchList__icon.-aggregateType {
  background: #d2d1d1;
}
.Form_searchList__icon.-additionalType, .Form_searchList__icon.-additiveType {
  background: #b3d6a9;
}
.Form_searchList__icon.-binderType {
  background: #fcf1ba;
}
.Form_searchList__icon.-waterType {
  background: #c9e0f7;
}
.Form_searchList__icon.-airType {
  background: #f7f7f7;
}
.Form_searchList__icon .fa-sitemap {
  font-size: 16px;
  margin-left: 5px;
}

.Form_searchList__iconDescription {
  font-weight: normal !important;
  margin-left: 10px;
}

.Form_searchInput:focus {
  outline: none !important;
}

form .input-append + input[type=radio] {
  margin-left: 5px;
}
form .checkbox.inline {
  margin-bottom: 5px;
}

ul.Form_dropdownList.dropdown-menu {
  margin-top: -1px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 290px;
  max-height: 250px;
  color: black;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
}
ul.Form_dropdownList.dropdown-menu li:first-child {
  padding: 5px 10px;
}
ul.Form_dropdownList.dropdown-menu li:first-child input {
  padding: 5px 10px 5px 26px;
  box-sizing: border-box;
  line-height: 20px;
  width: 100%;
  height: 26px;
  margin-bottom: 5px;
  border-radius: 0;
  border-color: #d8d8d8;
  box-shadow: none;
}
ul.Form_dropdownList.dropdown-menu li:first-child i.fa-search {
  position: absolute;
  left: 17px;
  top: 15px;
  color: silver;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item {
  padding: 0 10px 2px 10px;
  font-weight: normal;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item:nth-child(even) {
  background: #efefef;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item > div:first-child span:first-child {
  font-weight: 900;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item > div:first-child span:not(:first-child) {
  padding-left: 15px;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item > div:first-child i.fa-sitemap {
  float: right;
  position: relative;
  top: 3px;
  right: 3px;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item > div + div {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: italic;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item > div + div span + span {
  float: right;
  margin-left: 10px;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item:hover {
  background: #dedede;
  cursor: pointer;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item.-selectedItem {
  background: #b8d8be;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__item.-selectedItem:hover {
  background: #a3c3aa;
  cursor: pointer;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__itemHeader {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 17px;
  color: #60829a;
}
ul.Form_dropdownList.dropdown-menu .Form_dropdownList__itemHeader .-headerNote {
  font-size: 12px;
  color: black;
  font-weight: normal;
}

input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: white;
  color: #999;
  cursor: not-allowed;
}

.form-horizontal {
  margin-bottom: 0;
}
.form-horizontal .control-group {
  margin-bottom: 5px;
}
.form-horizontal .control-label {
  width: 100px;
}
.form-horizontal .form-actions {
  padding-left: 110px;
}
.form-horizontal .control-group-list {
  background-color: #f9f9f9;
  margin-bottom: 1px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.form-horizontal .controls {
  margin-left: 110px;
}
.form-horizontal .controls.horizontal {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.form-horizontal .controls.horizontal > *:not(.full-width) {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.form-horizontal .controls.horizontal > .full-width {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.form-horizontal .controls.horizontal > * {
  margin-right: 5px;
}
.form-horizontal .controls.horizontal > *:last-child {
  margin-right: 0;
}
.form-horizontal .full-width {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  width: 100%;
}
.form-horizontal textarea.full-width {
  height: auto;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

body {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  background-color: #bbb;
  color: #333;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
body > *:not(.Proconx_mainContent) {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
body > .main {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
body > .main > div:first-child {
  -webkit-flex-grow: 2;
  -webkit-flex-shrink: 2;
  -webkit-flex-basis: 0;
  flex-grow: 2;
  flex-shrink: 2;
}
body.wait * {
  cursor: wait;
}
body .tooltip {
  font-size: 14px;
}

.main {
  height: 100%;
}
.main:not(.popup) {
  padding: 15px;
}
.main > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .main > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .main > .colorLabel {
  position: relative;
}
.main > .app-flex > .app-vertical, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .main > .colorLabel > .app-vertical, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .main > .colorLabel > .app-vertical, .app-form .main > .app-flex > .app-material-group.app-material-group--connected, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .main > .colorLabel > .app-material-group.app-material-group--connected, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .app-form .main > .colorLabel > .app-material-group.app-material-group--connected, .app-form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .main > .colorLabel > .app-material-group.app-material-group--connected, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .app-form .main > .colorLabel > .app-material-group.app-material-group--connected {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Proconx_header {
  flex-basis: 43px !important;
}
.Proconx_header h1 {
  white-space: nowrap;
}

.Proconx_consoleError {
  background: maroon;
  border: 1px solid black;
  bottom: 0;
  box-shadow: 0 0 3px black inset;
  box-sizing: border-box;
  color: white;
  display: none;
  height: 30px;
  left: 0;
  line-height: 21px;
  padding: 2px 2px 2px 15px;
  position: absolute;
  right: 0;
  text-align: center;
}
.Proconx_consoleError .btn.btn-mini, .Proconx_consoleError #recipeCreatorDialogContent .btn-mini.rc_calcButton, #recipeCreatorDialogContent .Proconx_consoleError .btn-mini.rc_calcButton, .Proconx_consoleError .G_input.-withCheckboxBtn .btn-mini.G_input__checkBox, .G_input.-withCheckboxBtn .Proconx_consoleError .btn-mini.G_input__checkBox {
  padding: 0 5px;
}
.Proconx_consoleError .Proconx_consoleError__title {
  font-size: 16px;
  font-weight: bold;
}

.Proconx_plant {
  display: none;
}

.Proconx_mainContent {
  box-sizing: border-box;
  display: flex !important;
  flex: 1 !important;
  flex-direction: row !important;
  padding: 10px 10px 10px 0;
  min-height: 0;
}
.Proconx_mainContent .Proconx_mainContent__workspace {
  flex: 1 !important;
}
.Proconx_mainContent .Proconx_mainContent__workspace .tooltip-inner {
  max-width: unset;
}
.Proconx_mainContent .Proconx_mainContent__mixerHmi {
  align-items: stretch;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 10px;
  position: relative;
}
.Proconx_mainContent .Proconx_mainContent__mixerHmi.-doubleColumn .Proconx_mainContent__mixerHmi__mixer + .Proconx_mainContent__mixerHmi__mixer {
  margin-left: 10px;
}

.Proconx_loadingMessage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 10%;
  text-align: center;
  color: silver;
  font-size: 30px;
  z-index: 1000;
  display: inline;
  flex-direction: column;
}
.Proconx_loadingMessage img, .Proconx_loadingMessage div, .Proconx_loadingMessage i {
  background: white;
  box-shadow: 0 0 50px 20px white;
  margin-left: auto;
  margin-right: auto;
}
.Proconx_loadingMessage img {
  width: 20%;
}
.Proconx_loadingMessage div {
  margin-top: 30px;
  margin-bottom: 40px;
  display: table;
}
.Proconx_loadingMessage i {
  font-size: 50px;
  width: 50px;
}

.workspace {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0 10px 10px 0;
  flex-direction: row;
  box-shadow: 0 2px 5px #666;
  background-color: #fff;
}
.workspace > #tab-button-container {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
}
.workspace > .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
  /*
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  */
}

.tab-buttons {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
}

.tab-pane {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 0;
  top: 0;
  padding-top: 15px;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-pane > div {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.tab-pane > div .view {
  border-left: 1px solid #ccc;
  height: 100%;
  position: absolute;
}
.tab-pane > div .view:first-child {
  border-left: 0;
}
.tab-pane > div .view .vertical {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.tab-pane > div .view .vertical > .header {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.tab-pane > div .view .vertical > .content {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.tab-pane > div .view .vertical > .form {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.tab-pane > div .view .vertical > .subview {
  -webkit-flex-grow: 0.1;
  -webkit-flex-shrink: 0.1;
  -webkit-flex-basis: 0;
  flex-grow: 0.1;
  flex-shrink: 0.1;
}
.tab-pane > div .view .subview {
  display: none;
  min-height: 150px;
  position: relative;
}
.tab-pane > div .view .subview .vertical {
  left: 0;
  position: absolute;
  right: 0;
}
.tab-pane > div .view .subview .header {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.tab-pane > div .view .subview .header .toolbar {
  top: 15px;
}

#popup-content {
  top: 0;
}

.popup.Proconx_mainContent {
  padding: 0;
}
.popup.Proconx_mainContent .Proconx_mainContent__workspace, .popup.Proconx_mainContent table, .popup.Proconx_mainContent td, .popup.Proconx_mainContent th {
  border-radius: 0 !important;
}
.popup.Proconx_mainContent .tab-content {
  margin-left: 0 !important;
}
.popup.Proconx_mainContent .tab-pane {
  border-radius: 0 !important;
}
.popup.Proconx_mainContent table {
  border: 0;
  margin-top: -15px;
}

.Proconx_doorIndicator {
  background-color: #999;
  left: 24px;
  position: relative;
  width: 30px;
}
.Proconx_doorIndicator div {
  background-color: #0480BE;
  left: 2px;
  position: absolute;
  right: 2px;
}

.ProConX_viewHeader--withPills h2 {
  display: inline-block !important;
  flex: none;
  margin-right: 15px;
}
.ProConX_viewHeader--withPills ul.nav.nav-pills {
  display: flex;
  flex-grow: 1;
  margin: 0 15px 0 0;
}
.ProConX_viewHeader--withPills ul.nav.nav-pills li {
  margin-right: 3px;
}
.ProConX_viewHeader--withPills ul.nav.nav-pills li > a {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 7px;
  padding-top: 7px;
}

.ProConX_singleWindow #tab-buttons-container {
  display: none;
}
.ProConX_singleWindow #tab-panes {
  margin-left: 0;
}

.ie .Server_serverForm__well table, .ms-edge .Server_serverForm__well table {
  width: 100%;
}
.ie #customPropertyForm_description, .ms-edge #customPropertyForm_description {
  white-space: pre-wrap;
}
.ie .AdditionalRecipe_Form .app-panel:not(:first-child), .ms-edge .AdditionalRecipe_Form .app-panel:not(:first-child) {
  max-width: 580px;
}

.ie input::-ms-clear,
.ie select::-ms-clear {
  display: none;
}
.ie .tableForm .divTable .divTableRow:first-child .divTableCell:not(.-prepend):not(.-append) {
  top: -1px !important;
}
.ie #rc_ingredients .Table_ingredientsTable .Table_ingredientsTable__materialRow td input + span {
  top: 0;
}
.ie .materialRow td input + span {
  top: 0 !important;
}
.ie .app-panel:first-child .Server_serverForm__well {
  box-sizing: border-box !important;
  width: 100% !important;
}
.ie #serverForm_lastUsedWaybillNumberInput {
  display: flex;
  flex: 1;
}
.ie #selectWidget-grantedRights {
  max-width: 580px;
}
.ie #materialGuideDialog .withNarrowInputs .app-input {
  max-width: 106px;
}

.ms-edge .mf_middlePanel {
  min-width: 580px;
}
.ms-edge .Table_ingredientsTable__materialRow:first-child input + span,
.ms-edge .Table_ingredientsTable__materialRow--genericTotal input + span {
  top: 2px !important;
}
.ms-edge #rc_ingredients .Table_ingredientsTable__materialRow {
  top: 2px !important;
}
.ms-edge .Compability_msEdge_siteInfo .app-horizontal, .ms-edge .Compability_msEdge_siteInfo #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .ms-edge .Compability_msEdge_siteInfo .colorRow, .ms-edge .Compability_msEdge_siteInfo #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .ms-edge .Compability_msEdge_siteInfo .colorRow, .ms-edge .Compability_msEdge_siteInfo .Table_tableFilters, .ms-edge .Compability_msEdge_siteInfo .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row, .Form.Form-header .Form-header__panel__fieldGroup .ms-edge .Compability_msEdge_siteInfo .Form-header__panel__fieldGroup__row, .ms-edge .Compability_msEdge_siteInfo .app-input.-withMinMax, .ms-edge .Compability_msEdge_siteInfo .app-flex, .ms-edge .Compability_msEdge_siteInfo #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .ms-edge .Compability_msEdge_siteInfo .colorLabel, .ms-edge .Compability_msEdge_siteInfo #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .ms-edge .Compability_msEdge_siteInfo .colorLabel {
  flex-basis: 0;
}
.ms-edge .Compability_msEdge__polarMoistMaterialsTable {
  display: inline-block;
}

.Login {
  background: url("../../resources/img/login_background.jpg");
  background-size: cover;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 100;
}
.Login * {
  box-sizing: border-box;
}
.Login a:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.Login input:not([type=checkbox]) {
  background-color: #f5f5f5 !important;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 #d0d0d0 inset, 0 0 1px 0 #dcdbdb inset;
  height: 45px;
  border: 0;
  width: 100%;
  font-size: 22px;
  font-weight: 100;
  font-family: inherit;
  padding-left: 12px;
  margin-bottom: 20px;
}
.Login input:not([type=checkbox]):focus {
  background-color: #f5f5f5 !important;
  box-shadow: 1px 1px 2px 0 #d0d0d0 inset, 0 0 1px 0 #dcdbdb inset;
}
.Login label {
  color: #7b7b7b;
  font-size: 15px;
  font-weight: unset;
}
.Login button {
  display: flex;
  flex: 1 0;
  justify-content: center;
  background: #d8d8d8;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc;
  padding: 15px 0;
  font-size: 15px;
  text-shadow: none;
}
.Login button + button {
  margin-left: 5px;
}
.Login .Login_btn--success {
  color: white;
  background: #5fa243;
  text-shadow: 0 0 2px #386326;
  border-color: #4f8838;
}
.Login .Login_btn--success:hover {
  background: #498a2e;
  color: white;
}
.Login .-showOnlyOnDemo {
  display: none;
}

.Login_polarmaticLogo {
  position: absolute;
  width: 250px;
  top: 30px;
  left: 30px;
}

.Login_customerName {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: white;
  font-size: 1.2rem;
}

.Login_card {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  width: 430px;
  padding: 20px;
  margin: auto;
  background-color: white;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.Login_card:not(:first-child) {
  margin-top: 35px;
}
.Login_card header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #4d7ca5;
  background: linear-gradient(135deg, #4d7ca5 0%, rgba(155, 238, 255, 0) 70%), linear-gradient(25deg, #6bbaff 10%, rgba(255, 255, 255, 0) 80%), linear-gradient(315deg, #4d7ca5 15%, rgba(12, 199, 237, 0) 80%), linear-gradient(245deg, #4d7ca5 100%, rgba(2, 72, 233, 0) 70%);
  border-bottom: 0;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: normal;
  line-height: 60px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 4px;
  color: white;
}
.Login_card header + * {
  margin-top: 60px;
}

.Login_card__product {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.Login_card__product .Login_card__product__image {
  margin-right: 15px;
  width: 115px;
}
.Login_card__product .Login_card__product__image img {
  width: 100px;
  height: 100px;
}
.Login_card__product .Login_card__product__text {
  flex-shrink: 1;
}

.Login_loginCard {
  margin: 100px auto 0;
}
.Login_loginCard .Login_loginCard__content {
  padding: 15px;
}
.Login_loginCard header {
  height: 80px;
  font-size: 35px;
  line-height: 80px;
}
.Login_loginCard header .Login_loginCard__versionNumber {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 55px;
  right: 144px;
}
.Login_loginCard header + * {
  margin-top: 80px;
}
.Login_loginCard .Login_loginAsGuestButton {
  flex-grow: 2;
}
.Login_loginCard .Login_languageContainer {
  color: silver;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: -5px;
}
.Login_loginCard .Login_languageContainer .-currentLanguage {
  color: black;
  font-weight: bold;
}
.Login_loginCard .Login_languageContainer i {
  margin-right: -5px;
}
.Login_loginCard .Login_loginCard__demoMsg {
  display: none;
  text-align: center;
  height: 35px;
}
.Login_loginCard .Login_loginCard__errorMsg {
  display: none;
  color: #de3838;
  font-weight: bold;
  text-align: center;
}

.nav2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  list-style: none;
}

.nav2 > li > a {
  display: block;
}

.nav2 > li > a:hover,
.nav2 > li > a:focus {
  text-decoration: none;
}

.nav2-tabs {
  *zoom: 1;
}

.nav2-tabs:before,
.nav2-tabs:after {
  display: block;
  content: "";
  line-height: 0;
}

.nav2-tabs:after {
  clear: both;
}

.nav2-tabs > li {
  float: left;
}

.nav2-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}

.nav2-tabs > li > a {
  /*
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  */
  cursor: pointer;
  padding: 5px 15px;
  min-width: 130px;
  text-align: center;
}

.nav2-tabs > .active > a,
.nav2-tabs > .active > a:hover,
.nav2-tabs > .active > a:focus {
  font-weight: bold;
  border-bottom: 5px solid #64869f;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#alarm-list {
  min-width: 180px;
}

#alarm-table .Alarm_tableRow--active {
  font-weight: bold;
}
#alarm-table .Alarm_tableRow--inactive span {
  font-style: italic;
  text-decoration: line-through;
  color: #9c9a9a;
}

#gritter-notice-wrapper {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 320px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 15px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  bottom: 15px;
  right: 15px;
  top: auto;
}
#gritter-notice-wrapper.bottom-left {
  bottom: 15px;
  left: 15px;
  right: auto;
  top: auto;
}

.btn.gritter-close, #recipeCreatorDialogContent .gritter-close.rc_calcButton, .G_input.-withCheckboxBtn .gritter-close.G_input__checkBox {
  background-repeat: repeat;
  float: right;
  position: relative;
  width: 24px !important;
  max-width: 24px !important;
  min-width: 24px !important;
  margin-left: 10px;
  top: -5px;
  right: -5px;
  font-size: 12px;
  line-height: 14px;
  background: #222222;
  border: 1px solid rgba(0, 0, 0, 0.31);
  border-bottom-color: #000000;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 5px;
}

.gritter-item-wrapper {
  box-shadow: 0 2px 5px #666;
  border-radius: 10px;
  margin: 0 0 10px 0;
  padding: 8px;
}
.gritter-item-wrapper .gritter-item {
  border-radius: 7px;
  padding: 10px;
}
.gritter-item-wrapper .gritter-item:before, .gritter-item-wrapper .gritter-item:after {
  content: "";
  display: table;
}
.gritter-item-wrapper .gritter-item:after {
  clear: both;
}
.gritter-item-wrapper .gritter-item {
  zoom: 1;
}
.gritter-item-wrapper .gritter-item > i[class^="fa fa-"] {
  font-size: 40px;
  float: left;
  margin: 10px 0 10px 5px;
}
.gritter-item-wrapper .gritter-item .gritter-with-image {
  float: right;
  width: 220px;
}
.gritter-item-wrapper .gritter-item .buttons {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
  clear: both;
  margin: 10px -10px -10px -10px;
  padding: 10px;
  text-align: right;
}
.gritter-item-wrapper .gritter-item .buttons button {
  margin-left: 5px;
}
.gritter-item-wrapper.notification {
  background-color: rgba(0, 0, 0, 0.6);
}
.gritter-item-wrapper.notification .gritter-item {
  background-image: -moz-linear-gradient(top, #bbb, #909090);
  background-image: -webkit-linear-gradient(top, #bbb, #909090);
  background-image: -ms-linear-gradient(top, #bbb, #909090);
  background-image: linear-gradient(to bottom, #bbb, #909090);
  background-repeat: repeat-x;
  border: 2px solid rgba(0, 0, 0, 0.6);
}
.gritter-item-wrapper.notification .gritter-item > i[class^="fa fa-"] {
  color: rgba(0, 0, 0, 0.6);
}
.gritter-item-wrapper.notification .gritter-item .buttons {
  border-top: 3px solid rgba(0, 0, 0, 0.6);
}
.gritter-item-wrapper.warning {
  background-color: #b99012;
}
.gritter-item-wrapper.warning .gritter-item {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border: 2px solid #b99012;
}
.gritter-item-wrapper.warning .gritter-item > i[class^="fa fa-"] {
  color: #b99012;
}
.gritter-item-wrapper.warning .gritter-item .buttons {
  border-top: 3px solid #b99012;
}
.gritter-item-wrapper.alarm {
  background-color: #9d261d;
}
.gritter-item-wrapper.alarm .gritter-item {
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border: 2px solid #9d261d;
}
.gritter-item-wrapper.alarm .gritter-item > i[class^="fa fa-"] {
  color: #9d261d;
}
.gritter-item-wrapper.alarm .gritter-item .buttons {
  border-top: 3px solid #9d261d;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#batch-queue {
  position: relative;
}
#batch-queue:after {
  background-image: -moz-linear-gradient(left, rgba(125, 185, 232, 0), #58778b);
  background-image: -webkit-linear-gradient(left, rgba(125, 185, 232, 0), #58778b);
  background-image: -ms-linear-gradient(left, rgba(125, 185, 232, 0), #58778b);
  background-image: linear-gradient(to right, rgba(125, 185, 232, 0), #58778b);
  background-repeat: repeat-y;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.offline #batch-queue:after {
  background-image: -moz-linear-gradient(left, rgba(125, 185, 232, 0), rgb(143, 65, 65));
  background-image: -webkit-linear-gradient(left, rgba(125, 185, 232, 0), rgb(143, 65, 65));
  background-image: -ms-linear-gradient(left, rgba(125, 185, 232, 0), rgb(143, 65, 65));
  background-image: linear-gradient(to right, rgba(125, 185, 232, 0), rgb(143, 65, 65));
  background-repeat: repeat-y;
}

.batch-queue {
  bottom: 0;
  left: 0;
  padding-top: 6px;
  position: absolute;
  top: 0;
  width: 5000px;
}

.batch-queue-item-container {
  position: relative;
  float: left;
}
.batch-queue-item-container .batch-isInScale, .batch-queue-item-container .batch-isStarted {
  background: #ad8abf;
  border-color: #8a59a3;
}
.batch-queue-item-container .batch-isInMixer {
  background: #68c3f1;
  border-color: #22a7eb;
}

.batch-queue-item {
  border-radius: 4px;
  transition: all linear 0.1s;
  background-color: #ebebeb;
  color: #333;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  height: 26px;
}
.batch-queue-item:hover {
  opacity: 0.8;
}
.batch-queue-item i {
  margin-left: 5px;
}

.batch-queue-info {
  color: #333;
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
}

.batch-queue-id {
  border-radius: 3px;
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  line-height: 20px;
  margin: 2px;
  padding: 0 3px;
  white-space: nowrap;
}

.batch-queue-link {
  background-color: #ebebeb;
  border-bottom: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
  float: left;
  height: 8px;
  opacity: 0.4;
  margin: 0 -1px;
  position: relative;
  top: 9px;
  width: 6px;
  z-index: 2;
}

.batch-active {
  opacity: 1;
}
.batch-active:hover {
  opacity: 1;
}

.batch-queue-separator {
  float: left;
  height: 5px;
  position: relative;
  width: 10px;
}

.batch-queue-item.G--pendingAction {
  opacity: 1;
}
.batch-queue-item.G--pendingAction .batch-queue-id {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#createDeliverySiteDialog {
  width: 350px;
}

#findDeliverySiteCoordinatesDialog {
  left: 50px;
  top: -145px;
  width: 800px;
}
#findDeliverySiteCoordinatesDialog label {
  width: 200px;
}

#deliverySite_coordinateMap {
  height: 400px;
  width: 590px;
  margin-left: 210px;
  margin-top: 10px;
  border-radius: 4px;
}

.DeliverySite_deliverySiteForm__customerFleetURL {
  padding-top: 2px;
  padding-left: 5px;
}

.DeliverySite_middlePanel fieldset + fieldset {
  margin-top: 5px !important;
}

.Fleet {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  display: none;
  background-color: #ebebeb;
  box-shadow: 0 0 5px #666;
  margin-top: 5px;
  min-height: 50px;
  padding: 8px 10px 5px 5px;
  z-index: 290;
}

.Fleet_deliveryList,
.Fleet_truckList,
.Fleet_loadingTrucksList {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 1 !important;
}

.Fleet_deliveryList {
  border-right: 1px solid silver;
  padding-right: 20px;
  justify-content: flex-start;
  flex-grow: 1 !important;
}
.Fleet_deliveryList .Fleet_listItem:first-child {
  margin-left: 5px;
}

.Fleet_loadingTrucksList {
  border-left: 1px solid white;
  border-right: 1px solid silver;
  padding-right: 20px;
  padding-left: 15px;
}
.Fleet_loadingTrucksList .Fleet_listItem:first-child {
  margin-left: 5px;
}

.Fleet_truckList {
  border-left: 1px solid white;
  box-shadow: -3px 0 2px 0 rgba(0, 0, 0, 0.04);
  padding-left: 20px;
  padding-right: 40px;
  justify-content: flex-end;
}
.Fleet_truckList .Fleet_truckList__addTruckButton {
  position: absolute;
  right: 0;
}
.Fleet_truckList .Fleet_truckList__addTruckButton truckselector ul.Form_dropdownList.dropdown-menu {
  bottom: 33px;
  right: 2px;
  top: auto;
}

.Fleet_listItem {
  position: relative;
  display: inline-block;
  height: 50px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  min-width: 85px;
}
.Fleet_listItem > div:first-child {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  height: 24px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #b7b7b7;
}
.Fleet_listItem > div:first-child > :not(.Fleet_listItem__id) {
  padding: 3px 3px 2px 3px;
  position: relative;
}
.Fleet_listItem > div:first-child .Fleet_listItem__unit {
  display: flex;
  flex-grow: 1;
}
.Fleet_listItem > div:first-child .app-flex, .Fleet_listItem > div:first-child #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Fleet_listItem > div:first-child .colorLabel, .Fleet_listItem > div:first-child #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Fleet_listItem > div:first-child .colorLabel {
  flex-grow: 1;
}
.Fleet_listItem > div:last-child {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  height: 18px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #ccc;
  background-color: white;
  font-size: 11px;
  line-height: 18px;
  padding: 0 5px;
  white-space: nowrap;
}
.Fleet_listItem > div:last-child span {
  text-overflow: clip;
  overflow: hidden;
}
.Fleet_listItem > div:last-child > :not(:first-child) {
  margin-left: 5px;
}
.Fleet_listItem .-Warning {
  /*
  margin-left: auto !important;
  margin-top: 3px;
  */
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  color: black;
  background: linear-gradient(#FBC650, #fbb450);
}
.Fleet_listItem span {
  font-weight: bold;
  font-size: 12px;
}
.Fleet_listItem .Fleet_listItem__id {
  border-radius: 3px;
  margin: 2px 2px 2px 2px;
  padding: 0 3px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  color: #333;
  text-shadow: none;
  white-space: nowrap;
}
.Fleet_listItem .Fleet_listItem__id i.fa-truck {
  opacity: 0.9;
}
.Fleet_listItem .Fleet_listItem__unit {
  font-size: 11px;
  font-weight: normal;
  margin-left: 1px;
}
.Fleet_listItem .Fleet_listItem__deliverySite,
.Fleet_listItem .Fleet_listItem__recipe {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Fleet_listItem .Fleet_listItem__deliverySite {
  max-width: 70px;
}
.Fleet_listItem .Fleet_listItem__recipe {
  max-width: 50px;
}
.Fleet_listItem + .Fleet_listItem {
  margin-left: 5px;
}
.Fleet_listItem .AvailableAtPlant {
  background: #9dd88f;
  border-color: #6A965E !important;
}
.Fleet_listItem .AvailableAtPlant .Fleet_listItem__id {
  border-color: #6A965E;
}
.Fleet_listItem .NotAvailable {
  background: #dedede;
  border-color: #b7b7b7 !important;
}
.Fleet_listItem .NotAvailable .Fleet_listItem__id {
  border-color: #858585;
}
.Fleet_listItem .LoadingAtPlant {
  background: #f5c8f1;
  border-color: #b38fb0 !important;
}
.Fleet_listItem .LoadingAtPlant .Fleet_listItem__id {
  border-color: #b38fb0;
}
.Fleet_listItem .TransportingLoadToDeliverySite {
  background: #b5a0d6;
  border-color: #786c8e !important;
}
.Fleet_listItem .TransportingLoadToDeliverySite .Fleet_listItem__id {
  border-color: #8677A0;
}
.Fleet_listItem .ReadyToUnloadAtDeliverySite {
  background: #62af62;
  border-color: #3b773b !important;
}
.Fleet_listItem .ReadyToUnloadAtDeliverySite .Fleet_listItem__id {
  border-color: #3b773b;
}
.Fleet_listItem .UnloadingAtDeliverySite {
  background: #83BAE6;
  border-color: #547EA0 !important;
}
.Fleet_listItem .UnloadingAtDeliverySite .Fleet_listItem__id {
  border-color: #547EA0;
}
.Fleet_listItem .FinishedUnloadingAtDeliverySite {
  background: #83BAE6;
  border-color: #547EA0 !important;
}
.Fleet_listItem .FinishedUnloadingAtDeliverySite .Fleet_listItem__id {
  border-color: #547EA0;
}
.Fleet_listItem .OnItsWayToPlant {
  background: #f5f09b;
  border-color: #bda734 !important;
}
.Fleet_listItem .OnItsWayToPlant .Fleet_listItem__id {
  border-color: #bda734;
}
.Fleet_listItem .BreakAtPlant {
  background: #f5f09b;
  border-color: #bda734 !important;
}
.Fleet_listItem .BreakAtPlant .Fleet_listItem__id {
  border-color: #bda734;
}

.Fleet_popup {
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.Fleet_popup label {
  width: 130px;
}
.Fleet_popup .app-view-header {
  padding-right: 0 !important;
}
.Fleet_popup .btn-success {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25), 0 0 1px black;
}
.Fleet_popup table button {
  min-width: unset;
}
.Fleet_popup .Fleet_popup__mapContainer {
  position: relative;
}
.Fleet_popup #Fleet_popup__map {
  position: absolute;
  bottom: auto;
  left: 15px;
  right: 0;
  background: #eeeeee;
  background-image: url("/resources/img/map-placeholder.webp");
  border: 1px solid #bbbbbb;
  opacity: 0;
}

#Fleet_truckPopup .Fleet_truckPopup__statusSection {
  flex-basis: 145px;
  flex-grow: 0;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection header {
  height: 35px;
  margin-bottom: 10px;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__buttonGroup {
  padding-left: 15px;
  padding-top: 10px;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer {
  flex-grow: 1;
  flex-basis: 170px;
  box-sizing: border-box;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer button {
  width: 100%;
  padding: 7px 10px;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer input {
  box-sizing: border-box;
  height: 28px;
  width: 100%;
  margin: 0;
  padding-right: 32px;
  padding-top: 6px;
  border-top: 0;
  text-align: right;
  line-height: 24px;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer input + span {
  position: absolute;
  right: 7px;
  top: 6px;
  color: #8e8e8e;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical button, #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected button, .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical input, #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected input, .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical input:first-of-type, #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected input:first-of-type, .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected input:first-of-type {
  border-bottom-right-radius: 0;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical input + i, #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected input + i, .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected input + i {
  border-left: 1px solid #eee;
  line-height: 18px;
  padding-left: 7px;
  left: 103px;
  pointer-events: none;
  position: absolute;
  top: 5px;
  color: #909090;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical label, #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label, .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label {
  position: absolute;
  font-size: 11px;
  color: #8e8e8e;
  width: auto;
  font-style: italic;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical label:first-of-type, #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label:first-of-type, .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label:first-of-type {
  left: 5px;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical label:not(:first-of-type), #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label:not(:first-of-type), .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label:not(:first-of-type) {
  left: 135px;
}
#Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-vertical label:not(:first-of-type) + input, #Fleet_truckPopup .Fleet_truckPopup__statusSection .app-form .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label:not(:first-of-type) + input, .app-form #Fleet_truckPopup .Fleet_truckPopup__statusSection .Fleet_truckPopup__statusSection__btnContainer.app-material-group.app-material-group--connected label:not(:first-of-type) + input {
  border-left: 0;
  border-bottom-left-radius: 0;
}
#Fleet_truckPopup .Fleet_truckPopup__loadQueueSection .app-view-content {
  height: 100%;
}
#Fleet_truckPopup .Fleet_truckPopup__loadQueueSection .app-scroller {
  padding-top: 0;
}
#Fleet_truckPopup .Fleet_truckPopup__loadQueueSection .app-view-header {
  height: 36px;
  padding-right: 0;
  margin-left: 0;
}
#Fleet_truckPopup .Fleet_truckPopup__loadQueueSection .app-view-header .app-toolbar {
  margin-top: 7px;
}
#Fleet_truckPopup .Fleet_truckPopup__loadQueueSection table {
  margin-top: -5px;
}

#Fleet_loadPopup .Fleet_popup__mapContainer {
  margin-top: 15px;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection {
  margin-right: 15px;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .app-input {
  width: 100px;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__headerItem div > span:first-child {
  font-weight: bold;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__headerItem + .Fleet_loadPopup__deliverySection__headerItem {
  margin-left: 30px;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form {
  margin-top: 20px;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .btn i, #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form #recipeCreatorDialogContent .rc_calcButton i, #recipeCreatorDialogContent #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .rc_calcButton i, #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .G_input.-withCheckboxBtn .G_input__checkBox i, .G_input.-withCheckboxBtn #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .G_input__checkBox i {
  color: silver;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .btn-success i {
  color: white;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .app-horizontal, #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .colorRow, #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .colorRow, #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .Table_tableFilters, #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row, .Form.Form-header .Form-header__panel__fieldGroup #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .Form-header__panel__fieldGroup__row, #Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .app-input.-withMinMax {
  padding: 15px 0;
  margin: 0 10px 0 30px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form label {
  line-height: 23px;
}
#Fleet_loadPopup .Fleet_loadPopup__deliverySection .Fleet_loadPopup__deliverySection__form .placeholder {
  color: #929292 !important;
}

.Fleet_popup__smsStatus {
  margin-left: 5px;
  background: #648e57;
  padding: 2px 5px;
  border-radius: 3px;
  text-shadow: 0 0 1px black;
  border: 1px solid #78a969;
}
.Fleet_popup__smsStatus.-idle {
  background: #737070;
  border-color: #868686;
}
.Fleet_popup__smsStatus.-error {
  background: #b14545;
  border-color: #d64d4d;
}

.Fleet_popup__truckDetailsPanel {
  max-width: 580px;
}
.Fleet_popup__truckDetailsPanel > div {
  border-right: 1px solid #ececec;
  padding-right: 20px;
  margin-right: 10px;
}
.Fleet_popup__truckDetailsPanel .Fleet_popup__truckDetailsPanel__smsDialog__refreshHistoryBtn {
  float: right;
  min-width: 40px;
}
.Fleet_popup__truckDetailsPanel .app-scroller {
  position: relative;
  max-height: 240px !important;
  padding: 0 15px 0 0;
  margin-top: 15px;
}
.Fleet_popup__truckDetailsPanel .AvailableAtPlant {
  background: #9dd88f;
}
.Fleet_popup__truckDetailsPanel .NotAvailable {
  background: #dedede;
}
.Fleet_popup__truckDetailsPanel .LoadingAtPlant {
  background: #f5c8f1;
}
.Fleet_popup__truckDetailsPanel .TransportingLoadToDeliverySite {
  background: #b5a0d6;
}
.Fleet_popup__truckDetailsPanel .ReadyToUnloadAtDeliverySite {
  background: #62af62;
}
.Fleet_popup__truckDetailsPanel .UnloadingAtDeliverySite {
  background: #83BAE6;
}
.Fleet_popup__truckDetailsPanel .FinishedUnloadingAtDeliverySite {
  background: #83BAE6;
}
.Fleet_popup__truckDetailsPanel .OnItsWayToPlant {
  background: #f5f09b;
}
.Fleet_popup__truckDetailsPanel .BreakAtPlant {
  background: #f5f09b;
}

#fleetHmiDeliverySiteSmsDialogTemplate .app-scroller {
  position: relative;
  max-height: 310px !important;
  padding: 0 15px 0 0;
  margin-top: 15px;
}
#fleetHmiDeliverySiteSmsDialogTemplate header {
  margin-bottom: 10px;
}
#fleetHmiDeliverySiteSmsDialogTemplate header .btn, #fleetHmiDeliverySiteSmsDialogTemplate header #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent #fleetHmiDeliverySiteSmsDialogTemplate header .rc_calcButton, #fleetHmiDeliverySiteSmsDialogTemplate header .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn #fleetHmiDeliverySiteSmsDialogTemplate header .G_input__checkBox {
  float: right;
  min-width: 40px;
  color: black !important;
  top: -4px;
  position: relative;
  border: none;
  right: -4px;
}

.PolarFleet .app-view-header label {
  line-height: 28px;
  margin-right: 5px;
}
.PolarFleet .app-view-header .SumoSelect.open > .optWrapper {
  top: 25px;
}
.PolarFleet .app-view-header .SelectBox {
  padding: 6px 8px;
}
.PolarFleet .app-view-content {
  padding-bottom: 10px;
  box-sizing: border-box;
}
.PolarFleet .AvailableAtPlant {
  background: #9dd88f;
}
.PolarFleet .NotAvailable {
  background: #dedede;
}
.PolarFleet .LoadingAtPlant {
  background: #f5c8f1;
}
.PolarFleet .TransportingLoadToDeliverySite {
  background: #b5a0d6;
}
.PolarFleet .ReadyToUnloadAtDeliverySite {
  background: #62af62;
}
.PolarFleet .UnloadingAtDeliverySite {
  background: #83BAE6;
}
.PolarFleet .FinishedUnloadingAtDeliverySite {
  background: #83BAE6;
}
.PolarFleet .OnItsWayToPlant {
  background: #f5f09b;
}
.PolarFleet .BreakAtPlant {
  background: #f5f09b;
}

.PolarFleet_mapContainer {
  width: 50%;
}

#PolarFleet_map {
  height: 100% !important;
}

.PolarFleet_truckList {
  padding: 0 0 10px 20px;
  overflow-y: auto;
}
.PolarFleet_truckList .PolarFleet_truckListTable {
  table-layout: auto;
}
.PolarFleet_truckList .PolarFleet_truckListTable th {
  background: transparent !important;
}
.PolarFleet_truckList .PolarFleet_truckListTable td, .PolarFleet_truckList .PolarFleet_truckListTable th {
  border-color: #eaeaea !important;
}
.PolarFleet_truckList .PolarFleet_truckListTable tr {
  cursor: pointer;
}
.PolarFleet_truckList .PolarFleet_truckListTable tr i.fa-circle.-Active {
  color: #4a9c42;
}
.PolarFleet_truckList .PolarFleet_truckListTable tr i.fa-circle.-Idle {
  color: #f3c140;
}
.PolarFleet_truckList .PolarFleet_truckListTable tr i.fa-circle.-Inactive {
  color: silver;
}
.PolarFleet_truckList .PolarFleet_truckListTable tr td {
  font-size: 16px;
  line-height: 20px;
  user-select: none;
  background: transparent !important;
}
.PolarFleet_truckList .PolarFleet_truckListTable tr:first-child td {
  border-top: 0;
}
.PolarFleet_truckList .PolarFleet_truckListTable tr:hover td,
.PolarFleet_truckList .PolarFleet_truckListTable tr.-markerHovered td {
  background: #efefef !important;
}
.PolarFleet_truckList .PolarFleet_truckListTable td:last-child {
  padding: 4px 6px 0 0;
}
.PolarFleet_truckList .PolarFleet_truckListTable .ui-resizable-handle {
  border-left-color: white;
  border-right-color: white;
  background: #eaeaea;
  top: 0;
}

.PolarFleet_truckList__deliveryStateBullet {
  width: 200px;
  padding: 4px 8px;
  border-radius: 3px;
}

.PolarFleet__usedBySite {
  padding: 4px 8px;
}

.PolarFleet_truckListTooltip .ui-tooltip-content {
  min-width: 180px;
}

.IotDevice_addressList tr {
  cursor: pointer;
}
.IotDevice_addressList tr i.fa-circle.-Active {
  color: #4a9c42;
}
.IotDevice_addressList tr i.fa-circle.-Idle {
  color: #f3c140;
}
.IotDevice_addressList tr i.fa-circle.-Inactive {
  color: silver;
}

.DynDns_ioTable {
  display: block;
}
.DynDns_ioTable tr td:first-child {
  background-color: whitesmoke;
}
.DynDns_ioTable tr td {
  background-color: white;
}
.DynDns_ioTable tr td.-true {
  background-color: #97FF00;
  color: black;
}
.DynDns_ioTable tr td.-false {
  background-color: black;
  color: white;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.DosingCheck h2 {
  overflow-x: clip;
}
.DosingCheck .DosingCheck_header_buttons {
  position: absolute;
  right: 12px;
  background: rgba(255, 255, 255, 0.7);
}
.DosingCheck .DosingCheck_italic {
  font-style: italic;
}
.DosingCheck .DosingCheck_header__truck i {
  font-size: 15px;
  position: relative;
  top: 1px;
}
.DosingCheck .DosingCheck_header__truck button i, .DosingCheck .DosingCheck_header__truck button span {
  pointer-events: none;
}
.DosingCheck .app-panel {
  margin-bottom: 0;
  min-height: 725px;
}
.DosingCheck .DosingCheck_middlePanel {
  position: relative;
}
.DosingCheck .DosingCheck_rightPanel {
  margin-right: 0;
  padding-right: 0;
  justify-content: space-between;
}
.DosingCheck .DosingCheck_recipeInfo {
  padding-top: 15px;
  text-align: center;
}
.DosingCheck .DosingCheck_recipeInfo .DosingCheck_recipeInfo__link {
  cursor: pointer;
  color: #08c;
}
.DosingCheck .DosingCheck_recipeInfo .DosingCheck_recipeInfo__link:hover {
  color: #004466;
  text-decoration: underline;
}
.DosingCheck .DosingCheck_recipeInfo .DosingCheck_recipeInfo__title {
  font-size: 16px;
  font-weight: bold;
}
.DosingCheck .DosingCheck_batchSizeInfo {
  flex-basis: 75px !important;
  font-size: 14px;
}
.DosingCheck .DosingCheck_batchSizeInfo .DosingCheck_batchSizeInfo__largeText {
  font-size: 18px;
}
.DosingCheck .DosingCheck_batchSizeInfo .unit {
  margin-left: 0;
}
.DosingCheck .DosingCheck_batchSizeInfo__limitingFactor {
  background: #444343;
  color: white;
  padding: 5px;
  border-radius: 5px;
  width: 60%;
  font-size: 12px;
  margin: 1px auto 6px;
}
.DosingCheck .DosingCheck_tableTitle span {
  font-weight: bold;
}
.DosingCheck .DosingCheck_tableTitle i {
  margin-left: 5px;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.2);
}
.DosingCheck #DosingCheck_selectConsistencyRecipeInput {
  padding: 2px 5px 0 5px;
  height: auto;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow td {
  border-top: 1px solid;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow td:first-child {
  border-left: 1px solid #ccc;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow td:last-child {
  border-right: 1px solid #ccc;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow:not(.material-water):hover {
  cursor: pointer;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow:not(.material-water):hover td {
  background: rgba(255, 255, 255, 0.49);
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-water td {
  border-color: #92B4CF !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-water > td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-binder td {
  border-color: #E4D9A1 !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-aggregate td {
  border-color: #BEBEBE !important;
  border-bottom-color: #adadad !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.material-additive td {
  border-color: #84A876 !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__tableRow.-toggled + .DosingCheck_materialTable__detailsRow > td {
  border-top: 0;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow {
  display: none;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow > td {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-top: none !important;
  overflow: visible !important;
  padding: 0;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow .DosingCheck_materialTable__detailsRow__tableContainer {
  border-radius: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.21);
  padding: 0;
  background: white;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow table {
  background: transparent;
  margin: 0 !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow table td:first-child {
  padding-left: 10px !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow table td {
  border-top: 0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow table tr:last-child td {
  border-bottom: 0;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow.isVisible, .DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow .isVisible {
  display: table-row !important;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__detailsRow[style*="display: none"] + .DosingCheck_materialTable__tableRow > td {
  border-top: 0;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__emptyRow {
  height: 5px;
}
.DosingCheck .DosingCheck_materialTable .DosingCheck_materialTable__emptyRow td {
  border: 0 !important;
  border-radius: 0;
  background: transparent;
}
.DosingCheck .DosingCheck_waterCalculationsTable {
  margin-bottom: 0;
}
.DosingCheck .DosingCheck_waterCalculationsTable th {
  background: #e4e2e2;
}
.DosingCheck .DosingCheck_waterCalculationsTable .DosingCheck_waterCalculationsTable__residualWaterAdjustment span {
  margin-top: 1px;
}
.DosingCheck .DosingCheck_waterCalculationsTable .DosingCheck_waterCalculationsTable__residualWaterAdjustment span.residualWaterAdjustment__value {
  margin: 0 5px;
  padding: 1px 4px;
  border: 1px solid #92B4CE;
  border-radius: 5px;
  font-weight: bold;
}
.DosingCheck .DosingCheck_waterCalculationsTable .DosingCheck_waterCalculationsTable__residualWaterAdjustment span.residualWaterAdjustment__value span:first-child {
  font-weight: normal;
}
.DosingCheck .DosingCheck_statsTablesContainer {
  justify-content: space-between;
  margin-bottom: -5px;
}
.DosingCheck .DosingCheck_statsTable {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.DosingCheck .DosingCheck_statsTable tr td {
  background: transparent;
}
.DosingCheck .DosingCheck_statsTable tr.tableHeader {
  cursor: pointer;
}
.DosingCheck .DosingCheck_statsTable tr.tableHeader td {
  border-top: 1px solid #cacaca;
  background-color: #E4E4E4;
  padding: 2px 8px;
}
.DosingCheck .DosingCheck_statsTable tr.tableHeader td span {
  font-weight: bold;
}
.DosingCheck .DosingCheck_statsTable tr.tableHeader:first-child td {
  border-top: 0;
}
.DosingCheck .DosingCheck_statsTable tr.DosingCheck_statsTable__staticRow > td,
.DosingCheck .DosingCheck_statsTable tr.DosingCheck_statsTable__toggableRow > td {
  padding: 0;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__toggableRow {
  display: none;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__toggableRow > td {
  border-top: 0;
  background-color: transparent;
  padding: 0;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__childTableWrapper {
  position: relative;
  background-color: white;
  margin-left: 0;
  padding: 5px 10px;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__toggableRow:hover > td,
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__staticRow > td {
  background: transparent !important;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__headerLabel {
  display: inline-block;
  min-width: 120px;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__headerLabel--right {
  display: inline-block;
  float: right;
  text-align: right;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__Temperature-input {
  display: inline-flex;
  margin-right: -50px;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__Temperature-input input {
  width: 150px;
  position: absolute;
  left: 177px;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__mixerLabel {
  background: #cecdcd;
  border-radius: 3px;
  border: 1px solid #bdbbbb;
  padding: 1px 10px;
  position: relative;
}
.DosingCheck .DosingCheck_statsTable .DosingCheck_statsTable__mixerLabel.-active {
  background: #688aa3;
  border-radius: 3px;
  border: 1px solid #5c798e;
  color: white;
  text-shadow: 0 0 2px black;
}
.DosingCheck .DosingCheck_statsTable .-inactiveRow {
  font-style: italic;
  color: silver;
}
.DosingCheck .DosingCheck_statsTable__childTable.table {
  background: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.DosingCheck .DosingCheck_statsTable__childTable.table th {
  padding-bottom: 10px;
}
.DosingCheck .DosingCheck_statsTable__childTable.table td {
  padding: 2px 5px 2px;
  background: transparent !important;
  border: 0;
  line-height: 18px;
}
.DosingCheck .DosingCheck_statsTable__childTable.table tr:first-child td {
  border-top: 0;
}
.DosingCheck .DosingCheck_statsTable__childTable.table tr.-divider td {
  border-top: 1px dashed #d8d2d2 !important;
  padding-top: 10px;
}
.DosingCheck .DosingCheck_testData .well {
  background: rgb(233, 233, 233);
}
.DosingCheck .DosingCheck_testData .DosingCheck_testData__xScale {
  padding: 0 15px 0 0;
  text-align: right;
}
.DosingCheck .DosingCheck_testData .g-bar-horizontal, .DosingCheck .DosingCheck_testData .g-pocket_info > .g-pocket_status, .DosingCheck .DosingCheck_testData .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status {
  width: 60%;
  border: 1px solid rgb(131, 131, 131);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.58);
}
.DosingCheck .DosingCheck_testData .g-bar-horizontal + .DosingCheck_testData__xScale, .DosingCheck .DosingCheck_testData .g-pocket_info > .g-pocket_status + .DosingCheck_testData__xScale, .DosingCheck .DosingCheck_testData .Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status + .DosingCheck_testData__xScale {
  padding: 0 0 0 15px;
  text-align: left;
}
.DosingCheck .DosingCheck_testData #DosingCheck_testData__printExtraReportSelect {
  width: 120px;
  margin-bottom: 0;
  top: -2px;
  position: relative;
  height: 20px;
  line-height: 15px;
  font-size: 12px;
  padding: 0;
  right: -5px;
}
.DosingCheck .DosingCheck_tests {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.DosingCheck .DosingCheck_test {
  display: inline-flex;
  margin-top: 10px;
}
.DosingCheck .DosingCheck_test label {
  min-width: 150px;
  margin-left: 5px;
}
.DosingCheck .DosingCheck__testWeighing {
  margin-top: 40px;
}
.DosingCheck .DosingCheck_testWeighingTable {
  width: 100%;
}
.DosingCheck .DosingCheck_testWeighingTable tr.-inactive td.-fadeIfInactive {
  color: silver;
}
.DosingCheck .DosingCheck_testWeighingTable td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 !important;
}
.DosingCheck .DosingCheck_testWeighingTable .DosingCheck_testWeighingTable__status + .DosingCheck_testWeighingTable__status {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.DosingCheck .DosingCheck_testWeighingTable .DosingCheck_testWeighingTable__status + .DosingCheck_testWeighingTable__status.-statusError, .DosingCheck .DosingCheck_testWeighingTable .DosingCheck_testWeighingTable__status + .DosingCheck_testWeighingTable__status.-statusOk {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.DosingCheck .DosingCheck_testWeighingTable .-statusOk, .DosingCheck .DosingCheck_testWeighingTable .-statusOk:hover {
  background: #86c586 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.DosingCheck .DosingCheck_testWeighingTable input[type=checkbox] {
  height: 26px !important;
  width: 17px;
}
.DosingCheck .DosingCheck_labSample {
  color: #00aa00;
}
.DosingCheck .DosingCheck_thumbUp {
  color: #0000FF;
}
.DosingCheck .DosingCheck_validationMessage {
  border-radius: 5px;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.DosingCheck .DosingCheck_validationMessage .DosingCheck_validationMessage__icon {
  font-size: 20px !important;
  margin: 0 0 0 15px;
  float: right;
}
.DosingCheck .DosingCheck_validationMessage .DosingCheck_validationMessage__label {
  font-weight: bold;
  margin-right: 5px;
}

#DriverMonitorApp {
  background: #3c3c3c;
  background-image: url("../img/drivermonitor_background2.jpg");
  padding: 1.5vh 2vw 3vh 2vw;
  color: white;
}

.DriverMonitor_header {
  height: 8vh;
  margin-bottom: 1.5vh;
  text-shadow: 0 0 10px black;
}

.DriverMonitor_header__title {
  font-size: 6vh;
  line-height: 8vh;
  color: rgba(255, 255, 255, 0.4);
}

.DriverMonitor_header__clock__time {
  font-size: 5vh;
  line-height: 5vh;
}

.DriverMonitor_header__clock__date {
  font-size: 2.5vh;
  line-height: 3vh;
}

.DriverMonitor_mixers {
  margin-bottom: 3.5vh;
  height: 17vh;
}

.DriverMonitor_mixer {
  background: linear-gradient(to bottom, #b7b7b7 0%, #a5a5a5 44%, #888888 100%);
  padding: 1.5vh 2.5vh;
  font-size: 7vh;
  line-height: 7vh;
  text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1.5vh 0 rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}
.DriverMonitor_mixer + .DriverMonitor_mixer {
  margin-left: 3.5vh;
}
.DriverMonitor_mixer.-active {
  background: linear-gradient(to bottom, #7ca6d2 0%, #6b88a7 44%, #507294 100%);
}
.DriverMonitor_mixer.-warning {
  background: linear-gradient(to bottom, #e3ca36 0%, #f9b909 44%, #ca8c02 100%);
  color: black;
}
.DriverMonitor_mixer.-warning .DriverMonitor_mixer__mixerLabel {
  text-shadow: 0 0 0.8vh #ffffff;
}
.DriverMonitor_mixer.-warning .DriverMonitor_mixer__deliverySiteInformation {
  text-shadow: 0 0 0.8vh #ffffff;
}
.DriverMonitor_mixer.-warning .DriverMonitor_mixer__truckInformation {
  text-shadow: 0 0 0.8vh #ffffff;
}

.DriverMonitor_mixer__mixerLabel {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1vw;
  font-size: 11vh;
  line-height: 17vh;
  font-weight: bold;
  text-shadow: 0 0 0.5vh black;
}

.DriverMonitor_mixer__deliverySiteInformation {
  font-style: italic;
  font-size: 6.5vh;
  white-space: nowrap;
  position: absolute;
  left: 8vw;
  right: 2.5vh;
  height: 7vh;
  overflow: hidden;
  text-shadow: 0 0 0.5vh black;
}
.DriverMonitor_mixer__deliverySiteInformation span {
  position: absolute;
  left: 0;
}
.DriverMonitor_mixer__deliverySiteInformation.--double-row {
  font-size: 1vw;
}
.DriverMonitor_mixer__deliverySiteInformation.--double-row span:first-child {
  display: block;
  position: unset;
  font-size: 4.5vh;
  line-height: 2vh;
  padding-top: 1vh;
}
.DriverMonitor_mixer__deliverySiteInformation.--double-row span:last-child {
  position: relative;
  font-size: 3vh;
  top: -0.5vh;
}

.DriverMonitor_mixer__truckInformation {
  font-weight: bold;
  text-shadow: 0 0 0.5vh black;
}

.DriverMonitor_mixer_warningMessage {
  font-size: 3vh;
  line-height: 2.5vh;
  text-align: center;
  padding: 1.3vh;
  position: relative;
  left: -1vw;
  background: white;
  color: black;
  font-weight: bold;
  text-shadow: none;
}
.DriverMonitor_mixer_warningMessage + span {
  position: relative;
  top: -2.5vh;
}

.DriverMonitor_loadTable {
  background: linear-gradient(to bottom, #565656 0%, #403f3f 44%, #252525 100%);
  text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 1.5vh 0 rgba(0, 0, 0, 0.7);
  height: 69.5vh;
  max-height: 69.5vh;
  overflow: hidden;
}
.DriverMonitor_loadTable table {
  --lh: 2vw;
  font-size: 1.8vw;
  line-height: var(--lh);
  width: 100%;
  text-align: left;
  white-space: nowrap;
  table-layout: fixed;
  /*.-inProduction td {
      background: rgba(206, 125, 239, 0.6);
  }*/
  /*.-warning td {
      background: rgba(249, 185, 9, 0.9);
  }*/
}
.DriverMonitor_loadTable table .smaller-font {
  font-size: 1.4vw;
}
.DriverMonitor_loadTable table th {
  text-align: left;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.8);
  background: #252525;
  text-shadow: 0 0 0.5vh rgb(0, 0, 0);
}
.DriverMonitor_loadTable table th:first-child, .DriverMonitor_loadTable table td:first-child {
  padding-left: 1vw;
}
.DriverMonitor_loadTable table td {
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DriverMonitor_loadTable table td .flexible {
  white-space: normal;
}
.DriverMonitor_loadTable table .-mark td {
  background: rgba(245, 245, 245, 0.2);
}
.DriverMonitor_loadTable table .-inProduction td,
.DriverMonitor_loadTable table .-inMixer td {
  background: rgba(60, 122, 199, 0.6);
}
.DriverMonitor_loadTable table .-mark.-inProduction td,
.DriverMonitor_loadTable table .-mark.-inMixer td {
  background: rgba(77, 138, 214, 0.6);
}
.DriverMonitor_loadTable table .DriverMonitor_loadTable__td--doubleRow {
  line-height: normal;
}
.DriverMonitor_loadTable table .DriverMonitor_loadTable__td--doubleRow span:first-child {
  color: rgb(255, 255, 255);
  font-style: italic;
  display: block;
  padding-top: 0.5vw;
  max-width: 45vw;
}
.DriverMonitor_loadTable table .DriverMonitor_loadTable__td--doubleRow span:last-child {
  position: relative;
  top: -0.3vw;
  padding-left: 2vw;
  font-size: 1vw;
}
.DriverMonitor_colorKeys {
  opacity: 0.7;
  height: 2.5vh;
  width: 20vw;
  position: relative;
  text-align: center;
  box-shadow: 0 0 0.3vw 0 rgba(0, 0, 0, 0.75);
}

.DriverMonitor_colorKey {
  font-size: 1.5vh;
  line-height: 1.5vh;
  padding: 0.5vh;
  text-shadow: 0 0 0.15vw black;
}
.DriverMonitor_colorKey.-inProduction {
  background: #517eb5;
}
.DriverMonitor_colorKey.-warning {
  background: #e8ae0f;
}

.DriverMonitor_footer_factoryName {
  height: 5vh;
  width: 20vw;
  font-size: 2vh;
  line-height: 5vh;
  text-shadow: 0 0 5px black;
}

.DriverMonitor_summary {
  height: 8vh;
  width: 56vw;
  position: relative;
  font-size: 5vh;
  line-height: 5vh;
  text-shadow: 0 0 10px black;
  align-items: center;
}

.DriverMonitor_clock {
  height: 8vh;
  position: relative;
  width: 20vw;
  text-shadow: 0 0 10px black;
}

.DriverMonitor_footerLogo {
  position: absolute;
  bottom: 0;
  text-align: right;
  right: 2vw;
  left: 0;
}
.DriverMonitor_footerLogo img {
  height: 4vh;
}

.DriverMonitor_screenSaver {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  color: white;
  font-size: 6vw;
  font-weight: bold;
}

.DriverMonitor_screenSaver__clock {
  animation: driverMonitorClockAnimate 160s linear infinite alternate;
  text-shadow: 0 1px 0 #7f7f7f, 0 2px 0 #727272, 0 3px 0 #666666, 0 4px 0 #595959, 0 5px 0 #4c4c4c, 0 6px 0 #3f3f3f, 0 7px 0 #333333, 0 8px 0 #262626, 0 9px 0 #191919, 0 8px 0 #0c0c0c;
}

@keyframes driverMonitorClockAnimate {
  0% {
    transform: translate(5vw, 10vh);
  }
  10% {
    transform: translate(75vw, 90vh);
  }
  20% {
    transform: translate(60vw, 10vh);
  }
  30% {
    transform: translate(30vw, 90vh);
  }
  40% {
    transform: translate(5vw, 70vh);
  }
  50% {
    transform: translate(50vw, 10vh);
  }
  60% {
    transform: translate(75vw, 50vh);
  }
  70% {
    transform: translate(50vw, 90vh);
  }
  80% {
    transform: translate(20vw, 10vh);
  }
  90% {
    transform: translate(75vw, 30vh);
  }
  100% {
    transform: translate(5vw, 10vh);
  }
}
.DynamicReportList_reportsTable__tableRowHeader button {
  float: right;
}
.DynamicReportList_reportsTable__tableRowHeader.app-active button {
  display: none !important;
}

.DynamicReportForm_printFormat label:not(:first-child) {
  text-align: left;
}
.DynamicReportForm_printFormat label:not(:first-child) input {
  margin: 0 3px 0 0;
}

.DynamicReportForm_legendBtn {
  position: absolute;
  bottom: 4px;
  right: 0;
  top: auto;
  left: auto;
  margin: 0 !important;
}

.DynamicReportForm_filterPanel {
  border-left: 1px solid #cecece;
  margin-left: 30px;
  padding-left: 30px;
}
.DynamicReportForm_filterPanel .DynamicReportForm_filterPanel__radioButtonSet label {
  width: auto !important;
  margin-left: 15px;
}
.DynamicReportForm_filterPanel .DynamicReportForm_filterPanel__radioButtonSet input[type=radio] {
  margin-top: 0;
  top: -1px;
  position: relative;
}

.DynamicReportForm_filterPanel fieldset,
.DynamicReportForm_columnPanel fieldset {
  padding-top: 0;
}

.DynamicReportForm_filterTable th,
.DynamicReportForm_columnTable th {
  border-bottom: 0 !important;
  border-right: 1px solid #d4d4d4;
  height: 24px;
}
.DynamicReportForm_filterTable th:last-child,
.DynamicReportForm_columnTable th:last-child {
  border-right: 0;
}
.DynamicReportForm_filterTable td,
.DynamicReportForm_columnTable td {
  border-right: 1px solid #e8e6e6;
  height: 26px;
}
.DynamicReportForm_filterTable input,
.DynamicReportForm_columnTable input {
  padding-left: 10px;
}
.DynamicReportForm_filterTable tr,
.DynamicReportForm_columnTable tr {
  /*select {
      height: 100%;
  }*/
}
.DynamicReportForm_filterTable tr input[type=checkbox],
.DynamicReportForm_columnTable tr input[type=checkbox] {
  margin-left: 10px;
}
.DynamicReportForm_filterTable tr.summaryRow td,
.DynamicReportForm_columnTable tr.summaryRow td {
  background-color: #dfeaf5;
}
.DynamicReportForm_filterTable tr.summaryRow select,
.DynamicReportForm_columnTable tr.summaryRow select {
  background-color: #dfeaf5;
}
.DynamicReportForm_filterTable select,
.DynamicReportForm_columnTable select {
  border-radius: 0;
  margin: 0;
  border: 0;
}
.DynamicReportForm_filterTable button.btn, .DynamicReportForm_filterTable #recipeCreatorDialogContent button.rc_calcButton, #recipeCreatorDialogContent .DynamicReportForm_filterTable button.rc_calcButton, .DynamicReportForm_filterTable .G_input.-withCheckboxBtn button.G_input__checkBox, .G_input.-withCheckboxBtn .DynamicReportForm_filterTable button.G_input__checkBox,
.DynamicReportForm_columnTable button.btn,
.DynamicReportForm_columnTable #recipeCreatorDialogContent button.rc_calcButton,
#recipeCreatorDialogContent .DynamicReportForm_columnTable button.rc_calcButton,
.DynamicReportForm_columnTable .G_input.-withCheckboxBtn button.G_input__checkBox,
.G_input.-withCheckboxBtn .DynamicReportForm_columnTable button.G_input__checkBox {
  background-image: linear-gradient(to bottom, #ffffff, #efeeee);
}
.DynamicReportForm_filterTable .DynamicReportForm_table_additionalSelect,
.DynamicReportForm_columnTable .DynamicReportForm_table_additionalSelect {
  border-left: 1px solid #ececec;
  width: 100px !important;
  right: 0 !important;
  left: unset !important;
  outline: none !important;
}
.DynamicReportForm_filterTable .DynamicReportForm_table_additionalSelect select,
.DynamicReportForm_columnTable .DynamicReportForm_table_additionalSelect select {
  height: auto;
  background-color: #dfeaf5;
}
.DynamicReportForm_filterTable .DynamicReportForm_table_additionalSelect select:focus,
.DynamicReportForm_columnTable .DynamicReportForm_table_additionalSelect select:focus {
  outline: none;
}

.DynamicReportForm_filterTable .btn.btn-mini, .DynamicReportForm_filterTable #recipeCreatorDialogContent .btn-mini.rc_calcButton, #recipeCreatorDialogContent .DynamicReportForm_filterTable .btn-mini.rc_calcButton, .DynamicReportForm_filterTable .G_input.-withCheckboxBtn .btn-mini.G_input__checkBox, .G_input.-withCheckboxBtn .DynamicReportForm_filterTable .btn-mini.G_input__checkBox {
  border: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}

.DynamicReportForm_columnTable {
  border-bottom: 1px solid #d8d7d7;
}
.DynamicReportForm_columnTable td {
  font-weight: normal;
}
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons > div {
  height: 100%;
}
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox {
  box-shadow: none;
  margin-left: 0;
  border-radius: 0;
  border: 0;
  height: 100%;
}
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn i, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton i, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton i, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox i, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox i {
  margin-top: 3px;
}
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn + .btn, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton + .btn, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton + .btn, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .btn + .rc_calcButton, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn + .rc_calcButton, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton + .rc_calcButton, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton + .rc_calcButton, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox + .btn, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn #recipeCreatorDialogContent .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox + .rc_calcButton, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox + .btn, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox + .rc_calcButton, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .btn + .G_input__checkBox, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn #recipeCreatorDialogContent .rc_calcButton + .G_input__checkBox, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .rc_calcButton + .G_input__checkBox, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn + .G_input__checkBox, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton + .G_input__checkBox, #recipeCreatorDialogContent .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton + .G_input__checkBox, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox + .G_input__checkBox, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox + .G_input__checkBox {
  border-left: 1px solid #e0dddd;
}
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn:nth-of-type(1) i, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton:nth-of-type(1) i, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton:nth-of-type(1) i, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox:nth-of-type(1) i, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox:nth-of-type(1) i {
  float: left;
}
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn:nth-of-type(2) i, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton:nth-of-type(2) i, #recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton:nth-of-type(2) i, .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox:nth-of-type(2) i, .G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox:nth-of-type(2) i,
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .btn:nth-of-type(3) i,
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons #recipeCreatorDialogContent .rc_calcButton:nth-of-type(3) i,
#recipeCreatorDialogContent .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .rc_calcButton:nth-of-type(3) i,
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input.-withCheckboxBtn .G_input__checkBox:nth-of-type(3) i,
.G_input.-withCheckboxBtn .DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnButtons .G_input__checkBox:nth-of-type(3) i {
  float: right;
}
.DynamicReportForm_columnTable .DynamicReportForm_columnTable__columnsTotalWidth {
  position: absolute;
  right: 5px;
  top: 2px;
  font-style: italic;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#system-table .Table_cell--error {
  background: #FFB5B3;
  border-color: #EA9494;
}
#system-table .Table_cell--error a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Feeding_header {
  max-height: 30px;
}

.Feeding_content {
  flex-grow: 1 !important;
}

.Feeding_content + .Feeding_header {
  border-top: 5px solid silver;
  padding-top: 10px;
}

.Feeding_content__silos,
.Feeding_content .Feeding_content__silos {
  flex-wrap: wrap;
  margin: 10px 5px 30px 35px !important;
  overflow-x: auto;
  padding: 5px;
}

.Feeding_content__silos__silo,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo {
  margin: 5px;
  margin-left: 5px !important;
  width: 100px !important;
}
.Feeding_content__silos__silo .Feeding_siloContentBar__fill,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo .Feeding_siloContentBar__fill {
  bottom: 0 !important;
}
.Feeding_content__silos__silo .Feeding_sensorIndicator,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo .Feeding_sensorIndicator {
  left: 1px !important;
}
.Feeding_content__silos__silo table,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table {
  width: 100px !important;
  min-width: 100px !important;
}
.Feeding_content__silos__silo table th,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table th {
  border: 1px solid silver;
  text-align: left;
}
.Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow {
  color: #5A5959;
  height: 30px;
}
.Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td, .Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td:first-child,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td:first-child {
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  background: #EFEFEF !important;
  font-size: 12px;
}
.Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td:first-child.-allowed,
.Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td.-allowed,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td:first-child.-allowed,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow td.-allowed {
  background: #AFCCA6 !important;
  border-color: #7E9278;
  color: black;
  font-weight: bold;
}
.Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow:last-child > td,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table tbody tr.Feeding_content__silos__silo__matrixRow:last-child > td {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Feeding_content__silos__silo table .Feeding_content__silos__silo__header__btn,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table .Feeding_content__silos__silo__header__btn {
  border-top-left-radius: 0;
  padding: 1px 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.Feeding_content__silos__silo table .Feeding_content__silos__silo__header__btn:focus,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table .Feeding_content__silos__silo__header__btn:focus {
  outline: none !important;
}
.Feeding_content__silos__silo table .Feeding_content__silos__silo__header .g-objectId,
.Feeding_content .Feeding_content__silos .Feeding_content__silos__silo table .Feeding_content__silos__silo__header .g-objectId {
  display: inline;
}

.Feeding_content__feedingBelts {
  flex: 1 auto !important;
  margin: 0 40px 0 15px;
  position: relative;
}

.Feeding_content__feedingBelts__row {
  display: table;
  height: 40px;
  margin-left: 30px;
  margin-top: 20px;
  max-height: 40px;
  table-layout: fixed;
}

.Feeding_content__feedingBelts__row__col {
  box-sizing: border-box;
  display: table-cell;
  height: 40px;
  margin: 0 25px;
  max-width: 420px;
  min-height: 20px;
  min-width: 420px;
  padding-right: 20px;
  vertical-align: top;
  width: 420px;
  position: relative;
}

.Feeding_content__feedingBelts__row__rowNumber {
  font-size: 20px;
  font-weight: bold;
  left: 5px;
  line-height: 40px;
  min-height: 20px;
  min-width: 50px;
  overflow: visible;
  text-align: center;
  width: 50px;
}

.Feeding_content__feedingBelts__row__rowNumber,
.Feeding_content__feedingBelts__belt__title > .app-input {
  display: none;
}

.Feeding_content__feedingBelts__belt,
.Feeding_content__feedingBelts__belt.-hopper {
  border-radius: 3px !important;
  box-sizing: border-box;
  flex: 0 auto;
  overflow: visible;
  position: relative;
  width: 100%;
}
.Feeding_content__feedingBelts__belt .g-pocket_info,
.Feeding_content__feedingBelts__belt.-hopper .g-pocket_info {
  flex: 1 auto !important;
  height: 38px;
}
.Feeding_content__feedingBelts__belt > .g-pocket_info > .feeding-belt_status,
.Feeding_content__feedingBelts__belt.-hopper > .g-pocket_info > .feeding-belt_status {
  height: 5px;
  top: auto;
}
.Feeding_content__feedingBelts__belt .btn, .Feeding_content__feedingBelts__belt #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt .rc_calcButton, .Feeding_content__feedingBelts__belt .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Feeding_content__feedingBelts__belt .G_input__checkBox,
.Feeding_content__feedingBelts__belt.-hopper .btn {
  border-radius: 3px;
  height: 26px;
  min-width: 90px;
  margin: 0;
}
.Feeding_content__feedingBelts__belt .Feeding_materialFlagImg,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_materialFlagImg {
  position: absolute;
  top: -13px;
}
.Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__startBtn,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__startBtn {
  margin: 5px;
}
.Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__title,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__title {
  font-size: 16px;
  position: relative;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.53);
}
.Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__title span,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__title span {
  line-height: 30px;
}
.Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__title img,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__title img {
  opacity: 0.8;
  position: relative;
  top: -1px;
}
.Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__title input,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__title input {
  border-radius: 2px;
  max-width: 200px;
  padding-left: 4px;
  padding-top: 15px;
}
.Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__title label,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__title label {
  color: rgb(63, 140, 197);
  font-weight: bold;
  font-size: 10px;
  left: 5px;
  position: absolute;
  text-shadow: none;
  top: -1px;
  z-index: 1;
}
.Feeding_content__feedingBelts__belt span.Feeding_content__feedingBelts__belt__direction_indicator,
.Feeding_content__feedingBelts__belt.-hopper span.Feeding_content__feedingBelts__belt__direction_indicator {
  display: inline-block;
  width: 16px;
  text-shadow: 1px 2px 3px black;
}
.Feeding_content__feedingBelts__belt span.Feeding_content__feedingBelts__belt__direction_indicator i,
.Feeding_content__feedingBelts__belt.-hopper span.Feeding_content__feedingBelts__belt__direction_indicator i {
  color: white;
  position: absolute;
  top: 5px;
}
.Feeding_content__feedingBelts__belt span.Feeding_content__feedingBelts__belt__direction_indicator:last-child,
.Feeding_content__feedingBelts__belt.-hopper span.Feeding_content__feedingBelts__belt__direction_indicator:last-child {
  float: right;
  margin-right: 10px;
}

.Feeding_content__feedingBelts__belt {
  height: 40px;
}

.Feeding_content__feedingBelts__belt + .Feeding_content__feedingBelts__belt {
  display: none;
}

.Feeding_content__feedingBelts__belt.-hopper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100px;
}
.Feeding_content__feedingBelts__belt.-hopper select, .Feeding_content__feedingBelts__belt.-hopper select:focus {
  outline: none;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls {
  border-left: 5px solid #999;
  border-bottom: 5px solid #999;
  border-right: 5px solid #999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-width: 390px;
  overflow: visible;
  position: absolute;
  top: 36px;
  left: -1px;
  width: 390px;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls > div:first-child {
  background: #E6E5E5;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls > div:last-child {
  background: #999;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls select {
  border: 0;
  border-radius: 0;
  margin-bottom: -1px;
  width: 135px;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls input.-warning {
  background-color: #F8D306;
  border-color: #b99012;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls select:not(:last-child) {
  border-right: 1px solid silver;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls label {
  margin: 5px 10px;
  text-align: right;
  width: 43px;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.btn,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.rc_calcButton,
#recipeCreatorDialogContent .Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.rc_calcButton {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 30px;
  margin: 0;
  padding: 0;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn + .Feeding_content__feedingBelts__belt__hopperControls__btn,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.btn + .Feeding_content__feedingBelts__belt__hopperControls__btn,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.rc_calcButton + .Feeding_content__feedingBelts__belt__hopperControls__btn,
#recipeCreatorDialogContent .Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.rc_calcButton + .Feeding_content__feedingBelts__belt__hopperControls__btn {
  border-bottom-left-radius: 0;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn:not(:last-child),
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.btn:not(:last-child),
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.rc_calcButton:not(:last-child),
#recipeCreatorDialogContent .Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__btn.Feeding_btn.rc_calcButton:not(:last-child) {
  border-bottom-right-radius: 0;
  border-right: none;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__caretBtn,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__caretBtn.btn.dropdown-toggle,
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls #recipeCreatorDialogContent .Feeding_content__feedingBelts__belt__hopperControls__caretBtn.dropdown-toggle.rc_calcButton,
#recipeCreatorDialogContent .Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .Feeding_content__feedingBelts__belt__hopperControls__caretBtn.dropdown-toggle.rc_calcButton {
  border-left: 1px dashed rgba(0, 0, 0, 0.11);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 30px;
  margin-top: -1px !important;
  min-width: 25px;
  padding: 4px 8px 5px 8px;
  width: 25px;
}
.Feeding_content__feedingBelts__belt.-hopper .Feeding_content__feedingBelts__belt__hopperControls .btn-group > .Feeding_content__feedingBelts__belt__hopperControls__btn:first-child {
  border-radius: 0 !important;
}

.Feeding_belts__belt__siloControls {
  position: absolute;
  right: 0;
}
.Feeding_belts__belt__siloControls label {
  height: 20px;
  top: 10px;
  padding-right: 3px;
  padding-left: 9px;
  margin-right: 0;
  position: relative;
  background: #999999;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.53);
}
.Feeding_belts__belt__siloControls select {
  border: 0;
  border-radius: 2px;
  color: #2D2D2D;
  height: 26px;
  position: relative;
  top: 5px;
  width: 90px;
}
.Feeding_belts__belt__siloControls select:focus {
  outline: none !important;
}
.Feeding_belts__belt__siloControls select:disabled {
  background: rgba(255, 255, 255, 0.28);
}

.g-bar-success + .Feeding_belts__belt__siloControls label, .silo-level.silo-level-max + .Feeding_belts__belt__siloControls label {
  background: #74b574;
}

.Feeding_content__settings {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background: whitesmoke;
  border-radius: 3px;
  border: 1px solid silver;
  display: none;
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
  min-width: 300px;
  padding: 10px 20px 25px 20px;
}

.Feeding_content.-settingsEnabled .Feeding_content__feedingBelts__row {
  background: rgba(110, 163, 162, 0.17);
}
.Feeding_content.-settingsEnabled .Feeding_content__feedingBelts__row__rowNumber {
  display: table-cell;
}
.Feeding_content.-settingsEnabled .Feeding_content__feedingBelts__row__col {
  border: 1px dashed #8BADA9;
  background: #D2E8E6;
  padding: 5px;
}
.Feeding_content.-settingsEnabled .Feeding_content__feedingBelts__row__col.-empty {
  box-sizing: border-box;
  padding-right: 20px;
}
.Feeding_content.-settingsEnabled .Feeding_content__feedingBelts__belt__title span {
  display: none;
}
.Feeding_content.-settingsEnabled .Feeding_content__feedingBelts__belt__title .app-input {
  display: inline-block;
}
.Feeding_content.-settingsEnabled .Feeding_belts__belt__siloControls {
  display: none;
}
.Feeding_content.-settingsEnabled .Feeding_content__settings {
  display: flex;
}
.Feeding_content.-settingsEnabled .Feeding_content__silos__silo th.Feeding_content__silos__silo__header {
  height: 21px;
}
.Feeding_content.-settingsEnabled .Feeding_content__silos__silo th.Feeding_content__silos__silo__header .btn, .Feeding_content.-settingsEnabled .Feeding_content__silos__silo th.Feeding_content__silos__silo__header #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Feeding_content.-settingsEnabled .Feeding_content__silos__silo th.Feeding_content__silos__silo__header .rc_calcButton, .Feeding_content.-settingsEnabled .Feeding_content__silos__silo th.Feeding_content__silos__silo__header .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Feeding_content.-settingsEnabled .Feeding_content__silos__silo th.Feeding_content__silos__silo__header .G_input__checkBox {
  min-width: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
}

.Feeding_btn:hover,
.Feeding_content__feedingBelts__belt__hopperControls__btn:hover {
  box-shadow: none !important;
}

.Feeding_btn:focus,
.Feeding_content__feedingBelts__belt__hopperControls__btn:focus {
  outline: none !important;
}

.Feeding_btn--inline {
  border-left: 1px solid silver !important;
  margin-left: 0 !important;
}
.Feeding_btn--inline:hover {
  box-shadow: none !important;
}

.Feeding_truckSwitchIcon--on {
  color: rgb(40, 84, 40);
  text-shadow: none;
}

.Feeding_truckSwitchIcon--off {
  color: #521D1B;
  text-shadow: none;
}

#FeedingApp {
  background: white;
  display: block !important;
  height: 100%;
  padding: 2rem;
}
#FeedingApp .Feeding_header {
  margin-left: 0;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Header {
  background-color: #688aa3;
  border-top: 5px solid #58778b;
  border-bottom: 2px solid #58778b;
  color: #fff;
  margin-bottom: 0;
}
.Header > div {
  margin: 0 0 0 0;
  padding-top: 6px;
}
.Header > div .app-toolbar {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.Header > div .app-toolbar > *:not(:first-child) {
  margin-left: 5px;
}
.Header .Header_accountDialog {
  font-size: 12px;
  width: 450px;
}
.Header .Header_accountDialog form.BrowserSettings {
  padding-top: 5px;
}
.Header .Header_accountDialog form.BrowserSettings label {
  width: 190px !important;
}
.Header .Header_accountDialog .accountDialog_title {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #5a5a5a;
}
.Header .btn, .Header #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Header .rc_calcButton, .Header .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Header .G_input__checkBox {
  border: 0;
  padding: 5px 10px;
}
.Header .Header_title {
  font-size: 22px;
  font-weight: normal;
  line-height: 36px;
  margin: 0 15px 0 9px;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 4px;
  padding: 0;
}
.Header .Header_title.Offline_message {
  width: 1100px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: lightpink;
  text-shadow: 0 0 12px #ffffff;
}
.Header .Header_titleOverlay {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  z-index: 1;
  font-size: 10px;
  left: 10px;
  position: absolute;
  top: 22px;
}
.Header .Header_titleOverlay span:first-child {
  color: white;
  font-size: 11px;
}
.Header .Header_toolbar {
  position: absolute;
  right: 10px;
}
.Header .Header_toolbar__pocket {
  padding: 4px 6px 4px 4px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: rgb(210, 218, 224);
  font-size: 15px;
  margin-right: 5px;
}
.Header .Header_toolbar__pocket i.fa-video-camera {
  cursor: pointer;
}
body.simulated .Header .Header_toolbar__pocket {
  background: rgba(225, 0, 0, 0.45);
}
.Header .Header_toolbar__pocket #simulatedText {
  font-size: 10px;
  font-style: italic;
  vertical-align: bottom;
  color: #FFA8A8;
}
.Header .Header_toolbar__alarm {
  cursor: pointer;
  max-width: 1400px;
  min-width: 20px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
  background: #cf4540 !important;
  height: 32px;
  margin-top: -6px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5803921569);
}
.Header .Header_toolbar__alarm .alarm_ticker_mask {
  font-size: 16px;
  height: 20px;
  overflow: visible;
}
.Header .Header_toolbar__alarm .alarm_ticker_mask li {
  color: #FFA8A8;
  text-shadow: 0 0 3px rgb(27, 31, 56);
  font-style: italic;
}
.Header .Header_toolbar__alarm .alarm_ticker_mask li a {
  color: palegoldenrod;
}
.Header .Header_toolbar__alarm .alarm_ticker_mask li a:hover {
  color: gold;
}
.Header .Header_toolbar__alarm .alarm_ticker_mask li.verticalTextCaurosel__mask__item--visible {
  color: white;
  font-weight: bold;
}
.Header .Header_toolbar__alarmCounter {
  color: black;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  left: -6px;
  top: -6px;
  margin: 0 5px;
}
.Header .Header_toolbar__alarmCounter .Header__header__toolbar__bullet {
  width: auto;
}
.Header .Header_plantStatus {
  margin-right: 5px;
}
.Header .Header_plantStatus .Header_plantStatus__plantId {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.48);
  border-radius: 12px;
  color: black;
  font-size: 12px;
  font-weight: bold;
  height: 11px;
  line-height: 12px;
  margin-left: -11px;
  margin-right: -11px;
  padding: 4px 7px;
  z-index: 1;
}
.Header .Header_plantStatus .btn, .Header .Header_plantStatus #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Header .Header_plantStatus .rc_calcButton, .Header .Header_plantStatus .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Header .Header_plantStatus .G_input__checkBox {
  font-size: 12px;
  height: 21px;
  line-height: 12px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.58);
}
.Header .Header_plantStatus .btn:first-child, .Header .Header_plantStatus #recipeCreatorDialogContent .rc_calcButton:first-child, #recipeCreatorDialogContent .Header .Header_plantStatus .rc_calcButton:first-child, .Header .Header_plantStatus .G_input.-withCheckboxBtn .G_input__checkBox:first-child, .G_input.-withCheckboxBtn .Header .Header_plantStatus .G_input__checkBox:first-child {
  padding: 0 15px 0 4px;
}
.Header .Header_plantStatus .btn:last-child, .Header .Header_plantStatus #recipeCreatorDialogContent .rc_calcButton:last-child, #recipeCreatorDialogContent .Header .Header_plantStatus .rc_calcButton:last-child, .Header .Header_plantStatus .G_input.-withCheckboxBtn .G_input__checkBox:last-child, .G_input.-withCheckboxBtn .Header .Header_plantStatus .G_input__checkBox:last-child {
  padding: 0 4px 0 15px;
  text-align: right;
}
.Header .Header_toolbar__clock {
  margin-left: 5px;
  padding-top: 2px;
  width: 58px;
}
.Header .Header_toolbar__wsStatus {
  font-size: 14px;
}
.Header .Header_toolbar__bullet {
  background: linear-gradient(to bottom, #aaff20 0%, #8ad909 100%);
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.37);
  color: black;
  display: inline-block;
  font-weight: bold;
  height: 21px;
  padding: 1px 4px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Header .Header_toolbar__bullet.-warning {
  background: linear-gradient(to bottom, #fff95e 0%, #f1da36 100%);
}
.Header .Header_toolbar__bullet.-error {
  background: linear-gradient(to bottom, #ffa297 0%, #d73624 100%) !important;
}
.Header .Header_toolbar__bullet.-down {
  color: black;
  background: #bd362f;
}
.Header .Header_toolbar__wsStatus__text {
  display: inline-block;
}
.Header .Header__header__toolbar__pocket__siteName {
  color: white;
  font-weight: bold;
  line-height: 21px;
  margin-right: 10px;
  margin-left: 5px;
  text-shadow: 0 0 2px rgb(0, 0, 0);
}
.Header .Header__header__toolbar__pocket__siteName + span {
  font-size: 14px;
}
.Header .Header__header__toolbar__pocket__operationToggle {
  height: 16px;
  min-width: 70px;
  top: -2px;
}
.Header .Header__header__toolbar__pocket__operationToggle span, .Header .Header__header__toolbar__pocket__operationToggle label {
  font-size: 12px;
  line-height: 10px;
}
.Header .Header__header__toolbar__pocket__controlledPlant {
  color: black;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin: 0 5px;
}
.Header .Header__header__toolbar__pocket__controlledPlant .Header__header__toolbar__bullet {
  width: auto;
}
.Header .Header_toolbar__userButton {
  border-radius: 4px;
}
.Header .Header_layoutMenu i {
  color: black;
}
.Header .Header_layoutMenu .Header_layoutMenu__subItem {
  padding-left: 10px;
}
.Header .Header_layoutMenu span {
  display: inline;
}
.Header .Header_productionModeBtn.G_button--pendingAction {
  margin-top: -1px;
  margin-right: -1px;
}
.Header .Header_polaramaIcon i {
  line-height: 21px;
  padding: 0 3px;
}

.productionIsPaused .Header {
  background-color: #969998;
  border-color: #80828b;
}

.offline .Header {
  background-color: rgb(160, 80, 77);
  border-top: 5px solid rgb(143, 65, 65);
  border-bottom: 2px solid rgb(139, 88, 88);
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.-disableLinks a {
  cursor: default;
  pointer-events: none;
  color: black !important;
  text-decoration: none;
}
.-disableLinks a:hover {
  text-decoration: none;
  color: black !important;
}

#history td {
  position: relative;
}
#history div.SumoSelect ul.options {
  max-height: 395px;
}
#history .History_reportBtn {
  width: 100%;
  box-sizing: border-box;
}
#history .Form-header__panel__fieldGroup__row__title {
  flex-basis: 120px !important;
}
#history .inputWithUnit {
  float: left;
  padding-right: 29px;
  text-align: right !important;
  text-overflow: clip;
}
#history .inputWithUnit + span {
  color: #969696;
  font-size: 11px;
  font-stretch: condensed;
  position: absolute;
  right: 8px;
  text-align: right;
  top: 3px;
}
#history .inputWithUnit.-widerUnit {
  padding-right: 45px;
}
#history .inputWithUnit.-widerUnit + span {
  position: absolute;
  right: 12px;
  top: 4px;
}
#history #history-table tr.app-details table.app-form-table,
#history .History_historicLoadForm__cubeTable {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}
#history #history-table tr.app-details table.app-form-table thead tr th,
#history .History_historicLoadForm__cubeTable thead tr th {
  border-top: none;
  text-align: center;
}
#history #history-table tr.app-details table.app-form-table input[type=text],
#history .History_historicLoadForm__cubeTable input[type=text] {
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  height: 28px;
  border: 1px solid #DEDBDB;
  border-radius: 2px;
}
#history #history-table tr.app-details table.app-form-table input.inputWithUnit,
#history .History_historicLoadForm__cubeTable input.inputWithUnit {
  float: left;
  padding-right: 29px;
  text-align: right !important;
}
#history #history-table tr.app-details table.app-form-table input[type=checkbox],
#history .History_historicLoadForm__cubeTable input[type=checkbox] {
  margin: 5px 0 0 0;
  width: 100%;
}
#history #history-table tr.app-details table.app-form-table input:focus,
#history .History_historicLoadForm__cubeTable input:focus {
  background: #FFFFC2 !important;
}
#history #history-table tr.app-details table.app-form-table select,
#history .History_historicLoadForm__cubeTable select {
  width: 100%;
}
#history #history-table tr.app-details table.app-form-table tr:last-child > td,
#history .History_historicLoadForm__cubeTable tr:last-child > td {
  border-bottom: 0 !important;
}
#history #history-table tr.app-details table.app-form-table .btn.btn-mini:last-child, #history #history-table tr.app-details table.app-form-table #recipeCreatorDialogContent .btn-mini.rc_calcButton:last-child, #recipeCreatorDialogContent #history #history-table tr.app-details table.app-form-table .btn-mini.rc_calcButton:last-child, #history #history-table tr.app-details table.app-form-table .G_input.-withCheckboxBtn .btn-mini.G_input__checkBox:last-child, .G_input.-withCheckboxBtn #history #history-table tr.app-details table.app-form-table .btn-mini.G_input__checkBox:last-child,
#history .History_historicLoadForm__cubeTable .btn.btn-mini:last-child,
#history .History_historicLoadForm__cubeTable #recipeCreatorDialogContent .btn-mini.rc_calcButton:last-child,
#recipeCreatorDialogContent #history .History_historicLoadForm__cubeTable .btn-mini.rc_calcButton:last-child,
#history .History_historicLoadForm__cubeTable .G_input.-withCheckboxBtn .btn-mini.G_input__checkBox:last-child,
.G_input.-withCheckboxBtn #history .History_historicLoadForm__cubeTable .btn-mini.G_input__checkBox:last-child {
  margin-right: 3px;
}
#history .History_historicLoadForm__cubeTable thead tr th {
  font-size: 11px;
}
#history .History_historicLoadForm__cubeTable thead tr th.text-left {
  text-align: left;
}
#history .History_historicLoadForm__cubeTable tbody > tr > td {
  padding: 3px !important;
  vertical-align: top;
}
#history .History_historicLoadForm__cubeTable tbody > tr > td .js-validationContainer .errors {
  max-width: 91%;
}
#history .History_historicLoadForm__cubeTable tbody > tr > td select {
  margin-bottom: 0;
}
#history .History_historicLoadForm__cubeTable tbody > tr > td span {
  margin-left: 5px;
}
#history .History_historicLoadForm__cubeTable tbody > tr > td span.unit {
  font-weight: normal;
}
#history .History_historicLoadForm__cubeTable .History_historicLoadForm__cubeTable__ageDaysSearchList__actualInputValue {
  font-style: italic;
  color: #949292;
  font-weight: normal;
}
#history .History_historicLoadForm__cubeTable .History_historicLoadForm__cubeTable__ageDaysSearchList__actualInputValue span:first-child {
  font-weight: normal;
}
#history .History_historicLoadForm__cubeTable .History_historicLoadForm__cubeTable__strengthClass div > input {
  max-width: 55px;
}
#history .History_historicLoadForm__cubeTable select.add-on {
  border-radius: 0 2px 2px 0;
}
#history .History_relatedResultsTable {
  border-collapse: collapse;
}
#history .History_relatedResultsTable tbody > tr > td {
  vertical-align: top;
}
#history tr.Table_row.Table_row--removed td.G_border--right--dashed {
  border-right: 0 !important;
}
#history .History_list__header__resultPanel {
  width: 19vw;
}
#history .History_list__header__resultPanel .Form-header__panel__fieldGroup {
  box-sizing: border-box;
  padding: 5px 10px;
}
#history .History_list__header__resultPanel__title {
  font-weight: bold;
}
#history .History_list__header__resultPanel__desc {
  font-style: italic;
}
#history .History_list__header__resultPanel__sampleList {
  display: flex;
  flex-wrap: wrap;
}
#history .History_list__header__resultPanel__sampleList .History_list__header__resultPanel__sampleList__sample {
  border-bottom: 1px solid #e0dddd;
  display: flex;
  flex-basis: 45%;
}
#history .History_list__header__resultPanel__sampleList .History_list__header__resultPanel__sampleList__sample:nth-child(1),
#history .History_list__header__resultPanel__sampleList .History_list__header__resultPanel__sampleList__sample:nth-child(2) {
  border-top: 1px solid #e0dddd;
}
#history .History_list__header__resultPanel__sampleList .History_list__header__resultPanel__sampleList__sample:nth-child(even) {
  padding-left: 4%;
  border-left: 1px solid #e0dddd;
}
#history .History_list__header__resultPanel__sampleList .History_list__header__resultPanel__sampleList__sample:nth-child(odd) {
  padding-right: 4%;
}
#history .History_list__header__resultPanel__sampleList .History_list__header__resultPanel__sampleList__sample:nth-child(odd):last-child:not(:only-child) {
  border-right: 1px solid #e0dddd;
  border-bottom: 0;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#lab-loadtest-list .inputWithUnit {
  float: left;
  text-align: right !important;
  padding-right: 29px;
  width: 50% !important;
}
#lab-loadtest-list .inputWithUnit + span {
  text-align: right;
  position: relative;
  right: 28px;
  font-size: 11px;
  top: 2px;
  font-stretch: condensed;
  color: rgb(114, 112, 112);
}
#lab-loadtest-list .inputWithUnit.-widerUnit {
  width: 43% !important;
  padding-right: 45px;
}
#lab-loadtest-list .inputWithUnit.-widerUnit + span {
  right: 40px;
}
#lab-loadtest-list .ltl_inputMini {
  width: auto;
  max-width: 70px;
  text-align: center;
  margin-bottom: 0;
  border-color: rgb(221, 219, 219);
}
#lab-loadtest-list .ltl_inputMini.-faded {
  border-color: rgb(236, 236, 236);
}
#lab-loadtest-list .ltl_inputMini:focus {
  border-color: silver !important;
  background: #fbffbf;
}
#lab-loadtest-list .ltl_inputMini.-half {
  max-width: 60px;
}
#lab-loadtest-list .ltl_additionalRecipeBullet {
  background: #DFE9EB;
  padding: 3px 6px;
  border-radius: 2px;
  margin-right: 5px;
  border: 1px solid #98AAB6;
}
#lab-loadtest-list #ltf_dataTable {
  margin-top: 10px;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 2px;
  width: 100%;
}
#lab-loadtest-list #ltf_dataTable thead tr th {
  border-top: none;
}
#lab-loadtest-list #ltf_dataTable thead tr:first-child th {
  font-weight: bold;
}
#lab-loadtest-list #ltf_dataTable thead tr:first-child th:nth-child(2) {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}
#lab-loadtest-list #ltf_dataTable thead tr:nth-child(2) th:nth-child(3) {
  border-left: 1px solid rgb(206, 202, 202);
}
#lab-loadtest-list #ltf_dataTable thead tr:nth-child(2) th:nth-child(5) {
  border-right: 1px solid rgb(206, 202, 202);
}
#lab-loadtest-list #ltf_dataTable tbody tr td:first-child {
  border-left: none;
}
#lab-loadtest-list #ltf_dataTable tbody tr td:last-child {
  border-right: none;
}
#lab-loadtest-list #ltf_dataTable tbody tr td:nth-child(3) {
  border-left: 1px dashed rgb(206, 202, 202);
}
#lab-loadtest-list #ltf_dataTable tbody tr td:nth-child(5) {
  border-right: 1px dashed rgb(206, 202, 202);
}
#lab-loadtest-list #ltf_dataTable tbody tr:hover td {
  border-top: none !important;
}
#lab-loadtest-list #ltf_dataTable tbody tr td:not(:first-child),
#lab-loadtest-list #ltf_dataTable thead tr th:not(:first-child) {
  text-align: center;
}
#lab-loadtest-list #ltf_dataTable td:first-child, #lab-loadtest-list #ltf_dataTable th:first-child {
  padding-left: 10px;
}
#lab-loadtest-list #ltf_dataTable td:not(:first-child) {
  padding: 0;
}
#lab-loadtest-list #ltf_dataTable td:not(:first-child) input {
  border: 1px solid #ebebeb;
  width: 90%;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  margin: 0;
}
#lab-loadtest-list #ltf_dataTable td:not(:first-child) input:focus {
  background: #FFFFC2;
}
#lab-loadtest-list #ltf_dataTable td:not(:first-child) input:hover {
  background: #e4e4e4;
}
#lab-loadtest-list #ltf_dataTable td:not(:first-child) input:hover:focus {
  background: #FFFFC2;
}
#lab-loadtest-list #ltf_dataTable td:not(:first-child) .lockedText {
  color: rgb(150, 150, 150);
}
#lab-loadtest-list #ltf_dataTable tbody tr:nth-child(3) td {
  background-color: silver;
}
#lab-loadtest-list #ltf_informationTable {
  background: transparent;
}
#lab-loadtest-list #ltf_informationTable tbody, #lab-loadtest-list #ltf_informationTable tr, #lab-loadtest-list #ltf_informationTable tr td {
  background: transparent;
  background-color: transparent !important;
}
#lab-loadtest-list #ltf_informationTable tr td {
  border-bottom: 1px dashed rgb(213, 213, 213);
}
#lab-loadtest-list #ltf_informationTable tr:first-child td {
  border-top: none !important;
}
#lab-loadtest-list #ltf_informationTable tr td:first-child {
  border-left: none !important;
}
#lab-loadtest-list #ltf_informationTable tr td:nth-child(2) {
  padding-left: 10px;
}
#lab-loadtest-list #ltf_informationTable tr td:last-child {
  border-right: none !important;
}
#lab-loadtest-list #ltf_cubesTable {
  margin-top: 10px;
}
#lab-loadtest-list #ltf_cubesTable th {
  text-align: center;
}
#lab-loadtest-list #ltf_cubesTable tbody tr td {
  border-bottom: 1px solid rgb(218, 218, 218);
  padding: 5px;
}
#lab-loadtest-list #ltf_cubesTable tbody tr td:first-child {
  border-left: none !important;
}
#lab-loadtest-list #ltf_cubesTable tbody tr td:last-child {
  border-right: none !important;
}
#lab-loadtest-list #ltf_cubesTable tbody tr:hover td {
  border-top: none !important;
}
#lab-loadtest-list #ltf_cubesTable input {
  width: 90%;
  text-align: center;
  margin-bottom: 0;
  box-shadow: none;
  border-color: transparent;
}
#lab-loadtest-list #ltf_cubesTable input:focus {
  background: #FFFFC2;
}
#lab-loadtest-list #ltf_cubesTable input:hover {
  background: #e4e4e4;
}
#lab-loadtest-list #ltf_cubesTable input:hover:focus {
  background: #FFFFC2;
}

#Lab__SampleForm .app-panel {
  flex-shrink: 1 !important;
}
#Lab__SampleForm #Lab__SampleForm__informationPanel {
  min-width: 340px;
  max-width: 340px !important;
}
#Lab__SampleForm #Lab__SampleForm__resultPanel {
  min-width: 450px !important;
}
#Lab__SampleForm #Lab__SampleForm__resultPanel .app-horizontal label, #Lab__SampleForm #Lab__SampleForm__resultPanel #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors #Lab__SampleForm #Lab__SampleForm__resultPanel .colorRow label, #Lab__SampleForm #Lab__SampleForm__resultPanel #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors #Lab__SampleForm #Lab__SampleForm__resultPanel .colorRow label, #Lab__SampleForm #Lab__SampleForm__resultPanel .Table_tableFilters label, #Lab__SampleForm #Lab__SampleForm__resultPanel .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label, .Form.Form-header .Form-header__panel__fieldGroup #Lab__SampleForm #Lab__SampleForm__resultPanel .Form-header__panel__fieldGroup__row label, #Lab__SampleForm #Lab__SampleForm__resultPanel .app-input.-withMinMax label {
  width: 90px;
}
#Lab__SampleForm #Lab_SampleForm__loadDetailsTable {
  outline: thin solid #CECDCD;
  font-weight: normal !important;
  width: auto;
  min-width: 323px;
}
#Lab__SampleForm #Lab_SampleForm__loadDetailsTable tr td:first-child {
  font-weight: bold;
}
#Lab__SampleForm #Lab_SampleForm__attachmentTable {
  outline: thin solid #CECDCD;
  font-weight: normal !important;
  width: auto;
  min-width: 323px;
}
#Lab__SampleForm #Lab_SampleForm__attachmentTable tr td:first-child {
  font-weight: bold;
}
#Lab__SampleForm import-file form {
  display: inline;
}
#Lab__SampleForm import-file form button {
  position: relative;
  margin-bottom: -15px;
  float: right;
  bottom: 4px;
  right: 0;
  top: -6px;
  left: auto;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 3px;
}

.Lab_sampleForm__resultTimeStampDateInput {
  width: 130px !important;
}

.Lab_testedPropertyList__table > thead tr th {
  background: #e0e0e0;
}
.Lab_testedPropertyList__table thead tr td:first-child {
  border-left: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}
.Lab_testedPropertyList__table thead tr td:last-child {
  border-right: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}
.Lab_testedPropertyList__table .Lab_testedPropertyList__table__tr td:first-child {
  padding-left: 10px;
  padding-top: 4px;
  border-left: 1px solid #DBDADA;
}

.LabOverview_infoTable .LabOverview_detailsTable__toggableRow {
  display: none;
}
.LabOverview_infoTable .LabOverview_detailsTable__toggableRow > td {
  border-top: 0;
  padding: 0;
}
.LabOverview_infoTable .expanded {
  display: none;
}
.LabOverview_infoTable .collapsed {
  display: table-cell;
}
.LabOverview_infoTable .LabOverview_infoTableRow {
  cursor: pointer;
}
.LabOverview_infoTable .Table_row--success {
  background: #86BB62 !important;
}
.LabOverview_infoTable .Table_row--success > td {
  background: #AFE48B !important;
  border-color: #86BB62 !important;
}
.LabOverview_infoTable .Table_row--success:hover > td, .LabOverview_infoTable .Table_row--success:not(.app-details):hover > td {
  background: #D1FDB3 !important;
}

.LabOverview_detailsTable .LabOverview_detailsTable__toggableRow {
  display: none;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.lab-assessment > .app-view-header h2 {
  flex: none;
  display: inline-block;
  margin-right: 15px;
}
.lab-assessment > .app-view-header #subTabs {
  flex-grow: 7;
  margin: 0;
}
.lab-assessment > .app-view-header #subTabs li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.lab-assessment .-prepend, .lab-assessment .-append {
  padding: 6px 10px 0 10px;
  background: rgb(238, 238, 238);
  border: 1px solid #DADADA;
  line-height: 14px;
  font-size: 14px;
}
.lab-assessment .-prepend {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-right: -1px;
}
.lab-assessment .-prepend.-wide {
  min-width: 110px;
}
.lab-assessment .-prepend + .app-input input, .lab-assessment .-prepend + .app-input select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.lab-assessment .-prepend + .app-input input:focus, .lab-assessment .-prepend + .app-input select:focus {
  outline: none !important;
}
.lab-assessment .-append {
  border-radius: 0 3px 3px 0;
  margin-left: -3px;
  z-index: 1;
}
.lab-assessment .-prepend.-append {
  border-color: #cccccc;
  border-radius: 0;
  margin-left: -3px;
  margin-right: -1px;
  z-index: 1;
}
.lab-assessment .-prepend.-append.-blendIn {
  background: white;
  border-left: 0;
  border-right: 0;
  color: #929292;
}
.lab-assessment .divider {
  width: 98%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.lab-assessment .divider.-dashed {
  border-top: 1px dashed silver;
}
.lab-assessment .app-input.-single > input,
.lab-assessment .app-input.-single > select {
  width: 80px;
}
.lab-assessment .app-input.-double > input,
.lab-assessment .app-input.-double > select {
  width: 180px;
}
.lab-assessment fieldset {
  padding: 10px 15px 5px 15px;
}
.lab-assessment fieldset .-padBottom,
.lab-assessment fieldset .app-horizontal.-padBottom,
.lab-assessment fieldset #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .-padBottom.colorRow,
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .lab-assessment fieldset .-padBottom.colorRow,
.lab-assessment fieldset #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .-padBottom.colorRow,
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .lab-assessment fieldset .-padBottom.colorRow,
.lab-assessment fieldset .Form.Form-header .Form-header__panel__fieldGroup .-padBottom.Form-header__panel__fieldGroup__row,
.Form.Form-header .Form-header__panel__fieldGroup .lab-assessment fieldset .-padBottom.Form-header__panel__fieldGroup__row {
  margin-bottom: 15px;
}
.lab-assessment fieldset .-padTop,
.lab-assessment fieldset .app-horizontal.-padTop,
.lab-assessment fieldset #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .-padTop.colorRow,
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .lab-assessment fieldset .-padTop.colorRow,
.lab-assessment fieldset #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .-padTop.colorRow,
#recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .lab-assessment fieldset .-padTop.colorRow,
.lab-assessment fieldset .Form.Form-header .Form-header__panel__fieldGroup .-padTop.Form-header__panel__fieldGroup__row,
.Form.Form-header .Form-header__panel__fieldGroup .lab-assessment fieldset .-padTop.Form-header__panel__fieldGroup__row {
  margin-top: 15px;
}
.lab-assessment .validationMessage .-error {
  background: #F57676;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px 0 black;
  border: 3px solid white;
  text-shadow: 0 0 4px rgb(253, 144, 144);
}
.lab-assessment .validationMessage .warning {
  background: rgb(255, 196, 28);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px 0 black;
  border: 3px solid white;
}
.lab-assessment .validationMessage .note {
  background: #ddddd9;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px 0 black;
  border: 3px solid white;
}

.Assessment_list__table > thead th:first-child {
  border-left: 1px solid #D6D6D6;
}
.Assessment_list__table .Assessment_list__table__td--error {
  border-left: 1px solid #DBDADA;
  font-style: italic;
}
.Assessment_list__table .Assessment_list__table__td--ok {
  border-left: 1px solid #DBDADA;
}
.Assessment_list__table .Assessment_list__table__formView {
  border-top: 0;
  height: 25px;
}
.Assessment_list__table .Assessment_list__table__formView .app-view {
  border-left: 1px dashed #DFD5D5 !important;
  padding: 10px;
}
.Assessment_list__table .Assessment_list__table__formView .app-view-content {
  padding: 0;
}
.Assessment_list__table .Assessment_list__table__formView .app-view-content .app-panel {
  margin-bottom: 0;
}
.Assessment_list__table > tbody > tr:nth-last-child(2):not(.app-active) > td, .Assessment_list__table > tbody > tr:nth-last-child(2).app-active + tr > td {
  border-bottom: 0 !important;
}

#lab .-filtered .Assessment_list__table__formView {
  background: #fdffa9 !important;
}
#lab .Assessment_assessedPropertyTable {
  border: 1px solid #d2d2d2;
  margin-top: 0;
}
#lab .Assessment_assessedPropertyTable .Assessment_assessedPropertyTable__select {
  width: 100%;
  margin: 2px;
}
#lab .Assessment_assessedPropertyTable tr:last-child > td {
  border-bottom: 0;
}
#lab .Assessment_resultTable {
  border: 1px solid #d2d2d2;
  margin-top: 15px;
}
#lab .Assessment_resultTable .Assessment_resultTable__resultHeader {
  text-align: center;
  font-weight: bold;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  background: #62c462;
}
#lab .Assessment_resultTable .Assessment_resultTable__resultHeader.-invalid {
  background: rgb(246, 121, 118);
}
#lab .Assessment_resultTable tr:last-child > td {
  border-bottom: 0;
}
#lab .Assessment_resultTable__criteriaDescription {
  font-style: italic;
  font-size: 13px;
  color: #A8ABA9;
  margin-left: 10px;
}
#lab .Assessment_resultTable__criteraResultText {
  font-size: 18px;
  text-align: center;
}
#lab .Assessment_resultTable__notes {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  width: 98%;
}
#lab .Assessment_form__rightPanel {
  flex-shrink: 0;
  flex-grow: 2;
  border-left: 0;
}
#lab .Assessment_form__tableTab {
  border: 1px solid #CECDCD;
  margin-top: 0;
}

.Lab_composition__form__strengthSetPoint {
  background-color: #FFF4C1;
}
.Lab_composition__form__strengthSetPoint .app-horizontal > input, .Lab_composition__form__strengthSetPoint #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > input, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Lab_composition__form__strengthSetPoint .colorRow > input, .Lab_composition__form__strengthSetPoint #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > input, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Lab_composition__form__strengthSetPoint .colorRow > input, .Lab_composition__form__strengthSetPoint .Table_tableFilters > input, .Lab_composition__form__strengthSetPoint .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > input, .Form.Form-header .Form-header__panel__fieldGroup .Lab_composition__form__strengthSetPoint .Form-header__panel__fieldGroup__row > input, .Lab_composition__form__strengthSetPoint .app-input.-withMinMax > input {
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 11px 8px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#concreteFamilyGuideDialog {
  font-size: 12px;
  width: 350px;
  /*label {
      width: 150px;
  }*/
}
#concreteFamilyGuideDialog .concreteFamilyGuide_buttons {
  float: right;
  margin-top: 15px;
}
#concreteFamilyGuideDialog .concreteFamilyGuide_title {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

#ConcreteFamily_Form__panel3 label {
  width: 160px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Load_loadForm__loadPlannedProductionStartDateInput,
.Load_loadForm__loadScheduledDeliveryDateInput {
  width: 130px !important;
}

#load-table td > i.BaseRecipe_list__recipeIcon {
  padding: 0 4px 0 2px;
  border-radius: 4px;
  margin-top: -2px;
  position: absolute;
  right: 6px;
  opacity: 0.75;
}
#load-table .batch {
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
#load-table .batch:not(:first-child),
#load-table .batch-isPlanned:not(:first-child),
#load-table .batch-isStarted:not(:first-child) {
  margin-left: 3px;
}
#load-table .batch-isPlanned {
  border: 0;
  background: #D0D0D0;
}
#load-table .batch-isInScale, #load-table .batch-isStarted {
  border: 0;
  background: #ad8abf;
}
#load-table .batch-isInMixer {
  border: 0;
  background: #68c3f1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
#load-table .batch-isProduced {
  border: 0;
  background: #51A351;
}
#load-table .batch-isCancelled {
  border: 1px solid rgb(162, 162, 162);
  background-image: repeating-linear-gradient(45deg, rgb(213, 213, 213) 0px, rgb(213, 213, 213) 5px, transparent 5px, transparent 10px, rgb(213, 213, 213) 10px);
}
#load-table .select2-container {
  max-width: 400px !important;
}
#load-table .select2-container#s2id_loadBaseRecipeId {
  max-width: 250px !important;
}

.Load_loadQueue__truckButton {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-right: 15px;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}
.Load_loadQueue__truckButton i {
  position: absolute;
  right: 5px;
  top: 7px;
}

.Load_tempArrow {
  margin-right: 0;
  text-align: center;
}
.Load_tempArrow + .app-input {
  margin-left: 0;
}

.Load_loadForm__loadSizeLocked {
  font-size: large;
  margin-top: 2px;
  margin-left: 5px;
}

.Load_loadForm__signatureCheckbox {
  margin: 0;
  padding: 0 5px !important;
  cursor: default;
}
.Load_loadForm__signatureCheckbox.signed {
  background: #AFE48B;
}

.Load_loadForm__orderNotesWaybill {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 330px;
  display: block;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.appPanelWide {
  width: 450px !important;
}

#materialGuideDialog {
  width: 400px;
}
#materialGuideDialog label {
  width: 150px;
}

.materialList > .app-view-header h2 {
  flex: none;
  display: inline-block;
  margin-right: 15px;
}

.materialList-materialForm label.warning {
  color: #bd362f;
}
.materialList-materialForm table.app-table.customPropertyTable {
  max-width: 530px !important;
  margin-left: -3px;
}
.materialList-materialForm table.app-table.customPropertyTable thead tr th {
  padding-left: 0 !important;
}
.materialList-materialForm table.app-table.customPropertyTable thead tr th button {
  margin-right: 0 !important;
}
.materialList-materialForm table.app-table.customPropertyTable tbody tr td {
  padding-left: 0 !important;
}
.materialList-materialForm table.app-table.customPropertyTable tbody tr td > div {
  margin-left: 0px !important;
  margin-right: -5px !important;
}
.materialList-materialForm .select2-choices {
  border-radius: 3px;
}
.materialList-materialForm .app-input input[type=checkbox] {
  margin: 2px 0 0 0;
}
.materialList-materialForm #mf_gradationCurveFieldset {
  padding: 15px;
  margin-bottom: 10px;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable {
  width: 100%;
  margin-top: -16px;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable tr th, .materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable tr td {
  border-left: 1px dashed silver;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable th {
  border-top: 1px solid rgba(192, 192, 192, 0.4) !important;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable th:first-child, .materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable td:first-child {
  border-left: 1px solid rgba(192, 192, 192, 0.4) !important;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable th:last-child, .materialList-materialForm #mf_gradationCurveFieldset #mf_gradationCurveTable td:last-child {
  border-right: 1px solid rgba(192, 192, 192, 0.4) !important;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable {
  width: 100%;
  margin-top: 16px;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable tr th, .materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable tr td {
  border-left: 1px dashed silver;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable th {
  border-top: 1px solid rgba(192, 192, 192, 0.4) !important;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable th:first-child, .materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable td:first-child {
  border-left: 1px solid rgba(192, 192, 192, 0.4) !important;
}
.materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable th:last-child, .materialList-materialForm #mf_gradationCurveFieldset #mf_sourceGradationCurveTable td:last-child {
  border-right: 1px solid rgba(192, 192, 192, 0.4) !important;
}
.materialList-materialForm #mf_panelContainer {
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.materialList-materialForm .mf_materialPriceUnit {
  width: auto !important;
}
.materialList-materialForm .mf_percentPassing {
  border-color: rgb(234, 234, 234);
  margin: 5px 2px 5px -2px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Mixer_mixerForm fieldset:not(:first-child) {
  margin-top: 30px !important;
}
.Mixer_mixerForm fieldset.withWideLabels label {
  width: 165px !important;
}
.Mixer_mixerForm fieldset.withNarrowInputs .app-input {
  max-width: 135px !important;
}
.Mixer_mixerForm .app-input.narrow {
  max-width: 100px !important;
}
.Mixer_mixerForm dropdownselect > button {
  padding: 4px 10px !important;
}

.Proconx_mainContent__mixerHmi__mixers {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 0 auto;
  max-height: 100%;
}
.Proconx_mainContent__mixerHmi__mixers .Proconx_mainContent__mixerHmi__mixers,
.Proconx_mainContent__mixerHmi__mixers .Proconx_mainContent__mixerHmi__mixer {
  min-height: 425px;
  max-height: 619px;
}
.Proconx_mainContent__mixerHmi__mixers .Proconx_mainContent__mixerHmi__mixers .Mixer_mixerHmi__mixer__sequence,
.Proconx_mainContent__mixerHmi__mixers .Proconx_mainContent__mixerHmi__mixer .Mixer_mixerHmi__mixer__sequence {
  min-height: 425px;
  max-height: 599px;
  max-width: 0;
  top: 10px;
  transition: max-width 0.2s linear;
  overflow: hidden;
}
.Proconx_mainContent__mixerHmi__mixers .Proconx_mainContent__mixerHmi__mixers .Mixer_mixerHmi__mixer__sequence.active,
.Proconx_mainContent__mixerHmi__mixers .Proconx_mainContent__mixerHmi__mixer .Mixer_mixerHmi__mixer__sequence.active {
  max-width: 600px;
}
.Proconx_mainContent__mixerHmi__mixers .-withDoubleHoppers {
  max-height: 783px;
}
.Proconx_mainContent__mixerHmi__mixers .-withDoubleHoppers .Mixer_mixerHmi__mixer__sequence {
  max-height: 763px;
}
.Proconx_mainContent__mixerHmi__mixers .-withCamera {
  max-height: 741px;
}
.Proconx_mainContent__mixerHmi__mixers .-withCamera .Mixer_mixerHmi__mixer__sequence {
  max-height: 721px;
}
.Proconx_mainContent__mixerHmi__mixers .-withSingleHopperAndCamera {
  max-height: 855px;
}
.Proconx_mainContent__mixerHmi__mixers .-withSingleHopperAndCamera .Mixer_mixerHmi__mixer__sequence {
  max-height: 835px;
}
.Proconx_mainContent__mixerHmi__mixers .-withDoubleHoppersAndCamera {
  max-height: 1019px;
}
.Proconx_mainContent__mixerHmi__mixers .-withDoubleHoppersAndCamera .Mixer_mixerHmi__mixer__sequence {
  max-height: 999px;
}

.Mixer_mixerHmi__mixer {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #666;
  box-sizing: border-box;
  flex: 5;
  position: relative;
}

.Mixer_mixerHmi__mixerHeader {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background: #cecdcd;
  border-bottom: 1px solid #c1c1c1;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  flex-basis: 29px;
  padding: 10px 10px 5px 10px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__label {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  min-width: 50px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__label span {
  pointer-events: none;
}
.Mixer_mixerHmi__mixerHeader.-selected {
  background-color: #688aa3;
  border-bottom: 2px solid #58778b;
}
.Mixer_mixerHmi__mixerHeader.-selected .Mixer_mixerHmi__mixerHeader__label {
  color: white;
}
.Mixer_mixerHmi__mixerHeader.-disabled {
  background: #f9f9f9 !important;
}
.Mixer_mixerHmi__mixerHeader.-disabled .Mixer_mixerHmi__mixerHeader__label {
  color: #bbb;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons {
  position: absolute;
  right: 13px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group {
  margin-left: 10px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .btn + .btn, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons #recipeCreatorDialogContent .btn-group > .rc_calcButton + .btn, #recipeCreatorDialogContent .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .rc_calcButton + .btn, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons #recipeCreatorDialogContent .btn-group > .btn + .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .btn + .rc_calcButton, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons #recipeCreatorDialogContent .btn-group > .rc_calcButton + .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .rc_calcButton + .rc_calcButton, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn .btn-group > .G_input__checkBox + .btn, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn #recipeCreatorDialogContent .btn-group > .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn .btn-group > .G_input__checkBox + .rc_calcButton, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .G_input__checkBox + .btn, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons #recipeCreatorDialogContent .btn-group > .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .G_input__checkBox + .rc_calcButton, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn .btn-group > .btn + .G_input__checkBox, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn #recipeCreatorDialogContent .btn-group > .rc_calcButton + .G_input__checkBox, #recipeCreatorDialogContent .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn .btn-group > .rc_calcButton + .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .btn + .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons #recipeCreatorDialogContent .btn-group > .rc_calcButton + .G_input__checkBox, #recipeCreatorDialogContent .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .rc_calcButton + .G_input__checkBox, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn .btn-group > .G_input__checkBox + .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn-group > .G_input__checkBox + .G_input__checkBox {
  border-left: 1px solid #b1b1b1;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .btn, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .rc_calcButton, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input__checkBox {
  border: 0;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-water {
  color: rgb(66, 135, 173);
  font-size: 14px;
  padding: 5px 8px 4px 8px;
  width: 50px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-water + .btn.dropdown-toggle, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons #recipeCreatorDialogContent .mixer-btn-water + .dropdown-toggle.rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-water + .dropdown-toggle.rc_calcButton, .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .G_input.-withCheckboxBtn .mixer-btn-water + .dropdown-toggle.G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-water + .dropdown-toggle.G_input__checkBox {
  padding-top: 5px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-water > span {
  font-size: 11px;
  line-height: 14px;
  position: relative;
  top: -1px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-water.btn-danger {
  color: #ffffff;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-hatch {
  font-size: 14px;
  padding: 5px 8px 4px 8px;
  width: 30px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-empty {
  font-size: 15px;
  padding: 4px 8px 5px 8px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons .mixer-btn-fill {
  font-size: 15px;
  padding: 7px 8px 2px 8px;
}
.Mixer_mixerHmi__mixerHeader .Mixer_mixerHmi__mixerHeader__buttons button.dropdown-toggle {
  font-size: 14px;
}

.Mixer_mixerHMI_additionalWaterDialog_headerToolbar {
  font-size: 12px;
  float: right;
}
.Mixer_mixerHMI_additionalWaterDialog_headerToolbar label {
  display: inline;
}

.Mixer_mixerHmi__mainWrapper {
  flex-direction: column;
  display: flex;
  height: 100%;
  width: 345px;
}

.Mixer_mixerHmi__mixerWrapper {
  height: 100%;
  width: 345px;
  flex-direction: column;
  display: flex;
  border-radius: 9px;
}

.Mixer_mixerHmi__middleWrapper {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex: 1;
  position: relative;
}
.Mixer_mixerHmi__middleWrapper .mixer-chart {
  display: flex;
  flex: 1;
  margin-top: 17px;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  padding-right: 8px;
  padding-top: 8px;
  position: relative;
  width: 55px;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus button {
  padding-left: 0;
  padding-right: 0;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus button.activated {
  background: rgb(196, 196, 196);
  color: rgb(90, 89, 89);
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus.status-mixing .content-background {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
  border: 1px solid #4a9c42;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus.status-mixing .content-background .content-level {
  background-image: -moz-linear-gradient(top, #51984c, #3a683f);
  background-image: -webkit-linear-gradient(top, #51984c, #3a683f);
  background-image: -ms-linear-gradient(top, #51984c, #3a683f);
  background-image: linear-gradient(to bottom, #51984c, #3a683f);
  background-repeat: repeat-x;
  border-top: 1px solid #396545;
  color: white;
  max-height: 99%;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus.status-emptying .content-background {
  background-image: -moz-linear-gradient(top, #068bce, #149bdf);
  background-image: -webkit-linear-gradient(top, #068bce, #149bdf);
  background-image: -ms-linear-gradient(top, #068bce, #149bdf);
  background-image: linear-gradient(to bottom, #068bce, #149bdf);
  background-repeat: repeat-x;
  border: 1px solid #3d6d9c;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus.status-emptying .content-background .content-level {
  background-image: -moz-linear-gradient(top, #2555a2, #162c68);
  background-image: -webkit-linear-gradient(top, #2555a2, #162c68);
  background-image: -ms-linear-gradient(top, #2555a2, #162c68);
  background-image: linear-gradient(to bottom, #2555a2, #162c68);
  background-repeat: repeat-x;
  border-top: 1px solid #1d2d68;
  color: white;
  max-height: 99%;
  opacity: 0.5;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus.status-loading .content-background {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
  border: 1px solid #d9d9d9;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerStatus.status-loading .content-background .content-level {
  background-image: -moz-linear-gradient(top, #60ae5b, #3a683f);
  background-image: -webkit-linear-gradient(top, #60ae5b, #3a683f);
  background-image: -ms-linear-gradient(top, #60ae5b, #3a683f);
  background-image: linear-gradient(to bottom, #60ae5b, #3a683f);
  background-repeat: repeat-x;
  border-bottom: 1px solid #85a2bc;
  border-left: 1px solid #85a2bc;
  border-right: 1px solid #85a2bc;
  border-top: 2px solid #175d1f;
  color: white;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .btn-group, .Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls button {
  width: 100%;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls truckselector button {
  border-radius: 0 0 4px 4px;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls truckselector button span.caret {
  border-top-color: #9C9C9C;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls truckselector ul.Form_dropdownList.dropdown-menu {
  font-size: 13px;
  max-height: 222px;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton {
  color: #B4B4B4;
  font-size: 24px !important;
  padding: 5px 0 5px 0;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton .truckTrafficLight i {
  opacity: 0.7;
  filter: brightness(0.5);
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton .truckTrafficLight i.truckTrafficLight-red {
  color: #bd362f;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton .truckTrafficLight i.truckTrafficLight-green {
  color: #51A351;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton.-truckReadyToLoad {
  color: black;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton.-truckReadyToLoad i.truckTrafficLight-red {
  opacity: 0.9;
  filter: brightness(1);
  text-shadow: 0 0 7px #bd362f !important;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton.-truckNotReady, .Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton.-pending {
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.58);
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton.-truckNotReady i.truckTrafficLight-green, .Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton.-pending i.truckTrafficLight-green {
  opacity: 0.9;
  filter: brightness(1);
  text-shadow: 0 0 7px #51A351 !important;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton.-pending i {
  color: darkgoldenrod;
  text-shadow: 0 0 3px white !important;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton span {
  color: black;
  display: block;
  font-size: 12px;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckStatusButton div.truckTrafficLight {
  position: absolute;
  top: 1px;
  left: 45px;
  font-size: 12px;
  line-height: 9px;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckIdButton {
  border-radius: 0 0 4px 4px;
  font-size: 10px;
  font-weight: bold;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .Mixer_mixerHMI__truckIdButton span.caret {
  border-top-color: #9C9C9C;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls.-truckReady .btn.truckButton, .Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls.-truckReady #recipeCreatorDialogContent .truckButton.rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls.-truckReady .truckButton.rc_calcButton, .Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls.-truckReady .G_input.-withCheckboxBtn .truckButton.G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls.-truckReady .truckButton.G_input__checkBox {
  color: #333;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__truckControls .app-dialog.app-confirm-dialog .arrowTop {
  display: none !important;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerProgress {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerProgress .content-background {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -moz-linear-gradient(top, #bbb, #909090);
  background-image: -webkit-linear-gradient(top, #bbb, #909090);
  background-image: -ms-linear-gradient(top, #bbb, #909090);
  background-image: linear-gradient(to bottom, #bbb, #909090);
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  margin: 0;
  margin-top: 46px !important;
  position: absolute;
  right: 0;
  top: 0;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerProgress .content-background .content-level {
  background-color: #59585a;
  border-top: 2px solid #363636;
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
}
.Mixer_mixerHmi__middleWrapper .Mixer__mixerHmi__mixerProgress .content-background img {
  display: block;
  margin: 0 auto;
  padding: 0 0 5px 0;
  z-index: 2;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__sequenceInfo {
  background: rgba(255, 255, 255, 0.6117647059);
  height: 37px;
  position: absolute;
  left: 50px;
  top: 33px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__sequenceInfo > span {
  font-weight: bold;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__emptyingInfo {
  background: rgba(255, 255, 255, 0.6117647059);
  height: 37px;
  position: absolute;
  left: 43px;
  top: 50px;
  border-radius: 3px;
  padding: 8px 4px;
  box-sizing: border-box;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__emptyingInfo > button {
  font-size: 16px;
  position: relative;
  top: -4px;
  left: 2px;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__emptyingInfo > button.btn-success {
  color: black;
  text-shadow: none;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__emptyingInfo > span {
  color: #0676d4;
  font-size: 18px;
  font-weight: bold;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__aggregateMoistureInfo {
  background: rgba(255, 255, 255, 0.6117647059);
  height: auto;
  width: 200px;
  position: absolute;
  left: 50px;
  top: 50%;
  border: 1px solid #0480be;
  border-radius: 10px;
  padding: 8px;
  box-sizing: border-box;
}
.Mixer_mixerHmi__middleWrapper .Mixer_mixerHmi__aggregateMoistureInfo span {
  color: #0480be;
  font-size: 14px;
}

.Mixer_mixerHMI__mixerChartBtns {
  left: 8px;
  line-height: 15px;
  position: absolute;
  right: 73px;
  top: 8px;
  z-index: 1;
}
.Mixer_mixerHMI__mixerChartBtns .btn-group {
  float: right;
}
.Mixer_mixerHMI__mixerChartBtns .btn, .Mixer_mixerHMI__mixerChartBtns #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerChartBtns .rc_calcButton, .Mixer_mixerHMI__mixerChartBtns .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerChartBtns .G_input__checkBox {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 14px;
  line-height: 17px;
  padding: 3px 7px;
}
.Mixer_mixerHMI__mixerChartBtns .mixer-btn-plast {
  min-width: 75px;
}
.Mixer_mixerHMI__mixerChartBtns .mixer-btn-plast i {
  color: #7bb272;
}
.Mixer_mixerHMI__mixerChartBtns .mixer-btn-plast span {
  color: black;
}

.Mixer_mixerHMI__mixerContent {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid silver;
  height: auto;
  left: 41px;
  padding: 15px 15px 15px;
  position: absolute;
  right: 73px;
  top: 32px;
}

.Mixer_mixerHMI__mixerMaterialTable {
  border-top: 0 !important;
  margin-top: 15px !important;
}
.Mixer_mixerHMI__mixerMaterialTable th {
  border: 0 !important;
}
.Mixer_mixerHMI__mixerMaterialTable th:first-child,
.Mixer_mixerHMI__mixerMaterialTable td:first-child {
  padding-left: 10px !important;
}
.Mixer_mixerHMI__mixerMaterialTable td.Mixer_mixerHMI__mixerMaterialTable__unspecifiedMaterialName {
  overflow: visible;
}
.Mixer_mixerHMI__mixerMaterialTable td.Mixer_mixerHMI__mixerMaterialTable__unspecifiedMaterialName input[type=text] {
  cursor: pointer;
  width: 100%;
  max-width: unset !important;
  margin-left: -5px !important;
}
.Mixer_mixerHMI__mixerMaterialTable td.Mixer_mixerHMI__mixerMaterialTable__unspecifiedMaterialName ul {
  right: -78px;
  top: 27px;
  left: 5px;
}

.Mixer_mixerHMI__materialSearch .Form_searchList li {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Mixer_mixerHMI__materialSearch .Form_searchList__icon {
  min-width: 40px;
}
.Mixer_mixerHMI__materialSearch span {
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Mixer_mixerHmi__statsTable {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.Mixer_mixerHmi__statsTable > table {
  margin-bottom: 0;
}
.Mixer_mixerHmi__statsTable > table th {
  font-size: 12px;
}
.Mixer_mixerHmi__statsTable > table td, .Mixer_mixerHmi__statsTable > table th {
  overflow: hidden;
  white-space: nowrap;
}
.Mixer_mixerHmi__statsTable > table td:last-child, .Mixer_mixerHmi__statsTable > table th:last-child {
  border-left: 3px solid #ccc;
  padding-right: 10px;
  text-align: right;
}
.Mixer_mixerHmi__statsTable > table td {
  border-bottom: 0 !important;
}
.Mixer_mixerHmi__statsTable > table tbody {
  font-size: 12px;
}
.Mixer_mixerHmi__statsTable > table tbody tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.Mixer_mixerHmi__statsTable > table tbody tr.setpoints {
  color: #878787;
}
.Mixer_mixerHmi__statsTable > table tbody tr.loadValues {
  color: #878787;
}
.Mixer_mixerHmi__statsTable > table tbody tr.loadValues td {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 0 !important;
  font-size: 12px;
}
.Mixer_mixerHmi__statsTable > table tbody tr.loadValues td:not(:first-child) {
  font-size: 12px;
  font-weight: normal;
}
.Mixer_mixerHmi__statsTable > table tbody tr td:not(:first-child) {
  font-size: 20px;
  font-weight: bold;
}
.Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.btn, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow #recipeCreatorDialogContent button.rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.rc_calcButton, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow .G_input.-withCheckboxBtn button.G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.G_input__checkBox {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 1px 5px 1px 1px;
  text-align: right;
  top: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
}
.Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.btn:hover, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow #recipeCreatorDialogContent button.rc_calcButton:hover, #recipeCreatorDialogContent .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.rc_calcButton:hover, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow .G_input.-withCheckboxBtn button.G_input__checkBox:hover, .G_input.-withCheckboxBtn .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.G_input__checkBox:hover, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.btn:active, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow #recipeCreatorDialogContent button.rc_calcButton:active, #recipeCreatorDialogContent .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.rc_calcButton:active, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow .G_input.-withCheckboxBtn button.G_input__checkBox:active, .G_input.-withCheckboxBtn .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.G_input__checkBox:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.btn i, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow #recipeCreatorDialogContent button.rc_calcButton i, #recipeCreatorDialogContent .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.rc_calcButton i, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow .G_input.-withCheckboxBtn button.G_input__checkBox i, .G_input.-withCheckboxBtn .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.G_input__checkBox i {
  position: absolute;
  left: 3px;
  color: lightslategray;
  z-index: 1;
  top: 3px;
  font-size: 12px;
}
.Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.btn span, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow #recipeCreatorDialogContent button.rc_calcButton span, #recipeCreatorDialogContent .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.rc_calcButton span, .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow .G_input.-withCheckboxBtn button.G_input__checkBox span, .G_input.-withCheckboxBtn .Mixer_mixerHmi__statsTable .Mixer_mixerHMI__statsTable__batchStatusRow button.G_input__checkBox span {
  position: relative;
  z-index: 10;
}
.Mixer_mixerHmi__statsTable .tolerance-ok {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}
.Mixer_mixerHmi__statsTable .tolerance-warning {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}
.Mixer_mixerHmi__statsTable .tolerance-error {
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  color: white;
}

.Mixer_mixerHMI__batchInfo {
  background: #ebebeb;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
  padding: 3px 6px 3px 6px;
  white-space: nowrap;
  z-index: 1;
  min-height: 44px;
  height: auto !important;
}
.Mixer_mixerHMI__batchInfo .g-objectId {
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 3px;
}
.Mixer_mixerHMI__batchInfo .Mixer_mixerHMI__batchInfo__deliverySite {
  font-weight: normal;
}

.Mixer_mixerHMI__batchTooltip {
  display: none;
  position: absolute;
  background: #211f1f;
  border-radius: 3px;
  width: 95%;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1607843137);
  color: white;
  padding: 1vh;
  box-sizing: border-box;
  bottom: 0;
  left: -97%;
  z-index: 999;
}
.Mixer_mixerHMI__batchTooltip > table {
  line-height: 30px;
}
.Mixer_mixerHMI__batchTooltip > table th {
  color: silver;
  border-bottom: 1px solid #525252;
}
.Mixer_mixerHMI__batchTooltip > table td {
  color: white;
}
.Mixer_mixerHMI__batchTooltip > table th, .Mixer_mixerHMI__batchTooltip > table td {
  padding-right: 5px;
}
.Mixer_mixerHMI__batchTooltip > table td:last-child, .Mixer_mixerHMI__batchTooltip > table th:last-child {
  border-left: 2px solid #525252;
  padding-right: 0;
}
.Mixer_mixerHMI__batchTooltip:after {
  left: 100%;
  bottom: 69px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000000;
  border-width: 10px;
  margin-top: -10px;
}

.Mixer_mixerHMI__mixerContent__text {
  color: white;
  font-size: 15px;
  font-weight: bold;
  left: 4px;
  position: absolute;
  right: 2px;
  text-align: center;
  text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px rgba(0, 0, 0, 0.52);
  top: 60px;
  bottom: 0;
}
.Mixer_mixerHMI__mixerContent__text span + span {
  font-size: 10px;
}
.Mixer_mixerHMI__mixerContent__text .Mixer_mixerHMI__mixerContent__text__slump {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  margin-top: 2px;
  padding-top: 2px;
  width: 45px;
}
.Mixer_mixerHMI__mixerContent__text .Mixer_mixerHMI__mixerContent__text__analogControls {
  position: relative;
  top: -4px;
  left: -2px;
  height: 100%;
}
.Mixer_mixerHMI__mixerContent__text .Mixer_mixerHMI__mixerContent__text__analogControls .Mixer_mixerHMI__mixerContent__text__analogControls__currentSpeed {
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 0 3px;
  background: #1c658a;
}
.Mixer_mixerHMI__mixerContent__text .Mixer_mixerHMI__mixerContent__text__analogControls .Mixer_mixerHMI__mixerContent__text__analogControls__slider {
  position: relative;
  width: 53px;
  left: -1px;
}

.Mixer_mixerHMI__mixerContent__thumbUp {
  bottom: 15px;
  color: white;
  font-size: 30px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px rgba(0, 0, 0, 0.52);
  width: 100%;
}
.Mixer_mixerHMI__mixerContent__thumbUp.-success {
  color: #62c462;
}

.Mixer_mixerHMI__mixerContent__emptyReadyBtns {
  margin-bottom: 10px;
}
.Mixer_mixerHMI__mixerContent__emptyReadyBtns, .Mixer_mixerHMI__mixerContent__emptyReadyBtns > div, .Mixer_mixerHMI__mixerContent__emptyReadyBtns button {
  width: 100%;
}
.Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .btn, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .rc_calcButton, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .G_input__checkBox {
  border-top: 0;
  border-radius: 0 0 0 0;
}
.Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .btn:first-child, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .rc_calcButton:first-child, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .G_input__checkBox:first-child {
  border-top: 1px solid #b3b3b3;
}
.Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .btn:last-of-type, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .rc_calcButton:last-of-type, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .G_input__checkBox:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .btn:last-of-type.-withHatchSelectorBelow, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .rc_calcButton:last-of-type.-withHatchSelectorBelow, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__emptyReadyBtns > .btn-group > .G_input__checkBox:last-of-type.-withHatchSelectorBelow {
  border-bottom: 0;
  border-radius: 0;
}
.Mixer_mixerHMI__mixerContent__emptyReadyBtns .Mixer_confirmTruckDialog .btn:first-child i, .Mixer_mixerHMI__mixerContent__emptyReadyBtns .Mixer_confirmTruckDialog #recipeCreatorDialogContent .rc_calcButton:first-child i, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__emptyReadyBtns .Mixer_confirmTruckDialog .rc_calcButton:first-child i, .Mixer_mixerHMI__mixerContent__emptyReadyBtns .Mixer_confirmTruckDialog .G_input.-withCheckboxBtn .G_input__checkBox:first-child i, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__emptyReadyBtns .Mixer_confirmTruckDialog .G_input__checkBox:first-child i {
  right: auto;
}
.Mixer_mixerHMI__mixerContent__emptyReadyBtns .Mixer_confirmTruckDialog #MixerHmiTruckContainsLoadWarning {
  max-width: 205px;
  white-space: normal;
}

.Mixer_mixerHMI__emptyingHatchBtn {
  border-top: 0 !important;
  background: whitesmoke;
}

.Mixer_mixerHMI__mixerContent__fillBtn {
  position: absolute;
  width: 100%;
}
.Mixer_mixerHMI__mixerContent__fillBtn .btn, .Mixer_mixerHMI__mixerContent__fillBtn #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__fillBtn .rc_calcButton, .Mixer_mixerHMI__mixerContent__fillBtn .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__fillBtn .G_input__checkBox {
  width: 100%;
}
.Mixer_mixerHMI__mixerContent__fillBtn .btn.dropdown-toggle, .Mixer_mixerHMI__mixerContent__fillBtn #recipeCreatorDialogContent .dropdown-toggle.rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__fillBtn .dropdown-toggle.rc_calcButton, .Mixer_mixerHMI__mixerContent__fillBtn .G_input.-withCheckboxBtn .dropdown-toggle.G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__fillBtn .dropdown-toggle.G_input__checkBox {
  border-top: 0;
  padding: 0 4px;
}
.Mixer_mixerHMI__mixerContent__fillBtn .btn:first-child, .Mixer_mixerHMI__mixerContent__fillBtn #recipeCreatorDialogContent .rc_calcButton:first-child, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__fillBtn .rc_calcButton:first-child, .Mixer_mixerHMI__mixerContent__fillBtn .G_input.-withCheckboxBtn .G_input__checkBox:first-child, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__fillBtn .G_input__checkBox:first-child {
  border-radius: 3px 3px 0 0;
}
.Mixer_mixerHMI__mixerContent__fillBtn .btn:hover, .Mixer_mixerHMI__mixerContent__fillBtn #recipeCreatorDialogContent .rc_calcButton:hover, #recipeCreatorDialogContent .Mixer_mixerHMI__mixerContent__fillBtn .rc_calcButton:hover, .Mixer_mixerHMI__mixerContent__fillBtn .G_input.-withCheckboxBtn .G_input__checkBox:hover, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixerContent__fillBtn .G_input__checkBox:hover {
  outline: 2px solid #000000;
}

.Mixer_mixerHmi__mixer__camera {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 180px;
  position: relative;
}

.Mixer_mixerHmi__mixer__camera__watermark {
  background: #2F2F2F;
  border-radius: 0 0 9px 9px;
  color: #3A3A3A;
  height: 180px;
  overflow: hidden;
  position: absolute;
  width: 345px;
}
.Mixer_mixerHmi__mixer__camera__watermark i {
  font-size: 90px;
  left: 37%;
  position: absolute;
  top: 40px;
}

.Mixer_mixerHmi__mixer__camera__player {
  border: 1px solid #2F2F2F;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 343px !important;
  height: 178px !important;
}

.Mixer_mixerHmi__mixer__sequence {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #666;
  box-sizing: border-box;
  flex: 5;
  position: relative;
  width: 300px;
  margin-left: 2px;
}

.Mixer_mixerHmi__mixer_sequence__header {
  border-radius: 10px 10px 0 0;
  background-color: #ebebeb;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  padding: 3px 6px 3px 6px;
  height: 22px;
}

.Mixer_mixerHmi__mixer__sequence__container {
  height: 100%;
  overflow: hidden;
  padding: 3px 6px 3px 6px;
}

.Mixer_mixerHmi__mixer__sequence__subSequence {
  background-color: #ebebeb;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
  padding: 1px 6px 1px 6px;
  white-space: nowrap;
  z-index: 1;
}

.Mixer_mixerHmi__mixer__sequence__step {
  color: gray;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  padding: 1px 0 1px 0;
}
.Mixer_mixerHmi__mixer__sequence__step.-active {
  font-weight: bold;
  font-size: 13px;
  color: black;
}

.Mixer_mixerHmi__mixer__batchHopper {
  margin: 5px !important;
}
.Mixer_mixerHmi__mixer__batchHopper .btn:active, .Mixer_mixerHmi__mixer__batchHopper #recipeCreatorDialogContent .rc_calcButton:active, #recipeCreatorDialogContent .Mixer_mixerHmi__mixer__batchHopper .rc_calcButton:active, .Mixer_mixerHmi__mixer__batchHopper .G_input.-withCheckboxBtn .G_input__checkBox:active, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixer__batchHopper .G_input__checkBox:active {
  background: silver;
}
.Mixer_mixerHmi__mixer__batchHopper .btn.-success, .Mixer_mixerHmi__mixer__batchHopper #recipeCreatorDialogContent .-success.rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHmi__mixer__batchHopper .-success.rc_calcButton, .Mixer_mixerHmi__mixer__batchHopper .G_input.-withCheckboxBtn .-success.G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixer__batchHopper .-success.G_input__checkBox {
  background: #a8cce6;
  border-color: #537188;
  box-shadow: none;
  color: black;
  text-shadow: 0 0 2px #bce3ff;
}
.Mixer_mixerHmi__mixer__batchHopper .btn.-success:active, .Mixer_mixerHmi__mixer__batchHopper #recipeCreatorDialogContent .-success.rc_calcButton:active, #recipeCreatorDialogContent .Mixer_mixerHmi__mixer__batchHopper .-success.rc_calcButton:active, .Mixer_mixerHmi__mixer__batchHopper .G_input.-withCheckboxBtn .-success.G_input__checkBox:active, .G_input.-withCheckboxBtn .Mixer_mixerHmi__mixer__batchHopper .-success.G_input__checkBox:active {
  background: #ade287;
}
.Mixer_mixerHmi__mixer__batchHopper .scale-idle div {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}

.Mixer_mixerHMI__mixer__hopper {
  background: #999;
  border-bottom: none;
  border-radius: 6px;
  color: white;
  flex-basis: 39px;
  height: auto;
  margin-bottom: 5px;
  padding-left: 7px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.Mixer_mixerHMI__mixer__hopper .btn, .Mixer_mixerHMI__mixer__hopper #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHMI__mixer__hopper .rc_calcButton, .Mixer_mixerHMI__mixer__hopper .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixer__hopper .G_input__checkBox {
  background: white;
  border-color: rgba(0, 0, 0, 0.45);
}
.Mixer_mixerHMI__mixer__hopper .btn:hover, .Mixer_mixerHMI__mixer__hopper #recipeCreatorDialogContent .rc_calcButton:hover, #recipeCreatorDialogContent .Mixer_mixerHMI__mixer__hopper .rc_calcButton:hover, .Mixer_mixerHMI__mixer__hopper .G_input.-withCheckboxBtn .G_input__checkBox:hover, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixer__hopper .G_input__checkBox:hover {
  background: #d7e6d2;
}
.Mixer_mixerHMI__mixer__hopper .btn.-danger, .Mixer_mixerHMI__mixer__hopper #recipeCreatorDialogContent .-danger.rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHMI__mixer__hopper .-danger.rc_calcButton, .Mixer_mixerHMI__mixer__hopper .G_input.-withCheckboxBtn .-danger.G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixer__hopper .-danger.G_input__checkBox {
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.Mixer_mixerHMI__mixer__hopper .Mixer_mixerHMI__mixer__hopper__infoText {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: -5px;
  min-height: 18px;
  text-shadow: 0 0 2px black;
}
.Mixer_mixerHMI__mixer__hopper .Mixer_mixerHMI__mixer__hopper__pocket {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 24px;
  left: -1px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.Mixer_mixerHMI__mixer__hopper .Mixer_mixerHMI__mixer__hopper__pocket .g-pocket_text, .Mixer_mixerHMI__mixer__hopper .Mixer_mixerHMI__mixer__hopper__pocket .Feeding_content__feedingBelts__belt .Feeding_content__feedingBelts__belt__title, .Feeding_content__feedingBelts__belt .Mixer_mixerHMI__mixer__hopper .Mixer_mixerHMI__mixer__hopper__pocket .Feeding_content__feedingBelts__belt__title {
  line-height: 15px !important;
}
.Mixer_mixerHMI__mixer__hopper .Mixer_mixerHMI__mixer__hopper__pocket__weightText {
  font-size: 20px;
  text-shadow: 0 0 2px black;
}
.Mixer_mixerHMI__mixer__hopper .Mixer_mixerHMI__mixer__hopper__pocket__weightText + .Mixer_mixerHMI__mixer__hopper__pocket__weightText {
  font-size: 16px;
}

/*
.Mixer_mixerHMI__mixer__hopper + .Mixer_mixerHmi__mixerHeader {
    margin-left: 5px;
    margin-right: 5px;

    & + .Mixer_mixerHMI__batchInfo {
        margin-right: 5px;
        margin-left: 5px;

        & + .Mixer_mixerHmi__middleWrapper {
            margin-right: -5px;

            & + .Mixer_mixerHmi__statsTable {
                margin-right: 5px;
                margin-left: 5px;
            }

            .Mixer__mixerHmi__mixerStatus {
                right: 5px;
            }
        }
    }
}*/
.Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.-handDosed {
  background: #898989;
}
.Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.-handDosed > div {
  background-image: -moz-linear-gradient(top, #2b2a2a, #636262);
  background-image: -webkit-linear-gradient(top, #2b2a2a, #636262);
  background-image: -ms-linear-gradient(top, #2b2a2a, #636262);
  background-image: linear-gradient(to bottom, #2b2a2a, #636262);
  background-repeat: repeat-x;
  max-width: 98.5%;
  border-radius: 3px;
  top: 1px;
  bottom: 1px;
  left: 1px;
}
.Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.-progressing div {
  border-right: 2px solid rgba(255, 255, 255, 0.25);
}
.Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.hopper-dosing-done div, .Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.batch-dosing-done div, .Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.buffer-dosing-done div {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}
.Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.status-dosing div {
  background-image: -moz-linear-gradient(top, #917da7, #ad83bb);
  background-image: -webkit-linear-gradient(top, #917da7, #ad83bb);
  background-image: -ms-linear-gradient(top, #917da7, #ad83bb);
  background-image: linear-gradient(to bottom, #917da7, #ad83bb);
  background-repeat: repeat-x;
}
.Mixer_mixerHMI__mixer__hopper__pocket .Mixer_mixerHMI__mixer__hopper__pocket__progressBar.status-emptying div {
  background-image: -moz-linear-gradient(top, #068bce, #149bdf);
  background-image: -webkit-linear-gradient(top, #068bce, #149bdf);
  background-image: -ms-linear-gradient(top, #068bce, #149bdf);
  background-image: linear-gradient(to bottom, #068bce, #149bdf);
  background-repeat: repeat-x;
}

.Mixer_mixerHMI__mixer__hopper.-selected {
  border-bottom: none;
}

.Mixer_mixerHMI__mixer__hopper__buttons {
  height: 24px;
  right: -3px;
  top: 15px;
}
.Mixer_mixerHMI__mixer__hopper__buttons .btn:active, .Mixer_mixerHMI__mixer__hopper__buttons #recipeCreatorDialogContent .rc_calcButton:active, #recipeCreatorDialogContent .Mixer_mixerHMI__mixer__hopper__buttons .rc_calcButton:active, .Mixer_mixerHMI__mixer__hopper__buttons .G_input.-withCheckboxBtn .G_input__checkBox:active, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixer__hopper__buttons .G_input__checkBox:active {
  background: silver;
}
.Mixer_mixerHMI__mixer__hopper__buttons .btn.-success, .Mixer_mixerHMI__mixer__hopper__buttons #recipeCreatorDialogContent .-success.rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHMI__mixer__hopper__buttons .-success.rc_calcButton, .Mixer_mixerHMI__mixer__hopper__buttons .G_input.-withCheckboxBtn .-success.G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixer__hopper__buttons .-success.G_input__checkBox {
  background: #a8cce6;
  border-color: #537188;
  box-shadow: none;
  color: black;
  text-shadow: 0 0 2px #bce3ff;
}
.Mixer_mixerHMI__mixer__hopper__buttons .btn.-success:active, .Mixer_mixerHMI__mixer__hopper__buttons #recipeCreatorDialogContent .-success.rc_calcButton:active, #recipeCreatorDialogContent .Mixer_mixerHMI__mixer__hopper__buttons .-success.rc_calcButton:active, .Mixer_mixerHMI__mixer__hopper__buttons .G_input.-withCheckboxBtn .-success.G_input__checkBox:active, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixer__hopper__buttons .-success.G_input__checkBox:active {
  background: #ade287;
}
.Mixer_mixerHMI__mixer__hopper__buttons .btn, .Mixer_mixerHMI__mixer__hopper__buttons #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Mixer_mixerHMI__mixer__hopper__buttons .rc_calcButton, .Mixer_mixerHMI__mixer__hopper__buttons .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Mixer_mixerHMI__mixer__hopper__buttons .G_input__checkBox {
  font-size: 12px;
  height: 24px;
}

.Mixer_mixerHMI__mixer__hopper__door {
  background-color: #999;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2) inset;
  height: 11px;
  left: 24px;
  margin-top: -4px;
  position: relative;
  width: 80px;
}
.Mixer_mixerHMI__mixer__hopper__door div {
  height: 100%;
  left: 3px;
}

.Mixer_mixerHmi__conveyorStations,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations {
  border-left: 0 !important;
  padding-bottom: 5px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 4px !important;
}
.Mixer_mixerHmi__conveyorStations:hover,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.Mixer_mixerHmi__conveyorStations button.conveyorStation,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.conveyorStation {
  background: white;
  border-radius: 5px;
  box-shadow: none;
  margin-right: 5px;
  padding: 3px 8px;
  z-index: 1;
}
.Mixer_mixerHmi__conveyorStations button.conveyorStation:last-child,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.conveyorStation:last-child {
  margin-right: unset;
}
.Mixer_mixerHmi__conveyorStations button.conveyorStation:hover:not(.-target):not(.-current),
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.conveyorStation:hover:not(.-target):not(.-current) {
  background: #ebebeb;
}
.Mixer_mixerHmi__conveyorStations button.conveyorStation.-belowMixer,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.conveyorStation.-belowMixer {
  border-width: 2px !important;
  border-color: black !important;
}
.Mixer_mixerHmi__conveyorStations button.conveyorStation.-target,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.conveyorStation.-target {
  background: #a6c1d4;
  border-color: #8093a0;
}
.Mixer_mixerHmi__conveyorStations button.conveyorStation.-current,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.conveyorStation.-current {
  background: #688AA3;
  border: 1px solid #586873;
  color: white;
  text-shadow: 0 0 2px #354856;
}
.Mixer_mixerHmi__conveyorStations button.conveyorStation.-current.-withMaterial,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.conveyorStation.-current.-withMaterial {
  background: #2da354;
}
.Mixer_mixerHmi__conveyorStations button.btn-mini,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations button.btn-mini {
  margin-left: 3px;
}
.Mixer_mixerHmi__conveyorStations .Mixer_mixerHmi__conveyorStations__connection,
.mixer-stats-table table td.Mixer_mixerHmi__conveyorStations .Mixer_mixerHmi__conveyorStations__connection {
  background: white;
  border: 1px solid silver;
  bottom: 7px;
  left: 10px;
  position: absolute;
  right: 80px;
  top: 8px;
}

.Mixer_mixerHMI__operatorPanel {
  display: flex;
  position: relative;
  flex: 0 1 62px;
  background: white;
  border-radius: 9px;
  padding: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #dedede;
  box-shadow: none;
  margin-top: 0;
}
.Mixer_mixerHMI__operatorPanel .OP_commandButton {
  margin-left: 0 !important;
}
.Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-PushButton, .Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-ToggleButton, .Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-TriggerButton, .Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-Lamp, .Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-AnalogField {
  box-shadow: none !important;
}
.Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-Lamp .OP_commandButton__buttonLabel {
  box-shadow: none !important;
}
.Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-PushButton, .Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-ToggleButton {
  background-image: linear-gradient(to bottom, #e8e8e8, #cccccc);
  border: 1px solid #b1b1b1;
}
.Mixer_mixerHMI__operatorPanel .OP_commandButton.buttonStyle-AnalogField {
  border: 0;
}

.productionIsPaused .Mixer_mixerHmi__mixerHeader.-selected {
  background-color: #969998;
  border-bottom: 2px solid #80828b;
}

.offline .Mixer_mixerHmi__mixerHeader {
  background-color: rgb(160, 80, 77);
  border-bottom: 2px solid rgb(143, 65, 65);
}

#mixer-consistencytable-list ul.subMenu {
  flex-grow: 7;
  margin: 0;
}
#mixer-consistencytable-list #createNewMixerConsistencyTableDialog {
  width: 350px;
}
#mixer-consistencytable-list #createNewMixerConsistencyTableDialog header {
  text-align: left;
}

#MixerConsistencyTable__consistencyTable,
.MixerConsistencyTable__consistencyTable {
  border: 1px solid #D6D6D6;
}
#MixerConsistencyTable__consistencyTable tbody td,
.MixerConsistencyTable__consistencyTable tbody td {
  padding-top: 0 !important;
}
#MixerConsistencyTable__consistencyTable tbody tr td,
.MixerConsistencyTable__consistencyTable tbody tr td {
  position: relative;
}
#MixerConsistencyTable__consistencyTable tbody tr td:first-child,
.MixerConsistencyTable__consistencyTable tbody tr td:first-child {
  line-height: 22px;
  padding-bottom: 0;
  vertical-align: bottom;
}
#MixerConsistencyTable__consistencyTable tbody tr td:not(:first-child),
.MixerConsistencyTable__consistencyTable tbody tr td:not(:first-child) {
  border-left: 1px solid #e0e0e0;
  padding: 0 !important;
  padding-top: 0 !important;
}
#MixerConsistencyTable__consistencyTable tbody tr td input,
.MixerConsistencyTable__consistencyTable tbody tr td input {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#MixerConsistencyTable__consistencyTable tbody tr td i,
.MixerConsistencyTable__consistencyTable tbody tr td i {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 6px;
}
#MixerConsistencyTable__consistencyTable tbody tr td.sourceThumbUp,
.MixerConsistencyTable__consistencyTable tbody tr td.sourceThumbUp {
  /*
  background-color: #ab94de;
  */
  /*
  input {
      // To make sure it's readable even if the cell is too small to accomodate both icon and text..
      //text-shadow: 0 0 3px #ab94de, 0 0 2px #ab94de, 0 0 1px #ab94de;
      //text-
  }
  */
}
#MixerConsistencyTable__consistencyTable tbody tr td.sourceThumbUp input,
.MixerConsistencyTable__consistencyTable tbody tr td.sourceThumbUp input {
  color: #0000FF;
}
#MixerConsistencyTable__consistencyTable tbody tr td.sourceLabSample,
.MixerConsistencyTable__consistencyTable tbody tr td.sourceLabSample {
  /*
  background-color: #abde94;
  */
  /*
  input {
      // To make sure it's readable even if the cell is too small to accomodate both icon and text..
      text-shadow: 0 0 3px #abde94, 0 0 2px #abde94, 0 0 1px #abde94;
  }
  */
}
#MixerConsistencyTable__consistencyTable tbody tr td.sourceLabSample input,
.MixerConsistencyTable__consistencyTable tbody tr td.sourceLabSample input {
  color: #00AA00;
}
#MixerConsistencyTable__consistencyTable tbody tr:last-child td,
.MixerConsistencyTable__consistencyTable tbody tr:last-child td {
  border-bottom: 0;
}

.MixerConsistencyTable_legendProCon5SimmaWarning {
  position: absolute;
  bottom: 4px;
  right: 0;
  top: auto;
  left: auto;
  margin: 0 !important;
  border-radius: 5px;
  background-color: #bd362f;
  color: white;
  padding: 5px;
}

.MixerConsistencyTable_historyDialog .app-view-header {
  margin-left: 0 !important;
  padding-left: 15px;
}
.MixerConsistencyTable_historyDialog .MixerConsistencyTable_historyDialog__header__mixerButtons {
  flex-grow: 1;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#stepGuideDialog {
  font-size: 12px;
  width: 400px;
}
#stepGuideDialog label {
  width: 150px;
}
#stepGuideDialog .guide_buttons {
  float: right;
  margin-top: 15px;
}
#stepGuideDialog .guide_title {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

.MixerSequence_sequenceTypeBullet {
  border-radius: 3px;
  padding: 2px 10px;
}
.MixerSequence_sequenceTypeBullet.-filling {
  background: #bad2d4;
  border: 1px solid #91b1b0;
}
.MixerSequence_sequenceTypeBullet.-emptying {
  background: white;
  border: 1px solid #c7c3c3;
}

.app-draggable tr {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.app-draggable tr.app-drag-over td,
.app-draggable tr.app-drag-over:hover td {
  border-top: 10px solid rgba(0, 0, 0, 0.15) !important;
}
.app-draggable tr.app-dragging + .app-details + tr.app-drag-over td,
.app-draggable tr.app-dragging + .app-details + tr.app-drag-over:hover td {
  border-top: 0 !important;
}
.app-draggable tr.app-dragging td {
  opacity: 0.5;
}
.app-draggable td, .app-draggable td:hover {
  cursor: move !important;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.OP_commandButton {
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 15px;
  position: absolute;
  padding: 5px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.OP_commandButton:focus {
  outline: none;
}
.OP_commandButton[data-disabled=true] {
  cursor: not-allowed;
}
.OP_commandButton .OP_commandButton__buttonLabel {
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.OP_commandButton .OP_commandButton__buttonLabel span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.OP_commandButton ::-moz-selection {
  background: none;
  color: transparent;
}
.OP_commandButton ::selection:not(input) {
  background: none;
  color: transparent;
}

.OP_commandButton.buttonStyle-TriggerButton, .OP_commandButton.buttonStyle-ToggleButton.-default, .OP_commandButton.buttonStyle-ToggleButton.-silver,
.OP_commandButton.buttonStyle-PushButton.-default,
.OP_commandButton.buttonStyle-PushButton.-silver, .OP_commandButton.buttonStyle-PushButton {
  background-image: -moz-linear-gradient(top, #e8e8e8, silver);
  background-image: -webkit-linear-gradient(top, #e8e8e8, silver);
  background-image: -ms-linear-gradient(top, #e8e8e8, silver);
  background-image: linear-gradient(to bottom, #e8e8e8, silver);
  background-repeat: repeat-x;
  border: 1px solid #989898;
  color: rgba(61, 46, 9, 0.63);
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.19), 0 -1px 2px 2px rgba(0, 0, 0, 0.19) inset, 0 2px 1px 1px rgba(255, 255, 255, 0.45) inset, 0px -6px 0px -1px rgba(216, 216, 215, 0.42) inset, 0px -9px 10px -2px rgb(184, 182, 175) inset;
}
.OP_commandButton.buttonStyle-TriggerButton .OP_commandButton__buttonLabel, .OP_commandButton.buttonStyle-ToggleButton.-default .OP_commandButton__buttonLabel, .OP_commandButton.buttonStyle-ToggleButton.-silver .OP_commandButton__buttonLabel, .OP_commandButton.buttonStyle-PushButton .OP_commandButton__buttonLabel {
  color: rgb(92, 92, 92);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.51), 0 0 0 rgba(0, 0, 0, 0.48);
}

.OP_commandButton.buttonStyle-TriggerButton:active:not([data-disabled=true]), .OP_commandButton.buttonStyle-ToggleButton:active:not([data-disabled=true]) {
  background-image: -moz-linear-gradient(top, #dcdcdc, #aeaeae);
  background-image: -webkit-linear-gradient(top, #dcdcdc, #aeaeae);
  background-image: -ms-linear-gradient(top, #dcdcdc, #aeaeae);
  background-image: linear-gradient(to bottom, #dcdcdc, #aeaeae);
  background-repeat: repeat-x;
  border: 1px solid #a2a39f;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.09) inset, 0 0 23px 2px rgba(255, 255, 255, 0.52) inset, 0 2px 12px 23px rgba(255, 255, 255, 0.21) inset, 0 1px 3px 2px rgba(0, 0, 0, 0.19), 0 -1px 2px 2px rgba(0, 0, 0, 0.19) inset, 0 1px 1px 1px rgba(255, 255, 255, 0.45) inset, 0px -5px 0px -1px rgba(216, 216, 215, 0.42) inset, 0px -7px 10px -2px #b8b6af inset;
}
.OP_commandButton.buttonStyle-TriggerButton:active:not([data-disabled=true]) .OP_commandButton__buttonLabel, .OP_commandButton.buttonStyle-ToggleButton:active:not([data-disabled=true]) .OP_commandButton__buttonLabel {
  color: rgb(92, 92, 92);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.51), 0 0 0 rgba(0, 0, 0, 0.48);
}

.OP_commandButton.buttonStyle-ToggleButton.-isToggled.-blue, .OP_commandButton.buttonStyle-ToggleButton.-blue,
.OP_commandButton.buttonStyle-PushButton.-blue {
  background-image: -moz-linear-gradient(top, #68c3f1, #149bdf);
  background-image: -webkit-linear-gradient(top, #68c3f1, #149bdf);
  background-image: -ms-linear-gradient(top, #68c3f1, #149bdf);
  background-image: linear-gradient(to bottom, #68c3f1, #149bdf);
  background-repeat: repeat-x;
  border: 1px solid #0D97DC;
  color: #1b3e6b;
  box-shadow: 0 2px 3px 2px rgba(156, 157, 157, 0.53), 0 -1px 2px 2px rgba(54, 73, 118, 0.47) inset, 0 2px 1px 1px rgba(209, 248, 255, 0.52) inset, 0px -6px 0px -1px rgba(57, 147, 182, 0.86) inset, 0px -9px 10px -2px rgba(41, 80, 129, 0.4) inset;
}
.OP_commandButton.buttonStyle-ToggleButton.-blue .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-PushButton.-blue .OP_commandButton__buttonLabel {
  text-shadow: 1px 1px 1px rgba(255, 253, 253, 0.42);
}

.OP_commandButton.buttonStyle-ToggleButton.-isToggled.-default, .OP_commandButton.buttonStyle-ToggleButton.-isToggled.-green, .OP_commandButton.buttonStyle-ToggleButton.-green,
.OP_commandButton.buttonStyle-PushButton.-green, .OP_commandButton.buttonStyle-PushButton:active:not([data-disabled=true]), .OP_commandButton.buttonStyle-PushButton.-isToggled {
  background-image: -moz-linear-gradient(top, #b6e0ac, #74c462);
  background-image: -webkit-linear-gradient(top, #b6e0ac, #74c462);
  background-image: -ms-linear-gradient(top, #b6e0ac, #74c462);
  background-image: linear-gradient(to bottom, #b6e0ac, #74c462);
  background-repeat: repeat-x;
  border: 1px solid #51A351;
  color: #134c33;
  box-shadow: 0 2px 3px 2px rgba(156, 157, 157, 0.53), 0 -1px 2px 2px rgba(54, 173, 118, 0.47) inset, 0 2px 1px 1px rgba(209, 255, 234, 0.52) inset, 0px -6px 0px -1px rgba(72, 182, 118, 0.86) inset, 0px -9px 10px -2px rgba(49, 129, 89, 0.4) inset;
}
.OP_commandButton.buttonStyle-ToggleButton.-isToggled.-default .OP_commandButton__buttonLabel, .OP_commandButton.buttonStyle-ToggleButton.-green .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-PushButton.-green .OP_commandButton__buttonLabel, .OP_commandButton.buttonStyle-PushButton:active:not([data-disabled=true]) .OP_commandButton__buttonLabel, .OP_commandButton.buttonStyle-PushButton.-isToggled .OP_commandButton__buttonLabel {
  text-shadow: 1px 1px 1px rgba(255, 253, 253, 0.42);
}

.OP_commandButton.buttonStyle-ToggleButton.-isToggled.-red, .OP_commandButton.buttonStyle-ToggleButton.-red,
.OP_commandButton.buttonStyle-PushButton.-red {
  background-image: -moz-linear-gradient(top, #f8b9b7, #ee5f5b);
  background-image: -webkit-linear-gradient(top, #f8b9b7, #ee5f5b);
  background-image: -ms-linear-gradient(top, #f8b9b7, #ee5f5b);
  background-image: linear-gradient(to bottom, #f8b9b7, #ee5f5b);
  background-repeat: repeat-x;
  border: 1px solid #bd362f;
  color: #4c1e1c;
  box-shadow: 0 2px 3px 2px rgba(157, 156, 156, 0.53), 0 -1px 2px 2px rgba(118, 54, 54, 0.47) inset, 0 2px 1px 1px rgba(255, 209, 209, 0.52) inset, 0px -6px 0px -1px rgba(182, 57, 57, 0.86) inset, 0px -9px 10px -2px rgba(131, 76, 76, 0.64) inset;
}
.OP_commandButton.buttonStyle-ToggleButton.-red .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-PushButton.-red .OP_commandButton__buttonLabel {
  color: #4c1e1c;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.3);
}

.OP_commandButton.buttonStyle-ToggleButton.-isToggled.-black, .OP_commandButton.buttonStyle-ToggleButton.-black,
.OP_commandButton.buttonStyle-PushButton.-black {
  background-image: -moz-linear-gradient(top, #807B7B, #3F3D3D);
  background-image: -webkit-linear-gradient(top, #807B7B, #3F3D3D);
  background-image: -ms-linear-gradient(top, #807B7B, #3F3D3D);
  background-image: linear-gradient(to bottom, #807B7B, #3F3D3D);
  background-repeat: repeat-x;
  border: 1px solid #3F3E3E;
  color: #FFFFFF;
  box-shadow: 0 2px 3px 2px rgba(157, 156, 156, 0.53), 0 -1px 2px 2px rgba(3, 3, 3, 0.46) inset, 0 2px 1px 1px rgba(165, 158, 151, 0.51) inset, 0px -6px 0px -1px rgba(85, 85, 85, 0.84) inset, 0px -9px 10px -2px rgba(133, 126, 126, 0.48) inset;
}
.OP_commandButton.buttonStyle-ToggleButton.-black .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-PushButton.-black .OP_commandButton__buttonLabel {
  color: white;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.42);
}

.OP_commandButton.buttonStyle-ToggleButton.-isToggled.-orange, .OP_commandButton.buttonStyle-ToggleButton.-orange,
.OP_commandButton.buttonStyle-PushButton.-orange {
  background-image: -moz-linear-gradient(top, #fddfb4, #fbb450);
  background-image: -webkit-linear-gradient(top, #fddfb4, #fbb450);
  background-image: -ms-linear-gradient(top, #fddfb4, #fbb450);
  background-image: linear-gradient(to bottom, #fddfb4, #fbb450);
  background-repeat: repeat-x;
  border: 1px solid #BE975F;
  color: rgba(61, 46, 9, 0.63);
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.19), 0 -1px 2px 2px rgba(0, 0, 0, 0.19) inset, 0 2px 1px 1px rgba(255, 255, 255, 0.45) inset, 0px -6px 0px -1px rgb(212, 158, 105) inset, 0px -9px 10px -2px rgb(184, 125, 36) inset;
}
.OP_commandButton.buttonStyle-ToggleButton.-orange .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-PushButton.-orange .OP_commandButton__buttonLabel {
  color: rgba(61, 46, 9, 0.63);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.51), 0 0 0 rgba(0, 0, 0, 0.48);
}

.OP_commandButton.buttonStyle-ToggleButton.-yellow,
.OP_commandButton.buttonStyle-PushButton.-yellow {
  background-image: -moz-linear-gradient(top, #ffe431, #d2982d);
  background-image: -webkit-linear-gradient(top, #ffe431, #d2982d);
  background-image: -ms-linear-gradient(top, #ffe431, #d2982d);
  background-image: linear-gradient(to bottom, #ffe431, #d2982d);
  background-repeat: repeat-x;
  border: 1px solid #ad931d;
  color: rgba(60, 61, 9, 0.63);
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.19), 0 -1px 2px 2px rgba(0, 0, 0, 0.19) inset, 0 2px 1px 1px rgba(255, 255, 255, 0.45) inset, 0px -6px 0px -1px #e4bc35 inset, 0px -9px 10px -2px #e0af2f inset;
}
.OP_commandButton.buttonStyle-ToggleButton.-yellow .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-PushButton.-yellow .OP_commandButton__buttonLabel {
  color: rgba(61, 46, 9, 0.63);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.51), 0 0 0 rgba(0, 0, 0, 0.48);
}

.OP_commandButton.buttonStyle-Lamp .OP_commandButton__buttonLabel {
  height: 100%;
  width: 100%;
  padding: 7px;
  top: -6px;
  left: -1px;
  position: relative;
}

.OP_commandButton.buttonStyle-Lamp.-default .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-Lamp.-silver .OP_commandButton__buttonLabel {
  background: silver;
  background: radial-gradient(closest-side at 50% 50%, #cdcdcd 0%, silver 75%, #a7a7a7 100%);
  border: 1px solid #9a9a9a;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(116, 116, 116, 0.17), 0 7px rgba(255, 255, 255, 0.35) inset, 0 -4px 5px rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.OP_commandButton.buttonStyle-Lamp.-blue .OP_commandButton__buttonLabel {
  background: #4178ff;
  background: radial-gradient(closest-side at 50% 50%, #5b8aff 0%, #4178ff 75%, #0e54ff 100%);
  border: 1px solid #0046f4;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(0, 48, 167, 0.17), 0 7px rgba(255, 255, 255, 0.35) inset, 0 -4px 5px rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.OP_commandButton.buttonStyle-Lamp.-default.-isToggled .OP_commandButton__buttonLabel,
.OP_commandButton.buttonStyle-Lamp.-green .OP_commandButton__buttonLabel {
  background: #00cb00;
  background: radial-gradient(closest-side at 50% 50%, #00e500 0%, #00cb00 75%, #009800 100%);
  border: 1px solid #007f00;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(0, 50, 0, 0.17), 0 7px rgba(255, 255, 255, 0.35) inset, 0 -4px 5px rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.OP_commandButton.buttonStyle-Lamp.-black .OP_commandButton__buttonLabel {
  background: #4b4b4b;
  background: radial-gradient(closest-side at 50% 50%, #585858 0%, #4b4b4b 75%, #323232 100%);
  border: 1px solid #252525;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.17), 0 7px rgba(255, 255, 255, 0.35) inset, 0 -4px 5px rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.OP_commandButton.buttonStyle-Lamp.-red .OP_commandButton__buttonLabel {
  background: #ff645d;
  background: radial-gradient(closest-side at 50% 50%, #ff7c77 0%, #ff645d 75%, #ff332a 100%);
  border: 1px solid #ff1b11;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(195, 8, 0, 0.17), 0 7px rgba(255, 255, 255, 0.35) inset, 0 -4px 5px rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.OP_commandButton.buttonStyle-Lamp.-orange .OP_commandButton__buttonLabel {
  background: #f1a000;
  background: radial-gradient(closest-side at 50% 50%, #ffad0c 0%, #f1a000 75%, #be7e00 100%);
  border: 1px solid #a56d00;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(88, 58, 0, 0.17), 0 7px rgba(255, 255, 255, 0.35) inset, 0 -4px 5px rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.OP_commandButton.buttonStyle-Lamp.-yellow .OP_commandButton__buttonLabel {
  background: #fcdc00;
  background: radial-gradient(closest-side at 50% 50%, #ffe117 0%, #fcdc00 75%, #c9af00 100%);
  border: 1px solid #b09900;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(99, 86, 0, 0.17), 0 7px rgba(255, 255, 255, 0.35) inset, 0 -4px 5px rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.OP_commandButton.buttonStyle-AnalogField {
  background-image: -moz-linear-gradient(top, #5f5f5f, black);
  background-image: -webkit-linear-gradient(top, #5f5f5f, black);
  background-image: -ms-linear-gradient(top, #5f5f5f, black);
  background-image: linear-gradient(to bottom, #5f5f5f, black);
  background-repeat: repeat-x;
  border: 6px solid #999999;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.19), 0 0 2px 1px rgba(0, 0, 0, 0.74);
}
.OP_commandButton.buttonStyle-AnalogField .OP_commandButton__buttonLabel {
  color: #e6eddf;
  font-weight: normal;
  padding-top: 0 !important;
}
.OP_commandButton.buttonStyle-AnalogField .OP_commandButton__buttonLabel--mini {
  color: rgba(230, 237, 223, 0.67);
  font-size: 0.9em;
}
.OP_commandButton.buttonStyle-AnalogField input {
  background: rgba(255, 255, 255, 0.1803921569);
  border: 2px inset rgba(0, 0, 0, 0.4117647059);
  color: white;
  padding: 3px 0 0 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  user-select: text;
}

.OP_commandButton.buttonStyle-Label .OP_commandButton__buttonLabel {
  color: rgb(92, 92, 92);
  font-size: 2em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.51), 0 0 0 rgba(0, 0, 0, 0.48);
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#order-list .app-view-options > * {
  float: none;
}
#order-list [class^=fa-] {
  cursor: pointer;
}

.app-active .Order__DoseButtonInList {
  display: none !important;
}

@media (max-width: 2000px) {
  .Order_orderList__headerButtons {
    flex-direction: column !important;
    height: 100%;
  }
  .Order_orderList__headerButtons > :not(.app-flex) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .Order_orderList__headerButtons > .app-flex, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Order_orderList__headerButtons > .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Order_orderList__headerButtons > .colorLabel {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .Order_orderList__filterInput {
    position: absolute !important;
    right: 0;
    top: 35px;
  }
  .Order_orderList__zoomButtons {
    margin-top: 7px;
    width: 100%;
    margin-right: 0 !important;
  }
  .Order_orderList__header {
    height: 65px;
  }
}
#order_contextMenu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(0, 0, 0, 0.17);
  background: #F1F1F1;
  border-radius: 5px;
  display: none;
  position: absolute;
  z-index: 9999;
  height: 50px;
  width: 200px;
  padding: 10px;
}
#order_contextMenu .closeBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 5px 2px 5px;
}
#order_contextMenu a {
  display: block;
  margin-bottom: 10px;
}

.Order_orderForm__waterTable {
  font-weight: normal;
  font-style: italic;
}

.Order_additionalServiceIcon {
  font-size: 16px !important;
  margin-top: 3px;
}

.Order_orderForm__productionPanel .app-horizontal > label:first-child, .Order_orderForm__productionPanel #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:first-child, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Order_orderForm__productionPanel .colorRow > label:first-child, .Order_orderForm__productionPanel #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:first-child, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Order_orderForm__productionPanel .colorRow > label:first-child, .Order_orderForm__productionPanel .Table_tableFilters > label:first-child, .Order_orderForm__productionPanel .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:first-child, .Form.Form-header .Form-header__panel__fieldGroup .Order_orderForm__productionPanel .Form-header__panel__fieldGroup__row > label:first-child, .Order_orderForm__productionPanel .app-input.-withMinMax > label:first-child {
  width: 160px;
}

.Order_orderForm__headerButtons {
  background: transparent !important;
  border-bottom: 0 !important;
}

.Order_orderForm__makeSomeRoomDarnit {
  margin-top: 20px;
}

.Order_orderForm__slumpRangeText {
  font-weight: normal;
  font-size: 12px;
  background: #dadada;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 20px;
}

.Order_orderForm__slumpAndTempTable tr td:not(:first-child) {
  background: white !important;
}
.Order_orderForm__slumpAndTempTable tr td:not(:last-child):not(:first-child) {
  border-right: 1px solid #dedede;
}
.Order_orderForm__slumpAndTempTable td {
  line-height: 30px !important;
}
.Order_orderForm__slumpAndTempTable td input {
  padding-bottom: 0;
}
.Order_orderForm__slumpAndTempTable input + .add-on {
  height: 100% !important;
  border: 0;
  background: white;
  border-radius: 0 !important;
  color: #9a9a9a;
  font-size: 11px;
  line-height: 30px;
}

.Order_orderForm__flexibleSelect .SelectBox, .Order_orderForm__flexibleSelect .SumoSelect {
  height: 100%;
}

.Order_orderForm__baseRecipeFilterDialog input[type=checkbox] {
  top: 0 !important;
}
.Order_orderForm__baseRecipeFilterDialog label:first-child {
  width: 200px !important;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.OrderHMI {
  font-size: 1rem;
}

.OrderHMI_header.app-view-options {
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  max-height: 500px;
  transition: max-height 0.4s ease-in;
}
.OrderHMI_header.app-view-options.-hidden {
  max-height: 0;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
}
.OrderHMI_header h2, .OrderHMI_header span, .OrderHMI_header button, .OrderHMI_header .btn-large {
  font-size: 22px;
}
.OrderHMI_header .SumoSelect {
  width: 400px;
}
.OrderHMI_header .SumoSelect p span {
  font-size: 14px;
}
.OrderHMI_header .Form-header__panel__singleTitleRow > span, .OrderHMI_header input {
  line-height: 37px;
}

.Form-header__operatorpanel {
  min-height: 80px;
}

.OrderHMI__orderListTable th {
  padding: 0.5rem 0.9rem !important;
}
.OrderHMI__orderListTable td, .OrderHMI__orderListTable > td:hover {
  background: transparent !important;
  border-bottom: 15px solid transparent !important;
  border-top: 0 !important;
  padding: 0 !important;
}
.OrderHMI__orderListTable input {
  width: 100%;
}
.OrderHMI__orderListTable span {
  line-height: 27px;
}

tr.createOrder .OrderHMI__box {
  height: 56px;
}

.OrderHMI__box {
  background: #f3f3f3;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  height: 53px;
  font-size: 22px;
  margin: 0;
  min-width: 10%;
  padding: 0.9rem;
  position: relative;
}
.OrderHMI__box span:only-child {
  width: 100%;
}
.OrderHMI__box span:not(:first-child) {
  margin-left: 3px;
}
.OrderHMI__box.-button:hover {
  background: #e6e6e6 !important;
}
.OrderHMI__box .no-ordered-amount {
  opacity: 50%;
}
.OrderHMI__box .text-right {
  padding-left: 0;
}
.OrderHMI__box.-inverted {
  background: #b7b7b7;
}
.OrderHMI__box.-inverted span:only-child {
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.OrderHMI__box.-inverted.-button:hover {
  background: #a3a3a3 !important;
}
.OrderHMI__box.-withBorder {
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #808080;
}
.OrderHMI__box.-withBorder.-left {
  border-left-width: 2px;
  border-radius: 8px 0 0 8px;
}
.OrderHMI__box.-withBorder.-right {
  border-right-width: 2px;
  border-radius: 0 8px 8px 0;
}
.OrderHMI__box select {
  background-color: rgba(255, 255, 255, 0.55);
  border: 0;
  font-size: 22px;
  height: 35px;
  line-height: 33px;
  margin: 0;
  position: relative;
  top: -5px;
  width: 100%;
}
.OrderHMI__box select:focus {
  outline: none;
}
.OrderHMI__box select option {
  font-size: 30px;
  line-height: 40px;
}

.OrderHMI__box.-button {
  cursor: pointer;
  font-size: 22px;
  position: relative;
  text-align: left;
}
.OrderHMI__box.-button span:only-child {
  pointer-events: none;
  width: 100%;
  user-select: none;
}

.OrderHMI__box.-input {
  background: white;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12) inset;
  padding: 0.5rem;
}
.OrderHMI__box.-input input {
  border: 0;
  border-bottom: 3px solid #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 1.5rem;
  height: 100%;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  text-align: right;
}
.OrderHMI__box.-input input:focus, .OrderHMI__box.-input input:active {
  border-bottom: 3px solid #4a8dd2;
}
.OrderHMI__box.-input span {
  padding-top: 4px;
  padding-right: 6px;
  font-size: 1.5rem;
}

.OrderHMI__decreaseBtn,
.OrderHMI__increaseBtn {
  background: white;
  border: 0;
  box-shadow: none;
  min-width: 50px;
}

.OrderHMI__decreaseBtn {
  border-bottom-right-radius: 0;
}

.OrderHMI__increaseBtn {
  border-bottom-left-radius: 0;
}

.OrderHMI__SettingsPanel .Form-header__panel__singleTitleRow select {
  height: 35px;
  margin-bottom: 0;
  margin-left: 1rem;
  width: 15rem;
  font-size: 22px;
}

.OrderHMI__infoBox {
  position: absolute;
  background: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 10;
  margin-top: -15px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px black;
  display: flex;
  flex-direction: row;
  width: fit-content;
  align-items: center;
}
.OrderHMI__infoBox span {
  font-weight: bolder;
  margin-right: 5px;
}
.OrderHMI__infoBox .batch-weighing {
  width: 100px;
  height: 20px;
  background: #ad8abf;
  border-radius: 2px;
  border: 1px solid black;
  margin-left: 5px;
  align-items: center;
  display: flex;
}
.OrderHMI__infoBox .batch-weighing span {
  margin-right: 0;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
.OrderHMI__infoBox .batch-mixing {
  width: 100px;
  height: 20px;
  background: #325f32;
  border-radius: 2px;
  border: 1px solid black;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: 5px;
}
.OrderHMI__infoBox .batch-mixing span {
  margin-right: 0;
  text-align: center;
  width: 100px;
  position: absolute;
  color: white;
  text-shadow: 0 0 2px black;
}
.OrderHMI__infoBox .batch-mixing .mixing-progressbar {
  height: 100%;
  background: #85bf85;
}
.OrderHMI__infoBox .batch-mixing .mixing-progressbar.-emptying {
  background: #149bdf;
}

.TruckPlanning_Notes textarea {
  max-height: 100px !important;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  resize: none;
  height: 30px;
}
.TruckPlanning_Notes textarea::placeholder {
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#plc-form div.app-form {
  overflow-y: auto;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-wagon-covered::before {
  content: "\f8ee";
}

.fa-line-height::before {
  content: "\f871";
}

.fa-bagel::before {
  content: "\e3d7";
}

.fa-transporter-7::before {
  content: "\e2a8";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "\e323";
}

.fa-phone-arrow-up-right::before {
  content: "\e224";
}

.fa-phone-arrow-up::before {
  content: "\e224";
}

.fa-phone-outgoing::before {
  content: "\e224";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-circle-l::before {
  content: "\e114";
}

.fa-head-side-goggles::before {
  content: "\f6ea";
}

.fa-head-vr::before {
  content: "\f6ea";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-face-hand-yawn::before {
  content: "\e379";
}

.fa-gauge-simple-min::before {
  content: "\f62d";
}

.fa-tachometer-slowest::before {
  content: "\f62d";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-coffin::before {
  content: "\f6c6";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-salad::before {
  content: "\f81e";
}

.fa-bowl-salad::before {
  content: "\f81e";
}

.fa-info::before {
  content: "\f129";
}

.fa-robot-astromech::before {
  content: "\e2d2";
}

.fa-ring-diamond::before {
  content: "\e5ab";
}

.fa-fondue-pot::before {
  content: "\e40d";
}

.fa-theta::before {
  content: "\f69e";
}

.fa-face-hand-peeking::before {
  content: "\e481";
}

.fa-square-user::before {
  content: "\e283";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-tire-pressure-warning::before {
  content: "\f633";
}

.fa-wifi-fair::before {
  content: "\f6ab";
}

.fa-wifi-2::before {
  content: "\f6ab";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-mp3-player::before {
  content: "\f8ce";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-tally-4::before {
  content: "\e297";
}

.fa-rectangle-history::before {
  content: "\e4a2";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-sun-haze::before {
  content: "\f765";
}

.fa-text-size::before {
  content: "\f894";
}

.fa-ufo::before {
  content: "\e047";
}

.fa-fork::before {
  content: "\f2e3";
}

.fa-utensil-fork::before {
  content: "\f2e3";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-mobile-signal::before {
  content: "\e1ef";
}

.fa-barcode-scan::before {
  content: "\f465";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-folder-arrow-down::before {
  content: "\e053";
}

.fa-folder-download::before {
  content: "\e053";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-face-icicles::before {
  content: "\e37c";
}

.fa-shovel::before {
  content: "\f713";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-films::before {
  content: "\e17a";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-face-glasses::before {
  content: "\e377";
}

.fa-nfc::before {
  content: "\e1f7";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-closed-captioning-slash::before {
  content: "\e135";
}

.fa-calculator-simple::before {
  content: "\f64c";
}

.fa-calculator-alt::before {
  content: "\f64c";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-sliders-up::before {
  content: "\f3f1";
}

.fa-sliders-v::before {
  content: "\f3f1";
}

.fa-location-minus::before {
  content: "\f609";
}

.fa-map-marker-minus::before {
  content: "\f609";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-ski-boot::before {
  content: "\e3cc";
}

.fa-standard-definition::before {
  content: "\e28a";
}

.fa-rectangle-sd::before {
  content: "\e28a";
}

.fa-h1::before {
  content: "\f313";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-message-bot::before {
  content: "\e3b8";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-light-ceiling::before {
  content: "\e016";
}

.fa-message-exclamation::before {
  content: "\f4a5";
}

.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}

.fa-bowl-scoop::before {
  content: "\e3de";
}

.fa-bowl-shaved-ice::before {
  content: "\e3de";
}

.fa-square-x::before {
  content: "\e286";
}

.fa-utility-pole-double::before {
  content: "\e2c4";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-chevrons-up::before {
  content: "\f325";
}

.fa-chevron-double-up::before {
  content: "\f325";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-user-vneck::before {
  content: "\e461";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-square-arrow-right::before {
  content: "\f33b";
}

.fa-arrow-square-right::before {
  content: "\f33b";
}

.fa-location-plus::before {
  content: "\f60a";
}

.fa-map-marker-plus::before {
  content: "\f60a";
}

.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-crate-empty::before {
  content: "\e151";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-transporter::before {
  content: "\e042";
}

.fa-calendar-circle-user::before {
  content: "\e471";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-person-carry-box::before {
  content: "\f4cf";
}

.fa-person-carry::before {
  content: "\f4cf";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-union::before {
  content: "\f6a2";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-circle-heart::before {
  content: "\f4c7";
}

.fa-heart-circle::before {
  content: "\f4c7";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-bring-forward::before {
  content: "\f856";
}

.fa-square-p::before {
  content: "\e279";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-sigma::before {
  content: "\f68b";
}

.fa-camera-movie::before {
  content: "\f8a9";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-clarinet::before {
  content: "\f8ad";
}

.fa-truck-flatbed::before {
  content: "\e2b6";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-leaf-heart::before {
  content: "\f4cb";
}

.fa-house-building::before {
  content: "\e1b1";
}

.fa-cheese-swiss::before {
  content: "\f7f0";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-bow-arrow::before {
  content: "\f6b9";
}

.fa-cart-xmark::before {
  content: "\e0dd";
}

.fa-hexagon-xmark::before {
  content: "\f2ee";
}

.fa-times-hexagon::before {
  content: "\f2ee";
}

.fa-xmark-hexagon::before {
  content: "\f2ee";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-merge::before {
  content: "\e526";
}

.fa-pager::before {
  content: "\f815";
}

.fa-cart-minus::before {
  content: "\e0db";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-pan-frying::before {
  content: "\e42c";
}

.fa-grid::before {
  content: "\e195";
}

.fa-grid-3::before {
  content: "\e195";
}

.fa-football-helmet::before {
  content: "\f44f";
}

.fa-hand-love::before {
  content: "\e1a5";
}

.fa-trees::before {
  content: "\f724";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-page::before {
  content: "\e428";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "\e478";
}

.fa-gauge-min::before {
  content: "\f628";
}

.fa-tachometer-alt-slowest::before {
  content: "\f628";
}

.fa-folder-grid::before {
  content: "\e188";
}

.fa-eggplant::before {
  content: "\e16c";
}

.fa-ram::before {
  content: "\f70a";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-lips::before {
  content: "\f600";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-desktop-arrow-down::before {
  content: "\e155";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-pumpkin::before {
  content: "\f707";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-pen-field::before {
  content: "\e211";
}

.fa-blueberries::before {
  content: "\e2e8";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-note::before {
  content: "\e1ff";
}

.fa-arrow-down-to-square::before {
  content: "\e096";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-cloud-xmark::before {
  content: "\e35f";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-book-blank::before {
  content: "\f5d9";
}

.fa-book-alt::before {
  content: "\f5d9";
}

.fa-golf-flag-hole::before {
  content: "\e3ac";
}

.fa-message-arrow-down::before {
  content: "\e1db";
}

.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}

.fa-face-unamused::before {
  content: "\e39f";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-circle-9::before {
  content: "\e0f6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-pencil-slash::before {
  content: "\e215";
}

.fa-bowling-pins::before {
  content: "\f437";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-down-right::before {
  content: "\e16b";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-webhook::before {
  content: "\e5d5";
}

.fa-blinds-open::before {
  content: "\f8fc";
}

.fa-fence::before {
  content: "\e303";
}

.fa-up::before {
  content: "\f357";
}

.fa-arrow-alt-up::before {
  content: "\f357";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-drumstick::before {
  content: "\f6d6";
}

.fa-square-v::before {
  content: "\e284";
}

.fa-face-awesome::before {
  content: "\e409";
}

.fa-gave-dandy::before {
  content: "\e409";
}

.fa-dial-off::before {
  content: "\e162";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-face-smile-horns::before {
  content: "\e391";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-grapes::before {
  content: "\e306";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-dial-max::before {
  content: "\e15e";
}

.fa-circle-m::before {
  content: "\e115";
}

.fa-calendar-image::before {
  content: "\e0d4";
}

.fa-circle-caret-down::before {
  content: "\f32d";
}

.fa-caret-circle-down::before {
  content: "\f32d";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-shish-kebab::before {
  content: "\f821";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-alarm-snooze::before {
  content: "\f845";
}

.fa-scarecrow::before {
  content: "\f70d";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-gift-card::before {
  content: "\f663";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "\e3fa";
}

.fa-square-b::before {
  content: "\e264";
}

.fa-elephant::before {
  content: "\f6da";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-message-question::before {
  content: "\e1e3";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-square-3::before {
  content: "\e258";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-microwave::before {
  content: "\e01b";
}

.fa-chf-sign::before {
  content: "\e602";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}

.fa-trash-clock::before {
  content: "\e2b0";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-sprinkler-ceiling::before {
  content: "\e44c";
}

.fa-browsers::before {
  content: "\e0cb";
}

.fa-trillium::before {
  content: "\e588";
}

.fa-music-slash::before {
  content: "\f8d1";
}

.fa-truck-ramp::before {
  content: "\f4e0";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-circle-c::before {
  content: "\e101";
}

.fa-star-christmas::before {
  content: "\f7d4";
}

.fa-chart-bullet::before {
  content: "\e0e1";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-tree-christmas::before {
  content: "\f7db";
}

.fa-tire-flat::before {
  content: "\f632";
}

.fa-sunglasses::before {
  content: "\f892";
}

.fa-badge::before {
  content: "\f335";
}

.fa-message-pen::before {
  content: "\f4a4";
}

.fa-comment-alt-edit::before {
  content: "\f4a4";
}

.fa-message-edit::before {
  content: "\f4a4";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-arrow-progress::before {
  content: "\e5df";
}

.fa-chess-rook-piece::before {
  content: "\f448";
}

.fa-chess-rook-alt::before {
  content: "\f448";
}

.fa-square-root::before {
  content: "\f697";
}

.fa-album-collection-circle-plus::before {
  content: "\e48e";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-face-angry-horns::before {
  content: "\e368";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-tombstone::before {
  content: "\f720";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-list-music::before {
  content: "\f8c9";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-mustache::before {
  content: "\e5bc";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-user-chef::before {
  content: "\e3d2";
}

.fa-message-image::before {
  content: "\e1e0";
}

.fa-comment-alt-image::before {
  content: "\e1e0";
}

.fa-users-medical::before {
  content: "\f830";
}

.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}

.fa-sensor-alert::before {
  content: "\e029";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-face-mask::before {
  content: "\e37f";
}

.fa-pickleball::before {
  content: "\e435";
}

.fa-star-sharp-half::before {
  content: "\e28c";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-meat::before {
  content: "\f814";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-empty-set::before {
  content: "\f656";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-bird::before {
  content: "\e469";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-heart-half-stroke::before {
  content: "\e1ac";
}

.fa-heart-half-alt::before {
  content: "\e1ac";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-joystick::before {
  content: "\f8c5";
}

.fa-grill-fire::before {
  content: "\e5a4";
}

.fa-rectangle-vertical-history::before {
  content: "\e237";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-keyboard-left::before {
  content: "\e1c3";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}

.fa-droplet-percent::before {
  content: "\f750";
}

.fa-humidity::before {
  content: "\f750";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-corn::before {
  content: "\f6c7";
}

.fa-roller-coaster::before {
  content: "\e324";
}

.fa-photo-film-music::before {
  content: "\e228";
}

.fa-radar::before {
  content: "\e024";
}

.fa-sickle::before {
  content: "\f822";
}

.fa-film::before {
  content: "\f008";
}

.fa-coconut::before {
  content: "\e2f6";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-shield-cross::before {
  content: "\f712";
}

.fa-cassette-tape::before {
  content: "\f8ab";
}

.fa-square-terminal::before {
  content: "\e32a";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-comment-middle::before {
  content: "\e149";
}

.fa-trash-can-list::before {
  content: "\e2ab";
}

.fa-block::before {
  content: "\e46a";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-face-frown-slight::before {
  content: "\e376";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-sidebar-flip::before {
  content: "\e24f";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-temperature-list::before {
  content: "\e299";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-pipe-section::before {
  content: "\e438";
}

.fa-space-station-moon-construction::before {
  content: "\e034";
}

.fa-space-station-moon-alt::before {
  content: "\e034";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-face-sleeping::before {
  content: "\e38d";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-squirrel::before {
  content: "\f71a";
}

.fa-arrow-up-to-line::before {
  content: "\f341";
}

.fa-arrow-to-top::before {
  content: "\f341";
}

.fa-flag::before {
  content: "\f024";
}

.fa-face-cowboy-hat::before {
  content: "\e36e";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-chart-scatter-3d::before {
  content: "\e0e8";
}

.fa-display-chart-up::before {
  content: "\e5e3";
}

.fa-square-code::before {
  content: "\e267";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-xmark-to-slot::before {
  content: "\f771";
}

.fa-times-to-slot::before {
  content: "\f771";
}

.fa-vote-nay::before {
  content: "\f771";
}

.fa-box-taped::before {
  content: "\f49a";
}

.fa-box-alt::before {
  content: "\f49a";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-swords::before {
  content: "\f71d";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-album::before {
  content: "\f89f";
}

.fa-circle-n::before {
  content: "\e118";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-luchador-mask::before {
  content: "\f455";
}

.fa-luchador::before {
  content: "\f455";
}

.fa-mask-luchador::before {
  content: "\f455";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-shredder::before {
  content: "\f68a";
}

.fa-book-open-cover::before {
  content: "\e0c0";
}

.fa-book-open-alt::before {
  content: "\e0c0";
}

.fa-sandwich::before {
  content: "\f81f";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-square-parking-slash::before {
  content: "\f617";
}

.fa-parking-slash::before {
  content: "\f617";
}

.fa-train-tunnel::before {
  content: "\e454";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-face-anguished::before {
  content: "\e369";
}

.fa-hockey-sticks::before {
  content: "\f454";
}

.fa-abacus::before {
  content: "\f640";
}

.fa-film-simple::before {
  content: "\f3a0";
}

.fa-film-alt::before {
  content: "\f3a0";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-tree-palm::before {
  content: "\f82b";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-border-center-v::before {
  content: "\f89d";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-clipboard-medical::before {
  content: "\e133";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-up-to-line::before {
  content: "\f34d";
}

.fa-arrow-alt-to-top::before {
  content: "\f34d";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-watch-fitness::before {
  content: "\f63e";
}

.fa-clock-nine-thirty::before {
  content: "\e34d";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-jug::before {
  content: "\f8c6";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-snow-blowing::before {
  content: "\f761";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-arrow-down-from-line::before {
  content: "\f345";
}

.fa-arrow-from-top::before {
  content: "\f345";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-signal-bars-slash::before {
  content: "\f694";
}

.fa-signal-alt-slash::before {
  content: "\f694";
}

.fa-monkey::before {
  content: "\f6fb";
}

.fa-rectangle-pro::before {
  content: "\e235";
}

.fa-pro::before {
  content: "\e235";
}

.fa-house-night::before {
  content: "\e010";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-globe-pointer::before {
  content: "\e60e";
}

.fa-blanket::before {
  content: "\f498";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-comments-question-check::before {
  content: "\e14f";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-arrows-cross::before {
  content: "\e0a2";
}

.fa-backpack::before {
  content: "\f5d4";
}

.fa-square-small::before {
  content: "\e27e";
}

.fa-folder-arrow-up::before {
  content: "\e054";
}

.fa-folder-upload::before {
  content: "\e054";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-crosshairs-simple::before {
  content: "\e59f";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-square-sliders::before {
  content: "\f3f0";
}

.fa-sliders-h-square::before {
  content: "\f3f0";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-message-middle-top::before {
  content: "\e1e2";
}

.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}

.fa-lightbulb-on::before {
  content: "\f672";
}

.fa-knife::before {
  content: "\f2e4";
}

.fa-utensil-knife::before {
  content: "\f2e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-display-chart-up-circle-dollar::before {
  content: "\e5e6";
}

.fa-wave-sine::before {
  content: "\f899";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-circle-w::before {
  content: "\e12c";
}

.fa-circle-calendar::before {
  content: "\e102";
}

.fa-calendar-circle::before {
  content: "\e102";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sunset::before {
  content: "\f767";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-calendar-exclamation::before {
  content: "\f334";
}

.fa-truck-container-empty::before {
  content: "\e2b5";
}

.fa-hand-heart::before {
  content: "\f4bc";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-reply-clock::before {
  content: "\e239";
}

.fa-reply-time::before {
  content: "\e239";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-right::before {
  content: "\f356";
}

.fa-arrow-alt-right::before {
  content: "\f356";
}

.fa-circle-f::before {
  content: "\e10e";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-face-pleading::before {
  content: "\e386";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-police-box::before {
  content: "\e021";
}

.fa-cucumber::before {
  content: "\e401";
}

.fa-head-side-brain::before {
  content: "\f808";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-person-biking-mountain::before {
  content: "\f84b";
}

.fa-biking-mountain::before {
  content: "\f84b";
}

.fa-utensils-slash::before {
  content: "\e464";
}

.fa-print-magnifying-glass::before {
  content: "\f81a";
}

.fa-print-search::before {
  content: "\f81a";
}

.fa-folder-bookmark::before {
  content: "\e186";
}

.fa-om::before {
  content: "\f679";
}

.fa-pi::before {
  content: "\f67e";
}

.fa-flask-round-potion::before {
  content: "\f6e1";
}

.fa-flask-potion::before {
  content: "\f6e1";
}

.fa-face-shush::before {
  content: "\e38c";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}

.fa-square-i::before {
  content: "\e272";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-face-saluting::before {
  content: "\e484";
}

.fa-gauge-simple-low::before {
  content: "\f62c";
}

.fa-tachometer-slow::before {
  content: "\f62c";
}

.fa-face-persevering::before {
  content: "\e385";
}

.fa-circle-camera::before {
  content: "\e103";
}

.fa-camera-circle::before {
  content: "\e103";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-spider-web::before {
  content: "\f719";
}

.fa-circle-microphone::before {
  content: "\e116";
}

.fa-microphone-circle::before {
  content: "\e116";
}

.fa-book-arrow-up::before {
  content: "\e0ba";
}

.fa-popsicle::before {
  content: "\e43e";
}

.fa-command::before {
  content: "\e142";
}

.fa-blinds::before {
  content: "\f8fb";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-saxophone::before {
  content: "\f8dc";
}

.fa-square-2::before {
  content: "\e257";
}

.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}

.fa-field-hockey::before {
  content: "\f44c";
}

.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}

.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}

.fa-face-scream::before {
  content: "\e38b";
}

.fa-square-m::before {
  content: "\e276";
}

.fa-camera-web::before {
  content: "\f832";
}

.fa-webcam::before {
  content: "\f832";
}

.fa-comment-arrow-down::before {
  content: "\e143";
}

.fa-lightbulb-cfl::before {
  content: "\e5a6";
}

.fa-window-frame-open::before {
  content: "\e050";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-up-to-dotted-line::before {
  content: "\e457";
}

.fa-thought-bubble::before {
  content: "\e32e";
}

.fa-skeleton-ribs::before {
  content: "\e5cb";
}

.fa-raygun::before {
  content: "\e025";
}

.fa-flute::before {
  content: "\f8b9";
}

.fa-acorn::before {
  content: "\f6ae";
}

.fa-video-arrow-up-right::before {
  content: "\e2c9";
}

.fa-grate-droplet::before {
  content: "\e194";
}

.fa-seal-exclamation::before {
  content: "\e242";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-message-sms::before {
  content: "\e1e5";
}

.fa-coffee-beans::before {
  content: "\e13f";
}

.fa-hat-witch::before {
  content: "\f6e7";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-clock-three-thirty::before {
  content: "\e357";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-alarm-clock::before {
  content: "\f34e";
}

.fa-eclipse::before {
  content: "\f749";
}

.fa-face-relieved::before {
  content: "\e389";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-octagon-minus::before {
  content: "\f308";
}

.fa-minus-octagon::before {
  content: "\f308";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-face-zany::before {
  content: "\e3a4";
}

.fa-tricycle::before {
  content: "\e5c3";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-square-arrow-up-left::before {
  content: "\e263";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "\e5d9";
}

.fa-salt-shaker::before {
  content: "\e446";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-file-plus::before {
  content: "\f319";
}

.fa-draw-square::before {
  content: "\f5ef";
}

.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}

.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-drone-front::before {
  content: "\f860";
}

.fa-drone-alt::before {
  content: "\f860";
}

.fa-glass-empty::before {
  content: "\e191";
}

.fa-dial-high::before {
  content: "\e15c";
}

.fa-user-helmet-safety::before {
  content: "\f82c";
}

.fa-user-construction::before {
  content: "\f82c";
}

.fa-user-hard-hat::before {
  content: "\f82c";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-basketball-hoop::before {
  content: "\f435";
}

.fa-objects-align-bottom::before {
  content: "\e3bb";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "\f890";
}

.fa-squid::before {
  content: "\e450";
}

.fa-leafy-green::before {
  content: "\e41d";
}

.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}

.fa-calendars::before {
  content: "\e0d7";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-hammer-war::before {
  content: "\f6e4";
}

.fa-circle-d::before {
  content: "\e104";
}

.fa-spider-black-widow::before {
  content: "\f718";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-pear::before {
  content: "\e20c";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-triangle::before {
  content: "\f2ec";
}

.fa-apartment::before {
  content: "\e468";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-pepper::before {
  content: "\e432";
}

.fa-piano::before {
  content: "\f8d4";
}

.fa-gun-squirt::before {
  content: "\e19d";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-user-alien::before {
  content: "\e04a";
}

.fa-shield-check::before {
  content: "\f2f7";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-chart-candlestick::before {
  content: "\e0e2";
}

.fa-briefcase-blank::before {
  content: "\e0c8";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "\f595";
}

.fa-horse-saddle::before {
  content: "\f8c3";
}

.fa-mug-marshmallows::before {
  content: "\f7b7";
}

.fa-filters::before {
  content: "\e17e";
}

.fa-bell-on::before {
  content: "\f8fa";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-dial-med::before {
  content: "\e15f";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "\f611";
}

.fa-monitor-heart-rate::before {
  content: "\f611";
}

.fa-link-simple::before {
  content: "\e1cd";
}

.fa-whistle::before {
  content: "\f460";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "\f4bb";
}

.fa-fragile::before {
  content: "\f4bb";
}

.fa-slot-machine::before {
  content: "\e3ce";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-car-wash::before {
  content: "\f5e6";
}

.fa-escalator::before {
  content: "\e171";
}

.fa-comment-image::before {
  content: "\e148";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-donut::before {
  content: "\e406";
}

.fa-doughnut::before {
  content: "\e406";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-tally-1::before {
  content: "\e294";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-square-dashed::before {
  content: "\e269";
}

.fa-square-j::before {
  content: "\e273";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-arrow-up-big-small::before {
  content: "\f88e";
}

.fa-sort-size-up::before {
  content: "\f88e";
}

.fa-barcode-read::before {
  content: "\f464";
}

.fa-baguette::before {
  content: "\e3d8";
}

.fa-bowl-soft-serve::before {
  content: "\e46b";
}

.fa-face-holding-back-tears::before {
  content: "\e482";
}

.fa-square-up::before {
  content: "\f353";
}

.fa-arrow-alt-square-up::before {
  content: "\f353";
}

.fa-train-subway-tunnel::before {
  content: "\e2a3";
}

.fa-subway-tunnel::before {
  content: "\e2a3";
}

.fa-square-exclamation::before {
  content: "\f321";
}

.fa-exclamation-square::before {
  content: "\f321";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-fan-table::before {
  content: "\e004";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-battery-low::before {
  content: "\e0b1";
}

.fa-battery-1::before {
  content: "\e0b1";
}

.fa-credit-card-front::before {
  content: "\f38a";
}

.fa-brain-arrow-curved-right::before {
  content: "\f677";
}

.fa-mind-share::before {
  content: "\f677";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-location-smile::before {
  content: "\f60d";
}

.fa-map-marker-smile::before {
  content: "\f60d";
}

.fa-arrow-left-to-line::before {
  content: "\f33e";
}

.fa-arrow-to-left::before {
  content: "\f33e";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-sushi::before {
  content: "\e48a";
}

.fa-nigiri::before {
  content: "\e48a";
}

.fa-message-captions::before {
  content: "\e1de";
}

.fa-comment-alt-captions::before {
  content: "\e1de";
}

.fa-trash-list::before {
  content: "\e2b1";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-option::before {
  content: "\e318";
}

.fa-raccoon::before {
  content: "\e613";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-head-side-gear::before {
  content: "\e611";
}

.fa-trash-plus::before {
  content: "\e2b2";
}

.fa-objects-align-top::before {
  content: "\e3c0";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-face-anxious-sweat::before {
  content: "\e36a";
}

.fa-credit-card-blank::before {
  content: "\f389";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-microchip-ai::before {
  content: "\e1ec";
}

.fa-mug::before {
  content: "\f874";
}

.fa-plane-up-slash::before {
  content: "\e22e";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-pen-circle::before {
  content: "\e20e";
}

.fa-bag-seedling::before {
  content: "\e5f2";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-crutches::before {
  content: "\f7f8";
}

.fa-circle-parking::before {
  content: "\f615";
}

.fa-parking-circle::before {
  content: "\f615";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-leaf-oak::before {
  content: "\f6f7";
}

.fa-square-bolt::before {
  content: "\e265";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-lambda::before {
  content: "\f66e";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "\f817";
}

.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}

.fa-h3::before {
  content: "\f315";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-badge-percent::before {
  content: "\f646";
}

.fa-user::before {
  content: "\f007";
}

.fa-sensor::before {
  content: "\e028";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-toilet-paper-under::before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}

.fa-light-emergency::before {
  content: "\e41f";
}

.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-light-switch::before {
  content: "\e017";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-wave-pulse::before {
  content: "\f5f8";
}

.fa-heart-rate::before {
  content: "\f5f8";
}

.fa-key::before {
  content: "\f084";
}

.fa-hat-santa::before {
  content: "\f7a7";
}

.fa-tamale::before {
  content: "\e451";
}

.fa-box-check::before {
  content: "\f467";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-steak::before {
  content: "\f824";
}

.fa-location-crosshairs-slash::before {
  content: "\f603";
}

.fa-location-slash::before {
  content: "\f603";
}

.fa-person-dolly::before {
  content: "\f4d0";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-file-chart-column::before {
  content: "\f659";
}

.fa-file-chart-line::before {
  content: "\f659";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-folder-image::before {
  content: "\e18a";
}

.fa-calendar-pen::before {
  content: "\f333";
}

.fa-calendar-edit::before {
  content: "\f333";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-face-smile-tear::before {
  content: "\e393";
}

.fa-message-plus::before {
  content: "\f4a8";
}

.fa-comment-alt-plus::before {
  content: "\f4a8";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-person-dress-fairy::before {
  content: "\e607";
}

.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-chart-line-up::before {
  content: "\e0e5";
}

.fa-mailbox::before {
  content: "\f813";
}

.fa-truck-bolt::before {
  content: "\e3d0";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-circle-three-quarters-stroke::before {
  content: "\e5d4";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-scalpel::before {
  content: "\f61d";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-bell-exclamation::before {
  content: "\f848";
}

.fa-circle-bookmark::before {
  content: "\e100";
}

.fa-bookmark-circle::before {
  content: "\e100";
}

.fa-egg-fried::before {
  content: "\f7fc";
}

.fa-face-weary::before {
  content: "\e3a1";
}

.fa-uniform-martial-arts::before {
  content: "\e3d1";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-sun-dust::before {
  content: "\f764";
}

.fa-comment-text::before {
  content: "\e14d";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-signal-bars::before {
  content: "\f690";
}

.fa-signal-alt::before {
  content: "\f690";
}

.fa-signal-alt-4::before {
  content: "\f690";
}

.fa-signal-bars-strong::before {
  content: "\f690";
}

.fa-diamond-exclamation::before {
  content: "\e405";
}

.fa-star::before {
  content: "\f005";
}

.fa-dial-min::before {
  content: "\e161";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-page-caret-down::before {
  content: "\e429";
}

.fa-file-caret-down::before {
  content: "\e429";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-clock-seven-thirty::before {
  content: "\e351";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-clock-four-thirty::before {
  content: "\e34b";
}

.fa-signal-bars-good::before {
  content: "\f693";
}

.fa-signal-alt-3::before {
  content: "\f693";
}

.fa-cactus::before {
  content: "\f8a7";
}

.fa-lightbulb-gear::before {
  content: "\e5fd";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-plane-tail::before {
  content: "\e22c";
}

.fa-gauge-simple-max::before {
  content: "\f62b";
}

.fa-tachometer-fastest::before {
  content: "\f62b";
}

.fa-circle-u::before {
  content: "\e127";
}

.fa-shield-slash::before {
  content: "\e24b";
}

.fa-square-phone-hangup::before {
  content: "\e27a";
}

.fa-phone-square-down::before {
  content: "\e27a";
}

.fa-arrow-up-left::before {
  content: "\e09d";
}

.fa-transporter-1::before {
  content: "\e043";
}

.fa-peanuts::before {
  content: "\e431";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-bin-bottles-recycle::before {
  content: "\e5f6";
}

.fa-arrow-up-from-square::before {
  content: "\e09c";
}

.fa-file-dashed-line::before {
  content: "\f877";
}

.fa-page-break::before {
  content: "\f877";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "\f717";
}

.fa-clock-three::before {
  content: "\e356";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-scalpel-line-dashed::before {
  content: "\f61e";
}

.fa-scalpel-path::before {
  content: "\f61e";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-pipe-smoking::before {
  content: "\e3c4";
}

.fa-face-astonished::before {
  content: "\e36b";
}

.fa-window::before {
  content: "\f40e";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-ear::before {
  content: "\f5f0";
}

.fa-file-lock::before {
  content: "\e3a6";
}

.fa-diagram-venn::before {
  content: "\e15a";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-goal-net::before {
  content: "\e3ab";
}

.fa-coffin-cross::before {
  content: "\e051";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-location-xmark::before {
  content: "\f60e";
}

.fa-map-marker-times::before {
  content: "\f60e";
}

.fa-map-marker-xmark::before {
  content: "\f60e";
}

.fa-circle-quarter-stroke::before {
  content: "\e5d3";
}

.fa-lasso::before {
  content: "\f8c8";
}

.fa-slash::before {
  content: "\f715";
}

.fa-person-to-portal::before {
  content: "\e022";
}

.fa-portal-enter::before {
  content: "\e022";
}

.fa-calendar-star::before {
  content: "\f736";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-pegasus::before {
  content: "\f703";
}

.fa-files-medical::before {
  content: "\f7fd";
}

.fa-nfc-lock::before {
  content: "\e1f8";
}

.fa-person-ski-lift::before {
  content: "\f7c8";
}

.fa-ski-lift::before {
  content: "\f7c8";
}

.fa-square-6::before {
  content: "\e25b";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-wind-turbine::before {
  content: "\f89b";
}

.fa-sliders-simple::before {
  content: "\e253";
}

.fa-grid-round::before {
  content: "\e5da";
}

.fa-badge-sheriff::before {
  content: "\f8a2";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-intersection::before {
  content: "\f668";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-family::before {
  content: "\e300";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-user-hair-buns::before {
  content: "\e3d3";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-hourglass-clock::before {
  content: "\e41b";
}

.fa-person-seat-reclined::before {
  content: "\e21f";
}

.fa-paper-plane-top::before {
  content: "\e20a";
}

.fa-paper-plane-alt::before {
  content: "\e20a";
}

.fa-send::before {
  content: "\e20a";
}

.fa-message-arrow-up::before {
  content: "\e1dc";
}

.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}

.fa-lightbulb-exclamation::before {
  content: "\f671";
}

.fa-layer-minus::before {
  content: "\f5fe";
}

.fa-layer-group-minus::before {
  content: "\f5fe";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "\e604";
}

.fa-circle-e::before {
  content: "\e109";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-gauge-max::before {
  content: "\f626";
}

.fa-tachometer-alt-fastest::before {
  content: "\f626";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-fire-hydrant::before {
  content: "\e17f";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-video-plus::before {
  content: "\f4e1";
}

.fa-square-right::before {
  content: "\f352";
}

.fa-arrow-alt-square-right::before {
  content: "\f352";
}

.fa-comment-smile::before {
  content: "\f4b4";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-inbox-in::before {
  content: "\f310";
}

.fa-inbox-arrow-down::before {
  content: "\f310";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-circle-8::before {
  content: "\e0f5";
}

.fa-clouds-moon::before {
  content: "\f745";
}

.fa-clock-ten-thirty::before {
  content: "\e355";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-folder-user::before {
  content: "\e18e";
}

.fa-trash-can-xmark::before {
  content: "\e2ae";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-left-long-to-line::before {
  content: "\e41e";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-calendar-range::before {
  content: "\e0d6";
}

.fa-flower-daffodil::before {
  content: "\f800";
}

.fa-hand-back-point-up::before {
  content: "\e1a2";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-arrow-up-to-arc::before {
  content: "\e617";
}

.fa-star-exclamation::before {
  content: "\f2f3";
}

.fa-books::before {
  content: "\f5db";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-layer-plus::before {
  content: "\f5ff";
}

.fa-layer-group-plus::before {
  content: "\f5ff";
}

.fa-play-pause::before {
  content: "\e22f";
}

.fa-block-question::before {
  content: "\e3dd";
}

.fa-snooze::before {
  content: "\f880";
}

.fa-zzz::before {
  content: "\f880";
}

.fa-scanner-image::before {
  content: "\f8f3";
}

.fa-tv-retro::before {
  content: "\f401";
}

.fa-square-t::before {
  content: "\e280";
}

.fa-farm::before {
  content: "\f864";
}

.fa-barn-silo::before {
  content: "\f864";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-pallet-boxes::before {
  content: "\f483";
}

.fa-palette-boxes::before {
  content: "\f483";
}

.fa-pallet-alt::before {
  content: "\f483";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-code-simple::before {
  content: "\e13d";
}

.fa-bolt-slash::before {
  content: "\e0b8";
}

.fa-panel-fire::before {
  content: "\e42f";
}

.fa-binary-circle-check::before {
  content: "\e33c";
}

.fa-comment-minus::before {
  content: "\f4b1";
}

.fa-burrito::before {
  content: "\f7ed";
}

.fa-violin::before {
  content: "\f8ed";
}

.fa-objects-column::before {
  content: "\e3c1";
}

.fa-square-chevron-down::before {
  content: "\f329";
}

.fa-chevron-square-down::before {
  content: "\f329";
}

.fa-comment-plus::before {
  content: "\f4b2";
}

.fa-triangle-instrument::before {
  content: "\f8e2";
}

.fa-triangle-music::before {
  content: "\f8e2";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-user-pilot-tie::before {
  content: "\e2c1";
}

.fa-piano-keyboard::before {
  content: "\f8d5";
}

.fa-bed-empty::before {
  content: "\f8f9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-rectangle-vertical::before {
  content: "\f2fb";
}

.fa-rectangle-portrait::before {
  content: "\f2fb";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "\f8dd";
}

.fa-down-to-bracket::before {
  content: "\e4e7";
}

.fa-circle-z::before {
  content: "\e130";
}

.fa-stars::before {
  content: "\f762";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-house-day::before {
  content: "\e00e";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}

.fa-chart-pie-simple::before {
  content: "\f64e";
}

.fa-chart-pie-alt::before {
  content: "\f64e";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-album-collection-circle-user::before {
  content: "\e48f";
}

.fa-candy::before {
  content: "\e3e7";
}

.fa-bowl-hot::before {
  content: "\f823";
}

.fa-soup::before {
  content: "\f823";
}

.fa-flatbread::before {
  content: "\e40b";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-signal-bars-weak::before {
  content: "\f691";
}

.fa-signal-alt-1::before {
  content: "\f691";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-clock-twelve::before {
  content: "\e358";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-citrus-slice::before {
  content: "\e2f5";
}

.fa-sheep::before {
  content: "\f711";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-badger-honey::before {
  content: "\f6b4";
}

.fa-h4::before {
  content: "\f86a";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-signal-slash::before {
  content: "\f695";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-taco::before {
  content: "\f826";
}

.fa-hexagon-plus::before {
  content: "\f300";
}

.fa-plus-hexagon::before {
  content: "\f300";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-comments-alt::before {
  content: "\f4b6";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-umbrella-simple::before {
  content: "\e2bc";
}

.fa-umbrella-alt::before {
  content: "\e2bc";
}

.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-prescription-bottle-pill::before {
  content: "\e5c0";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-binary-slash::before {
  content: "\e33e";
}

.fa-square-o::before {
  content: "\e278";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-transporter-3::before {
  content: "\e045";
}

.fa-engine-warning::before {
  content: "\f5f2";
}

.fa-engine-exclamation::before {
  content: "\f5f2";
}

.fa-circle-down-right::before {
  content: "\e108";
}

.fa-square-k::before {
  content: "\e274";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-money-check-pen::before {
  content: "\f872";
}

.fa-money-check-edit::before {
  content: "\f872";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-arrow-down-square-triangle::before {
  content: "\f889";
}

.fa-sort-shapes-down-alt::before {
  content: "\f889";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-dog-leashed::before {
  content: "\f6d4";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-face-downcast-sweat::before {
  content: "\e371";
}

.fa-mailbox-flag-up::before {
  content: "\e5bb";
}

.fa-memo-circle-info::before {
  content: "\e49a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-volume::before {
  content: "\f6a8";
}

.fa-volume-medium::before {
  content: "\f6a8";
}

.fa-transporter-5::before {
  content: "\e2a6";
}

.fa-gauge-circle-bolt::before {
  content: "\e496";
}

.fa-coin-front::before {
  content: "\e3fc";
}

.fa-file-slash::before {
  content: "\e3a7";
}

.fa-message-arrow-up-right::before {
  content: "\e1dd";
}

.fa-treasure-chest::before {
  content: "\f723";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-paintbrush-fine::before {
  content: "\f5a9";
}

.fa-paint-brush-alt::before {
  content: "\f5a9";
}

.fa-paint-brush-fine::before {
  content: "\f5a9";
}

.fa-paintbrush-alt::before {
  content: "\f5a9";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-hood-cloak::before {
  content: "\f6ef";
}

.fa-square-quote::before {
  content: "\e329";
}

.fa-up-left::before {
  content: "\e2bd";
}

.fa-bring-front::before {
  content: "\f857";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-burger-cheese::before {
  content: "\f7f1";
}

.fa-cheeseburger::before {
  content: "\f7f1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-repeat-1::before {
  content: "\f365";
}

.fa-arrow-down-to-line::before {
  content: "\f33d";
}

.fa-arrow-to-bottom::before {
  content: "\f33d";
}

.fa-grid-5::before {
  content: "\e199";
}

.fa-swap-arrows::before {
  content: "\e60a";
}

.fa-right-long-to-line::before {
  content: "\e444";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-grid-round-5::before {
  content: "\e5de";
}

.fa-tally::before {
  content: "\f69c";
}

.fa-tally-5::before {
  content: "\f69c";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-up-from-dotted-line::before {
  content: "\e456";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-traffic-light-go::before {
  content: "\f638";
}

.fa-face-exhaling::before {
  content: "\e480";
}

.fa-sensor-fire::before {
  content: "\e02a";
}

.fa-user-unlock::before {
  content: "\e058";
}

.fa-hexagon-divide::before {
  content: "\e1ad";
}

.fa-00::before {
  content: "\e467";
}

.fa-crow::before {
  content: "\f520";
}

.fa-cassette-betamax::before {
  content: "\f8a4";
}

.fa-betamax::before {
  content: "\f8a4";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}

.fa-file-binary::before {
  content: "\e175";
}

.fa-circle-v::before {
  content: "\e12a";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-bowl-scoops::before {
  content: "\e3df";
}

.fa-mistletoe::before {
  content: "\f7b4";
}

.fa-custard::before {
  content: "\e403";
}

.fa-lacrosse-stick::before {
  content: "\e3b5";
}

.fa-hockey-mask::before {
  content: "\f6ee";
}

.fa-sunrise::before {
  content: "\f766";
}

.fa-subtitles::before {
  content: "\e60f";
}

.fa-panel-ews::before {
  content: "\e42e";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-cloud-exclamation::before {
  content: "\e491";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-floppy-disk-pen::before {
  content: "\e182";
}

.fa-image::before {
  content: "\f03e";
}

.fa-window-frame::before {
  content: "\e04f";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-file-zip::before {
  content: "\e5ee";
}

.fa-square-ring::before {
  content: "\e44f";
}

.fa-down-from-line::before {
  content: "\f349";
}

.fa-arrow-alt-from-top::before {
  content: "\f349";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-shield-xmark::before {
  content: "\e24c";
}

.fa-shield-times::before {
  content: "\e24c";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-circle-sort-down::before {
  content: "\e031";
}

.fa-sort-circle-down::before {
  content: "\e031";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-forklift::before {
  content: "\f47a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-square-a::before {
  content: "\e25f";
}

.fa-tick::before {
  content: "\e32f";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-refrigerator::before {
  content: "\e026";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-octagon-xmark::before {
  content: "\f2f0";
}

.fa-times-octagon::before {
  content: "\f2f0";
}

.fa-xmark-octagon::before {
  content: "\f2f0";
}

.fa-align-slash::before {
  content: "\f846";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-truck-ramp-couch::before {
  content: "\f4dd";
}

.fa-truck-couch::before {
  content: "\f4dd";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-360-degrees::before {
  content: "\e2dc";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-square-dashed-circle-plus::before {
  content: "\e5c2";
}

.fa-money-simple-from-bracket::before {
  content: "\e313";
}

.fa-bat::before {
  content: "\f6b5";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-head-side-headphones::before {
  content: "\f8c2";
}

.fa-phone-rotary::before {
  content: "\f8d3";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-calendar-circle-minus::before {
  content: "\e46f";
}

.fa-chopsticks::before {
  content: "\e3f7";
}

.fa-car-wrench::before {
  content: "\f5e3";
}

.fa-car-mechanic::before {
  content: "\f5e3";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-kazoo::before {
  content: "\f8c7";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-bin-bottles::before {
  content: "\e5f5";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-square-arrow-down-left::before {
  content: "\e261";
}

.fa-battery-bolt::before {
  content: "\f376";
}

.fa-tree-large::before {
  content: "\f7dd";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-aperture::before {
  content: "\e2df";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-gear-complex::before {
  content: "\e5e9";
}

.fa-file-magnifying-glass::before {
  content: "\f865";
}

.fa-file-search::before {
  content: "\f865";
}

.fa-up-right::before {
  content: "\e2be";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-user-police::before {
  content: "\e333";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-teddy-bear::before {
  content: "\e3cf";
}

.fa-stocking::before {
  content: "\f7d5";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-image-slash::before {
  content: "\e1b7";
}

.fa-mask-snorkel::before {
  content: "\e3b7";
}

.fa-smoke::before {
  content: "\f760";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-battery-exclamation::before {
  content: "\e0b0";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-crystal-ball::before {
  content: "\e362";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-star-shooting::before {
  content: "\e036";
}

.fa-binary-lock::before {
  content: "\e33d";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-comment-pen::before {
  content: "\f4ae";
}

.fa-comment-edit::before {
  content: "\f4ae";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-banjo::before {
  content: "\f8a3";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-light-emergency-on::before {
  content: "\e420";
}

.fa-kerning::before {
  content: "\f86f";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-square-f::before {
  content: "\e270";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-arrow-left-from-line::before {
  content: "\f344";
}

.fa-arrow-from-right::before {
  content: "\f344";
}

.fa-strawberry::before {
  content: "\e32b";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-clock-eight-thirty::before {
  content: "\e346";
}

.fa-plane-engines::before {
  content: "\f3de";
}

.fa-plane-alt::before {
  content: "\f3de";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-gauge-low::before {
  content: "\f627";
}

.fa-tachometer-alt-slow::before {
  content: "\f627";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-trash-can-plus::before {
  content: "\e2ac";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-globe-snow::before {
  content: "\f7a3";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-integral::before {
  content: "\f667";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-blinds-raised::before {
  content: "\f8fd";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-ufo-beam::before {
  content: "\e048";
}

.fa-circle-caret-up::before {
  content: "\f331";
}

.fa-caret-circle-up::before {
  content: "\f331";
}

.fa-user-vneck-hair-long::before {
  content: "\e463";
}

.fa-square-a-lock::before {
  content: "\e44d";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-gas-pump-slash::before {
  content: "\f5f4";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-transporter-4::before {
  content: "\e2a5";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "\e5d8";
}

.fa-objects-align-right::before {
  content: "\e3bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-pig::before {
  content: "\f706";
}

.fa-inbox-full::before {
  content: "\e1ba";
}

.fa-circle-envelope::before {
  content: "\e10c";
}

.fa-envelope-circle::before {
  content: "\e10c";
}

.fa-triangle-person-digging::before {
  content: "\f85d";
}

.fa-construction::before {
  content: "\f85d";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-bullseye-arrow::before {
  content: "\f648";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-clock-seven::before {
  content: "\e350";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-flashlight::before {
  content: "\f8b8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-square-9::before {
  content: "\e25e";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-square-dollar::before {
  content: "\f2e9";
}

.fa-dollar-square::before {
  content: "\f2e9";
}

.fa-usd-square::before {
  content: "\f2e9";
}

.fa-phone-arrow-right::before {
  content: "\e5be";
}

.fa-hand-holding-seedling::before {
  content: "\f4bf";
}

.fa-message-check::before {
  content: "\f4a2";
}

.fa-comment-alt-check::before {
  content: "\f4a2";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-chart-line-up-down::before {
  content: "\e5d7";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-watch::before {
  content: "\f2e1";
}

.fa-circle-down-left::before {
  content: "\e107";
}

.fa-text::before {
  content: "\f893";
}

.fa-projector::before {
  content: "\f8d6";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-tombstone-blank::before {
  content: "\f721";
}

.fa-tombstone-alt::before {
  content: "\f721";
}

.fa-chess-king-piece::before {
  content: "\f440";
}

.fa-chess-king-alt::before {
  content: "\f440";
}

.fa-circle-6::before {
  content: "\e0f3";
}

.fa-left::before {
  content: "\f355";
}

.fa-arrow-alt-left::before {
  content: "\f355";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-square-down::before {
  content: "\f350";
}

.fa-arrow-alt-square-down::before {
  content: "\f350";
}

.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-wreath::before {
  content: "\f7e2";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-meter-droplet::before {
  content: "\e1ea";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-signal-strong::before {
  content: "\f68f";
}

.fa-signal-4::before {
  content: "\f68f";
}

.fa-lollipop::before {
  content: "\e424";
}

.fa-lollypop::before {
  content: "\e424";
}

.fa-list-tree::before {
  content: "\e1d2";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-draw-circle::before {
  content: "\f5ed";
}

.fa-cat-space::before {
  content: "\e001";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-rabbit-running::before {
  content: "\f709";
}

.fa-rabbit-fast::before {
  content: "\f709";
}

.fa-memo-pad::before {
  content: "\e1da";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-alarm-plus::before {
  content: "\f844";
}

.fa-alicorn::before {
  content: "\f6b0";
}

.fa-comment-question::before {
  content: "\e14b";
}

.fa-gingerbread-man::before {
  content: "\f79d";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-burger-fries::before {
  content: "\e0cd";
}

.fa-mug-tea::before {
  content: "\f875";
}

.fa-border-top::before {
  content: "\f855";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-circle-book-open::before {
  content: "\e0ff";
}

.fa-book-circle::before {
  content: "\e0ff";
}

.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-garage-open::before {
  content: "\e00b";
}

.fa-shelves-empty::before {
  content: "\e246";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-watch-apple::before {
  content: "\e2cb";
}

.fa-watch-calculator::before {
  content: "\f8f0";
}

.fa-list-dropdown::before {
  content: "\e1cf";
}

.fa-cabinet-filing::before {
  content: "\f64b";
}

.fa-burger-soda::before {
  content: "\f858";
}

.fa-square-arrow-up::before {
  content: "\f33c";
}

.fa-arrow-square-up::before {
  content: "\f33c";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-pallet-box::before {
  content: "\e208";
}

.fa-face-confounded::before {
  content: "\e36c";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-truck-plow::before {
  content: "\f7de";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-grid-round-2::before {
  content: "\e5db";
}

.fa-comment-middle-top::before {
  content: "\e14a";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-restroom-simple::before {
  content: "\e23a";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-border-outer::before {
  content: "\f851";
}

.fa-hashtag-lock::before {
  content: "\e415";
}

.fa-clock-two-thirty::before {
  content: "\e35b";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-heart-half::before {
  content: "\e1ab";
}

.fa-comment-check::before {
  content: "\f4ac";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-memo::before {
  content: "\e1d8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-glass-citrus::before {
  content: "\f869";
}

.fa-calendar-lines-pen::before {
  content: "\e472";
}

.fa-church::before {
  content: "\f51d";
}

.fa-person-snowmobiling::before {
  content: "\f7d1";
}

.fa-snowmobile::before {
  content: "\f7d1";
}

.fa-face-hushed::before {
  content: "\e37b";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-pickaxe::before {
  content: "\e5bf";
}

.fa-link-simple-slash::before {
  content: "\e1ce";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-face-confused::before {
  content: "\e36d";
}

.fa-pinball::before {
  content: "\e229";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-deer::before {
  content: "\f78e";
}

.fa-input-pipe::before {
  content: "\e1be";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "\e0c2";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-mace::before {
  content: "\f6f8";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-sausage::before {
  content: "\f820";
}

.fa-trash-can-clock::before {
  content: "\e2aa";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "\e5d1";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-stomach::before {
  content: "\f623";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-guitar-electric::before {
  content: "\f8be";
}

.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}

.fa-moon-cloud::before {
  content: "\f754";
}

.fa-bread-slice-butter::before {
  content: "\e3e1";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-user-group-crown::before {
  content: "\f6a5";
}

.fa-users-crown::before {
  content: "\f6a5";
}

.fa-circle-i::before {
  content: "\e111";
}

.fa-toilet-paper-check::before {
  content: "\e5b2";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-chart-waterfall::before {
  content: "\e0eb";
}

.fa-sparkle::before {
  content: "\e5d6";
}

.fa-face-party::before {
  content: "\e383";
}

.fa-kidneys::before {
  content: "\f5fb";
}

.fa-wifi-exclamation::before {
  content: "\e2cf";
}

.fa-chart-network::before {
  content: "\f78a";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-dice-d4::before {
  content: "\f6d0";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-wheat-awn-slash::before {
  content: "\e338";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-dagger::before {
  content: "\f6cb";
}

.fa-podium::before {
  content: "\f680";
}

.fa-memo-circle-check::before {
  content: "\e1d9";
}

.fa-route-highway::before {
  content: "\f61a";
}

.fa-down-to-line::before {
  content: "\f34a";
}

.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-square-g::before {
  content: "\e271";
}

.fa-circle-phone::before {
  content: "\e11b";
}

.fa-phone-circle::before {
  content: "\e11b";
}

.fa-clipboard-prescription::before {
  content: "\f5e8";
}

.fa-user-nurse-hair::before {
  content: "\e45d";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-toggle-large-on::before {
  content: "\e5b1";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-dryer-heat::before {
  content: "\f862";
}

.fa-dryer-alt::before {
  content: "\f862";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-arrow-up-small-big::before {
  content: "\f88f";
}

.fa-sort-size-up-alt::before {
  content: "\f88f";
}

.fa-train-track::before {
  content: "\e453";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-file-exclamation::before {
  content: "\f31a";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-moon-stars::before {
  content: "\f755";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-clothes-hanger::before {
  content: "\e136";
}

.fa-mobile-notch::before {
  content: "\e1ee";
}

.fa-mobile-iphone::before {
  content: "\e1ee";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-images-user::before {
  content: "\e1b9";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-image-polaroid-user::before {
  content: "\e1b6";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-square-ellipsis::before {
  content: "\e26e";
}

.fa-pie::before {
  content: "\f705";
}

.fa-chess-knight-piece::before {
  content: "\f442";
}

.fa-chess-knight-alt::before {
  content: "\f442";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-cloud-plus::before {
  content: "\e35e";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-bed-bunk::before {
  content: "\f8f8";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-clock-eight::before {
  content: "\e345";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-circle-q::before {
  content: "\e11e";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-face-disguise::before {
  content: "\e370";
}

.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}

.fa-alien-8bit::before {
  content: "\f8f6";
}

.fa-alien-monster::before {
  content: "\f8f6";
}

.fa-hand-point-ribbon::before {
  content: "\e1a6";
}

.fa-poop::before {
  content: "\f619";
}

.fa-object-exclude::before {
  content: "\e49c";
}

.fa-telescope::before {
  content: "\e03e";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-square-list::before {
  content: "\e489";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-comment-code::before {
  content: "\e147";
}

.fa-sim-cards::before {
  content: "\e251";
}

.fa-starship::before {
  content: "\e039";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-seal::before {
  content: "\e241";
}

.fa-user-cowboy::before {
  content: "\f8ea";
}

.fa-hexagon-vertical-nft::before {
  content: "\e505";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-bread-loaf::before {
  content: "\f7eb";
}

.fa-rings-wedding::before {
  content: "\f81b";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-french-fries::before {
  content: "\f803";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-calendar-arrow-down::before {
  content: "\e0d0";
}

.fa-calendar-download::before {
  content: "\e0d0";
}

.fa-send-back::before {
  content: "\f87e";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-signature-lock::before {
  content: "\e3ca";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-octagon-plus::before {
  content: "\f301";
}

.fa-plus-octagon::before {
  content: "\f301";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-melon-slice::before {
  content: "\e311";
}

.fa-space-station-moon::before {
  content: "\e033";
}

.fa-message-smile::before {
  content: "\f4aa";
}

.fa-comment-alt-smile::before {
  content: "\f4aa";
}

.fa-cup-straw::before {
  content: "\e363";
}

.fa-left-from-line::before {
  content: "\f348";
}

.fa-arrow-alt-from-right::before {
  content: "\f348";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "\e0af";
}

.fa-shopping-basket-alt::before {
  content: "\e0af";
}

.fa-hands-holding-heart::before {
  content: "\f4c3";
}

.fa-hands-heart::before {
  content: "\f4c3";
}

.fa-clock-nine::before {
  content: "\e34c";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-face-sleepy::before {
  content: "\e38e";
}

.fa-hand-horns::before {
  content: "\e1a9";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-circle-three-quarters::before {
  content: "\e125";
}

.fa-trophy-star::before {
  content: "\f2eb";
}

.fa-trophy-alt::before {
  content: "\f2eb";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-face-thermometer::before {
  content: "\e39a";
}

.fa-grid-round-4::before {
  content: "\e5dd";
}

.fa-shirt-running::before {
  content: "\e3c8";
}

.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}

.fa-face-nauseated::before {
  content: "\e381";
}

.fa-heart::before {
  content: "\f004";
}

.fa-file-chart-pie::before {
  content: "\f65a";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-hexagon-minus::before {
  content: "\f307";
}

.fa-minus-hexagon::before {
  content: "\f307";
}

.fa-left-to-line::before {
  content: "\f34b";
}

.fa-arrow-alt-to-left::before {
  content: "\f34b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-paw-simple::before {
  content: "\f701";
}

.fa-paw-alt::before {
  content: "\f701";
}

.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}

.fa-brackets-round::before {
  content: "\e0c5";
}

.fa-parentheses::before {
  content: "\e0c5";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-user-shakespeare::before {
  content: "\e2c2";
}

.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-gauge-circle-plus::before {
  content: "\e498";
}

.fa-folders::before {
  content: "\f660";
}

.fa-angel::before {
  content: "\f779";
}

.fa-value-absolute::before {
  content: "\f6a6";
}

.fa-rabbit::before {
  content: "\f708";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-circle-euro::before {
  content: "\e5ce";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-diamond-half::before {
  content: "\e5b7";
}

.fa-lock-keyhole::before {
  content: "\f30d";
}

.fa-lock-alt::before {
  content: "\f30d";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-square-info::before {
  content: "\f30f";
}

.fa-info-square::before {
  content: "\f30f";
}

.fa-wifi-slash::before {
  content: "\f6ac";
}

.fa-toilet-paper-xmark::before {
  content: "\e5b3";
}

.fa-hands-holding-dollar::before {
  content: "\f4c5";
}

.fa-hands-usd::before {
  content: "\f4c5";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-arrow-down-triangle-square::before {
  content: "\f888";
}

.fa-sort-shapes-down::before {
  content: "\f888";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shutters::before {
  content: "\e449";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-table-tree::before {
  content: "\e293";
}

.fa-house-chimney-heart::before {
  content: "\e1b2";
}

.fa-tally-3::before {
  content: "\e296";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}

.fa-sword::before {
  content: "\f71c";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-interrobang::before {
  content: "\e5ba";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-circle-dashed::before {
  content: "\e105";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-fork-knife::before {
  content: "\f2e6";
}

.fa-utensils-alt::before {
  content: "\f2e6";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-slider::before {
  content: "\e252";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-clock-one-thirty::before {
  content: "\e34f";
}

.fa-inbox-out::before {
  content: "\f311";
}

.fa-inbox-arrow-up::before {
  content: "\f311";
}

.fa-cloud-slash::before {
  content: "\e137";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-octagon-check::before {
  content: "\e426";
}

.fa-flatbread-stuffed::before {
  content: "\e40c";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-cart-circle-plus::before {
  content: "\e3f3";
}

.fa-truck-clock::before {
  content: "\f48c";
}

.fa-shipping-timed::before {
  content: "\f48c";
}

.fa-pool-8-ball::before {
  content: "\e3c5";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-turn-down-left::before {
  content: "\e331";
}

.fa-lock-hashtag::before {
  content: "\e423";
}

.fa-chart-radar::before {
  content: "\e0e7";
}

.fa-staff::before {
  content: "\f71b";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-utility-pole::before {
  content: "\e2c3";
}

.fa-transporter-6::before {
  content: "\e2a7";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-vector-polygon::before {
  content: "\e2c7";
}

.fa-diagram-nested::before {
  content: "\e157";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-image-user::before {
  content: "\e1b8";
}

.fa-buoy::before {
  content: "\e5b5";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-border-center-h::before {
  content: "\f89c";
}

.fa-can-food::before {
  content: "\e3e6";
}

.fa-typewriter::before {
  content: "\f8e7";
}

.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}

.fa-circle-k::before {
  content: "\e113";
}

.fa-face-hand-over-mouth::before {
  content: "\e378";
}

.fa-popcorn::before {
  content: "\f819";
}

.fa-house-water::before {
  content: "\f74f";
}

.fa-house-flood::before {
  content: "\f74f";
}

.fa-object-subtract::before {
  content: "\e49e";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-warehouse-full::before {
  content: "\f495";
}

.fa-warehouse-alt::before {
  content: "\f495";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}

.fa-file-doc::before {
  content: "\e5ed";
}

.fa-square-quarters::before {
  content: "\e44e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-trash-xmark::before {
  content: "\e2b4";
}

.fa-circle-caret-left::before {
  content: "\f32e";
}

.fa-caret-circle-left::before {
  content: "\f32e";
}

.fa-files::before {
  content: "\e178";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-face-clouds::before {
  content: "\e47d";
}

.fa-user-crown::before {
  content: "\f6a4";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-cart-circle-check::before {
  content: "\e3f1";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-user-tie-hair-long::before {
  content: "\e460";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-head-side-medical::before {
  content: "\f809";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-user-robot::before {
  content: "\e04b";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-card-diamond::before {
  content: "\e3ea";
}

.fa-face-zipper::before {
  content: "\e3a5";
}

.fa-face-raised-eyebrow::before {
  content: "\e388";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-square-chevron-up::before {
  content: "\f32c";
}

.fa-chevron-square-up::before {
  content: "\f32c";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-arrows-to-line::before {
  content: "\e0a7";
}

.fa-dolphin::before {
  content: "\e168";
}

.fa-arrow-up-right::before {
  content: "\e09f";
}

.fa-circle-r::before {
  content: "\e120";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-circle-sort-up::before {
  content: "\e032";
}

.fa-sort-circle-up::before {
  content: "\e032";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-chestnut::before {
  content: "\e3f6";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-heat::before {
  content: "\e00c";
}

.fa-ticket-airline::before {
  content: "\e29a";
}

.fa-boot-heeled::before {
  content: "\e33f";
}

.fa-arrows-minimize::before {
  content: "\e0a5";
}

.fa-compress-arrows::before {
  content: "\e0a5";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-hexagon::before {
  content: "\f312";
}

.fa-manhole::before {
  content: "\e1d6";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-floppy-disks::before {
  content: "\e183";
}

.fa-toilet-paper-blank-under::before {
  content: "\e29f";
}

.fa-toilet-paper-reverse-alt::before {
  content: "\e29f";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-pump::before {
  content: "\e442";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-dryer::before {
  content: "\f861";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-chess-bishop-piece::before {
  content: "\f43b";
}

.fa-chess-bishop-alt::before {
  content: "\f43b";
}

.fa-shirt-tank-top::before {
  content: "\e3c9";
}

.fa-diploma::before {
  content: "\f5ea";
}

.fa-scroll-ribbon::before {
  content: "\f5ea";
}

.fa-screencast::before {
  content: "\e23e";
}

.fa-walker::before {
  content: "\f831";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-file-user::before {
  content: "\f65c";
}

.fa-user-police-tie::before {
  content: "\e334";
}

.fa-face-tongue-money::before {
  content: "\e39d";
}

.fa-tennis-ball::before {
  content: "\f45e";
}

.fa-square-l::before {
  content: "\e275";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-calendar-arrow-up::before {
  content: "\e0d1";
}

.fa-calendar-upload::before {
  content: "\e0d1";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-scarf::before {
  content: "\f7c1";
}

.fa-album-circle-plus::before {
  content: "\e48c";
}

.fa-user-nurse-hair-long::before {
  content: "\e45e";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-square-left::before {
  content: "\f351";
}

.fa-arrow-alt-square-left::before {
  content: "\f351";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-grid-dividers::before {
  content: "\e3ad";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-face-pensive::before {
  content: "\e384";
}

.fa-user-music::before {
  content: "\f8eb";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-messages-dollar::before {
  content: "\f652";
}

.fa-comments-alt-dollar::before {
  content: "\f652";
}

.fa-sensor-on::before {
  content: "\e02b";
}

.fa-balloon::before {
  content: "\e2e3";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-chess-queen-piece::before {
  content: "\f446";
}

.fa-chess-queen-alt::before {
  content: "\f446";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-house-person-leave::before {
  content: "\e00f";
}

.fa-house-leave::before {
  content: "\e00f";
}

.fa-house-person-depart::before {
  content: "\e00f";
}

.fa-ruler-triangle::before {
  content: "\f61c";
}

.fa-card-club::before {
  content: "\e3e9";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-spinner-third::before {
  content: "\f3f4";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}

.fa-mouse-alt::before {
  content: "\f8cd";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-table-layout::before {
  content: "\e290";
}

.fa-narwhal::before {
  content: "\f6fe";
}

.fa-ramp-loading::before {
  content: "\f4d4";
}

.fa-calendar-circle-plus::before {
  content: "\e470";
}

.fa-toothbrush::before {
  content: "\f635";
}

.fa-border-inner::before {
  content: "\f84e";
}

.fa-paw-claws::before {
  content: "\f702";
}

.fa-kiwi-fruit::before {
  content: "\e30c";
}

.fa-traffic-light-slow::before {
  content: "\f639";
}

.fa-rectangle-code::before {
  content: "\e322";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-keyboard-brightness::before {
  content: "\e1c0";
}

.fa-books-medical::before {
  content: "\f7e8";
}

.fa-lightbulb-slash::before {
  content: "\f673";
}

.fa-house-blank::before {
  content: "\e487";
}

.fa-home-blank::before {
  content: "\e487";
}

.fa-square-5::before {
  content: "\e25a";
}

.fa-square-heart::before {
  content: "\f4c8";
}

.fa-heart-square::before {
  content: "\f4c8";
}

.fa-puzzle::before {
  content: "\e443";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-pipe-circle-check::before {
  content: "\e436";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-octagon-exclamation::before {
  content: "\e204";
}

.fa-dial-low::before {
  content: "\e15d";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-laptop-mobile::before {
  content: "\f87a";
}

.fa-phone-laptop::before {
  content: "\f87a";
}

.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}

.fa-conveyor-belt-alt::before {
  content: "\f46f";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}

.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}

.fa-starfighter-alt::before {
  content: "\e038";
}

.fa-rocket-launch::before {
  content: "\e027";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-vent-damper::before {
  content: "\e465";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-ban-bug::before {
  content: "\f7f9";
}

.fa-debug::before {
  content: "\f7f9";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-garage-car::before {
  content: "\e00a";
}

.fa-square-kanban::before {
  content: "\e488";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-coffee-pot::before {
  content: "\e002";
}

.fa-mouse-field::before {
  content: "\e5a8";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-shower-down::before {
  content: "\e24d";
}

.fa-shower-alt::before {
  content: "\e24d";
}

.fa-box-circle-check::before {
  content: "\e0c4";
}

.fa-brightness::before {
  content: "\e0c9";
}

.fa-car-side-bolt::before {
  content: "\e344";
}

.fa-ornament::before {
  content: "\f7b8";
}

.fa-phone-arrow-down-left::before {
  content: "\e223";
}

.fa-phone-arrow-down::before {
  content: "\e223";
}

.fa-phone-incoming::before {
  content: "\e223";
}

.fa-cloud-word::before {
  content: "\e138";
}

.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-arrow-down-small-big::before {
  content: "\f88d";
}

.fa-sort-size-down-alt::before {
  content: "\f88d";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-face-melting::before {
  content: "\e483";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-pen-clip-slash::before {
  content: "\e20f";
}

.fa-pen-alt-slash::before {
  content: "\e20f";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-scroll-old::before {
  content: "\f70f";
}

.fa-guitars::before {
  content: "\f8bf";
}

.fa-phone-xmark::before {
  content: "\e227";
}

.fa-hose::before {
  content: "\e419";
}

.fa-clock-six::before {
  content: "\e352";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-billboard::before {
  content: "\e5cd";
}

.fa-square-r::before {
  content: "\e27c";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-envelope-open-dollar::before {
  content: "\f657";
}

.fa-divide::before {
  content: "\f529";
}

.fa-sun-cloud::before {
  content: "\f763";
}

.fa-lamp-floor::before {
  content: "\e015";
}

.fa-square-7::before {
  content: "\e25c";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-campfire::before {
  content: "\f6ba";
}

.fa-circle-ampersand::before {
  content: "\e0f8";
}

.fa-snowflakes::before {
  content: "\f7cf";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-leaf-maple::before {
  content: "\f6f6";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-cup-straw-swoosh::before {
  content: "\e364";
}

.fa-temperature-sun::before {
  content: "\f76a";
}

.fa-temperature-hot::before {
  content: "\f76a";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-high-definition::before {
  content: "\e1ae";
}

.fa-rectangle-hd::before {
  content: "\e1ae";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "\e008";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-cherries::before {
  content: "\e0ec";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-circle-sort::before {
  content: "\e030";
}

.fa-sort-circle::before {
  content: "\e030";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-siren::before {
  content: "\e02d";
}

.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}

.fa-image-landscape::before {
  content: "\e1b5";
}

.fa-landscape::before {
  content: "\e1b5";
}

.fa-tank-water::before {
  content: "\e452";
}

.fa-curling-stone::before {
  content: "\f44a";
}

.fa-curling::before {
  content: "\f44a";
}

.fa-gamepad-modern::before {
  content: "\e5a2";
}

.fa-gamepad-alt::before {
  content: "\e5a2";
}

.fa-messages-question::before {
  content: "\e1e7";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}

.fa-expand-wide::before {
  content: "\f320";
}

.fa-clock-eleven-thirty::before {
  content: "\e348";
}

.fa-rv::before {
  content: "\f7be";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-dreidel::before {
  content: "\f792";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-flower-tulip::before {
  content: "\f801";
}

.fa-people-pants-simple::before {
  content: "\e21a";
}

.fa-cloud-drizzle::before {
  content: "\f738";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-solar-system::before {
  content: "\e02f";
}

.fa-seal-question::before {
  content: "\e243";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-disc-drive::before {
  content: "\f8b5";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-table-rows::before {
  content: "\e292";
}

.fa-rows::before {
  content: "\e292";
}

.fa-location-exclamation::before {
  content: "\f608";
}

.fa-map-marker-exclamation::before {
  content: "\f608";
}

.fa-face-fearful::before {
  content: "\e375";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-bus-school::before {
  content: "\f5dd";
}

.fa-film-slash::before {
  content: "\e179";
}

.fa-square-arrow-down-right::before {
  content: "\e262";
}

.fa-book-sparkles::before {
  content: "\f6b8";
}

.fa-book-spells::before {
  content: "\f6b8";
}

.fa-washing-machine::before {
  content: "\f898";
}

.fa-washer::before {
  content: "\f898";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-user-visor::before {
  content: "\e04c";
}

.fa-file-plus-minus::before {
  content: "\e177";
}

.fa-chess-clock-flip::before {
  content: "\f43e";
}

.fa-chess-clock-alt::before {
  content: "\f43e";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-steering-wheel::before {
  content: "\f622";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-stretcher::before {
  content: "\f825";
}

.fa-book-section::before {
  content: "\e0c1";
}

.fa-book-law::before {
  content: "\e0c1";
}

.fa-inboxes::before {
  content: "\e1bb";
}

.fa-coffee-bean::before {
  content: "\e13e";
}

.fa-circle-yen::before {
  content: "\e5d0";
}

.fa-brackets-curly::before {
  content: "\f7ea";
}

.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}

.fa-ellipsis-v-alt::before {
  content: "\f39c";
}

.fa-comment::before {
  content: "\f075";
}

.fa-square-1::before {
  content: "\e256";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-head-side::before {
  content: "\f6e9";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-dolly-empty::before {
  content: "\f473";
}

.fa-face-tissue::before {
  content: "\e39c";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-bin-recycle::before {
  content: "\e5f7";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-chart-line-down::before {
  content: "\f64d";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-lock-a::before {
  content: "\e422";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-person-pinball::before {
  content: "\e21d";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-apple-core::before {
  content: "\e08f";
}

.fa-circle-y::before {
  content: "\e12f";
}

.fa-h6::before {
  content: "\e413";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-circle-small::before {
  content: "\e122";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-message-medical::before {
  content: "\f7f4";
}

.fa-comment-alt-medical::before {
  content: "\f7f4";
}

.fa-rugby-ball::before {
  content: "\e3c6";
}

.fa-comment-music::before {
  content: "\f8b0";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-tree-deciduous::before {
  content: "\f400";
}

.fa-tree-alt::before {
  content: "\f400";
}

.fa-puzzle-piece-simple::before {
  content: "\e231";
}

.fa-puzzle-piece-alt::before {
  content: "\e231";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-nfc-trash::before {
  content: "\e1fd";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-file-xmark::before {
  content: "\f317";
}

.fa-file-times::before {
  content: "\f317";
}

.fa-house-heart::before {
  content: "\f4c9";
}

.fa-home-heart::before {
  content: "\f4c9";
}

.fa-house-chimney-blank::before {
  content: "\e3b0";
}

.fa-meter-bolt::before {
  content: "\e1e9";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-fishing-rod::before {
  content: "\e3a8";
}

.fa-hammer-crash::before {
  content: "\e414";
}

.fa-message-heart::before {
  content: "\e5c9";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera-polaroid::before {
  content: "\f8aa";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-cart-arrow-up::before {
  content: "\e3ee";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-buoy-mooring::before {
  content: "\e5b6";
}

.fa-square-4::before {
  content: "\e259";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-tricycle-adult::before {
  content: "\e5c4";
}

.fa-waveform::before {
  content: "\f8f1";
}

.fa-water::before {
  content: "\f773";
}

.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}

.fa-star-sharp-half-alt::before {
  content: "\e28d";
}

.fa-nfc-signal::before {
  content: "\e1fb";
}

.fa-plane-prop::before {
  content: "\e22b";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-clock-desk::before {
  content: "\e134";
}

.fa-calendar-clock::before {
  content: "\e0d2";
}

.fa-calendar-time::before {
  content: "\e0d2";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-plate-utensils::before {
  content: "\e43b";
}

.fa-family-pants::before {
  content: "\e302";
}

.fa-hose-reel::before {
  content: "\e41a";
}

.fa-house-window::before {
  content: "\e3b3";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-cloud-rainbow::before {
  content: "\f73e";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-alien::before {
  content: "\f8f5";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-laptop-binary::before {
  content: "\e5e7";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-people-dress-simple::before {
  content: "\e218";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-bowling-ball-pin::before {
  content: "\e0c3";
}

.fa-bell-school-slash::before {
  content: "\f5d6";
}

.fa-plus-large::before {
  content: "\e59e";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-camera-viewfinder::before {
  content: "\e0da";
}

.fa-screenshot::before {
  content: "\e0da";
}

.fa-message-music::before {
  content: "\f8af";
}

.fa-comment-alt-music::before {
  content: "\f8af";
}

.fa-car-building::before {
  content: "\f859";
}

.fa-border-bottom-right::before {
  content: "\f854";
}

.fa-border-style-alt::before {
  content: "\f854";
}

.fa-octagon::before {
  content: "\f306";
}

.fa-comment-arrow-up-right::before {
  content: "\e145";
}

.fa-octagon-divide::before {
  content: "\e203";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-tv-music::before {
  content: "\f8e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-reel::before {
  content: "\e238";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-alarm-exclamation::before {
  content: "\f843";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-traffic-cone::before {
  content: "\f636";
}

.fa-grate::before {
  content: "\e193";
}

.fa-arrow-down-right::before {
  content: "\e093";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-person-from-portal::before {
  content: "\e023";
}

.fa-portal-exit::before {
  content: "\e023";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}

.fa-cowbell-more::before {
  content: "\f8b4";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-distribute-spacing-vertical::before {
  content: "\e366";
}

.fa-signal-bars-fair::before {
  content: "\f692";
}

.fa-signal-alt-2::before {
  content: "\f692";
}

.fa-sportsball::before {
  content: "\e44b";
}

.fa-game-console-handheld-crank::before {
  content: "\e5b9";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-face-smile-upside-down::before {
  content: "\e395";
}

.fa-ball-pile::before {
  content: "\f77e";
}

.fa-badge-dollar::before {
  content: "\f645";
}

.fa-money-bills-simple::before {
  content: "\e1f4";
}

.fa-money-bills-alt::before {
  content: "\e1f4";
}

.fa-list-timeline::before {
  content: "\e1d1";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-keyboard-down::before {
  content: "\e1c2";
}

.fa-circle-up-right::before {
  content: "\e129";
}

.fa-cloud-bolt-moon::before {
  content: "\f76d";
}

.fa-thunderstorm-moon::before {
  content: "\f76d";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "\e5cf";
}

.fa-circle-5::before {
  content: "\e0f2";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-fire-flame::before {
  content: "\f6df";
}

.fa-flame::before {
  content: "\f6df";
}

.fa-right-to-line::before {
  content: "\f34c";
}

.fa-arrow-alt-to-right::before {
  content: "\f34c";
}

.fa-gif::before {
  content: "\e190";
}

.fa-chess::before {
  content: "\f439";
}

.fa-trash-slash::before {
  content: "\e2b3";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-font-case::before {
  content: "\f866";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-arrow-down-left::before {
  content: "\e091";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-flask-round-poison::before {
  content: "\f6e0";
}

.fa-flask-poison::before {
  content: "\f6e0";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}

.fa-chart-user::before {
  content: "\f6a3";
}

.fa-user-chart::before {
  content: "\f6a3";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-presentation-screen::before {
  content: "\f685";
}

.fa-presentation::before {
  content: "\f685";
}

.fa-circle-bolt::before {
  content: "\e0fe";
}

.fa-face-smile-halo::before {
  content: "\e38f";
}

.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}

.fa-house-person-return::before {
  content: "\e011";
}

.fa-house-person-arrive::before {
  content: "\e011";
}

.fa-house-return::before {
  content: "\e011";
}

.fa-message-xmark::before {
  content: "\f4ab";
}

.fa-comment-alt-times::before {
  content: "\f4ab";
}

.fa-message-times::before {
  content: "\f4ab";
}

.fa-file-certificate::before {
  content: "\f5f3";
}

.fa-file-award::before {
  content: "\f5f3";
}

.fa-user-doctor-hair-long::before {
  content: "\e459";
}

.fa-camera-security::before {
  content: "\f8fe";
}

.fa-camera-home::before {
  content: "\f8fe";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-book-heart::before {
  content: "\f499";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-duck::before {
  content: "\f6d8";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-flag-swallowtail::before {
  content: "\f74c";
}

.fa-flag-alt::before {
  content: "\f74c";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-car-garage::before {
  content: "\f5e2";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-book-font::before {
  content: "\e0bf";
}

.fa-shield-plus::before {
  content: "\e24a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-eye-dropper-full::before {
  content: "\e172";
}

.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}

.fa-tablet-rugged::before {
  content: "\f48f";
}

.fa-temperature-snow::before {
  content: "\f768";
}

.fa-temperature-frigid::before {
  content: "\f768";
}

.fa-moped::before {
  content: "\e3b9";
}

.fa-face-smile-plus::before {
  content: "\f5b9";
}

.fa-smile-plus::before {
  content: "\f5b9";
}

.fa-radio-tuner::before {
  content: "\f8d8";
}

.fa-radio-alt::before {
  content: "\f8d8";
}

.fa-face-swear::before {
  content: "\e399";
}

.fa-water-arrow-down::before {
  content: "\f774";
}

.fa-water-lower::before {
  content: "\f774";
}

.fa-scanner-touchscreen::before {
  content: "\f48a";
}

.fa-circle-7::before {
  content: "\e0f4";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-person-ski-jumping::before {
  content: "\f7c7";
}

.fa-ski-jump::before {
  content: "\f7c7";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-water-arrow-up::before {
  content: "\f775";
}

.fa-water-rise::before {
  content: "\f775";
}

.fa-waveform-lines::before {
  content: "\f8f2";
}

.fa-waveform-path::before {
  content: "\f8f2";
}

.fa-split::before {
  content: "\e254";
}

.fa-film-canister::before {
  content: "\f8b7";
}

.fa-film-cannister::before {
  content: "\f8b7";
}

.fa-folder-xmark::before {
  content: "\f65f";
}

.fa-folder-times::before {
  content: "\f65f";
}

.fa-toilet-paper-blank::before {
  content: "\f71f";
}

.fa-toilet-paper-alt::before {
  content: "\f71f";
}

.fa-tablet-screen::before {
  content: "\f3fc";
}

.fa-tablet-android-alt::before {
  content: "\f3fc";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}

.fa-folder-music::before {
  content: "\e18d";
}

.fa-display-medical::before {
  content: "\e166";
}

.fa-desktop-medical::before {
  content: "\e166";
}

.fa-share-all::before {
  content: "\f367";
}

.fa-peapod::before {
  content: "\e31c";
}

.fa-chess-clock::before {
  content: "\f43d";
}

.fa-axe::before {
  content: "\f6b2";
}

.fa-square-d::before {
  content: "\e268";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-mobile-signal-out::before {
  content: "\e1f0";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-light-switch-on::before {
  content: "\e019";
}

.fa-arrow-down-arrow-up::before {
  content: "\f883";
}

.fa-sort-alt::before {
  content: "\f883";
}

.fa-raindrops::before {
  content: "\f75c";
}

.fa-dash::before {
  content: "\e404";
}

.fa-minus-large::before {
  content: "\e404";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-input-numeric::before {
  content: "\e1bd";
}

.fa-truck-tow::before {
  content: "\e2b8";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-car-bolt::before {
  content: "\e341";
}

.fa-arrows-maximize::before {
  content: "\f31d";
}

.fa-expand-arrows::before {
  content: "\f31d";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-cloud-sleet::before {
  content: "\f741";
}

.fa-lamp-street::before {
  content: "\e1c5";
}

.fa-list-radio::before {
  content: "\e1d0";
}

.fa-pen-nib-slash::before {
  content: "\e4a1";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-square-up-left::before {
  content: "\e282";
}

.fa-overline::before {
  content: "\f876";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}

.fa-usb-drive::before {
  content: "\f8e9";
}

.fa-ballot::before {
  content: "\f732";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-location-dot-slash::before {
  content: "\f605";
}

.fa-map-marker-alt-slash::before {
  content: "\f605";
}

.fa-cards::before {
  content: "\e3ed";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-boxing-glove::before {
  content: "\f438";
}

.fa-glove-boxing::before {
  content: "\f438";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-bell-school::before {
  content: "\f5d5";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-folder-heart::before {
  content: "\e189";
}

.fa-circle-location-arrow::before {
  content: "\f602";
}

.fa-location-circle::before {
  content: "\f602";
}

.fa-face-head-bandage::before {
  content: "\e37a";
}

.fa-sushi-roll::before {
  content: "\e48b";
}

.fa-maki-roll::before {
  content: "\e48b";
}

.fa-makizushi::before {
  content: "\e48b";
}

.fa-car-bump::before {
  content: "\f5e0";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-racquet::before {
  content: "\f45a";
}

.fa-car-mirrors::before {
  content: "\e343";
}

.fa-industry-windows::before {
  content: "\f3b3";
}

.fa-industry-alt::before {
  content: "\f3b3";
}

.fa-bolt-auto::before {
  content: "\e0b6";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-flux-capacitor::before {
  content: "\f8ba";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-honey-pot::before {
  content: "\e418";
}

.fa-olive::before {
  content: "\e316";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-filter-list::before {
  content: "\e17c";
}

.fa-outlet::before {
  content: "\e01c";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-cauldron::before {
  content: "\f6bf";
}

.fa-people::before {
  content: "\e216";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-croissant::before {
  content: "\f7f6";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-swords-laser::before {
  content: "\e03d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-square-u::before {
  content: "\e281";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-router::before {
  content: "\f8da";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-sword-laser-alt::before {
  content: "\e03c";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-coin::before {
  content: "\f85c";
}

.fa-laptop-slash::before {
  content: "\e1c7";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-circle-b::before {
  content: "\e0fd";
}

.fa-person-dress-simple::before {
  content: "\e21c";
}

.fa-pipe-collar::before {
  content: "\e437";
}

.fa-lights-holiday::before {
  content: "\f7b2";
}

.fa-citrus::before {
  content: "\e2f4";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-chart-tree-map::before {
  content: "\e0ea";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-clock-five-thirty::before {
  content: "\e34a";
}

.fa-pipe-valve::before {
  content: "\e439";
}

.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}

.fa-face-spiral-eyes::before {
  content: "\e485";
}

.fa-compress-wide::before {
  content: "\f326";
}

.fa-circle-phone-hangup::before {
  content: "\e11d";
}

.fa-phone-circle-down::before {
  content: "\e11d";
}

.fa-gear-complex-code::before {
  content: "\e5eb";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-badminton::before {
  content: "\e33a";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-right-from-line::before {
  content: "\f347";
}

.fa-arrow-alt-from-left::before {
  content: "\f347";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-shuttlecock::before {
  content: "\f45b";
}

.fa-user-hair::before {
  content: "\e45a";
}

.fa-eye-evil::before {
  content: "\f6db";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "\e609";
}

.fa-garage::before {
  content: "\e009";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-shovel-snow::before {
  content: "\f7c3";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-face-lying::before {
  content: "\e37e";
}

.fa-sprinkler::before {
  content: "\e035";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-person-sledding::before {
  content: "\f7cb";
}

.fa-sledding::before {
  content: "\f7cb";
}

.fa-game-console-handheld::before {
  content: "\f8bb";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-clock-six-thirty::before {
  content: "\e353";
}

.fa-battery-slash::before {
  content: "\f377";
}

.fa-tugrik-sign::before {
  content: "\e2ba";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-angles-up-down::before {
  content: "\e60d";
}

.fa-shelves::before {
  content: "\f480";
}

.fa-inventory::before {
  content: "\f480";
}

.fa-cloud-snow::before {
  content: "\f742";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-oven::before {
  content: "\e01d";
}

.fa-cloud-binary::before {
  content: "\e601";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-comment-captions::before {
  content: "\e146";
}

.fa-comments-question::before {
  content: "\e14e";
}

.fa-scribble::before {
  content: "\e23f";
}

.fa-rotate-exclamation::before {
  content: "\e23c";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-glass::before {
  content: "\f804";
}

.fa-loader::before {
  content: "\e1d4";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-user-pilot::before {
  content: "\e2c0";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-code-pull-request-closed::before {
  content: "\e3f9";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-face-dotted::before {
  content: "\e47f";
}

.fa-face-worried::before {
  content: "\e3a3";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-vector-circle::before {
  content: "\e2c6";
}

.fa-car-circle-bolt::before {
  content: "\e342";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-flying-disc::before {
  content: "\e3a9";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-square-down-right::before {
  content: "\e26c";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "\e244";
}

.fa-moon-over-sun::before {
  content: "\f74a";
}

.fa-eclipse-alt::before {
  content: "\f74a";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-potato::before {
  content: "\e440";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-circle-a::before {
  content: "\e0f7";
}

.fa-helmet-battle::before {
  content: "\f6eb";
}

.fa-butter::before {
  content: "\e3e4";
}

.fa-blanket-fire::before {
  content: "\e3da";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-castle::before {
  content: "\e0de";
}

.fa-golf-club::before {
  content: "\f451";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "\e605";
}

.fa-balloons::before {
  content: "\e2e4";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-timeline-arrow::before {
  content: "\e29d";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-game-board-simple::before {
  content: "\f868";
}

.fa-game-board-alt::before {
  content: "\f868";
}

.fa-circle-video::before {
  content: "\e12b";
}

.fa-video-circle::before {
  content: "\e12b";
}

.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}

.fa-house-turret::before {
  content: "\e1b4";
}

.fa-banana::before {
  content: "\e2e5";
}

.fa-hand-holding-skull::before {
  content: "\e1a4";
}

.fa-people-dress::before {
  content: "\e217";
}

.fa-loveseat::before {
  content: "\f4cc";
}

.fa-couch-small::before {
  content: "\f4cc";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-block-quote::before {
  content: "\e0b5";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-money-check-dollar-pen::before {
  content: "\f873";
}

.fa-money-check-edit-alt::before {
  content: "\f873";
}

.fa-up-from-line::before {
  content: "\f346";
}

.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-grid-round-2-plus::before {
  content: "\e5dc";
}

.fa-people-pants::before {
  content: "\e219";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-windsock::before {
  content: "\f777";
}

.fa-circle-half::before {
  content: "\e110";
}

.fa-brake-warning::before {
  content: "\e0c7";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-saxophone-fire::before {
  content: "\f8db";
}

.fa-sax-hot::before {
  content: "\f8db";
}

.fa-camera-web-slash::before {
  content: "\f833";
}

.fa-webcam-slash::before {
  content: "\f833";
}

.fa-folder-medical::before {
  content: "\e18c";
}

.fa-folder-gear::before {
  content: "\e187";
}

.fa-folder-cog::before {
  content: "\e187";
}

.fa-hand-wave::before {
  content: "\e1a7";
}

.fa-arrow-up-arrow-down::before {
  content: "\e099";
}

.fa-sort-up-down::before {
  content: "\e099";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-message-slash::before {
  content: "\f4a9";
}

.fa-comment-alt-slash::before {
  content: "\f4a9";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-trash-can-check::before {
  content: "\e2a9";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-person-simple::before {
  content: "\e220";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-gear-code::before {
  content: "\e5e8";
}

.fa-notes::before {
  content: "\e202";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-trash-undo::before {
  content: "\f895";
}

.fa-trash-arrow-turn-left::before {
  content: "\f895";
}

.fa-champagne-glass::before {
  content: "\f79e";
}

.fa-glass-champagne::before {
  content: "\f79e";
}

.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}

.fa-sun::before {
  content: "\f185";
}

.fa-trash-can-slash::before {
  content: "\e2ad";
}

.fa-trash-alt-slash::before {
  content: "\e2ad";
}

.fa-screen-users::before {
  content: "\f63d";
}

.fa-users-class::before {
  content: "\f63d";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-square-arrow-left::before {
  content: "\f33a";
}

.fa-arrow-square-left::before {
  content: "\f33a";
}

.fa-square-8::before {
  content: "\e25d";
}

.fa-face-smile-hearts::before {
  content: "\e390";
}

.fa-brackets-square::before {
  content: "\f7e9";
}

.fa-brackets::before {
  content: "\f7e9";
}

.fa-laptop-arrow-down::before {
  content: "\e1c6";
}

.fa-hockey-stick-puck::before {
  content: "\e3ae";
}

.fa-house-tree::before {
  content: "\e1b3";
}

.fa-signal-fair::before {
  content: "\f68d";
}

.fa-signal-2::before {
  content: "\f68d";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-circle-dollar::before {
  content: "\f2e8";
}

.fa-dollar-circle::before {
  content: "\f2e8";
}

.fa-usd-circle::before {
  content: "\f2e8";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-arrows-repeat::before {
  content: "\f364";
}

.fa-repeat-alt::before {
  content: "\f364";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-image-polaroid::before {
  content: "\f8c4";
}

.fa-wave-triangle::before {
  content: "\f89a";
}

.fa-person-running-fast::before {
  content: "\e5ff";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-grill::before {
  content: "\e5a3";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-chart-mixed::before {
  content: "\f643";
}

.fa-analytics::before {
  content: "\f643";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "\e165";
}

.fa-desktop-code::before {
  content: "\e165";
}

.fa-face-drooling::before {
  content: "\e372";
}

.fa-oil-temperature::before {
  content: "\f614";
}

.fa-oil-temp::before {
  content: "\f614";
}

.fa-square-question::before {
  content: "\f2fd";
}

.fa-question-square::before {
  content: "\f2fd";
}

.fa-air-conditioner::before {
  content: "\f8f4";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-mountains::before {
  content: "\f6fd";
}

.fa-omega::before {
  content: "\f67a";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-person-dolly-empty::before {
  content: "\f4d1";
}

.fa-pan-food::before {
  content: "\e42b";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-tickets-airline::before {
  content: "\e29b";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-nfc-slash::before {
  content: "\e1fc";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-grid-2-plus::before {
  content: "\e197";
}

.fa-bells::before {
  content: "\f77f";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-envelope-dot::before {
  content: "\e16f";
}

.fa-envelope-badge::before {
  content: "\e16f";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bowl-chopsticks::before {
  content: "\e2e9";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-circle-s::before {
  content: "\e121";
}

.fa-box-ballot::before {
  content: "\f735";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-user-tie-hair::before {
  content: "\e45f";
}

.fa-podium-star::before {
  content: "\f758";
}

.fa-user-hair-mullet::before {
  content: "\e45c";
}

.fa-business-front::before {
  content: "\e45c";
}

.fa-party-back::before {
  content: "\e45c";
}

.fa-trian-balbot::before {
  content: "\e45c";
}

.fa-microphone-stand::before {
  content: "\f8cb";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-family-dress::before {
  content: "\e301";
}

.fa-circle-x::before {
  content: "\e12e";
}

.fa-cabin::before {
  content: "\e46d";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-chart-simple-horizontal::before {
  content: "\e474";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-hand-back-point-left::before {
  content: "\e19f";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-file-heart::before {
  content: "\e176";
}

.fa-beer-mug::before {
  content: "\e0b3";
}

.fa-beer-foam::before {
  content: "\e0b3";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-drone::before {
  content: "\f85f";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-person-fairy::before {
  content: "\e608";
}

.fa-bed::before {
  content: "\f236";
}

.fa-book-copy::before {
  content: "\e0be";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-c::before {
  content: "\e266";
}

.fa-clock-two::before {
  content: "\e35a";
}

.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}

.fa-calendar-users::before {
  content: "\e5e2";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-bee::before {
  content: "\e0b2";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-candy-bar::before {
  content: "\e3e8";
}

.fa-chocolate-bar::before {
  content: "\e3e8";
}

.fa-xmark-large::before {
  content: "\e59b";
}

.fa-pinata::before {
  content: "\e3c3";
}

.fa-arrows-from-line::before {
  content: "\e0a4";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-bowl-spoon::before {
  content: "\e3e0";
}

.fa-hexagon-check::before {
  content: "\e416";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-traffic-light-stop::before {
  content: "\f63a";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-circle-0::before {
  content: "\e0ed";
}

.fa-dial-med-low::before {
  content: "\e160";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-crab::before {
  content: "\e3ff";
}

.fa-box-open-full::before {
  content: "\f49c";
}

.fa-box-full::before {
  content: "\f49c";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "\e234";
}

.fa-pretzel::before {
  content: "\e441";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-user-robot-xmarks::before {
  content: "\e4a7";
}

.fa-message-quote::before {
  content: "\e1e4";
}

.fa-comment-alt-quote::before {
  content: "\e1e4";
}

.fa-candy-corn::before {
  content: "\f6bd";
}

.fa-folder-magnifying-glass::before {
  content: "\e18b";
}

.fa-folder-search::before {
  content: "\e18b";
}

.fa-notebook::before {
  content: "\e201";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-bullseye-pointer::before {
  content: "\f649";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-hexagon-image::before {
  content: "\e504";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-crate-apple::before {
  content: "\f6b1";
}

.fa-apple-crate::before {
  content: "\f6b1";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-game-board::before {
  content: "\f867";
}

.fa-hat-chef::before {
  content: "\f86b";
}

.fa-hand-back-point-right::before {
  content: "\e1a1";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-snowflake-droplets::before {
  content: "\e5c1";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-grid-4::before {
  content: "\e198";
}

.fa-socks::before {
  content: "\f696";
}

.fa-face-sunglasses::before {
  content: "\e398";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-square-0::before {
  content: "\e255";
}

.fa-section::before {
  content: "\e447";
}

.fa-square-this-way-up::before {
  content: "\f49f";
}

.fa-box-up::before {
  content: "\f49f";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-square-ampersand::before {
  content: "\e260";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-lamp-desk::before {
  content: "\e014";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-poll-people::before {
  content: "\f759";
}

.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}

.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-user-bounty-hunter::before {
  content: "\e2bf";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-diagram-sankey::before {
  content: "\e158";
}

.fa-cloud-hail-mixed::before {
  content: "\f73a";
}

.fa-circle-up-left::before {
  content: "\e128";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-objects-align-left::before {
  content: "\e3be";
}

.fa-oil-can-drip::before {
  content: "\e205";
}

.fa-face-smiling-hands::before {
  content: "\e396";
}

.fa-broccoli::before {
  content: "\e3e2";
}

.fa-route-interstate::before {
  content: "\f61b";
}

.fa-ear-muffs::before {
  content: "\f795";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-transporter-empty::before {
  content: "\e046";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-angle-90::before {
  content: "\e08d";
}

.fa-rectangle-terminal::before {
  content: "\e236";
}

.fa-kite::before {
  content: "\f6f4";
}

.fa-drum::before {
  content: "\f569";
}

.fa-scrubber::before {
  content: "\f2f8";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fish-bones::before {
  content: "\e304";
}

.fa-deer-rudolph::before {
  content: "\f78f";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-head-side-heart::before {
  content: "\e1aa";
}

.fa-square-e::before {
  content: "\e26d";
}

.fa-meter-fire::before {
  content: "\e1eb";
}

.fa-cloud-hail::before {
  content: "\f739";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-money-from-bracket::before {
  content: "\e312";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-car-bus::before {
  content: "\f85a";
}

.fa-speaker::before {
  content: "\f8df";
}

.fa-timer::before {
  content: "\e29e";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-grill-hot::before {
  content: "\e5a5";
}

.fa-ballot-check::before {
  content: "\f733";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-file-minus::before {
  content: "\f318";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-cup-togo::before {
  content: "\f6c5";
}

.fa-coffee-togo::before {
  content: "\f6c5";
}

.fa-square-down-left::before {
  content: "\e26b";
}

.fa-burger-lettuce::before {
  content: "\e3e3";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-chevrons-down::before {
  content: "\f322";
}

.fa-chevron-double-down::before {
  content: "\f322";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-signal-good::before {
  content: "\f68e";
}

.fa-signal-3::before {
  content: "\f68e";
}

.fa-location-question::before {
  content: "\f60b";
}

.fa-map-marker-question::before {
  content: "\f60b";
}

.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}

.fa-floppy-disk-times::before {
  content: "\e181";
}

.fa-save-circle-xmark::before {
  content: "\e181";
}

.fa-save-times::before {
  content: "\e181";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-peach::before {
  content: "\e20b";
}

.fa-taxi-bus::before {
  content: "\e298";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "\e421";
}

.fa-cart-flatbed-empty::before {
  content: "\f476";
}

.fa-dolly-flatbed-empty::before {
  content: "\f476";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-wand::before {
  content: "\f72a";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-table-picnic::before {
  content: "\e32d";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-circle-microphone-lines::before {
  content: "\e117";
}

.fa-microphone-circle-alt::before {
  content: "\e117";
}

.fa-display-slash::before {
  content: "\e2fa";
}

.fa-desktop-slash::before {
  content: "\e2fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-transporter-2::before {
  content: "\e044";
}

.fa-hands-holding-diamond::before {
  content: "\f47c";
}

.fa-hand-receiving::before {
  content: "\f47c";
}

.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-bell-plus::before {
  content: "\f849";
}

.fa-book-arrow-right::before {
  content: "\e0b9";
}

.fa-hospitals::before {
  content: "\f80e";
}

.fa-club::before {
  content: "\f327";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-droplet-degree::before {
  content: "\f748";
}

.fa-dewpoint::before {
  content: "\f748";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-hand-holding-magic::before {
  content: "\f6e5";
}

.fa-watermelon-slice::before {
  content: "\e337";
}

.fa-circle-ellipsis::before {
  content: "\e10a";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-sd-cards::before {
  content: "\e240";
}

.fa-jug-bottle::before {
  content: "\e5fb";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-envelopes::before {
  content: "\e170";
}

.fa-phone-office::before {
  content: "\f67d";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-nfc-pen::before {
  content: "\e1fa";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-hat-winter::before {
  content: "\f7a8";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-bone-break::before {
  content: "\f5d8";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-down-from-dotted-line::before {
  content: "\e407";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-border-left::before {
  content: "\f84f";
}

.fa-circle-divide::before {
  content: "\e106";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-diagram-subtask::before {
  content: "\e479";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-square-y::before {
  content: "\e287";
}

.fa-user-doctor-hair::before {
  content: "\e458";
}

.fa-planet-ringed::before {
  content: "\e020";
}

.fa-mushroom::before {
  content: "\e425";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-megaphone::before {
  content: "\f675";
}

.fa-wreath-laurel::before {
  content: "\e5d2";
}

.fa-circle-exclamation-check::before {
  content: "\e10d";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-box-dollar::before {
  content: "\f4a0";
}

.fa-box-usd::before {
  content: "\f4a0";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "\f82d";
}

.fa-arrows-retweet::before {
  content: "\f361";
}

.fa-retweet-alt::before {
  content: "\f361";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-square-chevron-right::before {
  content: "\f32b";
}

.fa-chevron-square-right::before {
  content: "\f32b";
}

.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-user-magnifying-glass::before {
  content: "\e5c5";
}

.fa-star-sharp::before {
  content: "\e28b";
}

.fa-comment-heart::before {
  content: "\e5c8";
}

.fa-circle-1::before {
  content: "\e0ee";
}

.fa-circle-star::before {
  content: "\e123";
}

.fa-star-circle::before {
  content: "\e123";
}

.fa-fish::before {
  content: "\f578";
}

.fa-cloud-fog::before {
  content: "\f74e";
}

.fa-fog::before {
  content: "\f74e";
}

.fa-waffle::before {
  content: "\e466";
}

.fa-music-note::before {
  content: "\f8cf";
}

.fa-music-alt::before {
  content: "\f8cf";
}

.fa-hexagon-exclamation::before {
  content: "\e417";
}

.fa-cart-shopping-fast::before {
  content: "\e0dc";
}

.fa-object-union::before {
  content: "\e49f";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-starfighter::before {
  content: "\e037";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}

.fa-square-arrow-down::before {
  content: "\f339";
}

.fa-arrow-square-down::before {
  content: "\f339";
}

.fa-diamond-half-stroke::before {
  content: "\e5b8";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-square-chevron-left::before {
  content: "\f32a";
}

.fa-chevron-square-left::before {
  content: "\f32a";
}

.fa-phone-intercom::before {
  content: "\e434";
}

.fa-link-horizontal::before {
  content: "\e1cb";
}

.fa-chain-horizontal::before {
  content: "\e1cb";
}

.fa-mango::before {
  content: "\e30f";
}

.fa-music-note-slash::before {
  content: "\f8d0";
}

.fa-music-alt-slash::before {
  content: "\f8d0";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-face-tongue-sweat::before {
  content: "\e39e";
}

.fa-globe-stand::before {
  content: "\f5f6";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-circle-p::before {
  content: "\e11a";
}

.fa-award-simple::before {
  content: "\e0ab";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-pedestal::before {
  content: "\e20d";
}

.fa-chart-pyramid::before {
  content: "\e0e6";
}

.fa-sidebar::before {
  content: "\e24e";
}

.fa-snowman-head::before {
  content: "\f79b";
}

.fa-frosty-head::before {
  content: "\f79b";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-burger-glass::before {
  content: "\e0ce";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-bars-filter::before {
  content: "\e0ad";
}

.fa-paintbrush-pencil::before {
  content: "\e206";
}

.fa-party-bell::before {
  content: "\e31a";
}

.fa-user-vneck-hair::before {
  content: "\e462";
}

.fa-jack-o-lantern::before {
  content: "\f30e";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-keynote::before {
  content: "\f66c";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-hat-beach::before {
  content: "\e606";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-fort::before {
  content: "\e486";
}

.fa-cloud-check::before {
  content: "\e35c";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-face-smirking::before {
  content: "\e397";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-rhombus::before {
  content: "\e23b";
}

.fa-claw-marks::before {
  content: "\f6c2";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-face-smile-tongue::before {
  content: "\e394";
}

.fa-cart-circle-xmark::before {
  content: "\e3f4";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-circle-phone-flip::before {
  content: "\e11c";
}

.fa-phone-circle-alt::before {
  content: "\e11c";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-key-skeleton::before {
  content: "\f6f3";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-to-bracket::before {
  content: "\e094";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-square-q::before {
  content: "\e27b";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-symbols::before {
  content: "\f86e";
}

.fa-icons-alt::before {
  content: "\f86e";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-flask-gear::before {
  content: "\e5f1";
}

.fa-highlighter-line::before {
  content: "\e1af";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "\f811";
}

.fa-island-tree-palm::before {
  content: "\f811";
}

.fa-arrow-right-from-line::before {
  content: "\f343";
}

.fa-arrow-from-left::before {
  content: "\f343";
}

.fa-h2::before {
  content: "\f314";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "\e3e5";
}

.fa-shortcake::before {
  content: "\e3e5";
}

.fa-peanut::before {
  content: "\e430";
}

.fa-wrench-simple::before {
  content: "\e2d1";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-tally-2::before {
  content: "\e295";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-cars::before {
  content: "\f85b";
}

.fa-axe-battle::before {
  content: "\f6b3";
}

.fa-user-hair-long::before {
  content: "\e45b";
}

.fa-map::before {
  content: "\f279";
}

.fa-arrow-left-from-arc::before {
  content: "\e615";
}

.fa-file-circle-info::before {
  content: "\e493";
}

.fa-face-disappointed::before {
  content: "\e36f";
}

.fa-lasso-sparkles::before {
  content: "\e1c9";
}

.fa-clock-eleven::before {
  content: "\e347";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-siren-on::before {
  content: "\e02e";
}

.fa-clock-ten::before {
  content: "\e354";
}

.fa-candle-holder::before {
  content: "\f6bc";
}

.fa-video-arrow-down-left::before {
  content: "\e2c8";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}

.fa-save-circle-arrow-right::before {
  content: "\e180";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-planet-moon::before {
  content: "\e01f";
}

.fa-face-eyes-xmarks::before {
  content: "\e374";
}

.fa-chart-scatter::before {
  content: "\f7ee";
}

.fa-display-arrow-down::before {
  content: "\e164";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-olive-branch::before {
  content: "\e317";
}

.fa-angle::before {
  content: "\e08c";
}

.fa-vacuum-robot::before {
  content: "\e04e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-square-divide::before {
  content: "\e26a";
}

.fa-signal-stream-slash::before {
  content: "\e250";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-eye-dropper-half::before {
  content: "\e173";
}

.fa-store-lock::before {
  content: "\e4a6";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-cloud-bolt-sun::before {
  content: "\f76e";
}

.fa-thunderstorm-sun::before {
  content: "\f76e";
}

.fa-camera-slash::before {
  content: "\e0d9";
}

.fa-comment-quote::before {
  content: "\e14c";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-message-code::before {
  content: "\e1df";
}

.fa-glass-half::before {
  content: "\e192";
}

.fa-glass-half-empty::before {
  content: "\e192";
}

.fa-glass-half-full::before {
  content: "\e192";
}

.fa-fill::before {
  content: "\f575";
}

.fa-message-minus::before {
  content: "\f4a7";
}

.fa-comment-alt-minus::before {
  content: "\f4a7";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-dinosaur::before {
  content: "\e5fe";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-link-horizontal-slash::before {
  content: "\e1cc";
}

.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-nose::before {
  content: "\e5bd";
}

.fa-arrow-left-to-arc::before {
  content: "\e616";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-clouds::before {
  content: "\f744";
}

.fa-money-bill-simple::before {
  content: "\e1f1";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-table-pivot::before {
  content: "\e291";
}

.fa-filter-slash::before {
  content: "\e17d";
}

.fa-trash-can-undo::before {
  content: "\f896";
}

.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}

.fa-trash-undo-alt::before {
  content: "\f896";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-person-to-door::before {
  content: "\e433";
}

.fa-turntable::before {
  content: "\f8e4";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-signal-weak::before {
  content: "\f68c";
}

.fa-signal-1::before {
  content: "\f68c";
}

.fa-clock-five::before {
  content: "\e349";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-computer-classic::before {
  content: "\f8b1";
}

.fa-frame::before {
  content: "\e495";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-ellipsis-stroke::before {
  content: "\f39b";
}

.fa-ellipsis-h-alt::before {
  content: "\f39b";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-face-expressionless::before {
  content: "\e373";
}

.fa-down-to-dotted-line::before {
  content: "\e408";
}

.fa-cloud-music::before {
  content: "\f8ae";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-cloud-minus::before {
  content: "\e35d";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-shield-minus::before {
  content: "\e249";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-car-tilt::before {
  content: "\f5e5";
}

.fa-gauge-circle-minus::before {
  content: "\e497";
}

.fa-brightness-low::before {
  content: "\e0ca";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-conveyor-belt::before {
  content: "\f46e";
}

.fa-location-check::before {
  content: "\f606";
}

.fa-map-marker-check::before {
  content: "\f606";
}

.fa-coin-vertical::before {
  content: "\e3fd";
}

.fa-display::before {
  content: "\e163";
}

.fa-person-sign::before {
  content: "\f757";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-phone-hangup::before {
  content: "\e225";
}

.fa-signature-slash::before {
  content: "\e3cb";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-wheat-slash::before {
  content: "\e339";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-clouds-sun::before {
  content: "\f746";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-face-vomit::before {
  content: "\e3a0";
}

.fa-speakers::before {
  content: "\f8e0";
}

.fa-tty-answer::before {
  content: "\e2b9";
}

.fa-teletype-answer::before {
  content: "\e2b9";
}

.fa-mug-tea-saucer::before {
  content: "\e1f5";
}

.fa-diagram-lean-canvas::before {
  content: "\e156";
}

.fa-alt::before {
  content: "\e08a";
}

.fa-dial::before {
  content: "\e15b";
}

.fa-dial-med-high::before {
  content: "\e15b";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-circle-trash::before {
  content: "\e126";
}

.fa-trash-circle::before {
  content: "\e126";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-circle-quarters::before {
  content: "\e3f8";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-tower-control::before {
  content: "\e2a2";
}

.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}

.fa-sort-shapes-up::before {
  content: "\f88a";
}

.fa-whale::before {
  content: "\f72c";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-party-horn::before {
  content: "\e31b";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-sun-bright::before {
  content: "\e28f";
}

.fa-sun-alt::before {
  content: "\e28f";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-conveyor-belt-arm::before {
  content: "\e5f8";
}

.fa-lock-keyhole-open::before {
  content: "\f3c2";
}

.fa-lock-open-alt::before {
  content: "\f3c2";
}

.fa-square-fragile::before {
  content: "\f49b";
}

.fa-box-fragile::before {
  content: "\f49b";
}

.fa-square-wine-glass-crack::before {
  content: "\f49b";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-square-n::before {
  content: "\e277";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-meter::before {
  content: "\e1e8";
}

.fa-mandolin::before {
  content: "\f6f9";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-up-from-bracket::before {
  content: "\e590";
}

.fa-knife-kitchen::before {
  content: "\f6f5";
}

.fa-border-right::before {
  content: "\f852";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-spade::before {
  content: "\f2f4";
}

.fa-card-spade::before {
  content: "\e3ec";
}

.fa-line-columns::before {
  content: "\f870";
}

.fa-arrow-right-to-line::before {
  content: "\f340";
}

.fa-arrow-to-right::before {
  content: "\f340";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-flag-pennant::before {
  content: "\f456";
}

.fa-pennant::before {
  content: "\f456";
}

.fa-conveyor-belt-empty::before {
  content: "\e150";
}

.fa-user-group-simple::before {
  content: "\e603";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-camcorder::before {
  content: "\f8a8";
}

.fa-video-handheld::before {
  content: "\f8a8";
}

.fa-pancakes::before {
  content: "\e42d";
}

.fa-album-circle-user::before {
  content: "\e48d";
}

.fa-subtitles-slash::before {
  content: "\e610";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-dice-d10::before {
  content: "\f6cd";
}

.fa-fireplace::before {
  content: "\f79a";
}

.fa-browser::before {
  content: "\f37e";
}

.fa-pen-paintbrush::before {
  content: "\f618";
}

.fa-pencil-paintbrush::before {
  content: "\f618";
}

.fa-fish-cooked::before {
  content: "\f7fe";
}

.fa-chair-office::before {
  content: "\f6c1";
}

.fa-nesting-dolls::before {
  content: "\e3ba";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-trumpet::before {
  content: "\f8e3";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-fire-smoke::before {
  content: "\f74b";
}

.fa-phone-missed::before {
  content: "\e226";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrows-repeat-1::before {
  content: "\f366";
}

.fa-repeat-1-alt::before {
  content: "\f366";
}

.fa-gun-slash::before {
  content: "\e19c";
}

.fa-avocado::before {
  content: "\e0aa";
}

.fa-binary::before {
  content: "\e33b";
}

.fa-glasses-round::before {
  content: "\f5f5";
}

.fa-glasses-alt::before {
  content: "\f5f5";
}

.fa-phone-plus::before {
  content: "\f4d2";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "\e21e";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-scythe::before {
  content: "\f710";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-ban-parking::before {
  content: "\f616";
}

.fa-parking-circle-slash::before {
  content: "\f616";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-face-diagonal-mouth::before {
  content: "\e47e";
}

.fa-diagram-cells::before {
  content: "\e475";
}

.fa-cricket-bat-ball::before {
  content: "\f449";
}

.fa-cricket::before {
  content: "\f449";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-pen-line::before {
  content: "\e212";
}

.fa-atom-simple::before {
  content: "\f5d3";
}

.fa-atom-alt::before {
  content: "\f5d3";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-arrow-up-from-line::before {
  content: "\f342";
}

.fa-arrow-from-bottom::before {
  content: "\f342";
}

.fa-moon::before {
  content: "\f186";
}

.fa-pen-slash::before {
  content: "\e213";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-square-star::before {
  content: "\e27f";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-send-backward::before {
  content: "\f87f";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-compass-slash::before {
  content: "\f5e9";
}

.fa-clock-one::before {
  content: "\e34e";
}

.fa-file-music::before {
  content: "\f8b6";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-display-chart-up-circle-currency::before {
  content: "\e5e5";
}

.fa-skeleton::before {
  content: "\f620";
}

.fa-circle-g::before {
  content: "\e10f";
}

.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}

.fa-coin-blank::before {
  content: "\e3fb";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-vacuum::before {
  content: "\e04d";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-card-heart::before {
  content: "\e3eb";
}

.fa-lightbulb-cfl-on::before {
  content: "\e5a7";
}

.fa-melon::before {
  content: "\e310";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-container-storage::before {
  content: "\f4b7";
}

.fa-face-pouting::before {
  content: "\e387";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-face-explode::before {
  content: "\e2fe";
}

.fa-exploding-head::before {
  content: "\e2fe";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "\e2a4";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-cassette-vhs::before {
  content: "\f8ec";
}

.fa-vhs::before {
  content: "\f8ec";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-chimney::before {
  content: "\f78b";
}

.fa-object-intersect::before {
  content: "\e49d";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-block-brick::before {
  content: "\e3db";
}

.fa-wall-brick::before {
  content: "\e3db";
}

.fa-fan::before {
  content: "\f863";
}

.fa-bags-shopping::before {
  content: "\f847";
}

.fa-paragraph-left::before {
  content: "\f878";
}

.fa-paragraph-rtl::before {
  content: "\f878";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-caravan-simple::before {
  content: "\e000";
}

.fa-caravan-alt::before {
  content: "\e000";
}

.fa-turtle::before {
  content: "\f726";
}

.fa-pencil-mechanical::before {
  content: "\e5ca";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-booth-curtain::before {
  content: "\f734";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-box-heart::before {
  content: "\f49d";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-user-doctor-message::before {
  content: "\f82e";
}

.fa-user-md-chat::before {
  content: "\f82e";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-lighthouse::before {
  content: "\e612";
}

.fa-amp-guitar::before {
  content: "\f8a1";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-volume-slash::before {
  content: "\f2e2";
}

.fa-border-bottom::before {
  content: "\f84d";
}

.fa-wifi-weak::before {
  content: "\f6aa";
}

.fa-wifi-1::before {
  content: "\f6aa";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-delete-right::before {
  content: "\e154";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-circle-quarter::before {
  content: "\e11f";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-function::before {
  content: "\f661";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-people-simple::before {
  content: "\e21b";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-face-monocle::before {
  content: "\e380";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-calendar-lines::before {
  content: "\e0d5";
}

.fa-calendar-note::before {
  content: "\e0d5";
}

.fa-arrow-down-big-small::before {
  content: "\f88c";
}

.fa-sort-size-down::before {
  content: "\f88c";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-do-not-enter::before {
  content: "\f5ec";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-dice-d8::before {
  content: "\f6d2";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-grip-dots-vertical::before {
  content: "\e411";
}

.fa-face-viewfinder::before {
  content: "\e2ff";
}

.fa-soft-serve::before {
  content: "\e400";
}

.fa-creemee::before {
  content: "\e400";
}

.fa-h5::before {
  content: "\e412";
}

.fa-hand-back-point-down::before {
  content: "\e19e";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-rectangle::before {
  content: "\f2fa";
}

.fa-rectangle-landscape::before {
  content: "\f2fa";
}

.fa-clipboard-list-check::before {
  content: "\f737";
}

.fa-turkey::before {
  content: "\f725";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-ice-skate::before {
  content: "\f7ac";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-tomato::before {
  content: "\e330";
}

.fa-sword-laser::before {
  content: "\e03b";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-buildings::before {
  content: "\e0cc";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-cart-flatbed-boxes::before {
  content: "\f475";
}

.fa-dolly-flatbed-alt::before {
  content: "\f475";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-square-w::before {
  content: "\e285";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-lamp::before {
  content: "\f4ca";
}

.fa-airplay::before {
  content: "\e089";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-shield-quartered::before {
  content: "\e575";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "\f607";
}

.fa-map-marker-edit::before {
  content: "\f607";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-pot-food::before {
  content: "\e43f";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-print-slash::before {
  content: "\f686";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-tire-rugged::before {
  content: "\f634";
}

.fa-lightbulb-dollar::before {
  content: "\f670";
}

.fa-cowbell::before {
  content: "\f8b3";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-corner::before {
  content: "\e3fe";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-inhaler::before {
  content: "\f5f9";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-snake::before {
  content: "\f716";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-note-medical::before {
  content: "\e200";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-down-left::before {
  content: "\e16a";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-face-thinking::before {
  content: "\e39b";
}

.fa-turn-down-right::before {
  content: "\e455";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-scanner-keyboard::before {
  content: "\f489";
}

.fa-circle-o::before {
  content: "\e119";
}

.fa-grid-horizontal::before {
  content: "\e307";
}

.fa-message-dollar::before {
  content: "\f650";
}

.fa-comment-alt-dollar::before {
  content: "\f650";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-columns-3::before {
  content: "\e361";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-hand-holding-box::before {
  content: "\f47b";
}

.fa-input-text::before {
  content: "\e1bf";
}

.fa-window-flip::before {
  content: "\f40f";
}

.fa-window-alt::before {
  content: "\f40f";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-scanner-gun::before {
  content: "\f488";
}

.fa-scanner::before {
  content: "\f488";
}

.fa-tire::before {
  content: "\f631";
}

.fa-engine::before {
  content: "\e16e";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-circle-caret-right::before {
  content: "\f330";
}

.fa-caret-circle-right::before {
  content: "\f330";
}

.fa-wheat::before {
  content: "\f72d";
}

.fa-file-spreadsheet::before {
  content: "\f65b";
}

.fa-audio-description-slash::before {
  content: "\e0a8";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-chess-pawn-piece::before {
  content: "\f444";
}

.fa-chess-pawn-alt::before {
  content: "\f444";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-square-s::before {
  content: "\e27d";
}

.fa-rectangle-barcode::before {
  content: "\f463";
}

.fa-barcode-alt::before {
  content: "\f463";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-unicorn::before {
  content: "\f727";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-pompebled::before {
  content: "\e43d";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-watch-smart::before {
  content: "\e2cc";
}

.fa-book-user::before {
  content: "\f7e7";
}

.fa-sensor-cloud::before {
  content: "\e02c";
}

.fa-sensor-smoke::before {
  content: "\e02c";
}

.fa-clapperboard-play::before {
  content: "\e132";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-circle-4::before {
  content: "\e0f1";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-album-collection::before {
  content: "\f8a0";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-cloud-showers::before {
  content: "\f73f";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-onion::before {
  content: "\e427";
}

.fa-clock-twelve-thirty::before {
  content: "\e359";
}

.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-rectangle-wide::before {
  content: "\f2fc";
}

.fa-comment-arrow-up::before {
  content: "\e144";
}

.fa-garlic::before {
  content: "\e40e";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-tree-decorated::before {
  content: "\f7dc";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-calendar-heart::before {
  content: "\e0d3";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-flower::before {
  content: "\f7ff";
}

.fa-arrow-down-from-arc::before {
  content: "\e614";
}

.fa-right-left-large::before {
  content: "\e5e1";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-circles-overlap::before {
  content: "\e600";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-starship-freighter::before {
  content: "\e03a";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-bridge-suspension::before {
  content: "\e4cd";
}

.fa-trash-check::before {
  content: "\e2af";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-boombox::before {
  content: "\f8a5";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-shield-exclamation::before {
  content: "\e247";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-grip-dots::before {
  content: "\e410";
}

.fa-comment-exclamation::before {
  content: "\f4af";
}

.fa-pen-swirl::before {
  content: "\e214";
}

.fa-falafel::before {
  content: "\e40a";
}

.fa-circle-2::before {
  content: "\e0ef";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-gramophone::before {
  content: "\f8bd";
}

.fa-dice-d12::before {
  content: "\f6ce";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-down::before {
  content: "\f354";
}

.fa-arrow-alt-down::before {
  content: "\f354";
}

.fa-hundred-points::before {
  content: "\e41c";
}

.fa-100::before {
  content: "\e41c";
}

.fa-paperclip-vertical::before {
  content: "\e3c2";
}

.fa-wind-warning::before {
  content: "\f776";
}

.fa-wind-circle-exclamation::before {
  content: "\f776";
}

.fa-location-pin-slash::before {
  content: "\f60c";
}

.fa-map-marker-slash::before {
  content: "\f60c";
}

.fa-face-sad-sweat::before {
  content: "\e38a";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-cupcake::before {
  content: "\e402";
}

.fa-light-switch-off::before {
  content: "\e018";
}

.fa-toggle-large-off::before {
  content: "\e5b0";
}

.fa-pen-fancy-slash::before {
  content: "\e210";
}

.fa-truck-container::before {
  content: "\f4dc";
}

.fa-boot::before {
  content: "\f782";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-file-check::before {
  content: "\f316";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-cards-blank::before {
  content: "\e4df";
}

.fa-circle-3::before {
  content: "\e0f0";
}

.fa-bench-tree::before {
  content: "\e2e7";
}

.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}

.fa-ski-boot-ski::before {
  content: "\e3cd";
}

.fa-brain-circuit::before {
  content: "\e0c6";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-block-brick-fire::before {
  content: "\e3dc";
}

.fa-firewall::before {
  content: "\e3dc";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-face-smile-relaxed::before {
  content: "\e392";
}

.fa-comment-xmark::before {
  content: "\f4b5";
}

.fa-comment-times::before {
  content: "\f4b5";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-face-nose-steam::before {
  content: "\e382";
}

.fa-circle-waveform-lines::before {
  content: "\e12d";
}

.fa-waveform-circle::before {
  content: "\e12d";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "\e174";
}

.fa-computer-speaker::before {
  content: "\f8b2";
}

.fa-skull-cow::before {
  content: "\f8de";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-circle-t::before {
  content: "\e124";
}

.fa-sack::before {
  content: "\f81c";
}

.fa-grid-2::before {
  content: "\e196";
}

.fa-camera-cctv::before {
  content: "\f8ac";
}

.fa-cctv::before {
  content: "\f8ac";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-horizontal-rule::before {
  content: "\f86c";
}

.fa-bed-front::before {
  content: "\f8f7";
}

.fa-bed-alt::before {
  content: "\f8f7";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-face-woozy::before {
  content: "\e3a2";
}

.fa-cloud-question::before {
  content: "\e492";
}

.fa-pineapple::before {
  content: "\e31f";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-gallery-thumbnails::before {
  content: "\e3aa";
}

.fa-circle-j::before {
  content: "\e112";
}

.fa-eyes::before {
  content: "\e367";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-page-caret-up::before {
  content: "\e42a";
}

.fa-file-caret-up::before {
  content: "\e42a";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-comet::before {
  content: "\e003";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-shield-keyhole::before {
  content: "\e248";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-square-sliders-vertical::before {
  content: "\f3f2";
}

.fa-sliders-v-square::before {
  content: "\f3f2";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-message-middle::before {
  content: "\e1e1";
}

.fa-comment-middle-alt::before {
  content: "\e1e1";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-square-z::before {
  content: "\e288";
}

.fa-message-text::before {
  content: "\e1e6";
}

.fa-comment-alt-text::before {
  content: "\e1e6";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("libs/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("libs/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("libs/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("libs/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("libs/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("libs/fontawesome/webfonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#polarama {
  background: black;
  bottom: 0;
  color: antiquewhite;
  font-family: "Open Sans", sans-serif;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
#polarama * {
  box-sizing: border-box;
}
#polarama .app-view {
  height: 100%;
}
#polarama object.editShrink, #polarama embed.editShrink {
  height: 80%;
}
#polarama label {
  color: white;
  font-size: 14px;
  position: relative;
  text-shadow: 0 0 2px black;
  top: 1px;
}
#polarama button {
  background: #578caf;
  background-image: -webkit-linear-gradient(top, #578caf, #3b7ba5);
  background-image: -moz-linear-gradient(top, #578caf, #3b7ba5);
  background-image: -ms-linear-gradient(top, #578caf, #3b7ba5);
  background-image: -o-linear-gradient(top, #578caf, #3b7ba5);
  background-image: linear-gradient(to bottom, #578caf, #3b7ba5);
  border: 0;
  border-radius: 1px;
  box-shadow: 0 1px 3px #484646;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 10px 5px 10px;
  text-decoration: none;
  text-shadow: 0 0 2px #1b3d54;
}
#polarama button:disabled {
  background: #a3afb7;
  background-image: -webkit-linear-gradient(top, #a3afb7, #788b98);
  background-image: -moz-linear-gradient(top, #a3afb7, #788b98);
  background-image: -ms-linear-gradient(top, #a3afb7, #788b98);
  background-image: -o-linear-gradient(top, #a3afb7, #788b98);
  background-image: linear-gradient(to bottom, #a3afb7, #788b98);
  color: #e4e1e1;
}
#polarama button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
#polarama .btn-danger {
  background: #af5757;
  background-image: linear-gradient(to bottom, #af5757, #a53b3b);
  box-shadow: 0 1px 3px #383636;
}
#polarama .btn-danger:hover {
  background: #fd3c3c;
  background-image: linear-gradient(to bottom, #fd3c3c, #db3434);
}
#polarama .btn-success {
  background: #70c132;
  background-image: linear-gradient(to bottom, #70c132, #399c20);
}
#polarama .btn-success:hover {
  background: #7dd637;
  background-image: linear-gradient(to bottom, #7dd637, #3ead24);
}
#polarama .btn-small {
  padding: 0 0 0 0;
  width: 23px;
  height: 23px;
}
#polarama .btn-small .left-up {
  transform: rotate(-45deg);
}
#polarama .btn-small .right-up {
  transform: rotate(45deg);
}
#polarama .btn-small .left-down {
  transform: rotate(45deg);
}
#polarama .btn-small .right-down {
  transform: rotate(-45deg);
}
#polarama select, #polarama input[type=text] {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: silver;
  display: inline;
  height: 24px;
  padding: 2px 5px;
  text-shadow: 0 0 2px black;
  width: 200px;
}
#polarama select option, #polarama input[type=text] option {
  background: rgba(0, 0, 0, 0.4);
  color: white;
}
#polarama .Polarama_screenHeader {
  background: #325169;
  border-bottom: 2px solid #486982;
  color: darkgray;
  height: 35px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
#polarama .Polarama_screenHeader .Polarama_screenHeader__title a {
  color: #dedede;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 2px black;
}
#polarama .Polarama_screenHeader .Polarama_screenHeader__config {
  display: inline;
  margin-left: 50px;
}
#polarama .Polarama_configHeader {
  padding: 6px;
  margin-bottom: 5px;
  background-color: #325169;
}
#polarama .Polarama_configHeader .Polarama_configHeader__editForm {
  display: inline;
  margin-left: 80px;
  padding: 6px;
  margin-bottom: 5px;
}
#polarama .Polarama_configHeader .Polarama_configHeader__editForm label {
  margin-left: 20px;
}
#polarama .Polarama_configHeader .Polarama_configHeader__editForm .btn-danger {
  margin-left: 20px;
}
#polarama .Polarama_configHeader .Polarama_configHeader__editForm__buttons {
  display: inline-flex;
  position: relative;
  top: -2px;
  margin-left: 50px;
}
#polarama .Polarama_configHeader .Polarama_configHeader__editForm__buttons button + button {
  margin-left: 5px;
}
#polarama .Polarama_layoutContainer {
  left: 10px;
  right: 10px;
  position: absolute;
  height: 90%;
}
#polarama .Polarama_layout__helpText {
  font-style: italic;
  color: silver;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
#polarama .Polarama_layout__grid {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  display: grid;
  grid-template-columns: [col1-start] 1fr [col1-end col2-start] 1fr [col2-end col3-start] 1fr [col3-end col4-start] 1fr [col5-end col6-start] 1fr [col6-start] 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: [row1-start] 1fr [row1-end row2-start] 1fr [row3-end row3-start] 1fr [row3-end row4-start] 1fr [row4-end row5-start] 1fr [row5-end row6-start] 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  align-content: start;
  justify-content: start;
}
#polarama .Polarama_layout__grid__item {
  border: 1px dashed #404040;
  text-align: center;
  padding: 1em;
}
#polarama .Polarama_layout__grid__savedArea {
  background: rgba(50, 81, 105, 0.9);
  border: 1px solid #5b7c96;
  position: relative;
}
#polarama .Polarama_layout__grid__savedArea .Polarama_layout__grid__savedArea__removeBtn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
#polarama .ui-resizable-e,
#polarama .ui-resizable-s {
  display: none !important;
  width: 0;
  height: 0;
}
#polarama .ui-resizable-se {
  background: #26435a;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0 !important;
}
#polarama .Polarama_layoutHeader {
  background: #325169;
  padding: 6px;
  margin-bottom: 5px;
}
#polarama .Polarama_layoutHeader input {
  color: black;
  text-shadow: none;
  background: silver;
}
#polarama .Polarama_layoutHeader button {
  position: relative;
  top: -2px;
}
#polarama .Polarama_spinnerOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.64);
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 20%;
  z-index: 9999;
}
#polarama .Polarama_spinnerOverlay i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}
#polarama .ui-dialog {
  background: #325169;
  border-radius: 5px;
  border: 10px solid #527892;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2392156863), 5px 5px 10px 0 rgba(0, 0, 0, 0.3215686275);
  color: white;
  padding: 20px;
}
#polarama .ui-dialog .ui-dialog-titlebar {
  margin-bottom: 30px;
}
#polarama .ui-dialog .ui-dialog-titlebar span {
  font-size: 20px;
}
#polarama .ui-dialog .ui-dialog-titlebar button {
  float: right;
}
#polarama .ui-dialog .customWindowAlert {
  margin-bottom: 40px;
  text-align: center;
}
#polarama .ui-dialog .ui-dialog-buttonset {
  text-align: center;
}
#polarama .ui-dialog .ui-dialog-buttonset button {
  min-width: 150px;
  padding: 15px 30px;
  outline: none !important;
}

.Polarama_cameraContainer {
  left: 10px;
  position: absolute;
  width: 100%;
}
.Polarama_cameraContainer .Polarama_cameraHeader {
  background: #252525;
  background: -moz-linear-gradient(top, #252525 0%, black 100%);
  background: -webkit-linear-gradient(top, #252525 0%, black 100%);
  background: linear-gradient(to bottom, #252525 0%, black 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252525", endColorstr="#000000", GradientType=0);
  padding: 4px 6px;
}
.Polarama_cameraContainer .Polarama_cameraHeader button:not(:hover) {
  background-image: linear-gradient(to bottom, #416882, #254e69);
}
.Polarama_cameraContainer .Polarama_cameraHeader .btn, .Polarama_cameraContainer .Polarama_cameraHeader #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Polarama_cameraContainer .Polarama_cameraHeader .rc_calcButton, .Polarama_cameraContainer .Polarama_cameraHeader .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Polarama_cameraContainer .Polarama_cameraHeader .G_input__checkBox {
  background: #578caf;
  background-image: linear-gradient(to bottom, #416882, #254e69);
}
.Polarama_cameraContainer .Polarama_cameraHeader .btn:hover, .Polarama_cameraContainer .Polarama_cameraHeader #recipeCreatorDialogContent .rc_calcButton:hover, #recipeCreatorDialogContent .Polarama_cameraContainer .Polarama_cameraHeader .rc_calcButton:hover, .Polarama_cameraContainer .Polarama_cameraHeader .G_input.-withCheckboxBtn .G_input__checkBox:hover, .G_input.-withCheckboxBtn .Polarama_cameraContainer .Polarama_cameraHeader .G_input__checkBox:hover {
  background: #3cb0fd;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}
.Polarama_cameraContainer .Polarama_cameraHeader .btn.-success, .Polarama_cameraContainer .Polarama_cameraHeader #recipeCreatorDialogContent .-success.rc_calcButton, #recipeCreatorDialogContent .Polarama_cameraContainer .Polarama_cameraHeader .-success.rc_calcButton, .Polarama_cameraContainer .Polarama_cameraHeader .G_input.-withCheckboxBtn .-success.G_input__checkBox, .G_input.-withCheckboxBtn .Polarama_cameraContainer .Polarama_cameraHeader .-success.G_input__checkBox {
  background: #70c132;
  background-image: linear-gradient(to bottom, #70c132, #399c20);
}
.Polarama_cameraContainer .Polarama_cameraHeader .btn.-success:hover, .Polarama_cameraContainer .Polarama_cameraHeader #recipeCreatorDialogContent .-success.rc_calcButton:hover, #recipeCreatorDialogContent .Polarama_cameraContainer .Polarama_cameraHeader .-success.rc_calcButton:hover, .Polarama_cameraContainer .Polarama_cameraHeader .G_input.-withCheckboxBtn .-success.G_input__checkBox:hover, .G_input.-withCheckboxBtn .Polarama_cameraContainer .Polarama_cameraHeader .-success.G_input__checkBox:hover {
  background: #7dd637;
  background-image: linear-gradient(to bottom, #7dd637, #3ead24);
}
.Polarama_cameraContainer .Polarama_cameraBody {
  float: right;
}
.Polarama_cameraContainer .Polarama_camera {
  border: 1px solid #2f2f2f;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 0;
  position: absolute;
}
.Polarama_cameraContainer .Polarama_retry {
  display: none;
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  color: #bd362f;
}
.Polarama_cameraContainer .Polarama_badCodec {
  display: none;
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  color: #bd362f;
}
.Polarama_cameraContainer .Polarama_player {
  object-fit: fill;
  position: relative;
  text-align: center;
  width: 100%;
}
.Polarama_cameraContainer .Polarama_player--mjpeg {
  text-align: center;
}
.Polarama_cameraContainer .Polarama_player--mjpeg img {
  height: 100%;
}
.Polarama_cameraContainer .Polarama_video_container {
  position: relative;
  background: black;
}
.Polarama_cameraContainer .Polarama_player_camera_controls {
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 0 10px;
  top: 10px;
}
.Polarama_cameraContainer .Polarama_player_camera_controls .info-text {
  top: 10px;
}

.Polarama_settings {
  background: whitesmoke;
  border-radius: 3px;
  border: 1px solid silver;
  padding: 10px 20px 10px 20px;
}
.Polarama_settings label {
  width: 175px !important;
}
.Polarama_settings .Polarama_settings__cameraBufferTime {
  margin-right: 100px;
}
.Polarama_settings .Polarama_settings__cameraBufferTime label {
  width: 120px !important;
}
.Polarama_settings .Polarama_settings__cameraBufferTime label + .app-input {
  width: 135px;
}
.Polarama_settings .Polarama_settings__cameraBufferTime__radioInputs input:first-child {
  margin-left: 120px;
}
.Polarama_settings .Polarama_settings__cameraBufferTime__radioInputs label {
  width: auto !important;
  margin-left: 5px;
  margin-right: 20px !important;
  padding-top: 2px !important;
}

.Polarama_list__cameraList {
  position: relative;
  padding: 5px;
}
.Polarama_list__cameraList .Polarama_list__cameraList__header {
  margin-left: 0;
  padding-top: 10px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.PolarMoist_statusPill {
  background-color: #A0504D;
  border: 1px solid #8B5858;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 1px 10px;
}
.PolarMoist_statusPill.online {
  background: #9ee09e;
  border-color: #a2d0a2;
  color: black;
}

.PolarMoist_list__moistureText {
  font-size: 30px;
  line-height: 38px;
}

.PolarMoist_list__createProbeDialog .app-input-checkbox input {
  margin-left: 0 !important;
  margin-top: 10px;
}
.PolarMoist_list__createProbeDialog div.app-input {
  width: 150px;
}

.PolarMoist_configureSiloDialog label {
  line-height: 28px;
}
.PolarMoist_configureSiloDialog .PolarMoist_configureSiloDialog__connectCheckBox {
  width: auto;
}
.PolarMoist_configureSiloDialog .PolarMoist_configureSiloDialog__connectCheckBox input {
  margin-left: 0 !important;
  margin-top: 5px;
}
.PolarMoist_configureSiloDialog .Form_searchList {
  width: 364px;
  top: 27px;
  border-top-right-radius: 4px;
}

.PolarMoist_listTable > tbody > tr.app-active:hover > td:last-child {
  background-color: white !important;
}

.PolarMoist_calibrationForm__calibrationCard {
  background: white;
  padding-bottom: 1px;
  padding-top: 10px;
}

#PolarMoist_calibrationForm__calibrationPanel {
  width: 410px;
}

.PolarMoist_calibrationForm__dosingsTable tr td {
  font-weight: normal;
}
.PolarMoist_calibrationForm__dosingsTable tr td:not(:first-child) {
  padding-left: 5px;
}

#PolarMoist_calibrationHistoryDialog .app-scroller {
  position: relative;
  max-height: 200px !important;
  padding-top: 0;
}
#PolarMoist_calibrationHistoryDialog .Table_row {
  font-weight: normal !important;
}

.PolarMoist_configForm__instructions {
  padding: 5px 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}
.PolarMoist_configForm__instructions li {
  margin-top: 8px;
}

.PolarMoist_configForm__configureBtn {
  color: black !important;
  margin-left: 8px !important;
}

.PolarMoist_configForm__materialsTable {
  margin-top: 0 !important;
  border: 1px solid gainsboro;
  border-bottom: 0;
}
.PolarMoist_configForm__materialsTable thead tr th:last-child {
  padding: 0 3px 0 0;
  overflow: visible;
}
.PolarMoist_configForm__materialsTable tbody tr td:first-child {
  padding-left: 10px;
}

.PolarMoist_configForm__viewHeader {
  right: 160px !important;
}

.PolarMoist_configFrom__isEnabledLabel {
  text-align: left;
  margin-left: 3px;
}

.PolarMoist_configForm__signalSettings {
  width: 623px;
}

.PolarMoist_configForm__signalSettingsTable {
  margin-top: -10px !important;
}
.PolarMoist_configForm__signalSettingsTable input[type=text], .PolarMoist_configForm__signalSettingsTable input[type=number] {
  border-left: 1px solid #e0e0e0 !important;
}

.PolarMoist_configForm__outputTableContainer {
  max-height: 291px;
  overflow-y: auto;
  margin-top: -10px;
}
.PolarMoist_configForm__outputTableContainer table tr td {
  font-weight: normal;
}
.PolarMoist_configForm__outputTableContainer table tr td:not(:first-child) {
  padding-left: 5px;
}

.PolarMoist_configForm__chart__buttons {
  position: absolute;
  right: 66px;
  top: 19px;
}
.PolarMoist_configForm__chart__buttons button + button {
  margin-left: 0 !important;
}

.PolarMoist__dosingStatus {
  border-color: #8a59a3;
  border-radius: 5px;
  line-height: 28px;
  padding-left: 5px;
  transition: background 1s;
}
.PolarMoist__dosingStatus > span {
  opacity: 0;
  transition: opacity 1s;
}
.PolarMoist__dosingStatus.isRecording > span, .PolarMoist__dosingStatus.-dosingRegistered > span {
  opacity: 1;
}
.PolarMoist__dosingStatus.isRecording {
  background: #d0bbda;
}
.PolarMoist__dosingStatus.-dosingRegistered {
  background: #74c462;
}

.PolarMoist_configForm__chart__tooLightNotification {
  background: gold;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.6);
  color: black;
  line-height: 28px;
  opacity: 1;
  padding: 0 10px;
  position: absolute;
  top: 35px;
  right: 76px;
  width: max-content;
}

.PolarMoist_configForm__chart__overlay {
  position: absolute;
  top: 20px;
  left: 10px;
  color: white;
}
.PolarMoist_configForm__chart__overlay div.app-vertical, .PolarMoist_configForm__chart__overlay .app-form div.app-material-group.app-material-group--connected, .app-form .PolarMoist_configForm__chart__overlay div.app-material-group.app-material-group--connected {
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
}
.PolarMoist_configForm__chart__overlay div.app-vertical.moisture-info-box, .PolarMoist_configForm__chart__overlay .app-form div.moisture-info-box.app-material-group.app-material-group--connected, .app-form .PolarMoist_configForm__chart__overlay div.moisture-info-box.app-material-group.app-material-group--connected {
  margin-left: 20px;
}
.PolarMoist_configForm__chart__overlay div.overlay_box {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 4px 8px 1px 8px;
  height: 57px;
}
.PolarMoist_configForm__chart__overlay div.overlay_box.with_top_separator {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.PolarMoist_configForm__chart__overlay div.overlay_box.-valid {
  background: rgba(78, 142, 35, 0.58);
}
.PolarMoist_configForm__chart__overlay div.overlay_box.-invalid {
  background: rgba(199, 0, 0, 0.5);
}
.PolarMoist_configForm__chart__overlay label {
  font-size: 14px;
}
.PolarMoist_configForm__chart__overlay span {
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 1920px) {
  .PolarMoist_configForm__settingsPanel {
    max-width: 50%;
  }
  .PolarMoist_configForm__advancedSettings {
    min-width: 500px;
  }
  .PolarMoist_configForm__advancedSettings .app-horizontal, .PolarMoist_configForm__advancedSettings #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .PolarMoist_configForm__advancedSettings .colorRow, .PolarMoist_configForm__advancedSettings #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .PolarMoist_configForm__advancedSettings .colorRow, .PolarMoist_configForm__advancedSettings .Table_tableFilters, .PolarMoist_configForm__advancedSettings .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row, .Form.Form-header .Form-header__panel__fieldGroup .PolarMoist_configForm__advancedSettings .Form-header__panel__fieldGroup__row, .PolarMoist_configForm__advancedSettings .app-input.-withMinMax {
    flex-wrap: wrap;
  }
  .PolarMoist_configForm__advancedSettings .app-horizontal label:not(:first-child), .PolarMoist_configForm__advancedSettings #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label:not(:first-child), #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .PolarMoist_configForm__advancedSettings .colorRow label:not(:first-child), .PolarMoist_configForm__advancedSettings #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label:not(:first-child), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .PolarMoist_configForm__advancedSettings .colorRow label:not(:first-child), .PolarMoist_configForm__advancedSettings .Table_tableFilters label:not(:first-child), .PolarMoist_configForm__advancedSettings .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label:not(:first-child), .Form.Form-header .Form-header__panel__fieldGroup .PolarMoist_configForm__advancedSettings .Form-header__panel__fieldGroup__row label:not(:first-child), .PolarMoist_configForm__advancedSettings .app-input.-withMinMax label:not(:first-child) {
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .PolarMoist_configForm__settingsPanel__siloInfo {
    width: 200px !important;
  }
}
.PolarMoist_networkDevicePopup__tibboPort {
  display: inline-block;
  background: #c7c7c7;
  padding: 0 10px;
  border-radius: 3px;
  font-weight: bold;
}
.PolarMoist_networkDevicePopup__tibboPort.-connected {
  background: #92c762;
}

#polarpower-view #Polarpower_leftPanel {
  width: 315px;
  padding: 15px 20px;
  border-right: none;
}
#polarpower-view #logo {
  text-align: center;
}
#polarpower-view #energyChartContainer {
  position: relative;
}
#polarpower-view #energyChart .axis path,
#polarpower-view #energyChart .axis line {
  fill: none;
  shape-rendering: crispEdges;
}
#polarpower-view .axis-y path {
  stroke: #69CC75;
  stroke-width: 2px;
}
#polarpower-view #energyChart .axis text {
  font-size: 16px;
}
#polarpower-view #energyChart .grid line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: silver;
  stroke-width: 1px;
}
#polarpower-view #energyChart .area {
  fill: #f5e3b1;
  opacity: 0.7;
}
#polarpower-view #energyChart rect.background {
  fill: white;
}
#polarpower-view #xAxis, #polarpower-view #yAxis {
  position: absolute;
  font-style: italic;
}
#polarpower-view #xAxis {
  color: silver;
  text-align: right;
  right: 14px;
  top: 44%;
}
#polarpower-view #yAxis {
  color: #69CC75;
  text-align: left;
  top: 13px;
  left: 191px;
}
#polarpower-view #chartKeys {
  text-align: center;
}

.PolarPower_eventTypeList {
  margin-top: 50px;
}
.PolarPower_eventTypeList legend {
  max-width: 315px;
}

.PolarPower_eventType i {
  position: relative;
  top: 2px;
  display: none;
}
.PolarPower_eventType:hover i {
  display: inline-block;
}

.PolarPower_signal {
  color: #000000;
}
.PolarPower_signal.-signal_0 {
  color: #1dc0e2;
}
.PolarPower_signal.-signal_1 {
  color: #155a9f;
}
.PolarPower_signal.-signal_2 {
  color: #c3157d;
}
.PolarPower_signal.-signal_3 {
  color: #b85c00;
}
.PolarPower_signal.-signal_4 {
  color: #000000;
}
.PolarPower_signal.-signal_5 {
  color: #646464;
}
.PolarPower_signal.-signal_6 {
  color: #40642f;
}

.PolarPowerChart_root__eventBoxContainer {
  box-sizing: border-box;
  padding: 0 0 8px 0;
  display: none;
}
.PolarPowerChart_root__eventBoxContainer .PolarPowerChart_eventBox {
  background: rgba(106, 202, 95, 0.25);
  border-right: 1px solid rgba(43, 108, 36, 0.25);
  border-left: 1px solid rgba(43, 108, 36, 0.25);
}

.PolarPowerChart_signalLine {
  stroke: #000000;
  fill: none;
  stroke-width: 2px;
}
.PolarPowerChart_signalLine.-signal_0 {
  stroke: #1dc0e2;
}
.PolarPowerChart_signalLine.-signal_1 {
  stroke: #155a9f;
}
.PolarPowerChart_signalLine.-signal_2 {
  stroke: #c3157d;
}
.PolarPowerChart_signalLine.-signal_3 {
  stroke: #b85c00;
}
.PolarPowerChart_signalLine.-signal_4 {
  stroke: #000000;
}
.PolarPowerChart_signalLine.-signal_5 {
  stroke: #646464;
}
.PolarPowerChart_signalLine.-signal_6 {
  stroke: #40642f;
}

.PolarPowerChart_eventLabel {
  height: 100%;
  text-align: right;
  padding-right: 20px;
  padding-top: 5px;
}
.PolarPowerChart_eventLabel .PolarPowerChart_eventLabel__title {
  margin-bottom: 3px;
  font-size: 16px;
}
.PolarPowerChart_eventLabel .PolarPowerChart_eventLabel__status.-active {
  color: green;
}
.PolarPowerChart_eventLabel .PolarPowerChart_eventLabel__status.-inactive {
  color: silver;
}
.PolarPowerChart_eventLabel .PolarPowerChart_eventLabel__status .fa-caret-right {
  margin-right: 5px;
  color: black;
}

.PolarPowerChart_eventBoxContainer {
  box-sizing: border-box;
  padding: 15px 0;
  pointer-events: none;
}

.PolarPowerChart_eventBox {
  height: 100%;
  width: 100%;
  background: rgba(106, 202, 95, 0.65);
  box-sizing: border-box;
  padding: 5px;
  pointer-events: none;
}

.PolarPowerChart_eventMouseOverElement {
  cursor: pointer;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.AdditionalRecipe_Form form {
  overflow: visible !important;
}

.-withOverflowVisible {
  overflow: visible;
}

.AdditionalRecipe_administrativePanel label {
  width: 150px !important;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#importRecipeDataForm {
  text-align: center;
}
#importRecipeDataForm #importRecipeDataInput {
  border: 1px solid white;
  padding: 5px;
}

#recipeGuideDialog {
  width: 400px;
}
#recipeGuideDialog label {
  width: 170px;
}

#recipeChangeLog {
  right: 75px !important;
}

.BaseRecipe_form__centralRecipeWarning {
  margin-top: -10px;
  margin-bottom: 10px;
  background: #fdce77;
  padding: 0 15px;
  border: 1px solid #ca9f0e;
  margin-right: -10px;
  margin-left: -10px;
  text-align: center;
  white-space: normal;
}

.baseRecipeForm-mixerSettingsList-mixerSettingsForm label {
  width: 135px !important;
}

select .Aggregate {
  background: #D5D4D3;
}
select .Water {
  background: #BEDBF8;
}
select .Binder {
  background: #FFF4C1;
}
select .Additive {
  background: #AEC9A5;
}

.SlumpTables {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Font Awesome 6 Pro";
}

.BaseRecipe_form .SumoSelect {
  width: 100%;
}

.TargetCurveSelector {
  display: inline-flex;
  width: 100%;
}
.TargetCurveSelector label {
  font-weight: bold;
  margin-right: 10px;
}
.TargetCurveSelector select {
  margin-bottom: 0;
  margin-left: auto;
}

.BaseRecipe_list__recipeIcon {
  cursor: pointer;
  line-height: 19px;
  position: relative;
}
.BaseRecipe_list__recipeIcon.--dish {
  background: #bbd9f8;
}
.BaseRecipe_list__recipeIcon.--material {
  background: #d6b095;
}
.BaseRecipe_list__recipeIcon.--concrete {
  background: #cecac7;
}
.BaseRecipe_list__recipeIcon i {
  position: absolute;
  right: -4px;
  top: -2px;
  color: #ffdf00;
  text-shadow: black 0 0 2px, black 0 0 2px;
}

.Form_searchList i.--material {
  padding: 0 4px 0 2px;
  border-radius: 4px;
  margin-top: -3px;
}

.BaseRecipe_epdClassification {
  padding: 3px 10px 6px 10px;
  border-radius: 15px;
  font-weight: bold;
}

.BaseRecipe_favorite {
  color: #ffdf00;
  text-shadow: black 0 0 2px;
}
.BaseRecipe_favorite:focus {
  color: #ffdf00;
  text-shadow: black 0 0 2px;
}
.BaseRecipe_favorite:hover {
  color: #ffdf00;
  text-shadow: black 0 0 1px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#concreteFamilyGuideDialog {
  font-size: 12px;
  width: 350px;
  /*label {
      width: 150px;
  }*/
}
#concreteFamilyGuideDialog .concreteFamilyGuide_buttons {
  float: right;
  margin-top: 15px;
}
#concreteFamilyGuideDialog .concreteFamilyGuide_title {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

#ConcreteFamily_Form__panel3 label {
  width: 160px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#saveAsDialog {
  right: 62px;
}

#s2id_targetGradationCurveId, #s2id_rfcSelectedTargetGradationCurveId {
  flex-grow: 1;
  flex-shrink: 1;
}

.RecipeCreator_body .app-header h1 {
  width: 300px;
}

.RecipeCreator_header {
  display: block !important;
  min-height: 28px;
  padding: 5px 0 10px 10px !important;
  position: relative;
  margin-left: 0 !important;
}
.RecipeCreator_header h2 {
  display: inline-table;
  margin-right: 21px;
}
.RecipeCreator_header .RecipeCreator_header__buttonToolBar {
  position: absolute;
  right: 15px;
  top: 15px;
}
.RecipeCreator_header .RecipeCreator_header__subTitle {
  display: block;
}
.RecipeCreator_header .RecipeCreator_header__subTitle span {
  display: inline;
}
.RecipeCreator_header #RecipeCreator_validationMessages {
  display: block;
  font-size: 14px;
  margin-left: -1px;
  padding: 5px 0 0;
  width: 100%;
}
.RecipeCreator_header #RecipeCreator_validationMessages .RecipeCreator_validationMessages__message {
  border-radius: 3px;
  color: black;
  display: inline-table;
  padding: 2px 5px;
}
.RecipeCreator_header #RecipeCreator_validationMessages .RecipeCreator_validationMessages__message:only-child {
  max-width: 1350px;
}
.RecipeCreator_header #RecipeCreator_validationMessages .RecipeCreator_validationMessages__message.errorMessage {
  background: #F57676;
  border: 3px solid white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px 0 black;
  text-shadow: 0px 0px 4px rgb(253, 144, 144);
}
.RecipeCreator_header #RecipeCreator_validationMessages .RecipeCreator_validationMessages__message.warningMessage {
  background: rgb(255, 196, 28);
  border: 3px solid white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px 0 black;
}
.RecipeCreator_header #RecipeCreator_validationMessages .RecipeCreator_validationMessages__message.infoMessage {
  background: #ddddd9;
  border: 3px solid white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px 0 black;
}
.RecipeCreator_header #RecipeCreator_validationMessages .RecipeCreator_validationMessages__message + .RecipeCreator_validationMessages__message {
  margin-left: 15px;
}
.RecipeCreator_header #RecipeCreator_validationMessages .RecipeCreator_validationMessages__message__title {
  font-weight: bold;
}

#recipeCreatorDialogContent {
  background-color: #DADADA;
}
#recipeCreatorDialogContent form {
  overflow: visible;
}
#recipeCreatorDialogContent label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recipeCreatorDialogContent .-right .btn, #recipeCreatorDialogContent .-right .rc_calcButton, #recipeCreatorDialogContent .-right .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn #recipeCreatorDialogContent .-right .G_input__checkBox {
  margin-left: -1px;
  margin-right: 3px;
}
#recipeCreatorDialogContent .rc_calcButton {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.36);
  max-height: 28px;
  top: 2px;
  position: relative;
  max-width: 30px;
  margin-right: 3px;
}
#recipeCreatorDialogContent .rc_calcButton .calcButton-icon {
  width: 16px;
  height: 16px;
  max-width: 16px;
  position: relative;
  top: -2px;
  bottom: auto;
  left: -4px;
}
#recipeCreatorDialogContent .rc_kFactor {
  display: inline;
  float: right;
  text-align: right;
  font-size: 11px;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.41);
  font-weight: bold;
}
#recipeCreatorDialogContent .rc_whiteBox {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.23);
}
#recipeCreatorDialogContent .rc_whiteBox:not(:last-child) {
  margin-bottom: 10px !important;
}
#recipeCreatorDialogContent .rc_middleColumn {
  width: 455px;
}
#recipeCreatorDialogContent #rc_ingredients {
  width: 650px;
  margin-right: 10px;
}
#recipeCreatorDialogContent #rc_ingredients > fieldset:first-child {
  margin-top: 0 !important;
}
#recipeCreatorDialogContent #rc_ingredients .app-binder {
  border-color: rgb(226, 217, 112);
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmount {
  background: white;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmount .app-input.app-input-append.-top {
  height: 17px !important;
  line-height: 17px;
  display: block;
  background: transparent;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmount .app-input.app-input-append.-top input {
  height: 16px;
  line-height: 16px;
  box-shadow: none;
  width: 80px !important;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmount .app-input.app-input-append.-top .app-add-on {
  top: 3px;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmount .app-input.-bottom {
  font-size: 10px;
  line-height: 12px;
  height: 12px;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmount .app-input.-bottom input {
  color: #8d8d8d !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 12px;
  line-height: 12px;
  box-shadow: none;
  font-size: 10px;
  width: 75px !important;
  cursor: default;
  padding-right: 16px;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmount .app-input.-bottom .app-add-on {
  color: #8d8d8d;
  top: 2px;
  font-size: 10px;
  line-height: 12px;
  height: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle {
  display: inline;
  margin: 0;
  border-radius: 0;
  border-color: rgb(202, 198, 198);
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .app-add-on {
  color: rgb(148, 148, 148);
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .btn, #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .G_input__checkBox, #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .rc_calcButton {
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  border: 0;
  box-shadow: none;
  height: 32px;
  padding: 5px 2px 5px 5px;
  color: rgba(0, 0, 0, 0.17);
  text-shadow: 1px 1px 0 white;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .btn:focus, #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .G_input.-withCheckboxBtn .G_input__checkBox:focus, .G_input.-withCheckboxBtn #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .G_input__checkBox:focus, #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .rc_calcButton:focus {
  outline: none;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .btn:hover, #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .G_input.-withCheckboxBtn .G_input__checkBox:hover, .G_input.-withCheckboxBtn #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .G_input__checkBox:hover, #recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .rc_calcButton:hover {
  color: black;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .fa-long-arrow-up {
  position: relative;
  top: -2px;
}
#recipeCreatorDialogContent #rc_ingredients .rc_relAndAbsAmountToggle .fa-long-arrow-down {
  position: relative;
  left: -3px;
  top: 0;
}
#recipeCreatorDialogContent #rc_ingredients .rc_inputDescription {
  position: absolute;
  right: 6px;
  top: -1px;
  text-align: center;
  font-size: 10px;
  color: rgb(170, 170, 170);
}
#recipeCreatorDialogContent #rc_ingredients .rc_inputDescription + input {
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 0;
  min-width: 85px;
  background: transparent;
}
#recipeCreatorDialogContent #rc_ingredients .rc_inputDescription + input + span.add-on, #recipeCreatorDialogContent #rc_ingredients .rc_inputDescription + input + span.app-add-on {
  top: 14px;
}
#recipeCreatorDialogContent #rc_ingredients .rc_inputDescription + input:disabled + span {
  color: #909090;
}
#recipeCreatorDialogContent #rc_ingredients .rc_binderRecipeName {
  border: 1px solid rgb(204, 195, 89);
  border-radius: 3px;
  padding: 3px;
  margin: 0;
  position: relative;
  top: 2px;
  left: -15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: rgb(240, 223, 134);
  height: 26px;
}
#recipeCreatorDialogContent #rc_ingredients .rc_binderRecipeName > .app-amount-name {
  padding-top: 0;
}
#recipeCreatorDialogContent #rc_ingredients .rc_binderRecipeTotalAmount {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: -18px;
  min-width: 80px;
  overflow: hidden;
}
#recipeCreatorDialogContent #rc_ingredients .rc_binderRecipeTotalAmount > * {
  width: 100%;
}
#recipeCreatorDialogContent #rc_constraints {
  margin-top: 0 !important;
  overflow: hidden;
  /*.app-horizontal {
      margin-bottom: 10px;
  }*/
}
#recipeCreatorDialogContent #rc_constraints > fieldset {
  position: relative;
}
#recipeCreatorDialogContent #rc_constraints label {
  width: 120px;
}
#recipeCreatorDialogContent #rc_constraints .rc_locks {
  position: absolute;
  bottom: 10px;
  right: 0;
  background: rgba(97, 184, 97, 0.14);
  border-radius: 3px;
  padding: 5px 10px 7px 10px;
}
#recipeCreatorDialogContent #rc_constraints .rc_locks label, #recipeCreatorDialogContent #rc_constraints .rc_locks .rc_locks_checkBox {
  margin: 0;
  width: auto;
  text-align: left;
}
#recipeCreatorDialogContent #rc_constraints .rc_locks label input[type=checkbox], #recipeCreatorDialogContent #rc_constraints .rc_locks .rc_locks_checkBox input[type=checkbox] {
  margin: 0;
}
#recipeCreatorDialogContent #rc_calculations {
  height: 454px;
  box-sizing: border-box;
}
#recipeCreatorDialogContent #rc_calculations > fieldset {
  margin-right: 10px;
}
#recipeCreatorDialogContent #rc_calculations .materialCostHigher,
#recipeCreatorDialogContent #rc_calculations .materialCostHigher[disabled] {
  color: red !important;
}
#recipeCreatorDialogContent #rc_calculations .materialCostLower,
#recipeCreatorDialogContent #rc_calculations .materialCostLower[disabled] {
  color: green !important;
}
#recipeCreatorDialogContent #rc_calculations .materialCostEqual,
#recipeCreatorDialogContent #rc_calculations .materialCostEqual[disabled] {
  color: black !important;
}
#recipeCreatorDialogContent #rc_calculations .rc_years {
  position: relative;
}
#recipeCreatorDialogContent #rc_calculations .rc_yearsTitle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  width: 65px;
  margin: 0;
  border-radius: 4px 0 0 4px;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  padding: 12px 5px 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
}
#recipeCreatorDialogContent #rc_calculations .rc_yearsTitle + .app-input textarea[disabled] {
  height: 46px;
  margin-left: 70px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  cursor: default;
  font-weight: bold;
  font-size: 0.9em;
  width: 305px;
  padding-left: 10px;
}
#recipeCreatorDialogContent #rc_chart {
  margin: 0 0 0 10px !important;
}
#recipeCreatorDialogContent #rc_chart > fieldset:last-child {
  margin-top: 50px;
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable {
  margin-top: 5px;
  position: relative;
  width: 660px;
  min-width: 655px;
  font-size: 12px !important;
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable th {
  font-weight: bold !important;
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable td, #recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable th {
  border-right: 1px dashed rgba(192, 192, 192, 0.52);
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable td:last-child, #recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable th:last-child {
  padding-right: 5px;
  border-right: none !important;
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable td:first-child, #recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable th:first-child {
  text-align: left;
  padding-left: 5px;
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable thead > tr > th,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable tbody > tr > td,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable .rc_input--tiny {
  text-align: center;
  padding-left: 0;
  padding-right: 2px;
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable thead > tr > th > div, #recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable thead > tr > th > div > input,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable tbody > tr > td > div,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable tbody > tr > td > div > input,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable .rc_input--tiny > div,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable .rc_input--tiny > div > input {
  text-align: center;
  min-width: 10px !important;
}
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable thead > tr > th > div,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable tbody > tr > td > div,
#recipeCreatorDialogContent #rc_chart .rc_aggregateCurveTable .rc_input--tiny > div {
  margin-top: 5px;
  margin-bottom: 5px;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps {
  position: relative;
  padding-top: 0 !important;
  margin-top: 0;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart legend, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps legend {
  border-bottom: none !important;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors {
  position: absolute;
  right: 16px;
  top: 189px;
  padding: 15px;
  min-width: 100px;
  background: white;
  box-shadow: 1px 3px 0 2px rgba(0, 0, 0, 0.09);
  border: 1px solid silver;
  border-radius: 5px;
  line-height: 15px;
  font-size: 12px;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow:not(:last-child), #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow:not(:last-child) {
  margin-bottom: 15px;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorLabel {
  padding-left: 5px;
  color: black;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorBox, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorBox {
  width: 15px;
  background: #625b54;
  border-radius: 2px;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .combinedCurve, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .combinedCurve {
  background: #ebaf02;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .targetCurve, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .targetCurve {
  background: black;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .savedCurve, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .savedCurve {
  background: #24D027;
}
#recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_targetGradationCurveSelect, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_targetGradationCurveSelect {
  position: relative;
  left: 107px;
  top: -11px;
}
#recipeCreatorDialogContent .legend--dashed {
  border-bottom: 1px dashed silver !important;
  margin-bottom: 10px !important;
}
#recipeCreatorDialogContent .add-on.-select {
  height: 32px;
}
#recipeCreatorDialogContent .input-mini {
  max-width: 75px !important;
}
#recipeCreatorDialogContent .input-mini input {
  min-width: 20px !important;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Scale_scaleForm__leftPanel {
  flex-basis: 290px !important;
  flex-grow: 0 !important;
}
.Scale_scaleForm__leftPanel dropdownselect > button {
  padding: 4px 10px !important;
}
.Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings .app-horizontal > label, .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings .Table_tableFilters > label, .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label, .Form.Form-header .Form-header__panel__fieldGroup .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings .Form-header__panel__fieldGroup__row > label, .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings .app-input.-withMinMax > label, .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings .colorRow > label, .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Scale_scaleForm__leftPanel .Scale_scaleForm__flushSettings .colorRow > label {
  width: 180px !important;
}

.Scale_scaleForm__middlePanel .app-horizontal label, .Scale_scaleForm__middlePanel .Table_tableFilters label, .Scale_scaleForm__middlePanel .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row label, .Form.Form-header .Form-header__panel__fieldGroup .Scale_scaleForm__middlePanel .Form-header__panel__fieldGroup__row label, .Scale_scaleForm__middlePanel .app-input.-withMinMax label, .Scale_scaleForm__middlePanel #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow label, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Scale_scaleForm__middlePanel .colorRow label, .Scale_scaleForm__middlePanel #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow label, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Scale_scaleForm__middlePanel .colorRow label {
  width: 140px !important;
}

.Scale_scaleForm__sysAdminPanel .app-horizontal > label, .Scale_scaleForm__sysAdminPanel .Table_tableFilters > label, .Scale_scaleForm__sysAdminPanel .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label, .Form.Form-header .Form-header__panel__fieldGroup .Scale_scaleForm__sysAdminPanel .Form-header__panel__fieldGroup__row > label, .Scale_scaleForm__sysAdminPanel .app-input.-withMinMax > label, .Scale_scaleForm__sysAdminPanel #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Scale_scaleForm__sysAdminPanel .colorRow > label, .Scale_scaleForm__sysAdminPanel #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Scale_scaleForm__sysAdminPanel .colorRow > label {
  width: 160px !important;
}
.Scale_scaleForm__sysAdminPanel .app-input > input[type=number] {
  width: 45px;
  min-width: 45px;
}

.Scale_scaleManagement .Scale_scaleManagement__scaleTable {
  border: 1px solid silver;
  border-collapse: collapse;
  display: inline-table;
  overflow: auto;
  width: auto;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__scaleTable__row td {
  border-top: none;
  padding: 9px 15px 9px 15px;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__scaleTable__row:hover td {
  background: #F9F9F9 !important;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__scaleTable__row--header {
  height: 40px;
  padding: 4px 15px;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__scaleTable__row--header td {
  border: 1px solid;
  border-bottom: 0;
  line-height: 12px;
  padding: 3px 14px 8px 10px;
  position: relative;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__scaleTable__row--header td .btn-group {
  float: right;
  margin-left: 10px;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__loadCellsTable {
  table-layout: auto;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__loadCellsTable tr td {
  background: white;
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  padding: 0;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__loadCellsTable tr td:last-child {
  border-right: 1px solid silver;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__loadCellsTable tr:last-child td {
  border-bottom: 1px solid silver;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__loadCellsTable tr td:first-child,
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__loadCellsTable tr:first-child td:first-child {
  background: #F9F9F9;
  border: none;
}
.Scale_scaleManagement .Scale_scaleManagement__scaleTable .Scale_scaleManagement__loadCellsTable input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  line-height: 18px;
  margin: 0;
  padding: 2px 5px;
  width: 50px;
}
.Scale_scaleManagement .Scale_scaleManagement__lcs {
  margin-top: 15px;
  width: 100%;
}
.Scale_scaleManagement .Scale_scaleManagement__lcs .Scale_scaleManagement__lcs__chart .yAxis path,
.Scale_scaleManagement .Scale_scaleManagement__lcs .Scale_scaleManagement__lcs__chart .yAxis line {
  fill: none;
  stroke: silver;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.Scale_scaleManagement .Scale_scaleManagement__lcs .Scale_scaleManagement__lcs__chart .yAxis text {
  font-family: sans-serif;
  font-size: 12px;
}
.Scale_scaleManagement .Scale_scaleManagement__lcs .Scale_scaleManagement__lcs__chart .tick line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #dedede;
  stroke-width: 1px;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingPanel {
  flex-wrap: wrap;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingForm {
  flex-grow: 5;
  margin-right: 30px;
  min-width: 540px;
  max-width: 540px;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .app-horizontal > label:first-child, .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .Table_tableFilters > label:first-child, .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .Form.Form-header .Form-header__panel__fieldGroup .Form-header__panel__fieldGroup__row > label:first-child, .Form.Form-header .Form-header__panel__fieldGroup .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .Form-header__panel__fieldGroup__row > label:first-child, .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .app-input.-withMinMax > label:first-child, .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .colorRow > label:first-child, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .colorRow > label:first-child, .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .colorRow > label:first-child, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .colorRow > label:first-child {
  width: 130px;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset .app-input {
  flex-basis: 125px !important;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset input[type=checkbox],
.Scale_scaleManagement .Scale_scaleManagement__testWeighingForm fieldset input[type=radio] {
  margin-left: 0;
}
.Scale_scaleManagement .Scale_scaleManagement__siloDoseSaveBtn {
  width: 100%;
  margin-left: 0;
  font-size: 11px;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingResult {
  flex-grow: 6;
  min-width: 500px;
  max-width: 600px;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingTable {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  width: 100%;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingTable tbody tr:first-child td {
  border-top: 0;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingTable tr.activeStep {
  background-color: white;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingTable td {
  line-height: 20px;
  padding: 4px 10px 3px 10px;
  vertical-align: top;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingResultTable {
  border: 1px solid #dad9d9;
  display: table;
  margin-top: 0 !important;
  min-width: 400px;
  width: 100%;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingResultTable thead tr:first-child th {
  font-weight: bold;
}
.Scale_scaleManagement .Scale_scaleManagement__testWeighingResultTable thead tr:not(:first-child) th {
  color: #8c8c8c;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
}
.Scale_scaleManagement .Scale_scaleManagement__visualAndEmptyOK button i.fa {
  color: silver;
}
.Scale_scaleManagement .Scale_scaleManagement__visualAndEmptyOK button.active i.fa {
  color: black;
}

.Scale_scaleHmi__scaleGroup {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  height: 250px;
  overflow-x: visible;
  padding-left: 10px;
  position: relative;
}
.Scale_scaleHmi__scaleGroup + .Scale_scaleHmi__scaleGroup {
  box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale > div:not(:first-child) {
  margin-top: 5px !important;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale {
  cursor: pointer;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  min-width: 150px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale:last-child {
  border-right: 0;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocketContainer {
  background: #848484;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  color: white;
  font-size: 11px;
  font-style: italic;
  line-height: 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-shadow: 0 0 1px black;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocketContainer.-inactive {
  background: #E0E0E0;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #D2D2D2;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-top-right-radius: 4px;
  height: 50px;
  width: 100%;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket span {
  vertical-align: middle;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__siloBar__marker__materialName {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__siloBar__marker__result {
  border: 0;
  color: white;
  display: block;
  font-size: 15px;
  line-height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 5px;
  position: absolute;
  text-shadow: 0 0 1px black;
  white-space: nowrap;
  width: 100%;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__siloBar__marker__result div {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__siloBar__marker__result div:first-child {
  font-style: normal;
  margin-left: 5px;
  text-align: left;
  width: 100%;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__siloBar__marker__result div:last-child {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 8px;
  margin-top: 3px;
  opacity: 0.7;
  text-align: left;
  height: 15px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__siloBar__marker {
  border: 0 solid rgba(0, 0, 0, 0.5);
  border-left-width: 1px;
  border-radius: 0;
  border-right-width: 1px;
  height: 100%;
  padding-top: 5px;
  position: absolute;
  z-index: 2;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .-first {
  border-left: none !important;
  border-top-right-radius: 0 !important;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .-last {
  border-right: none !important;
  border-top-left-radius: 0 !important;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar {
  border: 1px solid rgba(0, 0, 0, 0.25);
  bottom: -1px;
  height: 100%;
  position: absolute;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar.-FeedingCoarse, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar.-FeedingFine, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar.-FeedingDynamic {
  background-image: -moz-linear-gradient(top, #85719a, #76628c);
  background-image: -webkit-linear-gradient(top, #85719a, #76628c);
  background-image: -ms-linear-gradient(top, #85719a, #76628c);
  background-image: linear-gradient(to bottom, #85719a, #76628c);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar.-FeedingNoFlow {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar.-FeedingDoneOK {
  background-image: -moz-linear-gradient(top, #6ca965, #619e61);
  background-image: -webkit-linear-gradient(top, #6ca965, #619e61);
  background-image: -ms-linear-gradient(top, #6ca965, #619e61);
  background-image: linear-gradient(to bottom, #6ca965, #619e61);
  background-repeat: repeat-x;
  border-bottom-color: #51884b;
  border-right-color: #677C3A;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.47);
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar.-FeedingDoneWithOverWeight, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .siloBar.-FeedingDoneWithOverWeightAcknowledged {
  background: #D75B54;
  border-right-color: #C34B4B;
  color: white;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__overlay__temp {
  position: absolute;
  right: 0;
  padding: 5px 5px 5px 5px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__overlay__truckButton {
  color: #b4b4b4;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 24px !important;
  line-height: 19px;
  padding: 5px 8px;
  position: relative;
  z-index: 51;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__overlay__truckButton.-truckReadyToLoad {
  color: black;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__overlay__truckButton.-truckNotReady i {
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0);
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__overlay__truckButton.-pending i {
  color: darkgoldenrod !important;
  text-shadow: 0 0 3px white !important;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket .Scale__overlay__truckButton span {
  color: black;
  display: block;
  font-size: 12px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket {
  background-color: #999;
  border-bottom: 1px solid white;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress {
  bottom: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress > div,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress > div {
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress div[class=bar],
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress div[class=bar] {
  background-image: -moz-linear-gradient(top, #068bce, #149bdf);
  background-image: -webkit-linear-gradient(top, #068bce, #149bdf);
  background-image: -ms-linear-gradient(top, #068bce, #149bdf);
  background-image: linear-gradient(to bottom, #068bce, #149bdf);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .scale-idle,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .scale-idle {
  background-image: -moz-linear-gradient(top, #444343, #757373);
  background-image: -webkit-linear-gradient(top, #444343, #757373);
  background-image: -ms-linear-gradient(top, #444343, #757373);
  background-image: linear-gradient(to bottom, #444343, #757373);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .status-dosing,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .status-dosing {
  background-image: -moz-linear-gradient(top, #917da7, #ad83bb);
  background-image: -webkit-linear-gradient(top, #917da7, #ad83bb);
  background-image: -ms-linear-gradient(top, #917da7, #ad83bb);
  background-image: linear-gradient(to bottom, #917da7, #ad83bb);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .status-emptying,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .status-emptying {
  background-image: -moz-linear-gradient(top, #068bce, #149bdf);
  background-image: -webkit-linear-gradient(top, #068bce, #149bdf);
  background-image: -ms-linear-gradient(top, #068bce, #149bdf);
  background-image: linear-gradient(to bottom, #068bce, #149bdf);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .scale-dosing-done,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .scale-dosing-done {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .hopper-dosing-done,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .hopper-dosing-done {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .batch-dosing-done,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .batch-dosing-done {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .test-weight-target,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .test-weight-target {
  color: black;
  height: 18px;
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .pocket-progress .test-weight-target img,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .pocket-progress .test-weight-target img {
  position: absolute;
  right: 2px;
  top: 22px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__scaleHmi__scaleDoorStatusText,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__scaleHmi__scaleDoorStatusText {
  font-style: italic;
  position: relative;
  text-align: center;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__scaleHmi__scaleDoorStatusText div,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__scaleHmi__scaleDoorStatusText div {
  bottom: 6px;
  position: absolute;
  right: 30px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__scaleHmi__scaleDoorStatusText,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__scaleHmi__scaleDoorStatusText {
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  line-height: 14px;
  overflow: hidden;
  padding: 5px;
  text-shadow: 0 0 2px black;
  width: 100%;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay > div:not(:first-child),
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__scaleHmi__scaleDoorStatusText > div:not(:first-child),
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay > div:not(:first-child),
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__scaleHmi__scaleDoorStatusText > div:not(:first-child) {
  pointer-events: none;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay i.--water,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__scaleHmi__scaleDoorStatusText i.--water,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay i.--water,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__scaleHmi__scaleDoorStatusText i.--water {
  color: #0480be;
  text-shadow: 0 0 3px #BEDBF8;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay .test-weight,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__scaleHmi__scaleDoorStatusText .test-weight,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay .test-weight,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__scaleHmi__scaleDoorStatusText .test-weight {
  color: black;
  text-shadow: 0 0 1px #ccccd2;
  font-size: larger;
}
@keyframes test-weight-moving {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay .test-weight.--unstable,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__scaleHmi__scaleDoorStatusText .test-weight.--unstable,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay .test-weight.--unstable,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__scaleHmi__scaleDoorStatusText .test-weight.--unstable {
  animation-name: test-weight-moving;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay__temp,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay__temp {
  position: absolute;
  right: 0;
  z-index: 5;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay__temp span,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay__temp span {
  padding-right: 0 !important;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay__temp span,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay__batchInfo span,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay__temp span,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay__batchInfo span {
  font-weight: bold;
  padding-right: 5px;
  position: relative;
  top: 2px;
  white-space: nowrap;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay__objectId,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay__objectId {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(0, 0, 0, 0.42);
  color: #6B6969;
  display: inline-block;
  font-weight: bold;
  height: 13px;
  line-height: 15px;
  margin: -1px 1px 5px 0;
  position: relative;
  text-shadow: 0 0 2px white;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--scale,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--scale {
  line-height: 24px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--scale .Scale__overlay--scale__weight,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--scale .Scale__overlay--scale__weight {
  box-sizing: border-box;
  font-weight: bold;
  padding-right: 92px;
  width: 100%;
  white-space: nowrap;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--scale .Scale__overlay--scale__weight .non-empty,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--scale .Scale__overlay--scale__weight .non-empty {
  background-color: #f89406;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #464646;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--scale .Scale__overlay--scale__weight .Scale__overlay--scale__weight__current,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--scale .Scale__overlay--scale__weight .Scale__overlay--scale__weight__current {
  font-size: 20px;
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
  top: -3px;
  padding-left: 3px;
  left: -3px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--scale .Scale__overlay--scale__weight .Scale__overlay--scale__weight__max,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--scale .Scale__overlay--scale__weight .Scale__overlay--scale__weight__max {
  position: relative;
  top: -2px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--hopper,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--hopper {
  height: 100%;
  overflow: visible;
  position: relative;
  top: -4px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--hopper .Scale__overlay--hopper__weight,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--hopper .Scale__overlay--hopper__weight {
  font-weight: bold;
  line-height: 12px;
  margin-right: 10px;
  white-space: nowrap;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--hopper .Scale__overlay--hopper__weight > span:first-child,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--hopper .Scale__overlay--hopper__weight > span:first-child {
  font-size: 18px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--hopper .Scale__overlay--hopper__batchInfo,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--hopper .Scale__overlay--hopper__batchInfo {
  position: relative;
  top: -4px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--hopper .Scale__overlay--hopper__batchInfo .Scale__overlay__objectId,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--hopper .Scale__overlay--hopper__batchInfo .Scale__overlay__objectId {
  top: -1px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket .Scale__overlay--hopper .Scale__overlay--hopper__batchInfo span,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket .Scale__overlay--hopper .Scale__overlay--hopper__batchInfo span {
  font-weight: bold;
  line-height: 20px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket {
  height: 26px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 55px;
  z-index: 1;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket.-warning .pocket-progress .bar {
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__scaleDoor,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__hopperDoor {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 12px solid #999;
  height: 0;
  left: 24px;
  margin-top: -3px;
  position: relative;
  width: 35px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__scaleDoor.-material,
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__hopperDoor.-material {
  border-top-color: #0480BE;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__scale__hopperDoor {
  top: 0;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 8px 10px 8px 8px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .btn, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input__checkBox, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .rc_calcButton {
  display: block;
  width: 25px;
}
.Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .btn + .btn, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input.-withCheckboxBtn .G_input__checkBox + .btn, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input__checkBox + .btn, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel #recipeCreatorDialogContent .rc_calcButton + .btn, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .rc_calcButton + .btn, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input.-withCheckboxBtn .btn + .G_input__checkBox, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .btn + .G_input__checkBox, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input.-withCheckboxBtn .G_input__checkBox + .G_input__checkBox, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input__checkBox + .G_input__checkBox, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel #recipeCreatorDialogContent .G_input.-withCheckboxBtn .rc_calcButton + .G_input__checkBox, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel #recipeCreatorDialogContent .rc_calcButton + .G_input__checkBox, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input.-withCheckboxBtn .rc_calcButton + .G_input__checkBox, .G_input.-withCheckboxBtn #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .rc_calcButton + .G_input__checkBox, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel #recipeCreatorDialogContent .btn + .rc_calcButton, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .btn + .rc_calcButton, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input.-withCheckboxBtn #recipeCreatorDialogContent .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input.-withCheckboxBtn .G_input__checkBox + .rc_calcButton, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel #recipeCreatorDialogContent .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .G_input__checkBox + .rc_calcButton, .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel #recipeCreatorDialogContent .rc_calcButton + .rc_calcButton, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup .Scale_scaleHmi__scaleGroup__controlPanel .rc_calcButton + .rc_calcButton {
  margin-top: 5px;
}

.Scale_scaleHmi__scaleGroup.-expanded .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocket {
  height: 53px;
}
.Scale_scaleHmi__scaleGroup.-expanded .Scale__scaleHmi__scaleDoorStatusText > div {
  left: 4px;
  right: unset;
}

.Scale_scaleHmi__scaleGroup.-minimized .-hiddenIfMinimized {
  display: none !important;
}
.Scale_scaleHmi__scaleGroup.-minimized .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket {
  border-radius: 4px;
  height: 35px;
}
.Scale_scaleHmi__scaleGroup.-minimized .Scale_scaleHmi__scaleGroup__scale__pockets__siloPocketContainer {
  display: none;
}
.Scale_scaleHmi__scaleGroup.-minimized .Scale_scaleHmi__scaleGroup__scale__siloHmiContainer .siloHmi-silo-siloStatus th {
  border-radius: 3px;
}
.Scale_scaleHmi__scaleGroup.-minimized .Scale_scaleHmi__scaleGroup__scale__siloHmiContainer tbody {
  display: none;
}
.Scale_scaleHmi__scaleGroup.-minimized.-manualOperation .siloHmi-silo-siloStatus th {
  border-radius: 3px 3px 0 0;
}
.Scale_scaleHmi__scaleGroup.-minimized .siloHmi .siloHmi-silo:not(:first-child) {
  margin-left: 3px;
}
.Scale_scaleHmi__scaleGroup.-minimized .Scale_scaleHmi__scaleGroup__controlPanel {
  padding-top: 0;
}

.Scale_scaleHmi__scaleGroup__scale__manualOperation {
  box-sizing: border-box;
  display: none;
  padding: 1px;
  position: relative;
  top: -3px;
  width: 100%;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input__checkBox, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .rc_calcButton {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-grow: 1 !important;
  font-size: 12px;
  margin-bottom: -2px;
  max-width: 150px;
  padding: 2px 5px;
  text-align: center;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn i, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .G_input__checkBox i, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input__checkBox i, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .rc_calcButton i, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .rc_calcButton i {
  color: rgba(0, 0, 0, 0.3);
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn:first-child, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .G_input__checkBox:first-child, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input__checkBox:first-child, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .rc_calcButton:first-child, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .rc_calcButton:first-child {
  border-bottom-right-radius: 0;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn:nth-child(2), .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .G_input__checkBox:nth-child(2), .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input__checkBox:nth-child(2), .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .rc_calcButton:nth-child(2), #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .rc_calcButton:nth-child(2) {
  border-bottom-left-radius: 0;
  margin-right: 7px;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn:last-child, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .G_input__checkBox:last-child, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input__checkBox:last-child, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .rc_calcButton:last-child, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .rc_calcButton:last-child {
  flex-grow: 0 !important;
  font-style: italic;
  padding: 0 3px;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn.-success, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .-success.G_input__checkBox, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .-success.G_input__checkBox, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .-success.rc_calcButton, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .-success.rc_calcButton {
  background: #a8cce6;
  border: 0;
  box-shadow: 0 0 0 1px rgb(119, 154, 181) inset;
  color: black;
  text-shadow: 0 0 2px #bce3ff;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn.-success:not(:active):hover, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .-success.G_input__checkBox:not(:active):hover, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .-success.G_input__checkBox:not(:active):hover, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .-success.rc_calcButton:not(:active):hover, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .-success.rc_calcButton:not(:active):hover {
  background: #97bcd8;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn.-success:active, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .-success.G_input__checkBox:active, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .-success.G_input__checkBox:active, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .-success.rc_calcButton:active, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .-success.rc_calcButton:active {
  background: #ade287;
  box-shadow: 0 0 1px 1px #8dbd6a inset;
}
.Scale_scaleHmi__scaleGroup__scale__manualOperation .btn.-danger, .Scale_scaleHmi__scaleGroup__scale__manualOperation .G_input.-withCheckboxBtn .-danger.G_input__checkBox, .G_input.-withCheckboxBtn .Scale_scaleHmi__scaleGroup__scale__manualOperation .-danger.G_input__checkBox, .Scale_scaleHmi__scaleGroup__scale__manualOperation #recipeCreatorDialogContent .-danger.rc_calcButton, #recipeCreatorDialogContent .Scale_scaleHmi__scaleGroup__scale__manualOperation .-danger.rc_calcButton {
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.Scale_scaleHmi__scaleGroup__scale__manualOperation--hopper {
  top: -3px;
}

.Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket + .Scale_scaleHmi__scaleGroup__scale__manualOperation {
  margin-top: -13px;
}

.Scale_scaleHmi__scaleGroup.-manualOperation .Scale_scaleHmi__scaleGroup__scale__pockets__hopperPocket,
.Scale_scaleHmi__scaleGroup.-manualOperation .Scale_scaleHmi__scaleGroup__scale__pockets__scalePocket {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.Scale_scaleHmi__scaleGroup.-manualOperation .Scale_scaleHmi__scaleGroup__scale__manualOperation {
  display: flex;
}
.Scale_scaleHmi__scaleGroup.-manualOperation .Scale_scaleHmi__scaleGroup__scale__pockets {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.Scale_scaleHmi__scaleGroup.-manualOperation .siloHmi-siloSettings {
  display: inherit;
}

.Scale_scaleHmi__scaleGroup {
  height: 200px;
}
.Scale_scaleHmi__scaleGroup.-manualOperation {
  height: 275px;
}
.Scale_scaleHmi__scaleGroup.-minimized {
  height: 90px;
}
.Scale_scaleHmi__scaleGroup.-minimized.-manualOperation {
  height: 165px;
}
.Scale_scaleHmi__scaleGroup.-minimized.-manualOperation .Scale_scaleHmi__scaleGroup__scale__siloHmiContainer {
  height: 70px !important;
}

.Scale_scaleHmi__scaleGroup.-buffered {
  height: 230px;
}
.Scale_scaleHmi__scaleGroup.-buffered.-manualOperation {
  height: 325px;
}
.Scale_scaleHmi__scaleGroup.-buffered.-minimized {
  height: 107px;
}
.Scale_scaleHmi__scaleGroup.-buffered.-minimized.-manualOperation {
  height: 205px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.serverform .app-form .app-input, .serverform .app-dialog .app-input {
  width: 80px;
}
.serverform .app-form {
  background: transparent;
}
.serverform fieldset {
  display: block;
  margin-bottom: 10px;
  padding: 0 0 15px 0;
}
.serverform fieldset > label:first-child {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #d6d3d3;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.serverform legend {
  margin-bottom: 5px;
  border-bottom: 0;
}
.serverform .Server_serverform__label-narrow {
  width: 70px !important;
}
.serverform .btn, .serverform .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .serverform .G_input__checkBox, .serverform #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .serverform .rc_calcButton {
  min-height: 30px;
}
.serverform .Server_serverform__btn-wide {
  width: 100%;
  margin-left: 0;
}
.serverform .Server_serverform__btn-wide + .btn, .serverform .G_input.-withCheckboxBtn .Server_serverform__btn-wide + .G_input__checkBox, .G_input.-withCheckboxBtn .serverform .Server_serverform__btn-wide + .G_input__checkBox, .serverform #recipeCreatorDialogContent .Server_serverform__btn-wide + .rc_calcButton, #recipeCreatorDialogContent .serverform .Server_serverform__btn-wide + .rc_calcButton {
  margin-top: 5px;
}
.serverform pop-up button {
  width: 98%;
  margin-top: 5px;
}
.serverform .Server_serverform_btn__tall {
  min-height: 60px;
  height: 60px;
}
.serverform .Server_serverForm__well {
  position: relative;
  padding: 15px;
  width: 200px;
  background: rgba(231, 231, 231, 0.85);
  border-radius: 5px;
  margin-top: 0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.03) inset, 0 0 2px 0 rgba(0, 0, 0, 0.27) inset;
}
.serverform .Server_serverForm__well + fieldset {
  margin-left: 18px;
  margin-top: 0 !important;
  position: relative;
}
.serverform .Server_serverForm__well div.app-input {
  margin-left: 0;
}
.serverform .Server_serverForm__well.app-flex, .serverform #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .Server_serverForm__well.colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationChart .rc_gradationChart_curveColors .serverform .Server_serverForm__well.colorLabel, .serverform #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .Server_serverForm__well.colorLabel, #recipeCreatorDialogContent #rc_chart .rc_gradationCurveProps .rc_gradationChart_curveColors .serverform .Server_serverForm__well.colorLabel {
  width: unset;
}
.serverform .Server_serverForm__well label + label {
  width: auto;
}
.serverform .Server_serverForm__well table {
  border: 1px solid silver;
  border-radius: 3px;
}
.serverform .Server_serverForm__well table thead tr {
  background: rgba(6, 6, 6, 0.0784313725);
}
.serverform .Server_serverForm__well table th, .serverform .Server_serverForm__well table td {
  padding: 5px;
}
.serverform .Server_serverForm__well table tbody tr {
  background: rgba(255, 255, 255, 0.5);
}
.serverform .Server_serverForm__well table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.serverform .Server_serverForm__well table td:first-child {
  padding-left: 15px;
}
.serverform .Server_serverform__pocket {
  position: relative;
}
.serverform .Server_serverform__pocket > fieldset {
  padding: 0;
}
.serverform .Server_serverform__pocket > label {
  display: flex;
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 11px;
  color: silver;
}
.serverform .Server_serverform__pocket > div {
  display: flex;
  padding: 0 0 8px 0;
}
.serverform .Server_serverform__pocket > div > input {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  text-align: left;
}
.serverform .Server_serverform__pocket .Server_serverform__pocket__input-append input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.serverform .Server_serverform__pocket .Server_serverform__pocket__input-append .btn, .serverform .Server_serverform__pocket .Server_serverform__pocket__input-append .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .serverform .Server_serverform__pocket .Server_serverform__pocket__input-append .G_input__checkBox, .serverform .Server_serverform__pocket .Server_serverform__pocket__input-append #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .serverform .Server_serverform__pocket .Server_serverform__pocket__input-append .rc_calcButton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.serverform .Server_serverform__serverstatsPanel {
  min-width: 370px;
  padding-right: 20px;
}
.serverform .Server_serverform_sysAdminPanel {
  padding-left: 30px;
  line-height: 28px;
}
.serverform .Server_serverform_sysAdminPanel label.checkbox.inline {
  margin-top: 5px;
}
.serverform .Server_serverform_sysAdminPanel textarea {
  resize: none;
}
.serverform .Server_serverform_sysAdminPanel label.checkbox {
  width: 10px;
}
.serverform .Server_serverForm__filePumpInformation span:first-child {
  font-weight: bold;
  width: 45px;
}
.serverform .Server_serverForm__filePumpInformation span:last-child {
  margin-left: 10px;
}
.serverform .Server_serverForm__filePumpInformation span.-error {
  color: #ce1c15;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.silo {
  float: left;
  width: 140px;
}
.silo-contentGrid > tbody > tr > td {
  position: relative;
  text-align: left;
}

.silo-level {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  left: 5px;
  right: 5px;
  top: 5px;
}
.silo-level.silo-level-min {
  background-color: #f8b9b7;
}
.siloHmi {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  padding: 0;
}

.Silo_siloHmi .Silo_siloHmi__switchToSiloBtn {
  width: 100%;
  background: #5bb75b !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 2px black;
  color: white;
  line-height: 42px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #63a062;
}

.Silo_siloHmi__feedButtons .btn, .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons .G_input__checkBox, .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .rc_calcButton {
  max-width: 50% !important;
  min-width: 50%;
  padding: 2px 4px;
  border-bottom: 0;
  border-radius: 0;
}
.Silo_siloHmi__feedButtons .btn + .btn, .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn .G_input__checkBox + .btn, .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons .G_input__checkBox + .btn, .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .rc_calcButton + .btn, #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .rc_calcButton + .btn, .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn .btn + .G_input__checkBox, .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons .btn + .G_input__checkBox, .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn .G_input__checkBox + .G_input__checkBox, .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons .G_input__checkBox + .G_input__checkBox, .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .G_input.-withCheckboxBtn .rc_calcButton + .G_input__checkBox, .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .rc_calcButton + .G_input__checkBox, #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn .rc_calcButton + .G_input__checkBox, .G_input.-withCheckboxBtn #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .rc_calcButton + .G_input__checkBox, .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .btn + .rc_calcButton, #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .btn + .rc_calcButton, .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn #recipeCreatorDialogContent .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn .G_input__checkBox + .rc_calcButton, .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .G_input__checkBox + .rc_calcButton, #recipeCreatorDialogContent .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons .G_input__checkBox + .rc_calcButton, .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .rc_calcButton + .rc_calcButton, #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .rc_calcButton + .rc_calcButton {
  border-left: 0;
}
.Silo_siloHmi__feedButtons .btn:only-child, .Silo_siloHmi__feedButtons .G_input.-withCheckboxBtn .G_input__checkBox:only-child, .G_input.-withCheckboxBtn .Silo_siloHmi__feedButtons .G_input__checkBox:only-child, .Silo_siloHmi__feedButtons #recipeCreatorDialogContent .rc_calcButton:only-child, #recipeCreatorDialogContent .Silo_siloHmi__feedButtons .rc_calcButton:only-child {
  max-width: 100% !important;
  min-width: 100% !important;
}

.Silo_siloHmi__doseBtn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  width: 100%;
}

.siloHmi .siloHmi-silo {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background-color: #d0d0d0;
  border-left: 0 !important;
  border-radius: 5px;
  border-right: 0 !important;
  border-top: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  padding: 0 !important;
  position: relative;
  width: 65px !important;
}
.siloHmi .siloHmi-silo:before, .siloHmi .siloHmi-silo:after {
  content: "";
  display: table;
}
.siloHmi .siloHmi-silo:after {
  clear: both;
}
.siloHmi .siloHmi-silo {
  zoom: 1;
}
.siloHmi .siloHmi-silo:first-child {
  margin-left: 0;
}
.siloHmi .siloHmi-silo .inset-wrapper {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.Scale_scaleHmi__scaleGroup__scale:first-child .Silo_siloHmi__silo__dosingDialog {
  padding: 10px;
  right: -175px !important;
}

.Silo_siloHmi__silo__operatorModeBtn--noClick {
  cursor: not-allowed;
  pointer-events: none;
}

.scaleHmiContainer.-expanded .siloHmiContainer {
  margin-bottom: 5px;
}

.siloHmi .siloHmi-silo.siloHmi-siloInactive {
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #dddddd), color-stop(0.25, #dddddd), color-stop(0.25, #cccccc), color-stop(0.5, #cccccc), color-stop(0.5, #dddddd), color-stop(0.75, #dddddd), color-stop(0.75, #cccccc));
  background-image: -webkit-linear-gradient(left bottom, #dddddd 0%, #dddddd 25%, #cccccc 25%, #cccccc 50%, #dddddd 50%, #dddddd 75%, #cccccc 75%);
  background-image: -moz-linear-gradient(left bottom, #dddddd 0%, #dddddd 25%, #cccccc 25%, #cccccc 50%, #dddddd 50%, #dddddd 75%, #cccccc 75%);
  background-image: -ms-linear-gradient(left bottom, #dddddd 0%, #dddddd 25%, #cccccc 25%, #cccccc 50%, #dddddd 50%, #dddddd 75%, #cccccc 75%);
  background-image: -o-linear-gradient(left bottom, #dddddd 0%, #dddddd 25%, #cccccc 25%, #cccccc 50%, #dddddd 50%, #dddddd 75%, #cccccc 75%);
  background-image: linear-gradient(left bottom, #dddddd 0%, #dddddd 25%, #cccccc 25%, #cccccc 50%, #dddddd 50%, #dddddd 75%, #cccccc 75%);
  background-size: 30px 30px;
  color: rgb(60, 58, 58);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#cccccc", GradientType=0); /* IE6-8 */
}

.siloHmi .siloHmi-silo.siloHmi-siloInactive table {
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  opacity: 0.8;
}
.siloHmi .siloHmi-silo.siloHmi-siloInactive table th, .siloHmi .siloHmi-silo.siloHmi-siloInactive table td:not(.Silo_siloHmi__silo__contentBar), .siloHmi .siloHmi-silo.siloHmi-siloInactive table button, .siloHmi .siloHmi-silo.siloHmi-siloInactive table input {
  background: transparent !important;
  border: 0 !important;
}
.siloHmi .siloHmi-silo.siloHmi-siloInactive table td.Silo_siloHmi__silo__contentBar {
  border-bottom: none !important;
}

.siloHmi .siloHmi-silo.siloHmi-externallyDosed .siloHmi-siloSettings button {
  visibility: hidden;
}

.siloHmi .siloHmi-silo.siloHmi-externallyDosed table tbody {
  visibility: hidden;
}

.siloHmi .siloHmi-silo.siloHmi-siloStandby table {
  border: 1px solid silver;
  border-radius: 3px;
  color: #9c9c9c;
}
.siloHmi .siloHmi-silo.siloHmi-siloStandby table th,
.siloHmi .siloHmi-silo.siloHmi-siloStandby table td:not(.Silo_siloHmi__silo__contentBar),
.siloHmi .siloHmi-silo.siloHmi-siloStandby table button:not(.Silo_siloHmi__switchToSiloBtn),
.siloHmi .siloHmi-silo.siloHmi-siloStandby table input {
  background: #E0E0E0 !important;
  border: 0 !important;
  color: #9c9c9c;
}
.siloHmi .siloHmi-silo.siloHmi-siloStandby table th {
  color: #686868;
}
.siloHmi .siloHmi-silo.siloHmi-siloStandby table td.Silo_siloHmi__silo__contentBar {
  border-bottom: none !important;
  opacity: 0.8;
}

.Silo_siloHmi {
  margin-top: 5px;
}

.siloHmi .siloHmi-silo.-warning .siloHmi-silo-displayName {
  background: #B89D0D;
  border-color: #9E7E00;
  color: white;
}
.siloHmi .siloHmi-silo.-warning .siloHmi-silo-table thead tr {
  background-color: #FFD705;
  color: black;
}
.siloHmi-siloStandby td.Silo_siloHmi__silo__contentBar.-warning {
  border: 1px solid #E69602;
}

.siloHmi .siloHmi-silo.-error .siloHmi-silo-displayName {
  background: maroon;
  border-color: rgb(109, 2, 2);
  color: white;
}
.siloHmi .siloHmi-silo.-error .siloHmi-silo-table thead tr {
  background-color: rgb(236, 77, 55);
  color: white;
}

.siloHmi .siloHmi-silo.water .inset-wrapper table td {
  border: 0;
}

.siloList #silo-table span.siloLevel {
  float: left;
  text-align: right;
  width: 30px;
}
.siloList #silo-table tbody > tr.Table_row--flushwater > td {
  color: rgba(0, 0, 0, 0.5);
  background-color: #d2e4f7;
}
.siloList #silo-table tbody > tr.Table_row--flushwater:hover > td {
  background-color: #aec8e2 !important;
}

.siloList .siloForm legend:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 20px;
}
.siloList .siloForm .input-narrow {
  max-width: 80px;
}
.siloList .siloForm .siloList-siloForm-leftPanel {
  max-width: 525px !important;
  min-width: 525px !important;
}
.siloList .siloForm .siloList-siloForm-flowWarning {
  margin-top: 35px;
}
.siloList .siloForm .siloList-siloForm-flowWarning label {
  width: 170px;
}

.Silo_siloForm__calculatedLevelAndBalance {
  margin-bottom: 0 !important;
}
.Silo_siloForm__calculatedLevelAndBalance .calculatedLevel {
  width: 57px;
}
.Silo_siloForm__calculatedLevelAndBalance .calculatedLevel span {
  position: relative;
  top: 3px;
  margin-left: 9px;
}
.Silo_siloForm__calculatedLevelAndBalance .calculatedLevelArrow {
  position: absolute;
  right: 166px;
  top: -14px;
  color: silver;
}

.Silo_siloForm__dosingsTableScroller {
  max-height: 250px;
  padding: 0;
  position: relative;
}

@media (min-width: 1921px) {
  .Silo_siloForm__rightPanel {
    max-width: 500px !important;
  }
}
.siloHmi-silo-table {
  max-width: 65px;
  min-width: 65px;
  width: 65px;
}
.siloHmi-silo-table tbody tr {
  height: 44px;
}
.siloHmi-silo-table tbody tr:not(:last-child) td:first-child,
.siloHmi-silo-table tbody tr tr + tr td:first-child {
  border-bottom: 1px solid rgb(226, 226, 226);
  overflow: visible;
}
.siloHmi-silo-table tbody tr:not(:last-child) td:first-child button,
.siloHmi-silo-table tbody tr tr + tr td:first-child button {
  border-bottom: 1px solid silver;
  height: 22px;
}
.siloHmi-silo-table tbody tr td {
  overflow: hidden;
  position: relative;
}
.siloHmi-silo-table tbody tr td div.moisture-warn, .siloHmi-silo-table tbody tr td .moisture-warn input {
  background-color: #F8D306;
}
.siloHmi-silo-table tbody tr td button {
  background: whitesmoke;
  border: 0;
  border-radius: 0;
  border-right: 1px solid silver;
  font-size: 12px;
  left: 0;
  padding: 3px;
  position: absolute;
  top: 0;
  width: 18px;
}
.siloHmi-silo-table tbody tr td button:hover {
  background: #C5C5C5;
  color: black;
}
.siloHmi-silo-table tbody tr td button.-active {
  color: black;
  font-weight: bold;
}
.siloHmi-silo-table tbody tr td input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline;
  height: 18px;
  line-height: 12px;
  margin: 0;
  margin-left: 18px;
  padding: 0;
  text-align: center;
  width: 25px;
}
.siloHmi-silo-table tbody tr td:first-child {
  background-color: white !important;
  font-size: 13px;
  max-width: 90%;
  text-align: center;
  width: 90%;
}
.siloHmi-silo-table tbody tr td:not(:first-child) {
  width: 20%;
}
.siloHmi-silo-table .siloHmi-silo-displayName {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #a3a0a0;
  height: 15px;
  left: 2px;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 15px;
}
.siloHmi-silo-table .siloHmi-silo-displayName:not(.-activeStatus) {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(102, 101, 101);
}
.siloHmi-silo-table .unit, .siloHmi-silo-table .unit-nospace {
  margin-left: -4px;
}
.siloHmi-silo-table tr:first-child td:first-child {
  border-left: 1px solid silver;
}
.siloHmi-silo-table tr:first-child td:only-child {
  border-right: 1px solid silver;
}
.siloHmi-silo-table tr:last-child td:first-child, .siloHmi-silo-table tr:only-child td:first-child {
  border-bottom: 1px solid silver;
  border-bottom-left-radius: 3px;
  border-left: 1px solid silver;
}
.siloHmi-silo-table tr:last-child td:last-child, .siloHmi-silo-table tr:only-child td:last-child {
  border-bottom: 1px solid silver;
}
.siloHmi-silo-table tr:last-child td:only-child, .siloHmi-silo-table tr:only-child td:only-child {
  border-right: 1px solid silver;
  border-bottom-right-radius: 3px;
}
.siloHmi-silo-table .siloHmi-silo-contentBar,
.siloHmi-silo-table .siloHmi-silo-contentBar:hover {
  background: #6D7D6D;
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  overflow: visible;
}
.siloHmi-silo-table .siloHmi-silo-contentBar .siloHmi-silo-contentBar-fill,
.siloHmi-silo-table .siloHmi-silo-contentBar:hover .siloHmi-silo-contentBar-fill {
  background: #AFE4AF;
  border: 1px solid #8eb98e;
  border-bottom-color: #8eb98e !important;
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-left: none;
  border-top-color: #526152;
  bottom: 1px;
  left: 1px;
  max-height: 97% !important;
  position: absolute;
  right: 0;
}
.siloHmi-silo-table .siloHmi-silo-contentBar.-warning,
.siloHmi-silo-table .siloHmi-silo-contentBar:hover.-warning {
  background: #ad8901 !important;
  border-right: 1px solid #E69602;
}
.siloHmi-silo-table .siloHmi-silo-contentBar.-warning .siloHmi-silo-contentBar-fill,
.siloHmi-silo-table .siloHmi-silo-contentBar:hover.-warning .siloHmi-silo-contentBar-fill {
  background: #FBDB37 !important;
  border-color: #E2B403 !important;
  border-right: 0;
}
.siloHmi-silo-table .siloHmi-silo-contentBar.-danger,
.siloHmi-silo-table .siloHmi-silo-contentBar:hover.-danger {
  background: #ce4d46 !important;
  border-bottom-color: maroon !important;
}
.siloHmi-silo-table .siloHmi-silo-contentBar.-danger .siloHmi-silo-contentBar-fill,
.siloHmi-silo-table .siloHmi-silo-contentBar:hover.-danger .siloHmi-silo-contentBar-fill {
  background: #ff9999 !important;
  border-color: #B35E5E !important;
}
.siloHmi-silo-table .Silo_siloHmi__silo__contentBar.Silo_siloHmi__silo__contentBar--hidden {
  background: white !important;
  border-right: 1px solid silver;
}
.siloHmi-silo-table .Silo_siloHmi__silo__contentBar.Silo_siloHmi__silo__contentBar--hidden .Silo_siloHmi__silo__contentBar__fill {
  display: none;
}
.siloHmi-silo-table .Silo_siloHmi__silo__contentBar__sensorIndicator {
  border-radius: 3px;
  height: 5px;
  right: 2px;
  opacity: 0.85;
  position: absolute;
  width: 5px;
}
.siloHmi-silo-table .Silo_siloHmi__silo__contentBar__sensorIndicator.-success {
  background: #7FF64E;
  border: 1px solid #0D6B0D;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  top: 2px;
}
.siloHmi-silo-table .Silo_siloHmi__silo__contentBar__sensorIndicator.-danger {
  background: #FB5959;
  background: linear-gradient(to bottom, #FF7878 0%, #FF2A2A 80%, #B43535 100%);
  border: 1px solid #B40707;
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.4);
  top: 11px;
}
.siloHmi-silo-table tbody tr.-aggregate {
  height: 22px;
}
.siloHmi-silo-table tbody tr:not(.-aggregate) td input {
  font-size: 140%;
  width: 30px;
}
.siloHmi-silo-table tbody tr:not(.-aggregate) td button {
  height: 100%;
}

.siloStatus__conveyorIndicator {
  background: #688AA3;
  border: 1px solid #425C6D;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 10;
}

.siloStatus__conveyorIndicator--target {
  background: #917da7;
  border: 1px solid #60526f;
}

.siloStatus__conveyorIndicator--success {
  background-image: -moz-linear-gradient(top, #62af62, #85bf85);
  background-image: -webkit-linear-gradient(top, #62af62, #85bf85);
  background-image: -ms-linear-gradient(top, #62af62, #85bf85);
  background-image: linear-gradient(to bottom, #62af62, #85bf85);
  background-repeat: repeat-x;
  border-color: #50A250;
}

.siloHmi-silo-siloStatus {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.siloHmi-silo-table .siloHmi-silo-siloStatus tr th {
  border: 1px solid;
  border-color: rgb(142, 142, 142);
  border-bottom-color: rgb(175, 175, 175);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 13px;
  font-weight: normal;
  height: 13px;
  line-height: 12px;
  overflow: hidden;
  padding: 4px 2px 2px 2px;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  /*&.siloStatus-Idle {
      background: $pocketBackgroundColor;
      border-color: rgb(136, 136, 136);
  }*/
}
.siloHmi-silo-table .siloHmi-silo-siloStatus tr th span:not(.g-objectId) {
  position: relative;
}
.siloHmi-silo-table .siloHmi-silo-siloStatus tr th .g-objectId {
  background: rgba(249, 249, 249, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 10px;
  margin: 0 0 1px 0;
  min-width: 12px;
}
.siloHmi-silo-table .siloHmi-silo-siloStatus tr th.siloStatus-FeedingCoarse, .siloHmi-silo-table .siloHmi-silo-siloStatus tr th.siloStatus-FeedingDynamic {
  background: #ad8abf !important;
  border-color: #644d7d !important;
  color: black;
  text-shadow: 0 0 2px #dcc2e4;
}
.siloHmi-silo-table .siloHmi-silo-siloStatus tr th.siloStatus-FeedingFine {
  background-image: -webkit-repeating-linear-gradient(-45deg, #b6e0ac 0, #b6e0ac 25%, #74c462 25%, #74c462 50%, #b6e0ac 50%, #b6e0ac 75%, #74c462 75%, #74c462 100%);
  background-image: -moz-repeating-linear-gradient(-45deg, #b6e0ac 0, #b6e0ac 25%, #74c462 25%, #74c462 50%, #b6e0ac 50%, #b6e0ac 75%, #74c462 75%, #74c462 100%);
  background-image: repeating-linear-gradient(-45deg, #b6e0ac 0, #b6e0ac 25%, #74c462 25%, #74c462 50%, #b6e0ac 50%, #b6e0ac 75%, #74c462 75%, #74c462 100%);
  background-repeat: repeat;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -ms-background-size: 40px 40px;
  background-size: 40px 40px;
  background: repeating-linear-gradient(90deg, #ad8abf, #ad8abf 50%, transparent 50%, transparent 100%) !important;
  border-color: #644d7d !important;
  color: black;
  text-shadow: 0 0 2px #dcc2e4;
}
.siloHmi-silo-table .siloHmi-silo-siloStatus tr th.siloStatus-FeedingNoFlow {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  color: black;
  text-shadow: 0 0 2px #fff117;
}
.siloHmi-siloSettings {
  display: none;
  position: relative;
  top: -1px;
  width: 100%;
}
.siloHmi-siloSettings .siloHmi-silo-displayName {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #a3a0a0;
  height: 15px;
  left: 2px;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 15px;
}
.siloHmi-siloSettings .siloHmi-silo-displayName:not(.-activeStatus) {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(102, 101, 101);
}

.-withTags .siloHmi-silo-table .siloHmi-silo-siloStatus tr th {
  height: 16px;
  padding: 2px 2px 0 1px;
  text-align: left;
}
.-withTags .siloHmi-silo-table .siloHmi-silo-siloStatus tr th span:not(.g-objectId) {
  vertical-align: baseline;
}
.-withTags .siloHmi-silo-table .siloHmi-silo-siloStatus tr th .g-objectId {
  display: inline-block;
  font-size: 11px;
  margin: 0;
  padding: 2px 1px 1px 1px;
  position: relative;
  top: -1px;
}

.silo-list {
  border-left: 0 !important;
  border-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Silo_siloHmi__silo__hmiLevel {
  display: inline-block;
  line-height: 16px;
  margin-left: 18px;
  padding-top: 2px;
  text-align: center;
  white-space: nowrap;
  width: 37px;
}
.Silo_siloHmi__silo__hmiLevel sub {
  bottom: 0;
}
.Silo_siloHmi__silo__hmiLevel.-moveUnitCloser sub {
  left: -2px;
}

#siloTransactionsDialog {
  left: 257px;
  top: -85px;
  width: 550px;
}
#siloTransactionsDialog .Silo_siloTransactionsDialog__scroller {
  margin-right: -7px;
  max-height: 200px !important;
  position: relative;
}
#siloTransactionsDialog tbody > tr.-current > td {
  color: rgb(249, 220, 133);
  font-style: italic;
}
#siloTransactionsDialog .Silo_siloForm__exportTransactions {
  margin-right: 7px;
}
#siloTransactionsDialog .Silo_siloForm__exportTransactions label {
  width: 140px;
}
#siloTransactionsDialog .Silo_siloForm__exportTransactions .app-input {
  width: auto;
}
#siloTransactionsDialog .Silo_siloForm__exportTransactions .app-input input {
  width: 35px;
}

#siloContentDialog {
  left: 257px;
  right: unset;
  top: 0;
  width: 350px;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Plant_plantHmi__plant {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background-color: #ebebeb;
  box-shadow: 0 2px 5px #666;
  border-top: 1px solid white;
  padding: 5px 0 0 0;
  position: relative;
}
.Plant_plantHmi__plant.-isPaused {
  background-color: #FFE959;
  background-image: linear-gradient(90deg, transparent 50%, black 50%), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 200% 100%, 100px 100px;
}
.Plant_plantHmi__plant .Plant_plantHmi__plant__scaleContainer {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-bottom: 4px;
}
.Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl {
  border-left: 1px solid silver;
  box-shadow: 1px 0 1px 0 white inset;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 8px 6px;
  width: 48px;
}
.Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl button {
  display: block;
  margin-bottom: 5px;
  width: 35px;
}

#plant-hmi.-minimized .Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl {
  padding: 0 6px;
  width: 88px;
}
#plant-hmi.-minimized .Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl button.btn, #plant-hmi.-minimized .Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl .G_input.-withCheckboxBtn button.G_input__checkBox, .G_input.-withCheckboxBtn #plant-hmi.-minimized .Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl button.G_input__checkBox, #plant-hmi.-minimized .Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl #recipeCreatorDialogContent button.rc_calcButton, #recipeCreatorDialogContent #plant-hmi.-minimized .Plant_plantHmi__plant .Plant_plantHmi__plant__plantControl button.rc_calcButton {
  display: inline-block;
}
#plant-hmi.-minimized .Plant_plantHmi__plant .Plant_plantHmi__plant__scaleContainer {
  padding-bottom: 0;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#site .app-view-header h2 a {
  font-size: 80%;
}
#site .app-view-header h2 * {
  margin-right: 10px;
}
#site #site-table tr.site_controlled:not(.app-details) {
  background-color: rgb(189, 224, 169) !important;
}
#site #site-table tr.site_controlled:not(.app-details) td {
  background-color: transparent;
  border-top-color: rgb(143, 165, 123);
  border-bottom-color: rgb(143, 165, 123);
}
#site #site-table tr.site_controlled:not(.app-details):hover td {
  background-color: transparent !important;
}

#site-list label {
  width: 160px;
}

#Site_informationPanel {
  min-width: 600px;
  flex: 0;
}
#Site_informationPanel .app-input + label {
  width: 110px;
}

#findSiteCoordinatesDialog {
  left: 50px;
  top: -400px;
  width: 800px;
}
#findSiteCoordinatesDialog label {
  width: 200px !important;
}
#findSiteCoordinatesDialog #site_coordinateMap {
  height: 400px;
  width: 590px;
  margin-left: 210px;
  margin-top: 10px;
  border-radius: 4px;
}

#siteGuideDialog label {
  width: 100px;
}

.Site_labForm .Table, .Site_labForm .Table_propsTable {
  width: auto;
  margin-top: -10px !important;
}

.Site_labForm__testTable th:not(:first-child) {
  text-align: center !important;
}
.Site_labForm__testTable tr:first-child th:not(:first-child),
.Site_labForm__testTable tr:not(:first-child) th:nth-child(2),
.Site_labForm__testTable tr:not(:first-child) th:nth-child(4) {
  border-left: 1px solid #d2d2d2;
}
.Site_labForm__testTable tr td:nth-child(2),
.Site_labForm__testTable tr td:nth-child(4) {
  border-left: 1px solid #e7e7e7;
}

.Site_labForm__ageTable .btn, .Site_labForm__ageTable .G_input.-withCheckboxBtn .G_input__checkBox, .G_input.-withCheckboxBtn .Site_labForm__ageTable .G_input__checkBox, .Site_labForm__ageTable #recipeCreatorDialogContent .rc_calcButton, #recipeCreatorDialogContent .Site_labForm__ageTable .rc_calcButton {
  width: 100px;
}
.Site_labForm__ageTable tr td:first-child {
  padding-left: 0;
}
.Site_labForm__ageTable tr td:last-child {
  padding-right: 5px;
}

#customproperty-list .nav-pills {
  flex-grow: 7;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#system-table a {
  text-decoration: none;
}
#system-table tr.-enterprise td, #system-table tr.-enterprise input {
  background-color: #a0dede;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
#tab-buttons-container {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.23);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 190px;
}
#tab-buttons-container::-webkit-scrollbar-track-piece {
  background-color: #d8d8d8;
}
#tab-buttons-container::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
  border: 4px solid #d8d8d8;
}
#tab-buttons-container::-webkit-scrollbar {
  width: 18px;
}

.tab-buttons {
  background: rgb(101, 132, 158);
  background: linear-gradient(to right, #577890 10%, #688aa3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65849e", endColorstr="#ffffff", GradientType=1);
  height: auto;
  min-height: 100%;
}
.tab-buttons:before, .tab-buttons:after {
  content: "";
  display: table;
}
.tab-buttons:after {
  clear: both;
}
.tab-buttons {
  zoom: 1;
}
.tab-buttons ul, .tab-buttons li {
  list-style: none;
  margin: 0;
}
.tab-buttons ul a, .tab-buttons li a {
  color: #f3f5f6;
  text-decoration: none;
}
.tab-buttons > ul > li > a {
  display: block;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-top: 10px;
}
.tab-buttons > ul > li i {
  float: right;
  font-size: 20px;
  margin-right: 15px;
}
.tab-buttons > ul > li i.far.fa-angle-right {
  display: inline-block;
}
.tab-buttons > ul > li i.far.fa-angle-up {
  display: none;
}
.tab-buttons > ul > li.active:not(.tabbable) {
  background: linear-gradient(to right, #a6b0b7 10%, #c8cacc 100%);
  border-right: 1px solid #bbbbbb;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.42);
}
.tab-buttons > ul > li.active > a {
  font-weight: bold;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.tab-buttons > ul > li.active > ul:not(.in) {
  overflow: hidden;
}
.tab-buttons > ul > li.active > ul.in {
  overflow: visible;
}
.tab-buttons > ul > li.active i.far.fa-angle-right {
  display: none;
}
.tab-buttons > ul > li.active i.far.fa-angle-up {
  display: inline-block;
}
.tab-buttons > ul > li.active > ul {
  background: #ebebeb;
}
.tab-buttons > ul > li.active > ul > li {
  line-height: 28px;
}
.tab-buttons > ul > li.active > ul > li:first-child {
  padding-top: 5px;
}
.tab-buttons > ul > li.active > ul > li:last-child {
  padding-bottom: 5px;
}
.tab-buttons > ul > li.active > ul > li a {
  background-color: transparent;
  color: black !important;
  display: block;
}
.tab-buttons > ul > li.active > ul > li.active {
  background: #c8cacc;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tab-buttons > ul > li.active > ul > li:not(.active):hover {
  background: #e2e2e2;
}
.tab-buttons > ul > li:not(.active):not(:last-child) {
  border-bottom: 1px solid rgba(49, 74, 94, 0.22);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.09);
}
.tab-buttons > ul > li:not(.active):last-child {
  padding-bottom: 10px;
}
.tab-buttons > ul > li:not(.active):hover {
  background: rgba(174, 220, 252, 0.27);
  border-radius: 0;
}
.tab-buttons > ul > li:not(.active):hover ul.in li a:hover {
  background-color: #647a94;
}
.tab-buttons > ul > li > ul li a {
  padding-left: 30px;
}
.tab-buttons > ul > li > ul.in {
  margin-bottom: 15px;
}
.tab-buttons > ul > li > ul.in > li a {
  display: block;
}

.app-tabs {
  padding-top: 15px;
}

.productionIsPaused #tab-buttons {
  background: #969998;
  background: linear-gradient(to right, #858a8e 10%, #969998 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$productionPausedBackgroundColor2, endColorstr=$productionPausedBackgroundColor, GradientType=1);
}
.productionIsPaused #tab-buttons > ul > li:not(.active):hover {
  background-color: #888d8c !important;
}

.offline #tab-buttons {
  background: #814141;
  background: linear-gradient(to right, #814141 10%, #A0504D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$offlineGradientMedium, endColorstr=$offlineGradientLight, GradientType=1);
}
.offline #tab-buttons > ul > li:not(.active):hover ul.in li a:hover {
  background-color: #763d3d;
}
.offline #tab-buttons > ul > li:not(.active):not(:last-child) {
  border-bottom: 1px solid rgba(122, 56, 56, 0.44);
  box-shadow: 0 1px 0 0 rgba(213, 132, 132, 0.3);
}

.dirty-tab:before {
  color: white;
  content: "*";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  margin-right: 3px;
  position: relative;
  top: 6px;
}

.active .dirty-tab:before {
  color: #333;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.Table_row--pickupByCustomer:not(.app-details) > td {
  background: #ccc !important;
}
.Table_row--pickupByCustomer:not(.app-details):not(.app-details):hover > td {
  background: #bbb !important;
}

/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
/* Color variables ********************************************************************************/
/* Selected/active row ****************************************************************************/
/* Status color variables *************************************************************************/
/* ************************************************************************************************/
/* Padding variables ******************************************************************************/
/* Size variables *********************************************************************************/
/* Chart variables ********************************************************************************/
/* Selection variables ****************************************************************************/
/* Material type variables ************************************************************************/
/* Drink lab ***************************************************************************/
/* Alarm *******************************************************************************/
.User_userList__permissionLabel {
  text-decoration: dotted underline;
}

#user-list .tooltip-inner {
  max-width: 400px;
  width: 400px;
}

.uf_content {
  overflow: visible !important;
}
.uf_content .select2-container-multi .select2-choices .select2-search-choice {
  font-size: 12px !important;
}
.uf_content .SumoSelect {
  width: 400px;
}
.uf_content .SumoSelect.open > .optWrapper {
  top: 25px;
}

.uf_bullet {
  background: #DFE9EB;
  padding: 3px 6px;
  border-radius: 2px;
  margin-right: 5px;
  border: 1px solid #98AAB6;
}

#copyUserDialog {
  font-size: 12px;
  width: 400px;
}
#copyUserDialog label {
  width: 150px;
}
#copyUserDialog .copyUserDialog_buttons {
  float: right;
  margin-top: 15px;
}
#copyUserDialog .copyUserDialog_title {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

/*# sourceMappingURL=all.css.map */