<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0; 
}
body {
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
}
body.desktop_mode {
  width: 1280px;
  font-size: 12pt !important;
}
body, table, tr, th {
  font-size: 12pt !important;
  font-family: Segoe UI,Calibri,Helvetica Neue,Liberation Sans,FreeSans,Roboto,SF Pro,sans-serif;
  color: #3a3a3a;
}
code, pre {
  font-size: 10pt;
  font-family: monospace;
}

a, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0px;
}

/* Versions selectbar and other */
header {
  background: #373c42;
  color: #fff;
  padding: 1.5ex 2ex;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Example of visual effect */
  z-index: 100020;
}
header a {
  color: inherit;
}
#header_nav &gt; ul {
  display: flex;
  height: 100%;
  gap: 2ex;
  list-style: none;
  justify-content: right;
  align-items: center;
}
#header_nav &gt; ul &gt; li {
  flex: 0 1 auto;
}
#header_nav &gt; ul &gt; li &gt; a, #header_nav &gt; ul &gt; li &gt; span &gt; a {
  padding-left: 1.2em;
}
#search_toolbar {
  display: none;
}
#search_toolbar.shown {
  display: block;
}
#search_toolbar a {
  background: url("../images/icon_search_white.svg") no-repeat;
  background-position: left center;
  background-size: 1em;
  cursor: pointer;
}
a#lngselectboxlink {
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
}
#languagemenu {
  display: none;
  position: absolute;
  right: 2ex;
  top: 5ex;
  border: 1px solid #949ca1;
  max-width: 40em;
  min-width: 15em;
  background-color: #fff;
  z-index: 100010;
  margin-top: 1em;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 100050;
}
#mode a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
}
#languagemenu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#languagemenu ul li {
  flex: 0 1 calc(100% / 3);
  box-sizing: border-box;
}
#languagemenu a {
  color: #1c93d4;
  display: block;
  padding: 0.75ex 1ex;
}
#languagemenu a:hover, #languagemenu li.lngSelected a {
  background-color: #f4f5f4;
}
#login {
  position: relative;
  z-index: 100005;
} 
#login &gt; a {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1em;
  background-image: url("../images/icon_user_white.svg");
}
#login_section {
  display: none;
  position: absolute;
  top: 2em;
  right: 0px;
  min-width: 10em;
  border: 1px solid #dbdbeb;
  background: #fff;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  font-size: 12pt;
  text-align: initial;
}
#login_section a {
  display: block;
  padding: 8px;
  color: #3a3a3a;
}

/* Productname, versions selectbar, search and other */
#top {
  background: linear-gradient(#373c42, #434d56);
  color: #f4f5f4;
  padding: 3ex 2ex;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  border-top: 1px dotted #f4f5f4;
  border-bottom: 1px solid #434d56;
}
#productName {
  flex: 0 0 26.5%;
}
#productName &gt; a { 
  font-size: 150%;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none; 
}
#productVersion {
  position: relative;
  margin-top: 1.5ex;
}
#productVersion p {
  margin: 0;
}
#versions, #offlineInfo, #logout {
}
a#changeVersionStr, a#goOnlineLink, #logout a {
  color: inherit;
}
#versionSelector {
  display: none;
  position: absolute;
  left: 0;
  top: 4ex;
  max-width: 18em;
  z-index: 100007;
  background-color: #fff;
  border: 1px solid #949ca1;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
