@font-face {
  font-family: 'export-ico';
  src:  url('fonts/export-ico.eot?efyk64');
  src:  url('fonts/export-ico.eot?efyk64#iefix') format('embedded-opentype'),
    url('fonts/export-ico.ttf?efyk64') format('truetype'),
    url('fonts/export-ico.woff?efyk64') format('woff'),
    url('fonts/export-ico.svg?efyk64#export-ico') 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: 'export-ico' !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;
}

.btn-outline-success:hover .icon-excel-ico:before,
.btn-success:hover .icon-excel-ico:before,
.btn-outline-danger:hover .icon-excel-ico:before,
.btn-danger:hover .icon-excel-ico:before,
.btn-outline-info:hover .icon-excel-ico:before,
.btn-info:hover .icon-excel-ico:before,
.btn-outline-dark:hover .icon-excel-ico:before,
.btn-dark:hover .icon-excel-ico:before {
  color: #FFF;
}

.btn-outline-warning:hover .icon-excel-ico:before {
  color: black;
}

.icon-excel-ico:before {
  content: "\e900";
  color: #107a40;
}


.btn-outline-success:hover .icon-pdf-ico:before,
.btn-success:hover .icon-pdf-ico:before,
.btn-outline-danger:hover .icon-pdf-ico:before,
.btn-danger:hover .icon-pdf-ico:before,
.btn-outline-info:hover .icon-pdf-ico:before,
.btn-info:hover .icon-pdf-ico:before,
.btn-outline-dark:hover .icon-pdf-ico:before,
.btn-dark:hover .icon-pdf-ico:before {
  color: #FFF;
}

.btn-outline-warning:hover .icon-pdf-ico:before {
  color: black;
}

.icon-pdf-ico:before {
  content: "\e901";
  color: #ea5440;
}
