﻿/*!
 *  simulationHub icons are custome icon fonts used by simulationHub.
 *  The font icons are developed by simulationHb team.
 *  These icons are for simulationHub App : Control Valve Performer Autodesk Fusion 360 Plugin
 *  https://www.simulationhub.com
 * -------------------------- */

@charset "UTF-8";

@font-face {
  font-family: "sh-app-control-valve-performer-fusion";
  src:url("../fonts/sh-app-control-valve-performer-fusion.eot");
  src:url("../fonts/sh-app-control-valve-performer-fusion.eot?#iefix") format("embedded-opentype"),
    url("../fonts/sh-app-control-valve-performer-fusion.woff") format("woff"),
    url("../fonts/sh-app-control-valve-performer-fusion.ttf") format("truetype"),
    url("../fonts/sh-app-control-valve-performer-fusion.svg#sh-app-control-valve-performer-fusion") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "sh-app-control-valve-performer-fusion" !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^="sh-app-cvp-fusion-"]:before,
[class*=" sh-app-cvp-fusion-"]:before {
  font-family: "sh-app-control-valve-performer-fusion" !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;
}

.sh-app-cvp-fusion-activate-app:before {
  content: "\61";
}
.sh-app-cvp-fusion-connections:before {
  content: "\62";
}
.sh-app-cvp-fusion-create-edit-simulation:before {
  content: "\63";
}
.sh-app-cvp-fusion-help:before {
  content: "\64";
}
.sh-app-cvp-fusion-result-3d:before {
  content: "\65";
}
.sh-app-cvp-fusion-result-curve:before {
  content: "\66";
}
.sh-app-cvp-fusion-result-summary:before {
  content: "\67";
}
.sh-app-cvp-fusion-settings:before {
  content: "\68";
}
.sh-app-cvp-fusion-sign-in:before {
  content: "\69";
}
.sh-app-cvp-fusion-simulate:before {
  content: "\6a";
}
.sh-app-cvp-fusion-sing-out:before {
  content: "\6b";
}
.sh-app-cvp-fusion-status:before {
  content: "\6c";
}
.sh-app-cvp-fusion-subscription:before {
  content: "\6d";
}
.sh-app-cvp-fusion-update-app:before {
  content: "\6e";
}