#versionSelector span {
  display: none;
}
#versionSelector a {
  padding: 1.5ex 1ex;
  display: block;
}
#versionSelector a:hover {
  background-color: #f4f5f4;
}
#productName a, #productVersion a {
  color: inherit;
}
#globalSearch {
  flex: 0 0 40%;
  position: relative;
}
#globalSearch form {
  width: 100%;
}
#globalSearch label, #globalSearch button {
  display: none;
}
#globalSearch input {
  border: 1px solid transparent;
  outline: none;
  border-radius: 5px;
  padding: 0.5em;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  max-width: 30em;
  background: #f4f5f4 url("../images/icon_search.svg") 99% center no-repeat;
  background-size: 1em 1em;
  font-size: 100%;
}
#elasticSearchResults {
  position: absolute;
  margin: 0 20% 0 25%;
  background-color: #fff;
  color: #3a3a3a;
  max-width: 50em;
  padding: 10px;
  border-width: 1px;
  border-color: #434d56;
  border-style: solid;
  overflow-y: hidden;
}
#elasticSearchResults .result_block {
  padding-top: 15px;
  clear: both;
}
#elasticSearchResults .searchheading {
  font-weight: bold;
  font-weight: 600;
  margin: 15px 0px;
}
#elasticSearchResults .result_title {
  font-weight: bold;
  font-weight: 600;
}
#elasticSearchResults .topicUrlPlainText {
  color: gray;
  font-size: 85%;
  padding: 2px 0px;
}
#elasticSearchResults .tags {
  font-size: 90%;
}
#elasticSearchResults .tags_product, #elasticSearchResults .tags_category, #elasticSearchResults .tags_version {
  background-color: #dbdedb;
  padding: 0px 2px;
}
#elasticSearchResults .result_highlights {
  margin-top: 7px;
}
#elasticSearchResults span.highlight {
  font-weight: bold;
  font-weight: 600;
  background-color: #fce880;
  padding: 0 2px;
}
#showMoreBtn {
  text-align: center;
  border: 0px;
  background: #1c93d4;
  margin: 15px 0 5px;
  color: #fff;
  padding: 8px;
  border-radius: 7px;
}
#showMoreBtn:hover {
  cursor: pointer;
}
#offlineSearch {
  position: absolute;
  right: 0;
  height: 0;
  border: 0px;
  z-index: 100013;
}
#offlineSearch {
  width: 100%;
  max-width: 30em;
}
#faq {
  display: flex;
  flex: 0 0 29.5%;
  justify-content: flex-end;
  gap: 2ex;
}
#faq p {
  font-weight: bold;
  font-weight: 600;
  white-space: nowrap; 
}
#faq ul {
  list-style: none;
}
#faq li:nth-child(n+4) {
  display: none;
}
#faq a {
  color: inherit;
}

/* Alerts */
.alertNode {
  background-color: #ffb417;
  color: #3a3a3a;
  border-top: 1px solid #fff;
  padding: 1.5ex 2ex;
  display: flex;
}
.alertNode:first-child {
  border-top: 0;
}
.alertNode.alert {
  background-color: #e04239;
  color: #f4f5f4;
}
.alertNode.announcement {
  background-color: #434d56;
  color: #f4f5f4;
}
.alertNode a {
  background-repeat: no-repeat;
  background-size: 1.25em;
  padding-left: 2em;
  text-decoration: underline;
  color: inherit;
}
.alertNode span {
  background-repeat: no-repeat;
  background-size: 1.25em;
  width: 2em;
  align-self: stretch;
}

/* Tabs */
#tabsSelector, #topicSelector {
  display: none;
}
#tabs {
  text-align: center;
  border-style: dotted;
  border-width: 0px;
  background-color: #434d56;
  color: #fff;
}
#tabs a {
  border-bottom: 5px solid transparent;
  padding: 1.5ex 2ex 1ex 2ex;
  display: inline-block;
  margin: 0 1ex;
  color: inherit;
}
#tabs a.selected, #tabs a:hover {
  color: inherit;
  border-bottom-color: #fffeff;
  color: #fffeff;
  text-decoration: none;
}

/* Content section */
main {
}
#main {
  max-width: calc(100% - 4ex);
  margin: 6ex auto 12ex auto;
  display: flex;
  gap: 0 3.5%;
  align-items: self-start;
}
#main.noTOC {
  min-height: auto;
}
#toc {
  width: 25%;
  overflow: hidden;
}
#toc iframe {
  border: 0px;
  min-height: 450px;
  width: 100%;
}
#breadcrumbs {
  color: #596165;
  margin-bottom: 2ex;
}
#breadcrumbs h2 {
  display: none;
  font-size: 120%;
  margin-bottom: 1ex;
} 
#content { 
  width: 71.5%;
  display: flex;
  flex-wrap: wrap;
}
#content &gt; h1 {
  width: 79%;
  margin-right: 1%;
  order: 1;
}  
#topicControls {
  width: 20%;
  position: relative;
  justify-content: right;
  display: flex;
  gap: 1ex;
}
#breadcrubs, #topicText, #contentFooter {
  width: 100%;
}
#breadcrumbs { order: 1; }
#content &gt; h1, #topicControls, #topicText, #contentFooter { order: 2; }

