@font-face {
  font-family: 'tstopdf';
  src:  url('tstopdf.eot?l5fzbt');
  src:  url('tstopdf.eot?l5fzbt#iefix') format('embedded-opentype'),
    url('tstopdf.ttf?l5fzbt') format('truetype'),
    url('tstopdf.woff?l5fzbt') format('woff'),
    url('tstopdf.svg?l5fzbt#tstopdf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.tspdf-home:before {
  content: "\e901";
}
.tspdf-grapes:before {
  content: "\e90c";
}
.tspdf-grapes-leaves:before {
  content: "\e90e";
}
.tspdf-wine-bottles:before {
  content: "\e90f";
}
.tspdf-wine-bottle:before {
  content: "\e910";
}
.tspdf-beer-glass:before {
  content: "\e911";
}
.tspdf-beer-glass-full:before {
  content: "\e912";
}
.tspdf-whisky-glass:before {
  content: "\e913";
}
.tspdf-wine-glass:before {
  content: "\e914";
}
.tspdf-glass:before {
  content: "\e9a0";
}
.tspdf-award:before {
  content: "\e915";
}
.tspdf-warning:before {
  content: "\e916";
}
.tspdf-download:before {
  content: "\e917";
}
.tspdf-edit:before {
  content: "\e90a";
}
.tspdf-document-file-pdf-A4:before {
  content: "\e918";
}
.tspdf-document-file-pdf-A5:before {
  content: "\e919";
}
.tspdf-file-delete:before {
  content: "\e91a";
}
.tspdf-file-download:before {
  content: "\e91b";
}
.tspdf-file-view:before {
  content: "\e91c";
}
.tspdf-qrcode:before {
  content: "\e90b";
}
.tspdf-link:before {
  content: "\e908";
}
.tspdf-chain:before {
  content: "\e908";
}
.tspdf-url:before {
  content: "\e908";
}
.tspdf-uri:before {
  content: "\e908";
}
.tspdf-anchor:before {
  content: "\e908";
}
.tspdf-image:before {
  content: "\e90d";
}
.tspdf-file-text:before {
  content: "\e926";
}
.tspdf-box-add:before {
  content: "\e95e";
}
.tspdf-cog:before {
  content: "\e994";
}
.tspdf-facebook:before {
  content: "\ea91";
}
.tspdf-linkedin:before {
  content: "\eac9";
}
.tspdf-instagram:before {
  content: "\ea92";
}
.tspdf-file-pdf:before {
  content: "\eadf";
}
.tspdf-phone:before {
  content: "\e91d";
}
.tspdf-fax:before {
  content: "\e91e";
}
.tspdf-envelope:before {
  content: "\e902";
}
.tspdf-repeat:before {
  content: "\f01e";
}
.tspdf-rotate-right:before {
  content: "\f01e";
}
.tspdf-share-square-o:before {
  content: "\f045";
}
.tspdf-tag:before {
  content: "\e907";
}
.tspdf-info:before {
  content: "\e904";
}
.tspdf-document-file-pdf:before {
  content: "\e900";
}
.tspdf-cart:before {
  content: "\e903";
}
.tspdf-mail-share:before {
  content: "\e905";
}
.tspdf-mail-icon-square:before {
  content: "\e909";
}
.tspdf-twitter:before {
  content: "\e906";
}

.icon-spinning{
    animation: spin .5s infinite linear !important;
    -webkit-animation: spin2 .5s infinite linear !important;
    display: inline-block;
}
.icon-pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
  display: inline-block;

}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(359deg);}
}

@keyframes spin {
    0% { transform: scale(1) rotate(0deg);}
    100% { transform: scale(1) rotate(359deg);}
