/**
 * Slide Library Font Icons
 * NN - Market Access Slide Library 
 * @author: Brian Jerome | Wedgewood Communications
 * @version: 1.29.15
 */

@charset "UTF-8";

@font-face {
  font-family: "novo-nordisk";
  src:url("../fonts/novo-nordisk.eot");
  src:url("../fonts/novo-nordisk.eot?#iefix") format("embedded-opentype"),
    url("../fonts/novo-nordisk.woff") format("woff"),
    url("../fonts/novo-nordisk.ttf") format("truetype"),
    url("../fonts/novo-nordisk.svg#novo-nordisk") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "novo-nordisk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="nn-"]:before,
[class*=" nn-"]:before {
  font-family: "novo-nordisk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.nn-bell:before {
  content: "a";
}*/
.nn-check:before {
  content: "b";
}
.nn-email:before {
  content: "e";
}
.nn-export:before {
  content: "f";
}
/*.nn-folder:before {
  content: "g";
}*/
/*.nn-home:before {
  content: "h";
}*/
.nn-link:before {
  content: "i";
}
.nn-plus:before {
  content: "k";
}
.nn-arrow-down:before {
  content: "m";
}
.nn-arrow-left:before {
  content: "s";
}
.nn-arrow-up:before {
  content: "u";
}
.nn-arrow-right:before {
  content: "o";
}
.nn-arrow-down-02:before {
  content: "d";
}
.nn-delete-01:before {
  content: "c";
}
.nn-lock:before {
  content: "p";
}
.nn-delete-02:before {
  content: "j";
}
.nn-plus-01:before {
  content: "q";
}
.nn-plus-02:before {
  content: "r";
}
.nn-zoom-in:before {
  content: "t";
}
.nn-zoom-out:before {
  content: "v";
}
.nn-minus:before {
  content: "l";
}