@charset "UTF-8";

/* global-icons */
@font-face {
  font-family: "global-icons";
  src:url("https://file.myfontastic.com/9y5C7bULkCYsMdemMqF2h3/fonts/1447144728.eot");
  src:url("https://file.myfontastic.com/9y5C7bULkCYsMdemMqF2h3/fonts/1447144728.eot?#iefix") format("embedded-opentype"),
    url("https://file.myfontastic.com/9y5C7bULkCYsMdemMqF2h3/fonts/1447144728.woff") format("woff"),
    url("https://file.myfontastic.com/9y5C7bULkCYsMdemMqF2h3/fonts/1447144728.ttf") format("truetype"),
    url("https://file.myfontastic.com/9y5C7bULkCYsMdemMqF2h3/fonts/1447144728.svg#1447144728") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.global-icon-map:before {
  content: "a";
}
.global-icon-list:before {
  content: "b";
}
.global-icon-calendar:before {
  content: "d";
}
.global-icon-clipboard:before {
  content: "e";
}
.global-icon-location:before {
  content: "f";
}
.global-icon-layout:before {
  content: "c";
}
.global-icon-search:before {
  content: "g";
}
.global-icon-gavel:before {
  content: "h";
}
.global-icon-left-open-big:before {
  content: "i";
}
.global-icon-right-open-big:before {
  content: "j";
}
.global-icon-download:before {
  content: "m";
}