/* Arrows? */
a.arrows {
  font-size: 125%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-size: 100%;
}
a.arrows span, a.arrows.hidden {
  display: none;
}
#contentFooter a.arrows {
  margin-right: 5px;
}

/* HM style overrides */
.p_Heading1 {
  margin-bottom: 3ex;
}
span.f_Heading1 {
  font-size: 175%;
  color: #000;
} 
.p_Heading2 {
  margin-top: 3ex;
}
#topicText .p_Heading2:first-child {
  margin-top: 0;
}
span.f_Heading2 {
  font-size: 140%;
}
.p_Heading3 {    
  margin-top: 3ex;
}
span.f_Heading3 {
  font-size: 115%;
}

/* Big tables */
#content div.mobileTableBig {
  overflow-x: auto;
  max-width: none;
  max-width: initial;
} 
#content div.mobileTableBig table {
  min-width: 40em !important;
}
#content .scroll-top {
  overflow-x: auto;
  height: 16px;
  margin-bottom: 4px;
}

/* Hyperlinks */
#content a, #versionSelector a, #elasticSearchResults a {
  color: #1c93d4;
}
#versionSelector a {
  border-color: #1c93d4;
}
#content a:hover, #versionSelector a:hover, #elasticSearchResults a:hover {
  color: #0081c2;
}
#versionSelector a:hover { text-decoration: none; }
#breadcrumbs a, #breadcrumbs a:hover, #topicControls a, #topicControls a:hover {
  color: inherit;
}

/* Content custom styles */
#topicText p, .p_Normal, .p_UI, .p_Path, .p_NormalList, #topicText p span {
  font-size: 12pt !important;
  line-height: 135%;
}  
#topicText li {
  font-size: 12pt !important;
}
#topicText span.f_Warning_heading, #topicText span.f_Important_heading, #topicText span.f_Note_heading, #topicText span.f_Example_heading {
  font-size: 13pt !important;
}
#topicText p.p_Code {
  line-height: normal;
  margin: 0;
}
#topicText p.p_CodeExample {
  line-height: normal;
}
#topicText p span.f_Code, #topicText p span.f_CodeHighlighted, #topicText p span.f_CodeExample, #topicText p span.f_NormalTableCode,
#topicText li span.f_Code, #topicText li span.f_CodeHighlighted, #topicText li span.f_CodeExample, #topicText li span.f_NormalTableCode {
  font-size: 10pt !important; 
  line-height: normal;
  word-break: break-word;
}
#topicText span.f_CodeHighlighted {
  border-radius: 2px;
  padding: 3px 5px;
  display: inline-block;
}
#topicText table span.f_CodeHighlighted {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 1px;
  background-color: #e2e2e2;
}
#topicText p span.f_Small, #topicText p span.f_Strong,
#topicText li span.f_Small, #topicText li span.f_Strong {
  font-size: 9pt !important;
}
#topicText p span.f_Superscript, #topicText p span.f_Superscript_head_row,
#topicText li span.f_Superscript, #topicText li span.f_Superscript_head_row {
  font-size: 9pt !important;
}
#topicText hr, #summarizedText hr {
  margin-bottom: 10px;
  line-height: 135%;
}
#topicText table.Table_note td:last-child, #topicText table.Table_important td:last-child, #topicText table.Table_warning td:last-child, #topicText table.Table_example td:last-child {
  padding-right: 10px !important;
}
#topicText table.Table_small.longTable th {
  position: sticky;
  top: -1px;
}

