@font-face {
  font-family: 'Status Icons';
  src: url(statusIcons.eot?a3y7gv);
  src: url(statusIcons?a3y7gv#iefix) format('embedded-opentype'), url(statusIcons.ttf?a3y7gv) format('truetype'),
    url(statusIcons.woff?a3y7gv) format('woff'), url(statusIcons.svg?a3y7gv#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

.sl-table-status {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Status Icons' !important;
  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;
}

.sl-cancelled:before {
  content: '\e900';
  color: #ff5252;
  vertical-align: middle;
}
.sl-ordered:before {
  content: '\e901';
  color: #546e7a;
  vertical-align: middle;
}
.sl-received:before {
  content: '\e902';
  color: #ffbd07;
  vertical-align: middle;
}
.sl-rerun:before {
  content: '\e903';
  color: #546e7a;
  vertical-align: middle;
}
.sl-validated:before {
  content: '\e904';
  color: #9ccc65;
  vertical-align: middle;
}
.sl-valtech:before {
  content: '\e904';
  color: #e77a14;
  vertical-align: middle;
}
