/*
 * Copyright (C) ThermoFisher Scientific Inc.- All Rights Reserved
 * Unauthorized use or copying of this file, via any medium is strictly prohibited and will be subject to legal action.
 * Proprietary and confidential
 */

@font-face {
  font-family: 'thermo-hdr';
  src: url('fonts/thermo-hdr.eot?94717800');
  src: url('fonts/thermo-hdr.eot?94717800#iefix') format('embedded-opentype'),
       url('fonts/thermo-hdr.woff?94717800') format('woff'),
       url('fonts/thermo-hdr.ttf?94717800') format('truetype'),
       url('fonts/thermo-hdr.svg?94717800#thermo-hdr') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'thermo-hdr';
    src: url('../font/thermo-hdr.svg?94717752#thermo-hdr') format('svg');
  }
}
*/

 [class^="icon-hdr"]:before, [class*=" icon-hdr-"]:before {
  font-family: "thermo-hdr";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-hdr-cloudicon:before { content: '\e800';  position: relative;  right: 3px;} /* '' */
.icon-hdr-admin:before { content: '\e801'; } /* '' */
.icon-hdr-apps-alt:before { content: '\e802'; } /* '' */
.icon-hdr-apps:before { content: '\e803'; } /* '' */
.icon-hdr-arrow-down:before { content: '\e804'; } /* '' */
.icon-hdr-arrow-left:before { content: '\e805'; } /* '' */
.icon-hdr-arrow-right:before { content: '\e806'; } /* '' */
.icon-hdr-folder:before { content: '\e807'; } /* '' */
.icon-hdr-globe:before { content: '\e808'; } /* '' */
.icon-hdr-home:before { content: '\e809'; } /* '' */
.icon-hdr-online-instrument:before { content: '\e80a'; } /* '' */
.icon-hdr-plate:before { content: '\e80b'; } /* '' */
.icon-hdr-profile:before { content: '\e80c'; } /* '' */
.icon-hdr-more:before { content: '\e80d'; } /* '' */
.icon-hdr-list-view:before { content: '\e80e';} /* '' */
.icon-hdr-check-mark:before { content: '\e80f';} /* '' */
.icon-hdr-appstore-icon:before { content: '\e810'; } /* '' */
.icon-hdr-group:before { content: '\e811'; } /* '' */
.icon-hdr-warning:before { content: '\e893'; } /* '' */
.icon-hdr-connect-team:before { content: '\e814'; } /* '' */