/* Topic controls */
#topicControls &gt; a {
  background-position: center left;
  background-size: 1em;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  font-size: 135%;
}
#topicControls .hoverBox {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 3em;
  right: 0px;
  border: 1px solid #949ca1;
  background: #fff;
  padding: 8px;
  border-radius: 3px;
  font-size: 12pt;
}
#pdfDownloadOptions, #shareButtons {
  min-width: 15em;
  text-align: initial;
}
#pdfDownloadOptions a, #shareButtons a {
  display: block;
  padding: 8px;
  color: inherit;
}
#shareButtons a {
  position: relative;
}
#summarizedText {
  top: 4em;
  width: 500%;
  height: 300px;
  padding: 0.8em !important;
  overflow-y: auto;
  text-align: initial;
  box-sizing: border-box;
}
#summarizedText.posFixedTop {
  position: fixed;
  right: 2ex;
  top: 30px;
  max-width: 90%;
  z-index: 100030;
}
#summarizedText .spinner {
  border-top-color: #1c93d4 !important;
  width: 16px;
  height: 16px;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-top-width: 8px;
  border-top-style: solid;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 100px;
  animation: spin 1s linear infinite;
}
p.s_w_generated {
  text-align: center !important;
}
p.s_generated {  
  font-size: 90%;
  font-style: italic;
}
p.s_w_generated, p.s_generated {
  margin-top: 10px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#summarizedText .close {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: bold;
}
#summarizedText p, #summarizedText h1, #summarizedText h2, #summarizedText h3, #summarizedText ul, #summarizedText ol, #summarizedText table {
  margin-bottom: 10px;
}

/* Bolds override */
h1, span.f_Heading1, h2, span.f_Heading2, h3, span.f_Heading3, strong, .f_UI, .f_NormalTableUI {
  font-weight: bold;
  font-weight: 600 !important;
}

/* Content lists */
#topicText ul li, #summarizedText ul li {
  display: block;
  margin-left: 1.2em !important;
}
#topicText ul li::before, #summarizedText ul li::before {
  display: inline-block;
  content: "\2022";
  width: 1.2em;
  margin-left: -1.2em;
}
#topicText ul[style="list-style-type:circle"] li::before {
  content: "\25CB";
} 
#topicText ul li.p_NormalTable {
  margin-left: 1.65em !important;
}
#topicText ul &gt; ul li {
  margin-left: 2.4em !important;
}
#topicText ul ul, #topicText ol ol, #topicText ul ol, #topicText ol ul  {
  margin-top: 1ex;
}
#summarizedText ul, #summarizedText ol {
  margin-bottom: 1ex;
}
#topicText ol, #summarizedText ol {
  counter-reset: item;
}
#topicText ol[start], #summarizedText ol {
  counter-reset: no-reset;
}
#topicText ol li, #summarizedText ol li {
  display: block;
  margin-left: 1.5em !important;
  counter-increment: item;
}
#topicText ol &gt; ol li {
  margin-left: 3em !important;
}
#topicText ol li::before, #summarizedText ol li::before {
  display: inline-block;
  content: counter(item) ". ";
  width: 1.5em;
  margin-left: -1.5em;
}
#topicText ol li.p_Heading2::before {
  font-weight: bold;
  font-size: 140%;
  width: 1.07em;
  margin-left: -1.07em;
}
#topicText ol li.p_Heading3::before {
  font-weight: bold;
  font-size: 115%;
  width: 1.36em;
  margin-left: -1.36em;
}
#topicText ol[style="list-style-type:decimal"] li::before {
  content: attr(value) ". ";
}
#topicText ol[style="list-style-type:lower-alpha"] li::before {
  content: counter(item, lower-alpha) ". ";
}
#topicText ol[style="list-style-type:lower-latin"] li::before {
  content: counter(item, lower-latin) ". ";
}
#topicText ol[style="list-style-type:lower-alpha"] li[value="2"]::before,
#topicText ol[style="list-style-type:lower-latin"] li[value="2"]::before {
  content: "b. ";
}
#topicText ol[style="list-style-type:lower-alpha"] li[value="3"]::before, 
#topicText ol[style="list-style-type:lower-latin"] li[value="3"]::before {
  content: "c. ";
}
#topicText ol[style="list-style-type:lower-alpha"] li[value="4"]::before, 
#topicText ol[style="list-style-type:lower-latin"] li[value="4"]::before {
  content: "d. ";
}
#topicText ol[style="list-style-type:lower-alpha"] li[value="5"]::before, 
#topicText ol[style="list-style-type:lower-latin"] li[value="5"]::before {
  content: "e. ";
}
#topicText ol[style="list-style-type:lower-roman"] li::before {
  content: counter(item, lower-roman) ". ";
}
#topicText ol[style="list-style-type:lower-roman"] li[value="2"]::before {
  content: "ii. ";
} 
#topicText ol[style="list-style-type:lower-roman"] li[value="3"]::before {
  content: "iii. ";
}  
#topicText ol[style="list-style-type:lower-roman"] li[value="4"]::before {
  content: "iv. ";
}  
#topicText ol[style="list-style-type:lower-roman"] li[value="5"]::before {
  content: "v. ";
}
#topicText ul li[style="list-style-type:none"]::before, #topicText ol li[style="list-style-type:none"]::before {
  content: "";
  margin: 0;
  display: inline;
}

