@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?dwkb9n');
  src:  url('fonts/icomoon.eot?dwkb9n#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?dwkb9n') format('truetype'),
    url('fonts/icomoon.woff?dwkb9n') format('woff'),
    url('fonts/icomoon.svg?dwkb9n#icomoon') 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: 'icomoon' !important;
  speak: never;
  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;
}

.icon-off:before {
  content: "\e90d";
  color: #b6b9bc;
}
.icon-usuario:before {
  content: "\e90e";
  color: #ced2d5;
}
.icon-check:before {
  content: "\e909";
  color: #adb0b4;
}
.icon-trash:before {
  content: "\e90a";
  color: #adb0b4;
}
.icon-more:before {
  content: "\e90b";
  color: #adb0b4;
}
.icon-printing:before {
  content: "\e90c";
  color: #b6b9bc;
}
.icon-circle-arrow-down:before {
  content: "\e908";
}
.icon-add:before {
  content: "\e900";
  color: #fff;
}
.icon-arrow-down:before {
  content: "\e901";
  color: #fff;
}
.icon-arrow-right:before {
  content: "\e902";
  color: #fa414f;
}
.icon-screen:before {
  content: "\e903";
  color: #fff;
}
.icon-clock:before {
  content: "\e904";
  color: #16ab88;
}
.icon-search:before {
  content: "\e905";
  color: #fa414f;
}
.icon-user:before {
  content: "\e906";
  color: #fa414f;
}
.icon-eye:before {
  content: "\e907";
  color: #fa414f;
}
