@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "genome" !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: "genome" !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-seqtemp:before {
  content: "a";
}
.icon-sequential:before {
  content: "b";
}
.icon-temporal:before {
  content: "c";
}
.icon-gear:before {
  content: "d";
}
.icon-search:before {
  content: "e";
}
.icon-filter-clear:before {
  content: "g";
}
.icon-filter:before {
  content: "h";
}
.icon-clock:before {
  content: "f";
}
.icon-zoom:before {
  content: "j";
}
.icon-calendar:before {
  content: "k";
}
.icon-bar-chart:before {
  content: "l";
}
.icon-refresh:before {
  content: "i";
}
.icon-calendar-blank:before {
  content: "m";
}
.icon-arrow-left:before {
  content: "n";
}
.icon-arrow-right:before {
  content: "o";
}