/* Images and icons */
#topicText img.border {
  border: 1px solid #a4a4a4 !important;
}
#topicText img:not(.icon):not([src$=".svg"]) {      
  width: auto !important;
  max-width: 100%;
  max-height: 40em;
  height: auto !important;
}

/* Shortcuts */     
#topicText .shortcut {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  cursor: help;
  border-bottom-color: #2caaf4;
}
.eset-tooltip {
  position: absolute;
  padding: 5px 10px;
  text-align: left;
  border-radius: 5px;
  opacity: 0.95;
  color: #fff;
  background: #0081c2;
}
.eset-tooltip.eTop:before {
  z-index: -1;
  position: absolute;
  top: 100%;
  content: '';
  width: 0;
  height: 0;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top-style: solid;
  border-top-width: 6px;
  border-top-color: #0081c2;
}
.eset-tooltip.eTop.eLeft:before {
  left: 13px;
}
.eset-tooltip.eTop.eRight:before {
  right: 13px;
}
.eset-tooltip.eBottom:after {
  z-index: -1;
  position: absolute;
  top: -6px;
  content: '';
  width: 0;
  height: 0;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-bottom-color: #0081c2;
}
.eset-tooltip.eBottom.eLeft:after {
  left: 13px;
}
.eset-tooltip.eBottom.eRight:after {
  right: 13px;
}
.eset-hide {
  display: none;
}

.extLinkImg {
  display: inline-block;
}
.extLinkImg:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: text-top;
}
a.anchorURL {  
  display: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  vertical-align: text-top;
}
a.codeURL, span.codeURL {  
  display: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  position: sticky;
  top: 0;
  right: 5px;
  float: right;
}

#contentFooter {
  border-top: 1px dotted #949ca1;
  padding: 1ex 0;
  margin-top: 3ex;
}
#feedbackLink {
  float: right;
}

#useful_pages {
  padding: 1ex 0 3ex 0;
}
#useful_pages h2 {
  font-size: 120%;
  margin-bottom: 1ex;
  display: none;
} 
#useful_pages ul {
  list-style: none;
  display: flex;
  gap: 3em;
}
#useful_links li a {
  color: inherit;
}
footer {
  padding: 2ex;
  color: #fff;
  background-color: #454c52;
  box-sizing: border-box;
}
footer a {
  color: inherit;
  cursor: pointer;
}
footer div { 
  display: flex;
  justify-content: space-between;
}
footer div p {
  font-size: 85%;
  flex: 0 0 50%;
  margin: 0;
}
footer div ul {
  font-size: 85%;
  flex: 0 0 50%;
  display: flex;
  list-style: none;
  justify-content: right;
  gap: 2ex;
}
footer div ul li {
  flex: 0 1 auto;
  text-align: right;
}
#desktop_view {
  display: none;
}
a#manage-cookies {
  cursor: pointer;
}

#lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  z-index: 100010;
}
.fancybox-container {
  z-index: 100015 !important;
}

/* Print overrides */
@media print {
  body {
    print-color-adjust: exact;
    background-color: white !important;
  }
  #mode, 
  #topicControls,
  #useful_pages,
  #toc,
  #globalSearch,
  #offlineSearch,
  #contentFooter,
  header.fixed {
    display: none;
  }
  header.fixed:first-of-type {
    display: block !important;
    position: static;
  }
  #main {
    margin-left: 2ex !important;
    margin-right: 2ex !important;
    padding-top: 6ex !important;
  }
  #content {
    width: 100%;
  }  
  #breadcrumbs {
    margin-bottom: 0ex !important;
  }
  .expand {
    display:block !important;
  }
  tr,
  td,
  img {
    page-break-inside: avoid;
  }
}

