@charset "UTF-8";

@font-face {
  font-family: "atlasicon";
  src:url("fonts/atlasicon.eot");
  src:url("fonts/atlasicon.eot?#iefix") format("embedded-opentype"),
    url("fonts/atlasicon.woff") format("woff"),
    url("fonts/atlasicon.ttf") format("truetype"),
    url("fonts/atlasicon.svg#atlasicon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "atlasicon" !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^="atlasicon-"]:before,
[class*=" atlasicon-"]:before {
  font-family: "atlasicon" !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;
}

.atlasicon-logo:before {
  content: "\e905";
}
.atlasicon-trace:before {
  content: "\e605";
}
.atlasicon-access:before {
  content: "\e600";
}
.atlasicon-pdf:before {
  content: "\e602";
}
.atlasicon-processing:before {
  content: "\e603";
}
.atlasicon-amp:before {
  content: "\e601";
}
.atlasicon-excel:before {
  content: "\e604";
}
.atlasicon-pdfdoc:before {
  content: "\e900";
}
.atlasicon-word:before {
  content: "\e901";
}
.atlasicon-powerpoint:before {
  content: "\e902";
}
.atlasicon-edit-report:before {
  content: "\e904";
}
.atlasicon-new-report:before {
  content: "\e903";
}
