@font-face {
  font-family: 'zrr';
  src:  url('../fonts/zrr.eot?q8ra9m');
  src:  url('../fonts/zrr.eot?q8ra9m#iefix') format('embedded-opentype'),
    url('../fonts/zrr.ttf?q8ra9m') format('truetype'),
    url('../fonts/zrr.woff?q8ra9m') format('woff'),
    url('../fonts/zrr.svg?q8ra9m#zrr') 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: 'zrr' !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-pencil2:before {
  content: "\e906";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-paste:before {
  content: "\e92d";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-folder-upload:before {
  content: "\e934";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-spinner11:before {
  content: "\e984";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-file-excel:before {
  content: "\eae2";
}

.edit {
        color: #81B92F;
}

.check {
        color: orange;
}

.delete {
        color: #BC1D2A;

}

.upload {
    color: #004871;
}
