/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-c {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -25px -75px;
  width: 25px;
  height: 25px;
}
.icon-c1 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -50px -25px;
  width: 25px;
  height: 25px;
}
.icon-c2 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: 0px -50px;
  width: 25px;
  height: 25px;
}
.icon-c2b {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -25px -50px;
  width: 25px;
  height: 25px;
}
.icon-d {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -50px -50px;
  width: 25px;
  height: 25px;
}
.icon-disposal_supply_infrastructure {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -100px -75px;
  width: 25px;
  height: 25px;
}
.icon-e1 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -75px 0px;
  width: 25px;
  height: 25px;
}
.icon-e2 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: 0px 0px;
  width: 25px;
  height: 25px;
}
.icon-e3 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -75px -50px;
  width: 25px;
  height: 25px;
}
.icon-e4 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: 0px -75px;
  width: 25px;
  height: 25px;
}
.icon-green {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -100px -25px;
  width: 25px;
  height: 25px;
}
.icon-livingspace {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -100px -50px;
  width: 25px;
  height: 25px;
}
.icon-other {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: 0px -100px;
  width: 25px;
  height: 25px;
}
.icon-private {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -50px 0px;
  width: 25px;
  height: 25px;
}
.icon-rail {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -75px -75px;
  width: 25px;
  height: 25px;
}
.icon-rule1 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -25px 0px;
  width: 25px;
  height: 25px;
}
.icon-rule2 {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -75px -25px;
  width: 25px;
  height: 25px;
}
.icon-selectedArea {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: 0px -25px;
  width: 25px;
  height: 25px;
}
.icon-selectedAreaPoint {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -25px -25px;
  width: 25px;
  height: 25px;
}
.icon-street {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -100px 0px;
  width: 25px;
  height: 25px;
}
.icon-water {
  background-image: url("/javax.faces.resource/legendSprite.png.xhtml?ln=images&skt=1.9.30");
  background-position: -50px -75px;
  width: 25px;
  height: 25px;
}
