@charset "UTF-8";

@font-face {
  font-family: "_icons-font";
  src:url("./shared/fonts/_icons-font.eot");
  src:url("./shared/fonts/_icons-font.eot?#iefix") format("embedded-opentype"),
    url("./shared/fonts/_icons-font.ttf") format("truetype"),
    url("./shared/fonts/_icons-font.svg#_icons-font") format("svg"),
    url("./shared/fonts/_icons-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}




[data-icon]:before {
  font-family: "_icons-font" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "_icons-font" !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;
}



.icon-globe-black:before {
  content: "a";
}
.icon-wrench:before {
  content: "b";
}
.icon-pin-alt:before {
  content: "c";
}
.icon-magnifying-glass:before {
  content: "d";
}
.icon-mail:before {
  content: "e";
}
.icon-eye-crossedout:before {
  content: "f";
}
.icon-printer:before {
  content: "g";
}
.icon-arrow1-right:before {
  content: "h";
}
.icon-arrow1-left:before {
  content: "i";
}
.icon-arrow1-up:before {
  content: "j";
}
.icon-arrow1-down:before {
  content: "k";
}
.icon-arrow2-right:before {
  content: "l";
}
.icon-arrow2-left:before {
  content: "m";
}
.icon-arrow2-up:before {
  content: "n";
}
.icon-arrow2-down:before {
  content: "o";
}
.icon-arrow3-right:before {
  content: "p";
}
.icon-arrow3-left:before {
  content: "q";
}
.icon-arrow3-up:before {
  content: "r";
}
.icon-arrow3-down:before {
  content: "s";
}
.icon-map-1:before {
  content: "t";
}
.icon-map-2:before {
  content: "u";
}
.icon-person:before {
  content: "v";
}
.icon-mail-2:before {
  content: "w";
}
.icon-telephone:before {
  content: "x";
}
.icon-home-1:before {
  content: "y";
}
.icon-home-2:before {
  content: "z";
}
.icon-table-1:before {
  content: "A";
}
.icon-calendar:before {
  content: "B";
}
.icon-calendar-2:before {
  content: "C";
}
.icon-table-2:before {
  content: "D";
}
.icon-office:before {
  content: "E";
}
.icon-person-1:before {
  content: "F";
}
.icon-info-1:before {
  content: "G";
}
.icon-help-1:before {
  content: "H";
}
.icon-columns:before {
  content: "I";
}
.icon-feedback-1:before {
  content: "K";
}
.icon-feedback-2:before {
  content: "J";
}
.icon-feedback-3:before {
  content: "L";
}
.icon-feedback-4:before {
  content: "M";
}
.icon-feedback-5:before {
  content: "N";
}
.icon-feedback-6:before {
  content: "O";
}
.icon-feedback-7:before {
  content: "P";
}
.icon-feedback-8:before {
  content: "Q";
}
