@font-face {
  font-family: 'NnIcon';
  font-style: normal;
  font-weight: normal;
  src: url('../../font/nnIcon.woff') format('woff');
}

.icon-nn-trash,
.icon-nn-user,
.icon-nn-user-add,
.icon-nn-group,
.icon-nn-group-add,
.icon-nn-move,
.icon-nn-error,
.icon-nn-edit {
  font-family: 'nnicon';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
}

.icon-nn-trash:before {
  content: "\e905";
}

.icon-nn-user:before {
  content: "\e907";
}

.icon-nn-user-add:before {
  content: "\e903";
}

.icon-nn-group:before {
  content: "\e904";
}

.icon-nn-group-add:before {
  content: "\e900";
}

.icon-nn-move:before {
  content: "\e906";
}

.icon-nn-error:before {
  content: "\ea08";
}

.icon-nn-edit:before {
  content: "\e254";
}
