@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon.eot?51g8ga');
  src:  url('/assets/fonts/icomoon.eot?51g8ga#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.woff2?51g8ga') format('woff2'),
    url('/assets/fonts/icomoon.ttf?51g8ga') format('truetype'),
    url('/assets/fonts/icomoon.woff?51g8ga') format('woff'),
    url('/assets/fonts/icomoon.svg?51g8ga#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-no_value:before {
  content: "\e900";
}
.icon-rain_extreme:before {
  content: "\e901";
}
.icon-rain_heavy:before {
  content: "\e902";
}
.icon-rain_light:before {
  content: "\e903";
}
.icon-rain_medium:before {
  content: "\e904";
}
.icon-rain_snow_mixed_extreme:before {
  content: "\e905";
}
.icon-rain_snow_mixed_heavy:before {
  content: "\e906";
}
.icon-rain_snow_mixed_light:before {
  content: "\e907";
}
.icon-rain_snow_mixed_medium:before {
  content: "\e908";
}
.icon-snow_extreme:before {
  content: "\e909";
}
.icon-snow_heavy:before {
  content: "\e90a";
}
.icon-snow_light:before {
  content: "\e90b";
}
.icon-snow_medium:before {
  content: "\e90c";
}
.icon-temperature_below_freezing:before {
  content: "\e90d";
}
.icon-temperature_cold:before {
  content: "\e90e";
}
.icon-temperature_freezing:before {
  content: "\e90f";
}
.icon-temperature_hot:before {
  content: "\e910";
}
.icon-temperature_warm:before {
  content: "\e911";
}
.icon-wind_extreme:before {
  content: "\e912";
}
.icon-wind_heavy:before {
  content: "\e913";
}
.icon-wind_light:before {
  content: "\e914";
}
.icon-wind_medium:before {
  content: "\e915";
}
.icon-wind_none:before {
  content: "\e916";
}


.filter-field {
  font-size: 14px;
  width: 100%;
}

.mat-column-select {
  overflow: initial;
}

/**
  colors for font icons
*/
.wc-icon-none {
  color: rgb(199, 199, 199);
}

.temperature-hot {
  color: rgb(180, 0, 0);
}

.temperature-ok {
  color: #4c9c00;
}

.temperature-warn {
  color: #ec9d1d;
}

.temperature-alert {
  color: rgb(180, 0, 0);
}

.temperature-warm {
  color: rgb(255, 255, 14);
}

.temperature-cold {
  color: blue;
}

.temperature-freezing {
  color: rgb(48, 132, 241);
}




.filter-field {
  font-size: 14px;
  width: 100%;
}

.mat-column-select {
  overflow: initial;
}

/**
  colors for font icons
*/
.wc-icon-none {
  color: rgb(199, 199, 199);
}

.temperature-hot {
  color: rgb(180, 0, 0);
}

.temperature-ok {
  color: #4c9c00;
}

.temperature-warn {
  color: #ec9d1d;
}

.temperature-alert {
  color: rgb(180, 0, 0);
}

.temperature-warm {
  color: rgb(255, 255, 14);
}

.temperature-cold {
  color: blue;
}

.temperature-freezing {
  color: rgb(48, 132, 241);
}



