.details-section-container {
  width: 100%;
}
.details-section-zoom {
  position: absolute;
  margin-left: -322px;
  width: 128%;
  top: 0px;
  height: 100%;
  min-height: 600px;
}
.details-section-header {
  height: 40px;
}
.details-section-title {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.details-section-title-chart {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  width: calc(100% - 80px);
}
.details-section-subtitle {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.details-section-margin-left {
  margin-left: 40px;
}
.details-section-remove {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 12px;
  color: #d2d2d2;
}
.details-section-screen-mode {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: #d2d2d2;
}
.details-section-linebreak {
  border-bottom: 1px solid var(--color-tracks);
  width: 100%;
}
.details-section-body {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}
.details-section-body-chart {
  background-color: #323232;
}
.details-zoomed {
  position: absolute;
  top: 0px;
  margin-left: -322px;
  min-height: 598px;
  width: calc(100% + 322px);
}
.details-section-fullscreen-button:before {
  content: '\e820';
  font-family: fontello;
}
.details-section-windows-mode-button:before {
  content: '\e821';
  font-family: fontello;
}
.details-section-time-period-navigator-bar-container {
  background: #323232;
}
.details-section-time-period-navigator-bar-zoomMode {
  height: 53px;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}
div.m-app-loading {
  position: fixed;
}
div.m-app-loading div.animated-container {
  background-color: #323232;
  bottom: 0;
  left: 0;
  opacity: 1.0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
/* Used to initialize the ng-leave animation state. */
div.m-app-loading div.animated-container.ng-leave {
  opacity: 1.0;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
}
/* Used to set the end properties of the ng-leave animation state. */
div.m-app-loading div.animated-container.ng-leave-active {
  opacity: 0;
}
div.m-app-loading div.messaging {
  font-family: Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  left: 0;
  margin-top: -37px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
div.m-app-loading h1 {
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 20px 0;
}
div.m-app-loading p {
  font-size: 18px;
  line-height: 14px;
  margin: 0;
}
.loader {
  height: 4px;
  width: 296px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: #d2d2d2;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -100px;
  width: 100px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {
    left: -100px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
h4.switch-title {
  font-size: 1em;
  float: left;
  width: 240px;
  padding-top: 13px;
}
div.switch-container {
  clear: both;
  height: 40px;
}
span.switch-daisy-chain-selector {
  float: left;
  padding-top: 14px;
  padding-left: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  select {
    width: 100% ;
  }
  .add-device-panel {
    float: none !important;
  }
  .float-right {
    float: none !important;
  }
}
.modbus-device-configuration input.usedPort {
  border: none;
}
.modbus-device-configuration .fontello-icon-correction {
  line-height: 30px;
  padding-right: 35px;
}
.modbus-device-configuration select {
  width: 220px !important;
}
.modbus-device-configuration select:disabled {
  color: var(--color-disabled-text);
}
.modbus-device-configuration select:disabled:hover {
  cursor: not-allowed;
}
.modbus-device-configuration .edit-buttons-modbus {
  margin-top: 16px;
  clear: both;
  width: 100%;
  text-align: right;
}
.modbus-device-configuration .port-default {
  margin-right: 90px;
  width: 220px;
}
.modbus-device-configuration label.section {
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 16px;
}
.modbus-device-configuration .add-device-panel {
  float: right;
  width: 310px;
}
.modbus-device-configuration .add-device-select {
  width: 220px;
}
.modbus-device-configuration .add-device-select {
  float: left;
}
.modbus-device-configuration .add-device-select select {
  width: 220px !important;
}
.modbus-device-configuration .single-row {
  width: 100%;
  clear: both;
  min-height: 24px;
}
.modbus-device-configuration .float-right {
  float: right;
}
.modbus-device-configuration .cux-table-id {
  width: 87px;
}
.modbus-device-img {
  height: 128px;
  background: url(pages/communication/modbus-devices/modbus-device.svg) no-repeat;
  margin: auto;
  vertical-align: middle;
  width: 128px;
}
.modbus-device-configuration .table-responsive {
  overflow-x: hidden;
}
.rs485-page-container {
  margin: auto;
  width: 1080px ;
}
.rs485-page-container1 {
  margin: auto;
  width: 360px;
}
.rs485-page-container2 {
  margin: auto;
  width: 720px ;
}
.rs485-page-container3 {
  margin: auto;
  width: 1080px ;
}
@media (max-width: 1439px) {
  .rs485-page-container1 {
    width: 360px ;
  }
  .rs485-page-container2 {
    width: 720px ;
  }
  .rs485-page-container3 {
    width: 720px ;
  }
}
@media (max-width: 1199px) {
  .rs485-page-container1 {
    width: 360px ;
  }
  .rs485-page-container2 {
    width: 720px ;
  }
  .rs485-page-container3 {
    width: 720px ;
  }
}
@media (max-width: 991px) {
  .rs485-page-container1 {
    width: 360px ;
  }
  .rs485-page-container2 {
    width: 360px ;
  }
  .rs485-page-container3 {
    width: 360px ;
  }
}
@media (max-width: 767px) {
  .rs485-page-container1 {
    width: 360px ;
  }
  .rs485-page-container2 {
    width: 360px ;
  }
  .rs485-page-container3 {
    width: 360px ;
  }
}
@media (max-width: 575px) {
  .rs485-page-container1 {
    width: 360px ;
  }
  .rs485-page-container2 {
    width: 360px ;
  }
  .rs485-page-container3 {
    width: 360px ;
  }
}
@media (max-width: 359px) {
  .rs485-page-container1 {
    width: 360px ;
  }
  .rs485-page-container2 {
    width: 360px ;
  }
  .rs485-page-container3 {
    width: 360px ;
  }
}
.tile-vega button.scan {
  position: static !important;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 36px;
}
.toggle-switch input {
  display: none;
}
.slider {
  cursor: pointer;
  margin-top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4c4c4;
  -webkit-transition: .4s;
  transition: .4s;
  height: 8px;
  border: 1px solid #bfbfbf;
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  border: 1px solid #d1d1d1;
  bottom: 2px;
  background-color: #e9e9e9;
  -webkit-transition: .4s;
  transition: .4s;
  margin-left: -1px;
}
input:checked + .slider {
  background-color: #44adfc;
  border: 1px solid #68a9e1;
}
input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  background: #ddf1fe;
  border: 1px solid #92cefd;
}
.checkbox-custom input[type=checkbox] {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.checkbox-custom input[type=checkbox] + label {
  display: inline-block;
  margin-left: -30px;
  padding-left: 26px;
  padding-top: 1px;
  background: url('../abb-layout/pcs200/input/checkbox-light.svg') no-repeat 0 -19px;
  line-height: 32px;
  font-size: 12px;
  color: #454545;
  font-family: HelveticaNeueETPro-Light;
}
.checkbox-custom input[type=checkbox]:checked + label {
  background-position: 0 -43px;
}
.policy_container {
  margin-left: 12px;
  margin-right: 12px;
}
.impressum_container {
  margin-left: 12px;
  margin-right: 12px;
}
.acknowledgments_container {
  margin-left: 12px;
  margin-right: 12px;
}
.information_content {
  padding-left: 12px;
  padding-right: 12px;
  text-align: justify;
  text-justify: inter-word;
}
.telerik-reTable-1 {
  border-width: 0px;
  border-style: none;
  border-collapse: collapse;
}
.telerik-reTable-1 tr.telerik-reTableHeaderRow-1 {
  margin: 10px;
  padding: 10px;
  color: #464646;
  background: #f4f4f4;
  text-align: left;
  font-size: 10pt;
  font-style: normal;
  text-transform: capitalize;
  font-weight: bold;
  border-spacing: 10px;
  line-height: 14pt;
  height: 33px;
  border-bottom: 1px solid #d2d2d2;
}
.telerik-reTable-1 tr.telerik-reTableOddRow-1 {
  border-bottom: 1px solid #d2d2d2;
  height: 30px;
}
.svg-donut-chart-container {
  width: 170px;
  height: 160px;
}
.alarm_state_icon_error {
  background: url("../pages/main/dashboard/svg/ic_cux_error.svg") no-repeat;
  width: 144px;
  height: 144px;
  text-align: left;
  background-size: contain;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
.alarm_state_icon_success {
  background: url("../pages/main/dashboard/svg/ic_cux_success.svg") no-repeat;
  width: 144px;
  height: 144px;
  text-align: left;
  background-size: contain;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
.alarm_state_icon_warning {
  background: url("../pages/main/dashboard/svg/ic_cux_exclamantion_mark.svg") no-repeat;
  width: 144px;
  height: 144px;
  text-align: left;
  background-size: contain;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
.alarm_state_description {
  height: 30px;
  color: var(--color-secondary-text);
  font-size: 12px;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}
.legendTextEvents,
.legendTextWarning,
.legendTextFault {
  font-size: 12px;
}
.diagram-card {
  background-color: #FFFFFF;
}
.input-card {
  float: left;
  position: relative;
  width: 178px;
  height: 362px;
  background-color: #FFFFFF;
}
.power-chart-card {
  float: left;
  position: relative;
  width: 178px;
  height: 224px;
  background-color: #FFFFFF;
  margin-top: 6px;
}
.output-card {
  float: left;
  position: relative;
  width: 178px;
  height: 362px;
  background-color: #FFFFFF;
}
.event-chart-card {
  float: left;
  position: relative;
  width: 178px;
  height: 224px;
  background-color: #FFFFFF;
  margin-top: 6px;
}
.energy-produced-card {
  font-family: HelveticaNeueETPro-Medium;
  font-size: 13px;
  float: left;
  text-align: center;
  width: 100%;
  background-color: #FFFFFF;
  color: #242424;
  min-height: 110px;
}
.card-title {
  height: 18px;
  width: 100%;
  margin-top: 18px;
  color: #242424;
}
.card-title-string {
  font-family: HelveticaNeueETPro-Medium;
  font-size: 13px;
  float: left;
  position: relative;
  height: 18px;
  margin-left: 12px;
}
.card-title-icon {
  float: right;
  position: relative;
  height: 16px;
  width: 16px;
  margin-right: 16px;
}
.icon-box-arrow-forward {
  position: absolute;
  left: -9px;
  top: -6px;
  font-size: 24px;
}
.icon-ic_cux_triangle {
  height: 24px;
  width: 24px;
  color: #FAE600;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
}
.frequency-container {
  color: #242424;
  font-size: 13px;
  height: 34px;
  width: 130px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.measures-card-value-unit-container {
  font-size: 13px;
  height: 60px;
  width: 130px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.measures-card-string {
  display: inline-table;
  float: left;
  width: 24px;
  line-height: 30px;
  height: 30px;
}
.measures-card-value {
  display: inline-table;
  width: 86px;
  text-align: center;
  line-height: 30px;
  height: 30px;
}
.measures-card-unit {
  float: right;
  display: inline-table;
  width: 20px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.under-over-exc-img {
  font-family: HelveticaNeueETPro-Light;
  float: right;
  width: 20px;
  line-height: 30px;
  height: 30px;
  color: #9F9F9F;
  text-align: center;
}
.histogram-container {
  height: 160px;
  width: 104px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.three-phase-histogram-container {
  height: 160px;
  width: 130px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.pq-events-histogram-container {
  height: 163px;
  width: 124px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.card-load-measures-row {
  display: table;
  width: 124px;
  table-layout: fixed;
}
.card-load-measures-description {
  display: table-cell;
  font-family: HelveticaNeueETPro-Light;
  font-size: 14px;
  width: 10px;
  text-align: left;
  color: #a0a0a0;
}
.card-load-measures-unit {
  display: table-cell;
  font-family: HelveticaNeueETPro-Light;
  font-size: 14px;
  width: 35px;
  text-align: right;
  color: #a0a0a0;
}
.card-load-measures-value {
  display: table-cell;
  font-family: HelveticaNeueETPro-Medium;
  font-size: 18px;
  text-align: right;
  color: #f0f0f0;
}
.card-load-measures-table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  width: 126px;
}
.diagram-card-event-text {
  color: #242424;
  font-family: HelveticaNeueETPro-Medium;
  font-size: 15px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.diagram-card-status-indicator {
  margin-top: 42px;
  min-height: 92px;
}
.energy-balance-histogram-container {
  height: 163px;
  width: 167px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.energy-balance-histogram-card {
  float: left;
  position: relative;
  width: 178px;
  height: 224px;
  background-color: #FFFFFF;
  margin-top: 6px;
}
.energy-balance-histogram {
  width: 170px;
  height: 160px;
}
.buttonArrow {
  width: 35px;
  border: none;
  color: #242424;
  height: 35px;
  margin-top: -9px;
  margin-left: -10px;
}
.flex-energies-container {
  padding: 0;
  margin: 12px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 911px) {
  .event-chart-card,
  .output-card,
  .power-chart-card,
  .input-card {
    width: calc(100% - 3px);
  }
  .energy-produced-card {
    width: 100%;
    min-height: 110px;
    margin-top: 36px;
  }
  .power-chart-card,
  .output-card {
    margin-left: 3px;
  }
  .diagram-card-expander {
    height: 100%;
  }
  .diagram-card {
    height: 100%;
  }
  .diagram-card-status-indicator {
    margin-top: 0px;
  }
  .diagram-card-event-text {
    color: #242424;
    font-family: HelveticaNeueETPro-Medium;
    font-size: 15px;
    margin-top: 12px;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
  }
}
/* Display */
.output-cux-data-table {
  height: 138px;
  overflow: scroll;
}
.gauge-container {
  margin-bottom: 0px !important;
}
.first-column {
  float: left;
  position: relative;
  width: 178px;
  height: 100%;
  margin-top: 8px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.third-column {
  float: left;
  position: relative;
  width: 178px;
  height: 100%;
  border: 0px solid black;
  margin-top: 8px;
  margin-left: 6px;
  margin-bottom: 6px;
}
.wide-column {
  width: calc(100% - 368px);
  float: left;
  height: 592px;
  background-color: #FFFFFF;
  border: 0px solid black;
  margin-top: 8px;
  min-width: 296px;
  position: relative;
}
/* Mobile */
.left-card-box {
  width: 50%;
  float: left;
  position: relative;
}
.right-card-box {
  width: 50%;
  float: right;
  position: relative;
}
.diagram-card {
  display: inline-block;
  background-color: #FFFFFF;
  border: 0px solid black;
  margin-top: 8px;
  min-width: 296px;
  position: relative;
  width: 100%;
}
.input-output-card {
  margin-top: 6px;
  display: inline-block;
  width: 100%;
  height: 357px;
}
.events-summary-and-power-card {
  display: inline-block;
  width: 100%;
  height: 195px;
}
.synoptic-card-content {
  width: 340px;
  margin: 32px auto 40px auto;
}
.cux-card-ovy-hidden {
  overflow-y: hidden!important;
}
@media only screen and (min-width: 912px) {
  .dashboard-mobile {
    display: none;
  }
  .diagram-card {
    height: 362px;
  }
}
@media only screen and (max-width: 911px) {
  .dashboard-display {
    display: none;
  }
  .diagram-card {
    height: 100%;
  }
}
.dash-battery {
  grid-column: 5 / span 10;
  grid-row: 7 / span 2;
}
.dash-input {
  grid-column: 1 / span 4;
  grid-row: 1 / span 8;
}
.dash-synoptic {
  grid-column: 5 / span 10;
  grid-row: 1 / span 8;
}
.dash-events {
  grid-column: 1 / span 6;
  grid-row: 9 / span 5;
}
.dash-output {
  grid-column: 15 / span 4;
  grid-row: 1 / span 8;
}
.dash-energies {
  grid-column: 1 / span 18;
  grid-row: 14 / span 3;
}
.dash-charts {
  grid-column: 7 / span 12;
  grid-row: 9 / span 5;
}
@media only screen and (max-width: 1919px) {
  .dash-battery {
    grid-column: 5 / span 6;
    grid-row: 11 / span 4;
  }
  .dash-input {
    grid-column: 1 / span 4;
    grid-row: 1 / span 8;
  }
  .dash-synoptic {
    grid-column: 5 / span 6;
    grid-row: 1 / span 14;
  }
  .dash-events {
    grid-column: 1 / span 4;
    grid-row: 9 / span 6;
  }
  .dash-output {
    grid-column: 11 / span 4;
    grid-row: 1 / span 8;
  }
  .dash-energies {
    grid-column: 1 / span 14;
    grid-row: 15 / span 3;
  }
  .dash-charts {
    grid-column: 11 / span 4;
    grid-row: 9 / span 6;
  }
}
@media only screen and (max-width: 1439px) {
  .dash-battery {
    grid-column: 4 / span 4;
    grid-row: 10 / span 5;
  }
  .dash-input {
    grid-column: 1 / span 3;
    grid-row: 1 / span 8;
  }
  .dash-synoptic {
    grid-column: 4 / span 4;
    grid-row: 1 / span 14;
  }
  .synoptic-card-content {
    width: 294px;
  }
  .dash-events {
    grid-column: 1 / span 3;
    grid-row: 9 / span 6;
  }
  .dash-output {
    grid-column: 8 / span 3;
    grid-row: 1 / span 8;
  }
  .dash-energies {
    grid-column: 1 / span 10;
    grid-row: 15 / span 3;
  }
  .dash-charts {
    grid-column: 8 / span 3;
    grid-row: 9 / span 6;
  }
}
@media only screen and (max-width: 1199px) {
  .dash-battery {
    grid-column: 1 / span 4;
    grid-row: 9 / span 3;
  }
  .dash-input {
    grid-column: 5 / span 4;
    grid-row: 1 / span 8;
  }
  .dash-synoptic {
    grid-column: 1 / span 4;
    grid-row: 1 / span 11;
  }
  .synoptic-card-content {
    width: 294px;
  }
  .dash-events {
    grid-column: 1 / span 4;
    grid-row: 12 / span 5;
  }
  .dash-output {
    grid-column: 5 / span 4;
    grid-row: 9 / span 8;
  }
  .dash-energies {
    grid-column: 1 / span 8;
    grid-row: 23 / span 4;
  }
  .dash-charts {
    grid-column: 1 / span 8;
    grid-row: 17 / span 6;
  }
}
@media only screen and (max-width: 991px) {
  .dash-battery {
    grid-column: 1 / span 6;
    grid-row: 9 / span 3;
  }
  .dash-input {
    grid-column: 1 / span 3;
    grid-row: 23 / span 8;
  }
  .dash-synoptic {
    grid-column: 1 / span 6;
    grid-row: 1 / span 11;
  }
  .dash-events {
    grid-column: 1 / span 6;
    grid-row: 12 / span 5;
  }
  .dash-output {
    grid-column: 4 / span 3;
    grid-row: 23 / span 8;
  }
  .dash-energies {
    grid-column: 1 / span 6;
    grid-row: 31 / span 4;
  }
  .dash-charts {
    grid-column: 1 / span 6;
    grid-row: 17 / span 6;
  }
}
@media only screen and (max-width: 767px) {
  .dash-battery {
    grid-column: 1 / span 6;
    grid-row: 9 / span 3;
  }
  .dash-input {
    grid-column: 1 / span 3;
    grid-row: 23 / span 8;
  }
  .dash-synoptic {
    grid-column: 1 / span 6;
    grid-row: 1 / span 11;
  }
  .dash-events {
    grid-column: 1 / span 6;
    grid-row: 12 / span 5;
  }
  .dash-output {
    grid-column: 4 / span 3;
    grid-row: 23 / span 8;
  }
  .dash-energies {
    grid-column: 1 / span 6;
    grid-row: 31 / span 4;
  }
  .dash-charts {
    grid-column: 1 / span 6;
    grid-row: 17 / span 6;
  }
}
@media only screen and (max-width: 575px) {
  .dash-battery {
    grid-column: 1 / span 4;
    grid-row: 9 / span 3;
  }
  .dash-input {
    grid-column: 1 / span 4;
    grid-row: 32 / span 8;
  }
  .dash-synoptic {
    grid-column: 1 / span 4;
    grid-row: 1 / span 11;
  }
  .synoptic-card-content {
    width: 294px;
  }
  .dash-events {
    grid-column: 1 / span 4;
    grid-row: 12 / span 6;
  }
  .dash-output {
    grid-column: 1 / span 4;
    grid-row: 24 / span 8;
  }
  .dash-energies {
    grid-column: 1 / span 4;
    grid-row: 40 / span 5;
  }
  .dash-charts {
    grid-column: 1 / span 4;
    grid-row: 18 / span 6;
  }
}
@media only screen and (max-width: 359px) {
  .dash-battery {
    grid-column: 1 / span 4;
    grid-row: 9 / span 3;
  }
  .dash-input {
    grid-column: 1 / span 4;
    grid-row: 32 / span 8;
  }
  .dash-synoptic {
    grid-column: 1 / span 4;
    grid-row: 1 / span 11;
  }
  .synoptic-card-content {
    width: 294px;
  }
  .dash-events {
    grid-column: 1 / span 4;
    grid-row: 12 / span 6;
  }
  .dash-output {
    grid-column: 1 / span 4;
    grid-row: 24 / span 8;
  }
  .dash-energies {
    grid-column: 1 / span 4;
    grid-row: 40 / span 8;
  }
  .dash-charts {
    grid-column: 1 / span 4;
    grid-row: 18 / span 6;
  }
}
.cux-custom-no-padding-bottom .c-card-padding {
  padding-bottom: 0px !important;
}
.cux-custom-no-padding-top .c-card-padding {
  padding-top: 0px !important;
}
.custom-icon-right-dash {
  padding: 0px !important;
  min-width: 36px;
}
.local-io-container {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  margin: 0 auto;
  width: 296px;
  height: 78px;
  -webkit-transition: background-color 180ms;
  transition: background-color 180ms;
}
.local-io-container:hover {
  background: var(--color-application-background);
  color: var(--color-highlight-text);
}
.local-io-status-bar {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
}
.local-io-status-bar.on {
  background-color: var(--color-success);
}
.local-io-status-bar.off {
  background-color: var(--color-tertiary-text);
}
.local-io-status-bar.unknown {
  background-color: var(--color-warning-primary);
}
.local-io-title {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  position: absolute;
  display: inline;
  width: 300px;
  height: 14px;
  line-height: 14px;
  top: 2px;
  left: 8px;
  border: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-primary-text);
}
.local-io-spinner {
  position: absolute;
  top: 60px;
  left: 146px;
  width: 148px;
  text-align: right;
  color: #464646;
}
.local-io-icon {
  position: absolute;
  display: inline;
  top: 22px;
  left: 8px;
  width: 32px;
  height: 32px;
  border: none;
  background: url("../pages/main/local-io-management/img/local-io-icon.svg") no-repeat;
  background-size: contain;
}
.local-io-icon.default {
  background: url("../pages/main/local-io-management/img/local-io-icon.svg") no-repeat;
  background-size: contain;
}
.local-io-icon.house {
  background: url("../pages/main/local-io-management/img/local-io-house.svg") no-repeat;
  background-size: contain;
}
.local-io-icon.lamp {
  background: url("../pages/main/local-io-management/img/abb-p1-icon-go-go-lamp.svg") no-repeat;
  background-size: contain;
}
.local-io-icon-status {
  position: absolute;
  display: block;
  padding-left: 4px;
  padding-right: 4px;
  top: 24px;
  left: 24px;
  max-width: 56px;
  min-width: 18px;
  height: 16px;
  border-radius: 4px;
  text-align: center;
  line-height: 16px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.local-io-icon-status.on {
  color: var(--color-white);
  background-color: var(--color-success);
}
.local-io-icon-status.off {
  color: var(--color-white);
  background-color: var(--color-tertiary-text);
}
.local-io-icon-status.unknown {
  color: var(--color-on-white);
  background-color: var(--color-warning-primary);
}
.local-io-buttons {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  left: 64px;
  top: 22px;
  width: 228px;
}
.local-io-config {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  position: absolute;
  display: inline;
  width: 300px;
  height: 14px;
  line-height: 14px;
  top: 2px;
  left: 8px;
  border: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-primary-text);
  color: var(--color-secondary-text);
  top: 60px;
}
.local-io-btn-toggled {
  box-shadow: 0px -2px 0px 0px var(--color-accent);
}
.local-io-loader {
  display: block;
  position: relative;
  overflow: hidden;
  top: 86px;
  height: 3px;
  width: 296px;
  margin: 0;
  background-color: transparent;
}
.local-io-loader:before {
  display: none;
  position: relative;
  content: "";
  left: -100px;
  width: 100px;
  height: 3px;
  background-color: var(--color-primary-blue);
  animation: loading 2s linear infinite;
}
.local-io-loader.show:before {
  display: block;
}
@keyframes loading {
  from {
    left: -100px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.max-th-width-description {
  min-width: 359px;
}
@media (max-width: 991px) {
  .max-th-width-description {
    min-width: 199px;
  }
}
@media (max-width: 767px) {
  .max-th-width-description {
    min-width: 86px;
  }
}
.container-relay {
  flex-direction: column;
  align-items: center;
}
.cux-grid-measurements-card {
  grid-column: span 7;
  grid-row: auto / span 8;
}
.cux-grid-measurements-card-long {
  grid-row: auto / span 12;
}
@media only screen and (max-width: 1439px) {
  .cux-grid-measurements-card {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 1199px) {
  .cux-grid-measurements-card {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 991px) {
  .cux-grid-measurements-card {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 767px) {
  .cux-grid-measurements-card {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 575px) {
  .cux-grid-measurements-card {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 359px) {
  .cux-grid-measurements-card {
    grid-column: span 4;
  }
}
.cux-grid-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-start: 1;
  grid-column-end: -1;
}
@media only screen and (max-width: 767px) {
  .cux-grid-header {
    display: none;
  }
}
.txt-unused {
  color: rgba(70, 70, 70, 0.2);
}
.wizard-autotest-tests-table {
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  width: 296px;
}
.truncated-message {
  max-height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.cux-notification {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: 29px;
  font-family: HelveticaNeueETPro-Light, Arial, sans-serif;
  font-size: 14px;
  line-height: 29px;
  color: #FFFFFF;
  background-color: #ff7300;
}
@media (max-width: 1024px) {
  .cux-notification {
    display: none;
  }
}
.extend-cux-notification-warning {
  background: #FF7300;
  padding: 12px;
  padding-left: 10px;
  color: #FFFFFF;
}
.step-autotest-form .list-of-checkboxes {
  width: 100%;
}
.step-banner-index {
  z-index: 101;
}
@media screen and (max-width: 480px) {
  .app-title {
    display: none;
  }
}
.top-language-selection {
  float: right;
  margin: 0 8px 0 0;
  padding: 0;
  height: 48px;
  line-height: 48px;
  width: 160px;
}
.top-language-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  background: url("../pages/template/locale/img/language-icon.svg") no-repeat;
  background-size: contain;
  line-height: 24px;
  margin-left: 12px;
}
.top-language-select {
  position: absolute;
  top: 6px;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  margin-left: 44px;
  padding-left: 8px;
  padding-right: 8px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-primary-text);
  background: var(--color-content-area);
  background-image: url("../pages/template/locale/img/select-handle.svg");
  background-repeat: no-repeat;
  background-position: 98px;
}
.login-container {
  width: 316px;
  height: 480px;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.login-form-container {
  margin-left: 12px;
}
.title-login {
  height: 58px;
  line-height: 56px;
  margin-left: 12px;
  width: 292px;
  color: #464646;
  font-family: HelveticaNeueETPro-Medium, Arial, sans-serif;
}
.user-login-select {
  background: #FFFFFF url("pages/user/login/select-handle.svg") no-repeat 100%;
  background-size: 18px;
  border-radius: 0px;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  width: 292px;
  border: none;
  color: #242424;
  padding-left: 12px;
}
.password-login-input {
  height: 34px;
  width: 268px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  border: none;
  /* padding: 0px; */
  padding-left: 12px;
  padding-right: 12px;
  color: #242424;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
}
.login-label {
  color: #242424;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
  display: block;
  height: 14px;
  margin-bottom: 8px;
  width: 292px;
}
.login-form-tile {
  height: 92px;
  width: 292px;
}
.link-forgot-password {
  color: #3da8ff;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
}
.login-button-container {
  height: 74px;
  width: 292px;
  margin-left: 12px;
  margin-right: 12px;
}
.login-button {
  width: 294px;
  height: 36px;
  background: #0AAEFF;
  border: 1px solid #0096E0;
  border-bottom: 1px solid #267BBD;
  color: #FFFFFF;
  margin-top: 23px;
  font-size: 12px;
  line-height: 16px;
  font-family: HelveticaNeueETPro-Medium;
  padding-top: 0;
  padding-bottom: 0;
}
.login-button:disabled {
  font-family: HelveticaNeueETPro-Light;
  border: 1px solid #DCF1FF;
  background-color: #DCF1FF;
  color: #6abbe3;
  cursor: not-allowed;
}
.text-login-button {
  display: inline-block;
}
.icon-login-button {
  display: inline-block;
  font-size: 16px;
}
.link-forgot-password-container {
  margin-bottom: 32px;
  width: 296px;
  text-align: right;
  cursor: pointer;
}
.login-error-message {
  width: 296px;
  background: #F03040;
  margin-bottom: 8px;
}
.login-error-message-arrow {
  position: absolute;
  top: -5px;
  left: 20px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #f03040;
  width: 0;
  height: 0;
}
.login-error-message-text {
  color: #F0F0F0;
  font-size: 11px;
  font-family: HelveticaNeueETPro-Medium;
  text-align: center;
  line-height: 30px;
}
.link-disable {
  pointer-events: none;
  color: #6e6e6e;
}
.admin-plus-container {
  width: 316px;
  height: 319px;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.open-pop-up-where-is-container {
  width: 292px;
  margin-top: 0px;
  margin-bottom: 14px;
  text-align: right;
  font-family: HelveticaNeueETPro-Light;
  font-size: 10px;
}
.open-pop-up-where-is {
  color: #3da8ff;
}
.modify-user-container {
  width: 316px;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.modify-user-form-container {
  margin-left: 10px;
}
.title-new-user {
  height: 74px;
  line-height: 68px;
  margin-left: 12px;
  width: 292px;
  color: #454545;
  font-family: HelveticaNeueETPro-Medium;
  font-size: 18px;
}
.modify-user-label {
  color: #242424;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
  display: block;
  height: 14px;
  margin-bottom: 8px;
  width: 292px;
}
.modify-user-input {
  height: 34px;
  width: 270px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  border: none;
  /* padding: 0px; */
  padding-left: 12px;
  padding-right: 12px;
  color: #242424;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
}
.modify-user-form-tile {
  height: 92px;
  width: 292px;
}
.modify-user-login-select {
  background: #FFFFFF url("../../pages/user/new_user/select-handle.svg") no-repeat 100%;
  background-size: 18px;
  border-radius: 0px;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  width: 292px;
  color: #242424;
  padding-left: 12px;
  border: 1px solid #d2d2d2;
}
.new-user-container {
  width: 316px;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.new-user-form-container {
  margin-left: 10px;
}
.title-new-user {
  height: 74px;
  line-height: 68px;
  margin-left: 12px;
  width: 292px;
  color: #454545;
  font-family: HelveticaNeueETPro-Medium;
  font-size: 18px;
}
.new-user-label {
  color: #242424;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
  display: block;
  height: 14px;
  margin-bottom: 8px;
  width: 292px;
}
.new-user-input {
  height: 34px;
  width: 270px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  border: none;
  /* padding: 0px; */
  padding-left: 12px;
  padding-right: 12px;
  color: #242424;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
}
.new-user-form-tile {
  height: 92px;
  width: 292px;
}
.new-user-login-select {
  background: #FFFFFF url("../../pages/user/new_user/select-handle.svg") no-repeat 100%;
  background-size: 18px;
  border-radius: 0px;
  font-size: 12px;
  font-family: HelveticaNeueETPro-Light;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  width: 292px;
  color: #242424;
  padding-left: 12px;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 991px) {
  .user-managment-email-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .user-managment-role-hide {
    display: none;
  }
  .user-managment-email-hide {
    display: none;
  }
}
.legendTextEvents,
.legendTextWarning,
.legendTextFault {
  font-size: 11px;
  font-family: HelveticaNeueETPro-Light;
}
.textFontInnerCircle {
  font-size: 14px;
  font-family: HelveticaNeueETPro-Medium;
  text-anchor: middle;
}
.control_buttons_container {
  height: 44px;
  padding: 4px;
  border-bottom: 1px solid var(--color-tracks);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.system_event_details_container {
  background-color: #323232;
  height: 100%;
}
.item-list-container {
  width: 316px;
}
.precursors-list-container {
  max-width: 316px;
  margin: auto;
  padding-top: 20px;
}
.list_element {
  margin-bottom: 5px;
  padding: 15px;
  color: #8c8c8c;
  border-bottom: 1px solid #3b3b3b;
}
.event-counter-container {
  height: 39px;
  width: 292px;
  margin-left: 12px;
  margin-right: 12px;
}
.event-counter {
  float: left;
  color: #464646;
  line-height: 40px;
  width: 30px;
  font-size: 20px;
}
.event-counter-description {
  float: left;
  width: 204px;
  line-height: 18px;
  font-size: 13px;
  color: #818181;
}
.event-counter-description span {
  color: #464646;
}
.reset-button {
  float: left;
  line-height: 39px;
  font-size: 13px;
  color: #63A0ED;
  cursor: pointer;
}
.chips-result {
  margin-top: 30px;
  margin-bottom: 10px;
}
.search-input-box {
  margin: 12px;
}
.uppercase {
  text-transform: uppercase;
}
.tab-chart-icon-selected {
  border-radius: 0;
  border-top: 4px solid var(--color-primary-blue);
}
.all-fault-warnings-button:hover {
  border-radius: 0;
  border-top: 4px solid var(--color-primary-blue);
}
.events-log-foreground {
  z-index: 200;
}
.list-of-items-li {
  list-style-type: none;
  color: var(--color-primary-text);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  height: 36px;
  line-height: 36px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
  transition: 0.2s;
}
.list-of-items-li.li-selected {
  background-color: var(--color-nav-selected);
}
.list-of-items-li:hover {
  background-color: var(--color-application-background);
}
.list-of-items-ul {
  width: 100%;
  height: 320px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--color-primary-text);
  background: var(--color-content-area);
  box-shadow: var(--color-card-shadow, rgba(0, 0, 0, 0.1)) 2px 2px 2px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.events-log-filter-icon {
  color: #464646;
}
.events-log-clear-icon {
  color: #646464;
}
.events-log-clear-icon:hover {
  color: #464646;
}
.events-log-clear-icon:active {
  color: #0aaeff;
}
.events-log-no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.strong {
  font-family: 'HelveticaNeueETPro-Medium', Arial, sans-serif;
}
.events-log-no-event-display {
  height: 66px;
  line-height: 66px;
  text-align: center;
}
.cux-date-picker {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #3799E9;
  line-height: 24px;
}
.cux-date-picker > input {
  float: right;
  margin-right: 12px;
  height: 28px;
  width: 160px;
}
.cux-date-picker > input::after {
  font-family: fontello;
  font-size: 24px;
  content: '\e80e';
}
.cux-date-picker > label {
  display: inline-block;
  margin-left: 12px;
  width: 64px;
}
.event-filter-input {
  padding: 4px 6px 4px 32px!important;
  width: 254px!important;
}
.params-ul-menu {
  list-style: none outside none;
}
.params-item-menu {
  cursor: pointer;
}
.hover-params-item:hover {
  background-color: var(--color-application-background);
}
.list-settings {
  margin: 0px;
  padding-left: 0px;
  position: relative;
}
.list-settings li {
  box-sizing: border-box;
  display: block;
  text-align: left;
  height: 46px;
  line-height: 45px;
  position: relative;
  cursor: pointer;
}
.list-settings li:hover {
  background-color: var(--color-application-background);
  color: var(--color-primary-text);
}
.list-settings li a {
  border-bottom: 1px solid var(--color-tracks);
  margin-left: 46px;
  display: inline-block;
  width: calc(100% - 46px);
  color: var(--color-primary-text);
}
.list-settings li a:hover {
  color: var(--color-primary-text);
}
.count {
  position: absolute;
  margin-left: 20px;
  color: var(--color-secondary-text);
}
.params-item-menu-global-container {
  list-style-type: none;
  height: 46px;
}
.params-item-menu-global-container :hover {
  background-color: var(--color-application-background);
}
.params-item-menu-count {
  padding-top: 7px;
  margin-left: 16px;
  color: var(--color-secondary-text);
  width: 32px;
  float: left;
}
.params-item-menu-name {
  margin-left: 2px;
  width: 229px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.params-item-menu-value {
  margin-left: 2px;
  padding-top: 1px;
}
.params-name-and-value-item-menu-container {
  position: relative;
  margin-left: 45px;
  margin-right: 5px;
  height: 45px;
  border-bottom: 1px solid var(--color-tracks);
}
.params-margin-top-item-no-bard-no-params {
  padding-top: 15px !important;
}
.params-item-selected {
  outline: none;
}
.chevron-right-back {
  background: url("../pages/settings/UI_Right_16.svg") no-repeat;
  width: 16px;
  height: 16px;
  right: 12px;
  margin-top: 2px;
  position: absolute;
}
.params-item-menu-father-label {
  height: 46px;
  line-height: 52px;
  padding-left: 8px;
  margin-left: 4px;
  margin-right: 4px;
  border-bottom: 1px solid var(--color-tracks);
}
.params-item-unordered-list {
  padding: 0px;
  margin: 0px;
}
.icon-box-back {
  margin-left: -6px;
  top: 8px;
  font-size: 24px;
}
.details_container_setting {
  position: relative;
  float: left;
  height: 100%;
  background: var(--color-content-area);
  border: 1px solid var(--color-tracks);
}
.select-item {
  background-color: var(--color-nav-selected);
}
.board-margin-left {
  margin-left: -40px;
}
.title-board-margin-left {
  margin-left: -28px;
}
.params-item-no-board {
  border: none;
}
.params-display-hidden {
  display: none;
}
.bool-params-spinner-icon {
  top: 22px;
  left: 36px;
  position: absolute;
  color: grey;
}
.params-item-menu-name-read-only {
  color: var(--color-disabled-text);
}
.params-item-menu-value-read-only {
  color: var(--color-disabled-text);
}
.params-item-icon-color {
  color: #464646;
}
.params-item-menu-icon {
  position: absolute;
  margin-left: 8px;
  margin-top: 11px;
  font-size: 16px;
  height: 24px;
  width: 24px;
  text-align: center;
}
.params-read-only-cursor {
  cursor: not-allowed;
}
.params-chevron-right {
  right: 16px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  position: absolute;
  font-size: 16px;
}
.params-chevron-right-margin {
  margin-top: -1px !important;
}
.position-icon-spinner-saving {
  padding-top: 118px;
  padding-left: 111px;
  color: white;
}
.master-title-string {
  color: var(--color-primary-text);
}
@media only screen and (max-width: 575px) {
  .master-container.mobile {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
  }
}
.notifications-message .bar-notification {
  width: 100%;
  border-bottom: 3px solid;
}
.notifications-message .notification-message {
  height: 24px;
  line-height: 24px;
}
.notifications-message .error {
  border-bottom-color: var(--color-error);
  color: var(--color-error);
}
.notifications-message .success {
  border-bottom-color: var(--color-success);
  color: var(--color-success);
}
.notifications-message .info {
  border-bottom-color: var(--color-info);
  color: var(--color-info);
}
.notifications-message .warning {
  border-bottom-color: var(--color-warning-primary);
  color: var(--color-warning-primary);
}
