/**
 * GNL UI ICONS
 *
 * https://icomoon.io/app/
 */
@font-face {
  font-family: 'stats-icons';
  src:  url('fonts/stats-icons.eot?3uaxi6');
  src:  url('fonts/stats-icons.eot?3uaxi6#iefix') format('embedded-opentype'),
    url('fonts/stats-icons.ttf?3uaxi6') format('truetype'),
    url('fonts/stats-icons.woff?3uaxi6') format('woff'),
    url('fonts/stats-icons.svg?3uaxi6#stats-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stats-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}

a[href$='.xls']::after, a[href$='.XLS']::after, a[href$='.xlsx']::after, a[href$='.XLSX']::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'stats-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eae2";
    padding-left: 0.1875rem;
    color: #008000 !important;
    display: inline-block;
}

a[href$='.pdf']::after, a[href$='.PDF']::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'stats-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eadf";
    padding-left: 0.1875rem;
    color: #ea2d27 !important;
    display: inline-block;
}
