﻿a#pdfDownloadIcon {
  background: url("https://help.eset.com/tools/icons/icon_pdf_16.png") no-repeat;
}
#mode a {
  background-image: url("https://help.eset.com/tools/scripts/mode/dark-mode.svg");
}
.alertNode a {
  background-image: url("https://help.eset.com/tools/alerts/img/alert.svg");
} 
.alertNode.alert a {
  background-image: url("https://help.eset.com/tools/alerts/img/warning.svg");
} 
.alertNode.announcement a {
  background-image: url("https://help.eset.com/tools/alerts/img/about.svg");
}
.extLinkImg:after {
  width: 13px;
  height: 13px;
  margin-left: 3px;
}
a.anchorURL {
  background-image: url("https://help.eset.com/tools/icons/anchor.svg");
}
a.codeURL {
  background-image: url("https://help.eset.com/tools/icons/copy.svg");
}
a.codeURL.copied {
  background-image: url("https://help.eset.com/tools/icons/anchor_copied.svg");
}
@media not print {
  html.dark a.anchorURL {
    background-image: url("https://help.eset.com/tools/icons/anchor_dark.svg");
  }
  html.dark a.codeURL {
    background-image: url("https://help.eset.com/tools/icons/copy_dark.svg");
  }
  html.dark a.codeURL.copied {
    background-image: url("https://help.eset.com/tools/icons/anchor_copied_white.svg");
  }
}
/* https://commons.wikimedia.org/wiki/File:External_link_font_awesome.svg */
html.turquoise .extLinkImg:after {
  background-image: url("https://help.eset.com/tools/icons/link_turquoise.svg");
}
html.dark.turquoise .extLinkImg:after {
  background-image: url("https://help.eset.com/tools/icons/link_turquoise_dark.svg");
}
html.blue .extLinkImg:after {
  background-image: url("https://help.eset.com/tools/icons/link_blue.svg");
}
html.dark.blue .extLinkImg:after {
  background-image: url("https://help.eset.com/tools/icons/link_blue_dark.svg");
}
