@charset "UTF-8";

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

}

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

.icon-book:before {
  content: "\41";
}
.icon-sort-alpha-asc:before {
  content: "\7a";
}
.icon-volume-high:before {
  content: "\56";
}
.icon-wrench:before {
  content: "\77";
}
.icon-info-circle:before {
  content: "\69";
}
.icon-help-circle:before {
  content: "\3f";
}
.icon-search:before {
  content: "\66";
}
.icon-volume:before {
  content: "\76";
}
.icon-page:before {
  content: "\44";
}
.icon-page-add:before {
  content: "\61";
}
.icon-page-copy:before {
  content: "\63";
}
.icon-page-delete:before {
  content: "\73";
}
.icon-page-edit:before {
  content: "\65";
}
.icon-page-export:before {
  content: "\6d";
}
.icon-page-filled:before {
  content: "\6e";
}
.icon-page-multiple:before {
  content: "\4b";
}
.icon-help-disc:before {
  content: "\68";
}
.icon-help-sign:before {
  content: "\48";
}
.icon-info-sign:before {
  content: "\49";
}
.icon-info-disc:before {
  content: "\4a";
}
.icon-list:before {
  content: "\52";
}
.icon-menu:before {
  content: "\53";
}
.icon-list-add:before {
  content: "\2b";
}
.icon-files:before {
  content: "\6b";
}
.icon-file:before {
  content: "\6c";
}
.icon-file-settings:before {
  content: "\58";
}
.icon-binoculars:before {
  content: "\46";
}
.icon-files-both:before {
  content: "\43";
}
.icon-file-black:before {
  content: "\42";
}
.icon-file-white:before {
  content: "\57";
}
.icon-triangle-up:before {
  content: "\75";
}
.icon-triangle-down:before {
  content: "\64";
}
