@charset "UTF-8";

@font-face {
  font-family: "mediatypes";
  src:url("fonts/mediatypes.eot");
  src:url("fonts/mediatypes.eot?#iefix") format("embedded-opentype"),
    url("fonts/mediatypes.woff") format("woff"),
    url("fonts/mediatypes.ttf") format("truetype"),
    url("fonts/mediatypes.svg#mediatypes") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "mediatypes" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="media-type-"]:before,
[class*=" media-type-"]:before {
  font-family: "mediatypes" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.media-type-battery-charging-80:before {
  content: "\61";
}
.media-type-field-bins:before {
  content: "\62";
}
.media-type-incinerator:before {
  content: "\63";
}
.media-type-invert-colors:before {
  content: "\64";
}
.media-type-partlycloudy:before {
  content: "\65";
}
.media-type-sediment-sampling:before {
  content: "\66";
}
.media-type-underground-water-sampling:before {
  content: "\67";
}
.media-type-lake-biodiversity:before {
  content: "\68";
}
.media-type-lake-biodiversity-fish-habitat:before {
  content: "\69";
}

.warning-component {
  background-color: #ffc24b !important;
}
