@font-face {
  font-family: 'newIcomoon';
  src:  url('../fonts/newIcomoon.eot');
  src:  url('../fonts/newIcomoon.eot') format('embedded-opentype'),
    url('../fonts/newIcomoon.ttf') format('truetype'),
    url('../fonts/newIcomoon.woff') format('woff'),
    url('../fonts/newIcomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="new-icon-"], [class*=" new-icon-"] {
  font-family: 'newIcomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.new-icon-UAA:before {
  content: "\e907";
  color: #666;
}
.new-icon-service:before {
  content: "\e900";
  color: #666;
}
.new-icon-computer:before {
  content: "\e901";
  color: #666;
}
.new-icon-logout:before {
  content: "\e902";
  color: #666;
}
.new-icon-lock:before {
  content: "\e903";
  color: #666;
}
.new-icon-user:before {
  content: "\e904";
  color: #666;
}
.new-icon-user2:before {
  content: "\e905";
  color: #666;
}
.new-icon-config:before {
  content: "\e906";
  color: #666;
}
