@font-face {
  font-family: 'cusIcon-';
  src:  url('fonts/cusIcon-.eot?4s4mqx');
  src:  url('fonts/cusIcon-.eot?4s4mqx#iefix') format('embedded-opentype'),
    url('fonts/cusIcon-.ttf?4s4mqx') format('truetype'),
    url('fonts/cusIcon-.woff?4s4mqx') format('woff'),
    url('fonts/cusIcon-.svg?4s4mqx#cusIcon-') 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: 'cusIcon-' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circleBack:before {
  content: "\e906";
  color: #8a8a8a;
}
.icon-trace:before {
  content: "\e907";
  color: #fff;
}
.icon-trends:before {
  content: "\e908";
  color: #fff;
}
.icon-line-chart:before {
  content: "\e904";
  color: #fff;
}
.icon-bar-chart:before {
  content: "\e905";
  color: #fff;
}
.icon-shrink:before {
  content: "\e900";
  color: #fff;
}
.icon-close:before {
  content: "\1f5cd";
  color: #fff;
}
.icon-expand:before {
  content: "\e901";
  color: #fff;
}
.icon-minus:before {
  content: "\e902";
  color: #fff;
}
.icon-setting:before {
  content: "\e903";
  color: #dbdbdb;
}