/* Dark skin color change */
@media not print {
  html.dark html,
  html.dark body,
  html.dark table,
  html.dark th,
  html.dark td,
  html.dark #languagemenu,
  html.dark #versionSelector,
  html.dark #elasticSearchResults,
  html.dark .alertNode.announcement,
  html.dark #tabs,
  html.dark #topicControls .hoverBox,
  html.dark #login_section {
    background-color: #121212 !important;
  }
  html.dark body,
  html.dark table,
  html.dark tr, html.dark th,
  html.dark span.f_Heading1,
  html.dark span.f_Heading2,
  html.dark span.f_Heading3,
  html.dark span.f_CodeExample,
  html.dark span.f_Code,
  html.dark #topicText p span,
  html.dark #topicText li span,
  html.dark #elasticSearchResults,
  html.dark #login_section a {
    color: #fffeff !important;
  }
  html.dark header {
    background-color: #1e1e1e;
  }
  html.dark #languagemenu a, html.dark #versionSelector a {
    color: #2caaf4;
  }
  html.dark #languagemenu a:hover, html.dark #languagemenu li.lngSelected a, html.dark #versionSelector a:hover {
    background-color: #424d56;
  }
  html.dark #top {
    background: linear-gradient(#1e1e1e, #121212);
    border-top-color: #a0a0a0;
    border-bottom-color: #1e1e1e;
  }
  html.dark #elasticSearchResults .tags_product,
  html.dark #elasticSearchResults .tags_version,
  html.dark #elasticSearchResults .tags_category {
    background-color: #25333e;
    color: #dbdedb;
  }
  html.dark #showMoreBtn {
    background: #2caaf4;
  }
  html.dark input::placeholder {
    color: #949ca1;
  }
  html.dark #content a {
    color: #2caaf4;
  }
  html.dark #summarizedText .spinner {
    border-top-color: #2caaf4 !important;
  }
  html.dark #breadcrumbs {
    color: #949ca1;
  }
  html.dark #breadcrumbs a, html.dark #topicControls a {
    color: inherit;
  }
  html.dark #q {
    background-image: url("../images/icon_search_tq.svg");
    background-color: #353535;
    color: #fff;
  }
  html.dark.blue #q {
    background-image: url("../images/icon_search_blue.svg");
  }
  html.dark table.Table_small th {
    background-color: #0A1823 !important;
  }
  html.dark table.Table_small th, html.dark table.Table_small td {
    border-color: #949ca1;
  }
  html.dark #contentFooter {
    border-top-color: #dcdcdc;
  }
  html.dark footer {
    background-color: #1e1e1e;
  }
  /* Note boxes overrides */
  html.dark table.Table_note tr.Table_note &gt; td:first-child {
    background-color: #3daae1 !important;
  }
  html.dark table.Table_important tr.Table_important &gt; td:first-child {
    background-color: #e9a514 !important;
  }
  html.dark table.Table_warning tr.Table_warning &gt; td:first-child {
    background-color: #e04239 !important;
  }
  html.dark table.Table_example tr.Table_example &gt; td:first-child {
    background-color: #77bb1a !important;
  }
  html.dark #topicText table.Table_note p span.f_Note_heading {
    color: #3daae1 !important;
  }
  html.dark #topicText table.Table_important p span.f_Important_heading {
    color: #e9a514 !important;
  }
  html.dark #topicText table.Table_warning p span.f_Warning_heading {
    color: #e04239 !important;
  }
  html.dark #topicText table.Table_example p span.f_Example_heading {
    color: #77bb1a !important;
  }
  /* topicText overrides */
  html.dark #topicText .p_Heading2, html.dark #topicText .f_Heading2,
  html.dark #topicText .p_Heading3, html.dark #topicText .f_Heading3 { 
    background-color: transparent !important;
  }
  html.dark #topicText hr { 
    background-color: #fffeff !important;
    color: #fffeff !important;
  }
  html.dark #topicText span.f_CodeHighlighted {
    background-color: #323232 !important;
  }
  html.dark table.Table_small th, html.dark #topicText p.p_Head_row span {
    font-weight: bold;
    font-weight: 600;
  }
  html.dark #topicText p span.f_Green, html.dark #topicText p span.f_NormalTableGreen {
    color: #00ff00 !important;
  }
  html.dark #topicText p span.f_Orange, html.dark #topicText p span.f_NormalTableOrange {
    color: #ff8000 !important;
  }
  html.dark #topicText p span.f_Red, html.dark #topicText p span.f_NormalTableRed {
    color: #ff0000 !important;
  }
  html.dark p.p_ButtonStyle_WP_business:hover {
    border-color: transparent;
  }
  html:not(.dark) #topicText img.borderLight {
    border: 1px solid #a4a4a4 !important;
    box-sizing: border-box;
  }
  html.dark #topicText img.borderDark {
    border: 1px solid #a4a4a4 !important;
    box-sizing: border-box;
  } 
  html.dark #topicText img.borderLight, html:not(.dark) #topicText img.borderDark  {
    border: 1px solid transparent !important;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 90em) {
  #globalSearch input, #offlineSearch {
    max-width: 40em;
  }
  #main {
    max-width: 87.25em;
  }
}

