@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "hpe-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: "hpe-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-minus:before {
  content: "\e000";
}
.icon-plus:before {
  content: "\e001";
}
.icon-down-open:before {
  content: "\e002";
}
.icon-up-open:before {
  content: "\e003";
}
.icon-right-open:before {
  content: "\e004";
}
.icon-left-open:before {
  content: "\e005";
}
.icon-close:before {
  content: "\e006";
}
.icon-menu:before {
  content: "\e007";
}
.icon-next:before {
  content: "\e008";
}
.icon-down:before {
  content: "\e009";
}
.icon-up:before {
  content: "\e00a";
}