/****************************************
  Couleurs principales de l'application
****************************************/
/* Palette de couleurs
   ------------------------------------ */
/* Couleurs spécifiques Sispea
   ------------------------------------ */
/* Couleurs de fond
   ------------------------------------ */
/* Couleurs pour les graphiques
   ------------------------------------ */
/* Couleurs pour les textes
   ------------------------------------ */
/* Couleurs de validation des formulaires
   ------------------------------------ */
/* Couleurs pour l'écran du périmètre
   ------------------------------------ */
/* Couleurs pour l'écran des indicateurs
   ------------------------------------ */
/* Règles typographiques générales
******************************************************************************/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-inline {
  white-space: nowrap;
}
.character-limit--medium {
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.text-bold {
  font-weight: bold;
}
.text-no-bold {
  font-weight: normal;
}
.text-align-center {
  text-align: center;
}
.text-align-top {
  vertical-align: top;
}
.text-wrap {
  margin: 20px;
  max-width: 90%;
}
/* Classes communes d'affichage
******************************************************************************/
.layout-page-width {
  width: 98% !important;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
}
.layout-height-maximised {
  height: 100%;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.clear {
  clear: both;
}
/* Marges
******************************************************************************/
.padding-none {
  padding: 0 !important;
}
.padding-bottom--small {
  padding-bottom: 10px;
}
.padding-top--small {
  padding-top: 10px;
}
.padding-top--medium {
  padding-top: 30px;
}
.margin-none {
  margin: 0 !important;
}
.margin-top--none {
  margin-top: 0;
}
.margin-top--small {
  margin-top: 10px;
}
.margin-top--medium {
  margin-top: 30px;
}
.margin-top--large {
  margin-top: 50px;
}
.margin-bottom--small {
  margin-bottom: 10px;
}
.margin-bottom--medium {
  margin-bottom: 30px;
}
.margin-left--small {
  margin-left: 10px;
}
.margin-right--small {
  margin-right: 10px;
}
/* Mixins less
******************************************************************************/
/* Transformation 2D pour rester compatible IE9
******************************************************************************/
.setupInputScopesModal-scope {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #c3d5e1;
}
.setupInputScopesModal-scope:last-child {
  border-bottom: 0;
}
.setupInputScopesModal-scope input[type=checkbox]:disabled ~ .checkbox-label {
  color: #727272;
}
.setupInputScopesModal-scopeDetails {
  padding-bottom: 3.33333333px;
  padding-left: 20px;
  padding-top: 3.33333333px;
  background-color: rgba(61, 96, 152, 0.1);
  font-size: 13px;
}
.setupInputScopesModal-scopeDetails:first-of-type {
  margin-top: 10px;
}
indicators-header {
  height: 50px;
}
.indicatorsHeader-block {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0 5px;
  letter-spacing: -0.02em;
}
.indicatorsHeader-select {
  background: transparent;
  border: none;
  outline: none;
}
.indicatorsHeader-collectivity,
.indicatorsHeader-service,
.indicatorsHeader-date,
.indicatorsHeader-status,
.indicatorsHeader-managementMode,
.indicatorsHeader-exercises,
.indicatorsHeader-value,
.indicatorsHeader-progress {
  margin-right: 0.5em;
  color: white;
}
.indicatorsHeader-collectivity {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0 5px;
  letter-spacing: -0.02em;
  padding-left: 0;
  max-width: 250px;
}
.indicatorsHeader-collectivity a,
.indicatorsHeader-collectivity i {
  color: #98d8d8;
}
.indicatorsHeader-quickContact {
  margin-right: 5px;
}
.indicatorsHeader-quickContact li {
  white-space: nowrap;
}
.indicatorsHeader-quickContact .popover {
  top: 9px !important;
}
.indicatorsHeader-quickContact .arrow {
  top: 25px !important;
}
.indicatorsHeader-service {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0 5px;
  letter-spacing: -0.02em;
  width: 120px;
}
.indicatorsHeader-service a {
  color: #98d8d8;
}
.indicatorsHeader-services {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
}
span.ghost-span {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  font-size: 14px;
  padding: 4px 8px;
}
.indicatorsHeader-date {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0 5px;
  letter-spacing: -0.02em;
  max-width: 90px;
}
.indicatorsHeader-exercises {
  background: transparent;
  border: none;
  outline: none;
  width: 55px;
}
.indicatorsHeader-label {
  height: 22px;
  line-height: 31px;
  color: #d2d2d2;
  font-size: 12px;
}
.indicatorsHeader-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 25px;
  font-size: 16px;
}
.indicatorsHeader-main select optgroup,
.indicatorsHeader-main select option {
  color: black;
}
.indicatorsHeader-saisie-slot,
.indicatorsHeader-status,
.indicatorsHeader-progress,
.indicatorsHeader-managementMode {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0 5px;
  letter-spacing: -0.02em;
}
.indicatorsHeader-verificationDate,
.indicatorsHeader-rpqsUploadDate {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0 5px;
  letter-spacing: -0.02em;
  display: none;
}
.indicatorsHeader-wrapper {
  height: 50px;
  transition: transform 0.7s ease-in-out 0s;
}
.indicatorsHeader-metadata {
  position: absolute;
  top: 50px;
}
.indicatorsHeader-metadata-mask {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: white;
}
.indicatorsFiltersPanel-metadata-button,
.indicatorsHeader-metadata-button {
  color: #98d8d8;
}
.indicatorsHeader-metadata--opened.indicatorsHeader-metadata-button {
  position: absolute;
  top: 5px;
}
indicators-navigation-bar {
  display: block;
  height: 82px;
  background: rgba(20, 99, 103, 0.05);
}
.indicatorsNavBar-category {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 24px;
}
.indicatorsNavBar-category::after {
  content: '';
  background-color: rgba(75, 118, 174, 0.2);
  width: 2px;
  position: absolute;
  top: 9px;
  bottom: 5px;
  right: 0;
}
.indicatorsNavBar-category.indicatorsNavBar-helps::after,
.indicatorsNavBar-category.indicatorsNavBar-alerts::after {
  display: none;
}
.indicatorsNavBar-alerts {
  background: #cbcbcb;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
  margin-left: -2px;
  cursor: pointer;
}
.indicatorsNavBar-alerts-counter {
  background: #ffffff;
  font-weight: bold;
  border: 1px solid #cbcbcb;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbcbcb;
  margin: -2px auto auto auto;
}
.indicatorsNavBar-alerts.isError {
  background: #c1292f;
}
.indicatorsNavBar-alerts.isError .indicatorsNavBar-alerts-counter {
  color: #c1292f;
}
.indicatorsNavBar-alerts.isWarning {
  background: #f7931e;
}
.indicatorsNavBar-alerts.isWarning .indicatorsNavBar-alerts-counter {
  color: #f7931e;
}
.indicatorsNavBar-alerts-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 130px;
  z-index: 32;
  background-color: #424242;
  border-bottom: 1px solid #f7931e;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
}
.indicatorAlertsPanel-alert {
  flex: 1 1 40px;
  background: #FFF2E6;
  border: 1px solid #D76700;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.indicatorsNavBar-indicator {
  display: inline-block;
  height: 26px;
  width: 36px;
  position: relative;
  cursor: pointer;
}
.indicatorsNavBar-indicator:last-child {
  width: 21px;
}
.indicatorsNavBar-indicator::before {
  content: '';
  position: absolute;
  left: 5.25px;
  bottom: 0;
  top: 10.5px;
  width: 10.5px;
}
.indicatorsNavBar-indicator::after {
  content: '';
  display: block;
  position: absolute;
  left: 1.5px;
  border-radius: 50%;
  border: 4.5px solid #ffffff;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  margin-top: 3px;
  background-color: white;
}
.indicatorsNavBar-helps {
  vertical-align: top;
}
.indicatorsNavBar-helps i {
  font-size: 17px;
  padding-right: 10px;
}
.indicatorsNavBar-legend {
  display: inline-block;
  vertical-align: bottom;
}
.indicatorNavBar-help {
  display: inline-block;
  vertical-align: bottom;
}
.indicatorsNavBar-legend-list {
  padding: 3px 0 3px 15px;
}
.indicatorsNavBar-legend-list > div {
  vertical-align: top;
}
.indicatorsNavBar-contextual-bar {
  height: 32px;
  line-height: 32px;
}
.drinkingWaterSimulatorButton,
.drinkingWaterNetworkSchemaDisplayButton {
  display: inline-block;
  height: 26px;
  width: 36px;
  cursor: pointer;
}
.drinkingWaterNetworkSchemaDisplayButton {
  background: url('../../images/reseau_eau_potable_ico.jpg') no-repeat 0 33%;
}
.indicatorsNavBar-indicator--first {
  margin-left: 15px;
}
.indicatorsNavBar-indicator.Anomaly::after {
  background-color: #c0392b !important;
}
.indicatorsNavBar-indicator.PresumptionOfAnomaly::after {
  background-color: #f39c12 !important;
}
.indicatorsNavBar-indicator.WithoutAnomaly::after {
  background-color: #2ecc71 !important;
}
.indicatorsNavBar-indicator.diffused.Anomaly::after {
  border-color: #c0392b !important;
}
.indicatorsNavBar-indicator.diffused.PresumptionOfAnomaly::after {
  border-color: #f39c12 !important;
}
.indicatorsNavBar-indicator.diffused.WithoutAnomaly::after {
  border-color: #2ecc71 !important;
}
.indicatorsNavBar-indicator.diffused.filled.Unverified::after {
  border-color: #4b76ae !important;
}
.indicatorsNavBar-indicator.isCustom::before {
  display: none !important;
}
.indicatorsNavBar-indicator.isCustom::after {
  content: "\e917";
  font-family: Sispea, sans-serif;
  font-size: 21px;
  top: 0 !important;
  left: 0 !important;
  margin-top: 0 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.indicatorsNavBar-indicator.filled::after {
  background-color: #4b76ae;
}
.indicatorsNavBar-indicator.selected::before {
  background: #3d6098;
}
.indicatorsNavBar-indicator.selected::after {
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  border: 5.25px solid #ffffff;
  width: 21px;
  height: 21px;
  box-shadow: 0 0 2px 1px rgba(61, 96, 152, 0.3);
  margin-top: 0px;
}
.indicatorsNavBar-indicator.enabled::after {
  border: 2px solid #3d6098;
}
.indicatorsNavBar-indicator.hover::before {
  background: #ea2d95;
}
.indicatorsNavBar-indicator.hover::after {
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  border: 5.25px solid #ffffff;
  width: 21px;
  height: 21px;
  box-shadow: 0 0 2px 1px rgba(234, 45, 149, 0.3);
  margin-top: 0px;
  opacity: 1;
}
.indicatorsNavBar-indicator.hide {
  display: none !important;
}
.indicatorsNavBar-contextual-bar.hover {
  background-color: #ea2d95;
}
.indicatorsNavBar-contextual-bar.hover .indicatorsContextualBar-arrow {
  display: none;
}
indicators-contextual-bar {
  display: block;
  position: absolute;
  bottom: 0;
  height: 32px;
  width: 100%;
  line-height: 32px;
  padding: 0 15px;
  background-color: #3d6098;
  color: #ffffff;
}
.indicatorsContextualBar-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.indicatorsContextualBar-arrow {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.indicatorsContextualBar-arrow:hover {
  color: #ea2d95;
}
.indicatorField-text-block {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
}
.highlight-field {
  animation: .3s linear .2s 2 highlight;
}
indicator-field,
coefficient-field,
.coefficient-input-field {
  display: inline-block;
  height: 25px;
  background-color: #3d6098;
  border-radius: 5px;
  color: #e7efef;
  border: 1px solid transparent;
  line-height: normal;
}
.indicatorField-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.indicatorField-wrapper .tooltip-inner {
  white-space: pre-line;
  text-align: left;
  max-width: 700px;
}
.indicatorField-label {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
}
.indicatorField-label-code-readOnly {
  display: inline-block;
  padding: 0 10px;
}
.indicatorField-label-value-readOnly {
  display: inline-block;
  min-width: 75px;
  height: 23px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.2);
  vertical-align: top;
}
.indicatorField-input {
  color: black;
  width: 75px;
  text-align: center;
  border: none;
  height: 100%;
  font-size: 14px;
  vertical-align: top;
}
.indicatorField-unit,
.indicatorField-info {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
}
.indicatorField-info {
  position: relative;
  padding: 0 5px;
}
.indicatorField-info::before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.indicatorField-info .icon-info,
.indicatorField-info .icon-error,
.indicatorField-info .icon-warning {
  vertical-align: middle;
  font-size: 16px;
  padding-bottom: 3px;
}
.indicatorField-info.indicator-with-warning {
  background-color: #f7931e;
}
.indicatorField-info.indicator-with-error {
  background-color: #c1292f;
}
.indicatorField-boolean-cursor {
  position: absolute;
  top: -3px;
  height: 29px;
  width: 40px;
  background: #3d6098;
  border-radius: 5px;
  line-height: 29px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  transition-property: transform;
  transition-duration: .5s;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.indicatorField-boolean {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
  padding: 0;
  width: 40px;
  background: white;
  color: black;
}
.indicatorField-mode {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.indicatorField-mode::before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.indicatorField-input:disabled {
  background-color: #cbcbcb;
  color: rgba(49, 62, 80, 0.9);
}
.indicatorField-wrapper--boolean {
  cursor: pointer;
}
.indicatorField-label--readOnly {
  padding: 0;
}
.indicatorField-input--no-label {
  border-radius: 5px 0 0 5px;
}
.indicatorField-input--error {
  background-color: #f4ccce !important;
}
.indicatorField-input--warning {
  background-color: #fef6ed;
}
.indicatorField-boolean-cursor--yes,
.indicatorField-boolean-cursor--pos-0 {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.indicatorField-boolean--yes {
  border-radius: 5px 0 0 5px;
}
.indicatorField-boolean-cursor--no,
.indicatorField-boolean-cursor--pos-1 {
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  transform: translate3d(40px, 0, 0);
}
.indicatorField-boolean--no {
  border-radius: 0;
}
.indicatorField-boolean-cursor--nr,
.indicatorField-boolean-cursor--pos-2 {
  -ms-transform: translateX(80px);
  transform: translateX(80px);
  transform: translate3d(80px, 0, 0);
}
.indicatorField-boolean--nr {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.indicatorField-boolean-cursor--pos-3 {
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  transform: translate3d(120px, 0, 0);
}
indicator-select-mode {
  display: inline-block;
}
.indicatorSelectMode {
  width: 32px;
  cursor: pointer;
}
.indicatorSelectMode::before {
  content: "\e908";
  font-family: Sispea, sans-serif;
  font-size: 14px;
  margin-right: 2px;
}
.indicatorSelectMode::after {
  font-family: Sispea, sans-serif;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 12px;
}
.indicatorField-mode:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
.indicatorSelectMode--computed {
  opacity: 1;
}
.indicatorSelectMode--computed::after {
  content: "\e924";
}
.coefficient-row-content .indicatorSelectMode--computed {
  display: inline-block;
}
.coefficient-row-content .indicatorSelectMode--computed::after {
  content: '';
}
.indicatorSelectMode--entered {
  opacity: 0.6;
}
.indicatorSelectMode--entered::after {
  content: "\e926";
}
.indicatorField-mode--readOnly {
  background-color: transparent !important;
}
.indicator-dirty-icon {
  float: right;
  padding: 2px;
  height: 30px;
  z-index: 1;
  line-height: 21px;
  color: #4b76ae;
  font-size: 21px;
  border-radius: 5px 5px 0 0;
}
.indicator-dirty-icon::before {
  font-family: Sispea, sans-serif;
  content: "\e928";
  position: relative;
  z-index: 1;
}
indicator-comment {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 25px;
}
.indicator-comment {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 25px;
}
.indicator-comment-icon {
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  right: 0;
  padding: 2px;
  height: 30px;
  z-index: 1;
  line-height: 21px;
  color: #4b76ae;
  font-size: 21px;
  border-radius: 5px 5px 0 0;
}
.indicator-comment-icon.comment::before {
  font-family: Sispea, sans-serif;
  content: "\e909";
  position: relative;
  z-index: 1;
  color: white;
}
.indicator-comment-icon.comment-plus {
  opacity: 0.6;
}
.indicator-comment-icon.comment-plus::before {
  font-family: Sispea, sans-serif;
  content: "\e90a";
}
.indicator-comment-input {
  height: 100%;
  width: 300px;
  margin-right: 5px;
  vertical-align: middle;
  resize: none;
  border: none;
  border-radius: 5px;
}
.indicator-comment-icon:hover {
  opacity: 1;
  color: #ea2d95;
}
.indicator-comment-icon:hover::before {
  color: #ea2d95 !important;
}
.indicator-comment-icon.selected {
  color: white;
  background-color: #a2b9d7;
  opacity: 1;
}
.indicator-comment-icon.selected::before {
  box-shadow: none;
}
.indicator-comment-icon.comment:not(.selected)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #4b76ae;
  background-color: #4b76ae;
}
[custom-icon-class="'indicatorVerificationComment-icon'"] {
  width: 25px;
}
.indicatorVerificationComment-icon::before {
  width: 25px;
  display: inline-block;
  text-align: center;
}
.indicatorVerificationComment-icon.comment::before {
  content: "\e928";
  top: -1px;
}
.indicatorVerificationComment-icon.comment-plus::before {
  content: "\e92f";
}
indicator-verification-status {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 100%;
}
.indicatorVerificationStatus-icon {
  background-color: white;
  display: block;
  position: absolute;
  left: -0.5px;
  border-radius: 50%;
  border: 5.5px solid #ffffff;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.indicatorVerificationStatus-icon.Anomaly {
  background-color: #c0392b !important;
}
.indicatorVerificationStatus-icon.PresumptionOfAnomaly {
  background-color: #f39c12 !important;
}
.indicatorVerificationStatus-icon.WithoutAnomaly {
  background-color: #2ecc71 !important;
}
.indicatorVerificationStatus-icon.diffused.Anomaly {
  border-color: #c0392b !important;
}
.indicatorVerificationStatus-icon.diffused.PresumptionOfAnomaly {
  border-color: #f39c12 !important;
}
.indicatorVerificationStatus-icon.diffused.WithoutAnomaly {
  border-color: #2ecc71 !important;
}
.indicatorReliability {
  display: block;
  height: 25px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  text-align-last: center;
  color: #3d6098;
  background-color: #e7efef;
  border: 1px solid #3d6098;
}
.indicatorReliability:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.indicatorReliability:disabled::-ms-expand {
  display: none;
}
.indicators-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  width: 16.667%;
  height: 100%;
  color: white;
  font-size: 18px;
  box-shadow: 1px 0 10px -3px rgba(0, 0, 0, 0.4);
}
.indicators-panel-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border-radius: 5px 0 0 0;
  background: #15666b;
}
.indicators-panel-content {
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
  padding-left: 10px;
  background: #135e62;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.indicators-panel-content-title {
  font-size: 16px;
  border-bottom: 2px solid #25B4BC;
  margin: 20px 10px 10px 0;
  padding-bottom: 5px;
}
.indicatorsFiltersPanel-content-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
  padding-right: 10px;
}
.indicatorsFiltersPanel-content-message i {
  margin: auto;
  padding: 5px 0;
  color: #98d8d8;
}
.indicatorsFiltersPanel-content-message span {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.3px;
  opacity: 0.8;
}
.indicators-panel-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid white;
  vertical-align: middle;
  cursor: pointer;
}
.indicators-panel-arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
}
.indicators-panel.open-vertical {
  height: 100%;
}
.indicators-panel.open-lateral {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.indicators-panel.fullscreen {
  width: 100%;
}
.indicators-panel-arrow.fa-angle-double-up {
  line-height: 18px;
}
.indicators-panel-arrow.fa-angle-double-down {
  line-height: 19px;
}
.indicators-panel-arrow:hover {
  color: #ea2d95;
  border-color: #ea2d95;
}
.indicators-panel.ng-leave {
  display: none;
}
.indicators-panel.fullscreen + .indicators-panel--vertical:not(.open-vertical).ng-enter {
  opacity: 0;
}
.indicators-panel--vertical {
  height: 50px;
  opacity: 1;
  transition-property: height, width, opacity;
  transition-duration: .5s;
  transition-delay: .1s;
}
.indicators-panel--lateral {
  transition-property: transform, width;
  transition-duration: .5s;
  transition-delay: .2s;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
}
.indicatorsHistoryPanel-hide {
  opacity: 0;
}
.indicatorsHistoryPanel-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border-radius: 5px 0 0 0;
  background: #15666b;
}
.indicatorsHistoryPanel-toggle-fullscreen {
  cursor: pointer;
  position: absolute;
  height: 31px;
  width: 31px;
  margin: auto;
  transition-property: opacity;
  transition-duration: .2s;
}
.indicatorsHistoryPanel-content {
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
  padding-left: 10px;
  background: #135e62;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.indicatorsHistoryPanel-content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  border-bottom: 2px solid #25B4BC;
  margin: 20px 10px 10px 0;
  padding-bottom: 5px;
  position: absolute;
  left: 10px;
  right: 10px;
}
.indicatorsHistoryPanel-content-values {
  position: absolute;
  top: 50px;
  bottom: 250px;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.indicatorsHistoryPanel-content-value {
  position: relative;
  border-bottom: 10px solid transparent;
  background-clip: content-box;
  cursor: default;
}
.indicatorsHistoryPanel-content-value-x {
  font-size: 12px;
  margin-left: 15px;
}
.indicatorsHistoryPanel-content-value-y {
  font-size: 16px;
  margin-left: 20px;
}
.indicatorsHistoryPanel-content-value-none {
  font-size: 14px;
  margin-left: 15px;
  font-weight: lighter;
}
.indicatorsHistoryPanel-content-value-trend {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.indicatorsHistoryPanel-content-value-trend:before {
  float: right;
  padding-left: 10px;
}
.indicatorsHistoryPanel-graph {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  height: 150px;
  padding-top: 10px;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.12);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 100%);
}
.indicatorsHistoryPanel-graph .nv-area {
  fill: #82c6ca !important;
}
.indicatorsHistoryPanel-graph .nv-axis path {
  fill: #ffffff;
  stroke: #ffffff;
}
.indicatorsHistoryPanel-graph .tick line {
  display: none;
}
.indicatorsHistoryPanel-graph svg text {
  fill: #ffffff;
}
.indicatorsHistoryPanel-graph .highlightedPoint {
  fill: white;
  stroke: white;
}
.indicatorsHistoryPanel-graph .nvtooltip.xy-tooltip {
  margin-top: -40px;
  color: #3d6098;
}
.indicatorsHistoryPanel-graph:before {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.indicatorsHistoryPanel-graph-config {
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
.indicatorsHistoryPanel-graph-config i {
  cursor: pointer;
  color: #FFF !important;
}
.indicatorsHistoryPanel-graph-config .dropdown-content {
  min-width: 200px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-bottom: 1px solid #FFF;
}
.indicatorsHistoryPanel-comparator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  height: 40px;
  text-align: center;
  padding-top: 5px;
}
.indicatorsHistoryPanel-comparator-button {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
indicators-history-panel.fullscreen-remove .indicatorsHistoryPanel-content-values,
indicators-history-panel.fullscreen-add .indicatorsHistoryPanel-content-values {
  opacity: 0;
}
.indicatorsHistoryPanel-toggle-fullscreen:hover {
  color: #ea2d95;
}
.indicatorsHistoryPanel-toggle-fullscreen.icon-zoom-out {
  bottom: 0;
  top: 0;
  right: 10px;
}
.indicatorsHistoryPanel-toggle-fullscreen.icon-zoom-in {
  left: 0;
  right: 0;
  bottom: 149.5px;
}
.indicatorsHistoryPanel-content-value.hover {
  font-weight: bold;
  background-color: #85639b;
}
.indicatorsHistoryPanel-content-value.hover::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  background-color: #ea2d95;
}
.indicatorsHistoryPanel-content-value.hover .indicatorsHistoryPanel-content-value-trend {
  color: #ffffff;
}
.indicatorsHistoryPanel-content-value.current {
  font-weight: bold;
}
.indicatorsHistoryPanel-content-value.current .indicatorsHistoryPanel-content-value-trend {
  color: #ffffff;
}
.indicatorsHistoryPanel-content-value.noRatio .indicatorsHistoryPanel-content-value-trend {
  display: none;
}
.indicatorsHistoryPanel-content-values.fullscreen {
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  bottom: auto;
  left: 10px;
  right: 10px;
  height: 55px;
  overflow-x: auto;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value-trend {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  width: 70px;
  left: -70px;
  bottom: 0;
  line-height: 19px;
  text-align: center;
  font-size: 14px;
  top: auto;
  transform: none;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value-trend::before {
  display: block;
  float: none;
  padding-left: 0;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value {
  display: inline-block;
  text-align: right;
  margin-left: 70px;
  border-right: 10px solid transparent;
  border-bottom: 0;
  background-clip: border-box;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value-x {
  margin: 0;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value-y {
  margin: 0;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value.hover::before {
  position: absolute;
  top: -10px;
  height: 10px;
  left: -70px;
  right: -10px;
  width: auto;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value.hover > .indicatorsHistoryPanel-content-value-trend {
  background-color: #85639b;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value.hover > .indicatorsHistoryPanel-content-value-trend--equals {
  font-size: 21px;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value.noRatio {
  padding-left: 10px;
  text-align: center;
}
.indicatorsHistoryPanel-content-values.fullscreen .indicatorsHistoryPanel-content-value.noRatio::before {
  left: 0 !important;
}
.indicatorsHistoryPanel-graph.fullscreen {
  left: 10px;
  right: 10px;
  bottom: 0;
  top: 110px;
  height: auto;
  border: none;
}
.indicatorsFiltersPanel-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border-radius: 5px 0 0 0;
  background: #15666b;
}
.indicatorsFiltersPanel-content {
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
  padding-left: 10px;
  background: #135e62;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.indicatorsFiltersPanel-content-title {
  font-size: 16px;
  border-bottom: 2px solid #25B4BC;
  margin: 20px 10px 10px 0;
  padding-bottom: 5px;
}
.indicatorsFiltersPanel-content-title a {
  color: #98d8d8;
}
.indicatorsFiltersPanel-content-title a:hover {
  color: #ea2d95;
}
.indicatorsFiltersPanel-content-row-button {
  padding-right: 10px;
  text-align: center;
}
.indicatorsFiltersPanel-content-row-button span {
  display: inline-block;
  margin: 15px 0;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
.indicatorsFiltersPanel-content-row-button span:hover {
  background: #ea2d95;
}
.indicatorsFiltersPanel-content-option {
  display: none;
}
.indicatorsFiltersPanel-content-option-label {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.indicatorsFiltersPanel-content-option-label::before {
  font-family: Sispea, sans-serif;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.indicatorsHistoryPanel-content-value-trend--equals {
  font-size: 26px;
  font-weight: bold;
  line-height: 14px;
}
.indicatorsFiltersPanel-content-highlighting-progress {
  height: 8px;
  margin: 0 10px 0.8em 25px;
  background-color: #f5f5f5AA;
  filter: drop-shadow(0px 4px 4px rgba(49, 62, 80, 0.25));
}
.indicatorsFiltersPanel-content-highlighting-progress-bar {
  background-color: #a77aaa;
}
.indicatorsFiltersPanel-content-title:first-child {
  margin-top: 10px;
}
.indicatorsFiltersPanel-content-option + .indicatorsFiltersPanel-content-option-label {
  opacity: 0.6;
}
.indicatorsFiltersPanel-content-option + .indicatorsFiltersPanel-content-option-label::before {
  content: "\e926";
}
.indicatorsFiltersPanel-content-option:checked + .indicatorsFiltersPanel-content-option-label {
  opacity: 1;
}
.indicatorsFiltersPanel-content-option:checked + .indicatorsFiltersPanel-content-option-label::before {
  content: "\e924";
}
.highlight-alerts::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: 0.3s linear .2s 2 highlight;
}
.indicatorsAlertsPanel-content {
  display: flex;
  justify-content: center;
  top: 0;
  gap: 100px;
  padding: 20px 60px 15px 60px;
  width: 100%;
}
.indicatorAlertsPanel-alerts {
  flex-grow: 1;
  width: 100%;
  max-width: 45vw;
}
.indicatorAlertsPanel-no-alerts {
  align-self: center;
  width: 100%;
  text-align: center;
}
.indicatorsAlertsPanel-message {
  width: 100%;
  min-height: 85px;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  overflow: hidden;
  color: black;
}
.indicatorsAlertsPanel-message p {
  margin-bottom: 0;
}
.indicatorsAlertsPanel-message.level1 {
  background: #FFF2E6;
  border: 1px solid #D76700;
}
.indicatorsAlertsPanel-message.level0 {
  background: #FFDCDC;
  border: 1px solid #D70000;
}
.indicatorsAlertsPanel-message-title.level1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #D76700;
  line-height: 25px;
}
.indicatorsAlertsPanel-message-title.level0 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #D70000;
  line-height: 25px;
}
.indicatorsAlertsPanel-counter {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: -10px;
  border-radius: 50%;
  text-align: center;
  margin-left: -35px;
}
.indicatorsAlertsPanel-counter.level1 {
  background-color: #D76700;
}
.indicatorsAlertsPanel-counter.level0 {
  background-color: #D70000;
}
.indicatorsAlertsPanel-message-content-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.indicatorsAlertsPanel-message-complete {
  height: fit-content;
}
.indicatorsAlertsPanel-message-more {
  cursor: pointer;
  text-decoration: underline;
}
.nextAlertButton {
  top: 50px;
  position: absolute;
  right: -30px;
  font-size: 20px;
}
.nextAlertButton:hover {
  color: #ea2d95;
  cursor: pointer;
}
.previousAlertButton {
  top: 50px;
  position: absolute;
  left: -30px;
  font-size: 20px;
}
.previousAlertButton:hover {
  color: #ea2d95;
  cursor: pointer;
}
.previousIndicatorButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 82px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.previousIndicatorButton:hover {
  color: #ea2d95;
}
.previousIndicatorButton.enabled {
  opacity: 1;
}
.previousIndicatorButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.previousIndicatorButton:not(.enabled):hover {
  color: #3d6098;
}
.previousIndicatorButton::before {
  content: '\e903';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.saveIndicatorsButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 210px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.saveIndicatorsButton:hover {
  color: #ea2d95;
}
.saveIndicatorsButton.enabled {
  opacity: 1;
}
.saveIndicatorsButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.saveIndicatorsButton:not(.enabled):hover {
  color: #3d6098;
}
.saveIndicatorsButton::before {
  content: '\e921';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.sendToManagerButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.sendToManagerButton:hover {
  color: #ea2d95;
}
.sendToManagerButton.enabled {
  opacity: 1;
}
.sendToManagerButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.sendToManagerButton:not(.enabled):hover {
  color: #3d6098;
}
.sendToManagerButton::before {
  content: '\e922';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.backToInputButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 188px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.backToInputButton:hover {
  color: #ea2d95;
}
.backToInputButton.enabled {
  opacity: 1;
}
.backToInputButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.backToInputButton:not(.enabled):hover {
  color: #3d6098;
}
.backToInputButton::before {
  content: '\f11c';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.publishButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 102px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.publishButton:hover {
  color: #ea2d95;
}
.publishButton.enabled {
  opacity: 1;
}
.publishButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.publishButton:not(.enabled):hover {
  color: #3d6098;
}
.publishButton::before {
  content: '\f091';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.unpublishButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.unpublishButton:hover {
  color: #ea2d95;
}
.unpublishButton.enabled {
  opacity: 1;
}
.unpublishButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.unpublishButton:not(.enabled):hover {
  color: #3d6098;
}
.unpublishButton::before {
  content: '\e91c';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.completeVerificationButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 220px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.completeVerificationButton:hover {
  color: #ea2d95;
}
.completeVerificationButton.enabled {
  opacity: 1;
}
.completeVerificationButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.completeVerificationButton:not(.enabled):hover {
  color: #3d6098;
}
.completeVerificationButton::before {
  content: '\e914';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.completeVerificationButton::after {
  content: '\e914';
  font-family: Sispea, sans-serif;
  position: absolute;
  left: 14px;
  font-size: 21px;
}
.backToVerificationButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 230px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.backToVerificationButton:hover {
  color: #ea2d95;
}
.backToVerificationButton.enabled {
  opacity: 1;
}
.backToVerificationButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.backToVerificationButton:not(.enabled):hover {
  color: #3d6098;
}
.backToVerificationButton::before {
  content: '\e914';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.nextIndicatorButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 82px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-right: 26px;
}
.nextIndicatorButton:hover {
  color: #ea2d95;
}
.nextIndicatorButton.enabled {
  opacity: 1;
}
.nextIndicatorButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.nextIndicatorButton:not(.enabled):hover {
  color: #3d6098;
}
.nextIndicatorButton::after {
  content: '\e904';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}
.backToNormalModeButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 300px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.backToNormalModeButton:hover {
  color: #ea2d95;
}
.backToNormalModeButton.enabled {
  opacity: 1;
}
.backToNormalModeButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.backToNormalModeButton:not(.enabled):hover {
  color: #3d6098;
}
.backToNormalModeButton::before {
  content: '\e91c';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.saveAndBackToNormalModeButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 400px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.saveAndBackToNormalModeButton:hover {
  color: #ea2d95;
}
.saveAndBackToNormalModeButton.enabled {
  opacity: 1;
}
.saveAndBackToNormalModeButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.saveAndBackToNormalModeButton:not(.enabled):hover {
  color: #3d6098;
}
.saveAndBackToNormalModeButton::before {
  content: '\e91c';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.printIndicatorsSummaryButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 130px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.printIndicatorsSummaryButton:hover {
  color: #ea2d95;
}
.printIndicatorsSummaryButton.enabled {
  opacity: 1;
}
.printIndicatorsSummaryButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.printIndicatorsSummaryButton:not(.enabled):hover {
  color: #3d6098;
}
.printIndicatorsSummaryButton::before {
  content: '\e931';
  font-family: Sispea;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.thematicDisplayModeButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 300px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.thematicDisplayModeButton:hover {
  color: #ea2d95;
}
.thematicDisplayModeButton.enabled {
  opacity: 1;
}
.thematicDisplayModeButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.thematicDisplayModeButton:not(.enabled):hover {
  color: #3d6098;
}
.thematicDisplayModeButton::before {
  content: '\f0ae';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.orderedDisplayModeButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 300px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.orderedDisplayModeButton:hover {
  color: #ea2d95;
}
.orderedDisplayModeButton.enabled {
  opacity: 1;
}
.orderedDisplayModeButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.orderedDisplayModeButton:not(.enabled):hover {
  color: #3d6098;
}
.orderedDisplayModeButton::before {
  content: '\f0cb';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.expandAllButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 150px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.expandAllButton:hover {
  color: #ea2d95;
}
.expandAllButton.enabled {
  opacity: 1;
}
.expandAllButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.expandAllButton:not(.enabled):hover {
  color: #3d6098;
}
.expandAllButton::before {
  content: '\f103';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.collapseAllButton {
  display: inline-block;
  position: relative;
  margin: 9px 8px;
  width: 150px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
  color: #3d6098;
  background-color: white;
  cursor: pointer;
  user-select: none;
  padding-left: 26px;
}
.collapseAllButton:hover {
  color: #ea2d95;
}
.collapseAllButton.enabled {
  opacity: 1;
}
.collapseAllButton:not(.enabled) {
  opacity: 0.6;
  cursor: default;
}
.collapseAllButton:not(.enabled):hover {
  color: #3d6098;
}
.collapseAllButton::before {
  content: '\f102';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}
.indicatorSelectStatus-circle {
  display: inline-block;
  border: 2px solid;
  background-color: white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  vertical-align: text-bottom;
  box-shadow: 0 0 5px 1px rgba(61, 96, 152, 0.35);
}
.indicatorSelectStatus-circle.Anomaly {
  border-color: #c0392b;
}
.indicatorSelectStatus-circle.Anomaly.selected {
  background-color: #c0392b;
}
.indicatorSelectStatus-circle.Anomaly:hover {
  background-color: rgba(192, 57, 43, 0.5);
}
.indicatorSelectStatus-circle.PresumptionOfAnomaly {
  border-color: #f39c12;
}
.indicatorSelectStatus-circle.PresumptionOfAnomaly.selected {
  background-color: #f39c12;
}
.indicatorSelectStatus-circle.PresumptionOfAnomaly:hover {
  background-color: rgba(243, 156, 18, 0.5);
}
.indicatorSelectStatus-circle.WithoutAnomaly {
  border-color: #2ecc71;
}
.indicatorSelectStatus-circle.WithoutAnomaly.selected {
  background-color: #2ecc71;
}
.indicatorSelectStatus-circle.WithoutAnomaly:hover {
  background-color: rgba(46, 204, 113, 0.5);
}
indicator-row {
  display: block;
}
.indicatorRow-radio {
  display: none;
}
.indicatorRow-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0;
  font-weight: normal;
}
.indicatorRow-radio:checked + .indicatorRow-wrapper.selectable {
  background-color: rgba(147, 86, 151, 0.1);
  padding-left: 10px;
}
.indicatorRow-radio:checked + .indicatorRow-wrapper.selectable::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: #935697;
}
.indicatorRow-wrapper.focusable:hover {
  cursor: pointer;
  background-color: rgba(147, 86, 151, 0.2) !important;
}
indicator-row.indicator-row-with-warning .indicatorRow-radio:checked + .indicatorRow-wrapper.selectable,
indicator-row.indicator-row-with-warning .indicatorRow-wrapper.focusable:hover {
  background-color: #fbc98f !important;
}
indicator-row.indicator-row-with-warning .indicatorRow-radio:checked + .indicatorRow-wrapper.selectable::before {
  background-color: #f7931e;
}
.indicatorInput-dependencies indicator-row.indicator-row-with-warning .indicatorRow-radio:checked + .indicatorRow-wrapper.selectable,
.indicatorInput-dependencies indicator-row.indicator-row-with-warning .indicatorRow-wrapper.focusable:hover {
  background-color: rgba(247, 147, 30, 0.1) !important;
}
indicator-row.indicator-row-with-error .indicatorRow-radio:checked + .indicatorRow-wrapper.selectable,
indicator-row.indicator-row-with-error .indicatorRow-wrapper.focusable:hover {
  background-color: #e09497 !important;
}
indicator-row.indicator-row-with-error .indicatorRow-radio:checked + .indicatorRow-wrapper.selectable::before {
  background-color: #c1292f;
}
.indicatorInput-dependencies indicator-row.indicator-row-with-error .indicatorRow-radio:checked + .indicatorRow-wrapper.selectable,
.indicatorInput-dependencies indicator-row.indicator-row-with-error .indicatorRow-wrapper.focusable:hover {
  background-color: rgba(193, 41, 47, 0.1) !important;
}
.indicatorRow--top-bottom-padded > .indicatorRow-wrapper {
  padding: 5px 0;
}
.indicator-value .indicator-value-value {
  float: right;
  text-align: right;
  margin: 0 3px;
}
.indicator-value .indicator-value-value.no-unit {
  text-align: center;
  width: 100%;
}
.indicator-value .indicator-value-unit {
  float: right;
  width: 80px;
  text-align: left;
  margin: 0 3px;
}
.indicatorInfo {
  display: block;
  line-height: 21px;
}
@media (max-width: 1500px) {
  .indicatorsHeader-service {
    width: 70px;
  }
}
@media (max-width: 1350px) {
  .indicatorsHeader-service {
    width: 20px;
  }
  .indicatorsHeader-collectivity {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .indicatorsHistoryPanel-content-value-y {
    font-size: 14px;
  }
  .indicatorsHistoryPanel-content-value-trend {
    font-size: 13px;
  }
  .indicatorsHeader-collectivity {
    max-width: 150px;
  }
  .previousIndicatorButton,
  .nextIndicatorButton {
    width: 34px;
    color: transparent;
  }
  .previousIndicatorButton:hover,
  .nextIndicatorButton:hover {
    color: transparent;
  }
  .previousIndicatorButton:hover:before,
  .nextIndicatorButton:hover:before,
  .previousIndicatorButton:hover:after,
  .nextIndicatorButton:hover:after {
    color: #ea2d95;
  }
  .previousIndicatorButton:before,
  .nextIndicatorButton:before,
  .previousIndicatorButton:after,
  .nextIndicatorButton:after {
    color: #3d6098;
  }
  .saveIndicatorsButton,
  .sendToManagerButton,
  .backToInputButton,
  .publishButton,
  .unpublishButton,
  .backToVerificationButton,
  .backToNormalModeButton,
  .saveAndBackToNormalModeButton,
  .printIndicatorsSummaryButton,
  .thematicDisplayModeButton,
  .orderedDisplayModeButton,
  .expandAllButton,
  .collapseAllButton {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .saveIndicatorsButton:before,
  .sendToManagerButton:before,
  .backToInputButton:before,
  .publishButton:before,
  .unpublishButton:before,
  .backToVerificationButton:before,
  .backToNormalModeButton:before,
  .saveAndBackToNormalModeButton:before,
  .printIndicatorsSummaryButton:before,
  .thematicDisplayModeButton:before,
  .orderedDisplayModeButton:before,
  .expandAllButton:before,
  .collapseAllButton:before {
    display: none;
  }
  .indicatorsAlertsPanel-message:before {
    display: none;
  }
  .indicatorsAlertsPanel-message-title {
    left: 5px;
  }
}
@media (max-width: 1023px) {
  .saveIndicatorsButton,
  .sendToManagerButton,
  .backToInputButton,
  .publishButton,
  .unpublishButton,
  .backToVerificationButton,
  .backToNormalModeButton,
  .saveAndBackToNormalModeButton,
  .printIndicatorsSummaryButton,
  .thematicDisplayModeButton,
  .orderedDisplayModeButton,
  .expandAllButton,
  .collapseAllButton {
    font-size: 13px;
  }
}