@media screen and (max-width: 1440px) {
  #useful_pages ul {
    gap: 2em;
  }
}

@media screen and (min-width: 1120px) { 
  #tabs {
    display: block !important;
  }
  #toc {
    height: auto !important;
    margin-top: 0.5ex;
  }
}

@media screen and (max-width: 1120px) {
  #main {
    padding: 0;
    margin-left: 2ex;
    margin-right: 2ex;
    margin-bottom: 6ex;
    flex-direction: column;
  }
  #top {
    gap: 1em;
  }
  #productName, #globalSearch {
    flex: 0 0 calc(50% - 0.5em);
  }
  #elasticSearchResults {
    margin: 0 10% 0 10%;
  }
  #faq {
    flex: auto;
    margin-top: 2em;
    justify-content: initial;
    gap: 4ex;
  }
  #faq ul {
    display: flex;
    gap: 2ex;
    flex-wrap: wrap;
  }
  #faq li {
    flex: 0 0 calc(50% - 2ex);
  }
  #faq li:nth-child(n+4) {
    display: block;
  }
  #faq li:nth-child(n+5) {
    display: none;
  }
  #globalSearch input, #offlineSearch {   
    max-width: 100%;
    width: 100%;
  }
  #toc, #content {
    width: 100%;
  }
  #toc iframe {
    display: none;
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
    min-height: initial;
  }
  #tabs {
    display: none;
    text-align: initial;
  }
  #tabs a {
    margin: 0 2ex;
    padding-left: 0;
    padding-right: 0;
  }
  #tabsSelector, #topicSelector { 
    background-color: #1c93d4;
    color: #fff;
    width: auto;
    display: block;
    padding: 1.5ex 4ex 1.5ex 2ex;
    font-weight: bold;
    font-weight: 600;
    font-variant: small-caps;
    margin-top: 1px;
    height: auto;
    font-size: 100%;
    background-size: 3.5ex;
    text-decoration: none;
  }
  #topicSelector {
    margin-bottom: 2ex;
  }  
  a#topicSelector.arrows {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #useful_pages ul {
    flex-wrap: wrap;
  }
  #useful_pages a {
    padding: 1ex 0;
    text-decoration: underline;
  }
  #desktop_view {
    display: initial;
  }
  #useful_pages li {
    flex: 1 1 calc(50% - 1em);
    max-width: calc(50% - 1em);
    box-sizing: border-box;
  }
  footer {
    flex-direction: column-reverse;
    gap: 1em;
  }
  footer ul {
    justify-content: initial;
  }
  footer ul li {
    text-align: left;
    flex-grow: 0.1;
  }
}

@media screen and (min-width: 900px) {
  #top {
    display: flex !important;
  }
}

