@font-face {
  font-family: 'icon_file';
  src:  url('fonts/icon_file.eot?b7gexv');
  src:  url('fonts/icon_file.eot?b7gexv#iefix') format('embedded-opentype'),
    url('fonts/icon_file.ttf?b7gexv') format('truetype'),
    url('fonts/icon_file.woff?b7gexv') format('woff'),
    url('fonts/icon_file.svg?b7gexv#icon_crm') 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: 'icon_file' !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-icon_upload:before {
  content: "\e906";
  color: #6b798e;
}
.icon-icon_Download:before {
  content: "\e907";
  color: #6b798e;
}
.icon-icon_No:before {
  content: "\e955";
  color: #bfbfbf;
}

