@font-face {
  font-family: 'basic-actions';
  src:  url('fonts/basic-actions.eot?11nq4c');
  src:  url('fonts/basic-actions.eot?11nq4c#iefix') format('embedded-opentype'),
    url('fonts/basic-actions.ttf?11nq4c') format('truetype'),
    url('fonts/basic-actions.woff?11nq4c') format('woff'),
    url('fonts/basic-actions.svg?11nq4c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'basic-actions' !important;
  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;
}

.icon-edit:before {
  content: "\e900";
}
.icon-delete:before {
  content: "\e901";
}
.icon-save:before {
  content: "\e902";
}
.icon-cancel:before {
  content: "\e903";
}
.icon-delete-forever:before {
  content: "\e904";
}
.icon-add:before {
  content: "\e905";
}
.icon-close-assignment:before {
  content: "\e906";
}
.icon-loading:before {
    content: "\e907";
    color: rgb(230, 230, 230);
}

.icon-loading:after{
    content: "\e908";
    margin-left: -1.0166015625em;
    color: rgb(179, 179, 179);
}