@media screen and (max-width: 900px) {
  body, table, tr, th {
    font-size: 14pt !important;
  }
  #topicText p, .p_Normal, .p_UI, .p_Path, .p_NormalList, #topicText p span, #topicText li, #topicText tr, .p_Heading4, .eset-tooltip, #summarizedText {
    font-size: 14pt !important;
  }
  #topicText span.f_Warning_heading, #topicText span.f_Important_heading, #topicText span.f_Note_heading, #topicText span.f_Example_heading {
    font-size: 15pt !important;
  }
  #topicText p span.f_Small, #topicText p span.f_Strong, #topicText p span.f_Superscript, #topicText p span.f_Superscript_head_row {
    font-size: 10pt !important;
  }
  #topicText p span.f_Code, #topicText p span.f_CodeHighlighted, #topicText p span.f_CodeExample, #topicText p span.f_NormalTableCode,
  #topicText li span.f_Code, #topicText li span.f_CodeHighlighted, #topicText li span.f_CodeExample, #topicText li span.f_NormalTableCode, #revision {
    font-size: 11pt !important;
  }
  header ul li a span {
    display: none;
  }
  #search_toolbar {
    display: block;
  }
  #search_toolbar a span {
    display: inline-block;
  }
  #languagemenu {
    left: 2ex;
    right: 2ex !important;
  }
  #top {
    display: none;
    flex-direction: column;
    gap: 1em;
  }
  #changeVersionStr, #faq a {
    text-decoration: underline;
  }
  #productName, #globalSearch {
    flex: auto;
  }
  #content { 
    flex-direction: column;
  } 
  #content &gt; h1, #topicControls {
    width: 100%;
    text-align: initial;
  }
  #content &gt; h1 { order: 1; } 
  #topicText { order: 2; }
  #topicControls { order: 3; }
  #contentFooter { order: 4; }
  #breadcrumbs { order: 5; }
  #topicControls {
    margin-top: 5ex;
  }
  #pdfDownloadOptions, #summarizedText {
    width: auto;
    max-width: 90%;
  }
  #versionSelector {
    left: 4ex;
    right: initial;
  }
  #topicControls &gt; a {
    font-size: 175%;
    margin-right: 0.5ex;
  }
  #breadcrumbs {
    background: #f4f5f4;
    padding: 2ex;
    box-sizing: border-box;
    width: calc(100% - 0.05ex);
  }
  html.dark #breadcrumbs {
    color: #dbdedb;
    background-color: #1e1e1e;
  }
  #breadcrumbs h2 {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  #topicText table.Table_small_mobile {
    width: 100% !important;
  }
  #topicText table.Table_small_mobile &gt; thead {
    display: none;
  }
  #topicText table.Table_small_mobile &gt; tbody &gt; tr &gt; td {
    display: flex;
    border: 0;
    text-align: left;
    background: none !important;
    border-top: 1px dotted #c0c0c0;
    width: 100% !important;
    height: auto !important;
  }
  #topicText table.Table_small_mobile &gt; tbody &gt; tr:first-child {
    border-top: 0;
  }
  #topicText table.Table_small_mobile &gt; tbody &gt; tr &gt; td p {
    text-align: left !important;
    margin: 0;
  }
  #topicText table.Table_small_mobile &gt; tbody &gt; tr &gt; td:first-child {
    margin-top: 1ex;
    border-top: 0
  }
  #topicText table.Table_small_mobile &gt; tbody &gt; tr &gt; td:last-child {
    margin-bottom: 2ex;
  }
  #topicText table.Table_small_mobile &gt; tbody &gt; tr &gt; td::before {
    content: attr(label);
    font-weight: bold; 
    font-weight: 600;
    width: 200px;
    min-width: 200px;
    margin-right: 10px;
  }
  #topicText div.video-inline, #topicText div.video-inline div {
	  max-width: 100% !important;
    width: auto !important;
	}
  #faq ul {
    flex-direction: column;
  }
  #faq li {
    flex: auto;
  } 
  #useful_pages ul {
    gap: 1.5em;
    flex-direction: column;
  }
  #useful_pages li {
    flex: auto;
    max-width: initial;
  }
}

@media screen and (max-width: 640px) {
  header #search_toolbar a span {
    display: none;
  }
  #header_nav &gt; ul {
    gap: 1ex;
  }
  #languagemenu {
    right: 1.5ex !important;
    left: 1.5ex !important;
  }
  #languagemenu ul li {
    flex: 1 1 50%;
  }
  header, footer, #top, #useful_pages {
    padding-left: 1.5ex;
    padding-right: 1.5ex;
  }
  #main {
    margin-left: 1.5ex;
    margin-right: 1.5ex;
  }
  #tabs a {
    margin: 0 2ex;
    display: block;
    width: auto;
  }
  .expand {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #feedbackLink {
    float: none;
  }
  footer ul {
    flex-direction: column;
    gap: 1em;
  }
}
</pre></body></html>