/*

*-------------------------------------------------------------------

* Release dropdown

 * ------------------------------------------------------------------

 */

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button */
.dropbtn {
  background-color: transparent;
  color: #6E6E6E;
  padding-bottom: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

[data-theme="dark"] .dropbtn {
  color: white;
}

.dropbtn::after {
  padding-left: 5px;
  content: url(resources/dropdown.svg);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  border: solid 1px #005AFF;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
  scroll-behavior: auto;
}


[data-theme="dark"] .dropdown-content {
  background-color: #273142;
  border: solid 1px white;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #6E6E6E !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: solid 0.5px #f0f3f7;
}


.dropdown-content a:hover{
  color: #005AFF !important;
}


[data-theme="dark"] .dropdown-content a {
  border-top: solid 0.5px white;
  color: white !important;
}


[data-theme="dark"] .dropdown-content a:hover{
  color: #239DF9 !important;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.after-top-menu {
  font-family: 'SecondaryBrandingFont';
  padding-left: 10px;
  margin-right: 200px;
}

#version:hover{
  cursor: pointer;
}

/*
 * ------------------------------------------------------------------
 *  
 * General
 * 
 * ------------------------------------------------------------------
 */

 * {
  font-family: 'SecondaryBrandingFont';
}

.row {
   position: relative;
   padding-left: 50px;
   padding-right: 0px;
   width: 95%;
}
@font-face {
  font-family: 'BrandingFont';
  src: url(resources/primaryBrandingFonts.ttf) format('truetype');
}
@font-face {
  font-family: 'SecondaryBrandingFont';
  src: url(resources/secondaryBrandingFonts.ttf) format('truetype');
}
/*page-size-a4*/
@media print {
  @page {
    size: A4;
  }
}

.home {
  display: none;
}

.map-title{
  margin-left: 5px;
}

.oxy-icon.oxy-icon-print{
  display: none;
}

.topicref.book_pdf div a::before{
    content: url(resources/pdf_icon.svg);
    padding-right:5px;
} 

.nobold {
  content: url(resources/lock.svg);
  width: 30px;
}

[data-theme="dark"] .nobold {
  content: url(resources/lock_white.svg);
}

@media only screen and (max-width: 700px) {
  .nobold {
    left: auto !important;
    width: 20px;
  }
}

/* 
.topicref.book_pdf div a{
    font-weight:bold;
}
 */


/*
 * ------------------------------------------------------------------
 *  
 * Publication title & other titles
 * 
 * ------------------------------------------------------------------
 */
 /* Product title */
.wh_publication_title {
    color: #000000;
}

.wh_publication_title > a{
    color: #000000;
    font-family: 'BrandingFont';
    font-weight: bold;
    font-size: 26px;
    padding-top: 10px;
    margin-top: 24px;
}
 /* Topic titles */
.topictitle1,
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6,
.topictitle7,
.topictitle8,
.topictitle9,
.topictitle10,
.topictitle11,
.topictitle12,
*[class~='front-page/front-page-title']
*[class ~= "toc/title"],
*[class ~= "placeholder/figurelist"] > *[class ~= "topic/title"],
*[class ~= "placeholder/tablelist"] > *[class ~= "topic/title"],
*[class ~= "index/groups"]::before {
  color: #1d1e20;
  border-bottom: 2px solid;
  border-color: #6e6e6e;
  padding-bottom: 0.25em;
}
*[class~='topic/shortdesc']:before {
  color: #1d1e20;
}
*[class~='topic/xref'],
*[class~='topic/link'] {
  color: #005AFF;
  text-decoration: none;
}

*[class~='option']{   
  font-weight: bold; 
}

.related-links a,
.related-links a:visited {
    color: #005AFF; 
    text-decoration: none;
}
[data-theme="dark"].related-links a, .related-links a:visited {
    color: #239DF9; 
    text-decoration: none;
}

a,
a:hover,
a:visited {
  color: #000000;
  text-decoration: none;
}
*[class~='topic/table'] *[class~='topic/thead'] {
  background-color: #edf2f5;
}

/*fonts-selector*/
@page {
  font-family: 'BrandingFont';
}
.topictitle1,
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6,
.topictitle7,
.topictitle8,
.topictitle9,
.topictitle10,
.topictitle11,
.topictitle12,
*[class~='front-page/front-page-title'],
*[class~="toc/title"],
*[class~="map/topicref"],
*[class~='topic/title'],
*[class~='topic/thead'],
*[class~="placeholder/figurelist"],
*[class~="placeholder/tablelist"],
*[class~="index/groups"]::before,
*[class~="index/group"] > *[class~="index/label"],
.wh_publication_title,
.wh_top_menu,
.wh_tile_title .topicref,
.wh_main_page_toc_entry .topicref,
.wh_index_terms span.wh_first_letter,
.wh-letters li a {
  font-family: 'SecondaryBrandingFont';
}
body {
    font-family: 'SecondaryBrandingFont';
    font-size: 14px;
    font-weight: 300;
    word-wrap: break-word;
    font-kerning: normal;
    font-feature-settings: "kern","liga","clig","calt";
    height: auto;
    width: auto;
    background-color: unset;
    color: unset;
    overflow-x : clip;
    margin: 0px;
}
/*toc-numbering-shallow-first*/
*[class~="map/map"][numbering^='deep'] *[class~="map/topicref"][is-chapter]:not([is-part]) > *[class~="map/topicmeta"]:before {
  content: "Chapter " counter(toc-chapter) "" ". ";
}
*[class~="map/map"][numbering^='deep'] *[class~="topic/topic"][is-chapter]:not([is-part]) > *[class~="topic/title"]:before {
  content: "Chapter " counter(chapter) "" ". ";
}

.nobold {
  font-weight: normal
}
 
.copyimage{
    content: url(resources/copy_link_icon.svg);
    float: right;
    padding-top: 13px;
}

.copyimage:hover{
    content: url(resources/copy_link_icon_purple.svg);
    cursor: pointer;
}

h1 .copyimage{
    padding-top: 13px;
}

h2 .copyimage{
    padding-top: 10px;
}

h3 .copyimage,
h4 .copyimage,
h5 .copyimage,
h6 .copyimage,
h7 .copyimage,
h8 .copyimage,
h9 .copyimage,
h10 .copyimage,
h11 .copyimage,
h12 .copyimage{
    padding-top: 5px;
}

h2 .copylinkstyle,
h2 .copyclicksuccess{
    margin-top: 6px;
}

h3 .copylinkstyle,
h3 .copyclicksuccess,
h4 .copylinkstyle,
h4 .copyclicksuccess,
h5 .copylinkstyle,
h5 .copyclicksuccess,
h6 .copylinkstyle,
h6 .copyclicksuccess,
h7 .copylinkstyle,
h8 .copylinkstyle,
h9 .copylinkstyle,
h10 .copylinkstyle,
h11 .copylinkstyle,
h12 .copylinkstyle{
    margin-top: 0px;
}


/* Styles for the toast */
.copylinkstyle{
    float: right;
    min-width: 100px;
    height: 30px;
    font-size: 16px;
    font-family: 'SecondaryBrandingFont';
    background: #4D5766;
    color: white;
    border: 1px solid #4D5766;
    border-radius: 7px;
    padding-top: 2px;
}


#wh_close_publication_toc_button{
    display: none;
}

.close-toc-button:hover {
    background-color: #239df9;
    cursor: pointer;
}


@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}


.copyclicksuccess{
  height: 30px;
  font-size: 16px;
  background-color: #4D5766;
  color: white;
  width: max-content;
  border: 1px solid #4D5766;
  border-radius: 7px;
  float: right;
  font-family:'SecondaryBrandingFont';
  padding: 5px;
  padding-top: 2px;
  font-weight:100;
  margin-right: 20px;
}

/* [data-theme="dark"] .copyclicksuccess{
  background-color: white;
  color: black;
} */

caption {
  white-space: normal;
}

.table {
  width: 100%;
}


.table--title {
    font-style: italic;
}
.table--title-label {
    font-style: italic;
}
.table thead th {
    background: #124191;
    font-family: 'BrandingFont';
}
th {
    color: #ffffff;
}
.table {
    border-color: transparent;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.simpletable thead, .simpletable tbody, .table > tbody:not([class*="valign"]) > tr:not([class*="valign"]) > td:not([class*="valign"]) {
  border: 1px solid;
  border-color: lightgray;
}

.figcap {
    font-style: italic;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-nav {
   /* padding-left: 100px; */
}

body {
    font-family: 'BrandingFont';
    font-size: 14px;
    font-weight: 300;
    word-wrap: break-word;
    font-kerning: normal;
    font-feature-settings: "kern","liga","clig","calt";
    height: auto;
    width: auto;
    transition: 0s all ease;
}


body.dark {
    background-color: #000000;
    transition: 1.0s all ease;
    color: #ffffff;
}


@media (min-width: 1100px)


/*
 * ------------------------------------------------------------------
 *  
 * Various font changes for dedicated DITA elements
 * 
 * ------------------------------------------------------------------
*/
 
{}

/*code-fonts-courier-new*/
pre { /* codeblock elements */
    background: #f4f4f4;
}
code {
    background: #f4f4f4;
}

code strong,
code .varname,
code .cmdname{
  font-family: Courier;
}

*[class~='pr-d/codeblock'], 
*[class~='codeblock'], 
*[class~='pr-d/codeph'], 
*[class~='codeph'] {
    font-family: 'Courier New', monospace;
    color: #1d1e20;
    background-color: #f4f4f4;
    position:relative;
    line-height: 1.1;
    
}

td *[class~='pr-d/codeblock']{
  border: solid lightgray 1px;  
}

[data-theme="dark"] td *[class~='pr-d/codeblock']{
  border: solid gray 1px;  
}

/* Copy code button*/
.codeblock .copyTooltip{
    background: url(resources/copy-code-icon.svg) no-repeat 80% 0%;
    background-size: 20px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    top: 12px;
    border: transparent;
}

.codeblock .copylinkstyle{
  position: absolute;
}

.copyTooltip::before{
    content: " ";
    line-height: 2em;
    text-indent: 0.5em;
}
.codeblock .copyTooltip:hover{
  background: url(resources/copy-code-icon-purple.svg) no-repeat 80% 0%;
  background-size: 20px;
  right: 0px;
  position: absolute;
  cursor: pointer;
  top: 12px;
  border: transparent;
  opacity: 1;
}

.codeblock code{
  display: inline;
}
 
pre.codeblock{
  overflow: auto;
}

*[class~='sw-d/userinput'],
*[class~='userinput'] {
  font-family: 'BrandingFont', monospace;
  background-color: #f4f4f4;
  color: #1d1e20 ;
}
[data-theme="dark"] *[class~='sw-d/userinput'],
[data-theme="dark"] *[class~='userinput'] {
background-color: #bec8d2;
}

*[class~='cmdname'],
*[class~='sw-d/cmdname']{
  font-weight: bold;
}

*[class~='shortdesc']{
  font-style: italic;
}
  
*[class~='checklist']{
  list-style-image: url('resources/checkbox.png');
}

*[class~='emphasis']{
  font-weight: bold;
}

*[class~='task/choicetable'] *[class~='task/chhead'] {
  background-color: #005AFF;
}

*[class~='task/choicetable'] {
  margin: 0.8em 0;
}

*[class~='task/choicetable'] *[class~='task/choption'] {
  font-weight: 400;
}

a.xref { /* link color of xrefs in the topics */
    color: #005AFF;
    text-decoration: none;
}
[data-theme="dark"] .xref { /* link color of xrefs in the topics in the dark theme*/
    color: #239DF9;
}
.table a.xref { /* link color in the tables only*/
    color: #005AFF;
    text-decoration: none;
}

th a.xref{
  color:white !important;
  text-decoration:underline !important;
}

.codeblock a.xref { /* link color in the codeblocks only*/
    color: #005AFF;
    text-decoration: none;
    font-family: Courier;
}
*[class~='topic/fn.fn'] {
    padding-bottom: 10px;
}

/* add color to sup tag only when there is a link */
[data-theme="dark"] a > sub, a > sup{
  color:#239DF9;
}

a > sub, a > sup{
  color:#005AFF;
}

li.linklist a{
    color: #005AFF;
}
[data-theme="dark"] li.linklist a{
   color: #239DF9;
}

/*
 * ------------------------------------------------------------------
 *  
 * Icons for the different type of notes
 * 
 * ------------------------------------------------------------------
 */
 
.image{
    background-color: white;
    image-rendering: -webkit-optimize-contrast;
}

div.danger {
    background-image: url('resources/Danger_icon.svg');
    background-repeat: no-repeat;
}

div.caution {
    background-image: url('resources/Caution_icon.svg');
    background-repeat: no-repeat;
}

div.warning {
    background-image: url('resources/Warning_icon.svg');
    background-repeat: no-repeat;
}

/*notes-style*/
[class~="topic/note"]:not([class~="hazard-d/hazardstatement"]) {
    background-color: #fff;
    border: 1px solid;
    border-color: #6e6e6e;  
    border-radius: 3px;
}

/*notes-layout-two-lines*/
span.note__title {
  display: block;
}

/*
 * ------------------------------------------------------------------
 *  
 * Generated text for DITA elements used in troubleshooting topics
 * 
 * ------------------------------------------------------------------
 */
 
 *.condition::before {
    content: "Issue \A";
    white-space: pre;
    font-weight: bold   
 }
 
 *.cause::before {
    content: "Possible cause \A";
    white-space: pre;
    font-weight: bold   
 }
 
 section.remedy  section.steps::before {
    content: "Recommended action \A";
    white-space: pre;
    font-weight: bold
}
 
/*
 * ------------------------------------------------------------------
 *  
 * Generated text for DITA elements used in procedures
 * 
 * ------------------------------------------------------------------
 */
 
*.prereq::before {
    content: "Prerequisites \A";
    white-space: pre;
    font-weight: bold
} 

*.equipment::before {
    content: "Required tools and hardware \A";
    white-space: pre;
    font-weight: bold
} 

*.context::before {
    content: "About this task \A";
    white-space: pre;
    font-weight: bold
}  

*.stepxmp::before {
    content: "Example \A";
    white-space: pre;
    font-weight: bold
}  

*.stepresult::before {
    content: "Expected outcome \A";
    white-space: pre;
    font-weight: bold
}

*.steptroubleshooting::before {
    content: "Troubleshooting \A";
    white-space: pre;
    font-weight: bold
}

*.result::before {
    content: "Expected outcome \A";
    white-space: pre;
    font-weight: bold
}

*.tasktroubleshooting::before {
    content: "Troubleshooting \A";
    white-space: pre;
    font-weight: bold
}

*.output::before {
  content: "Output example \A" !important;
  white-space: pre;
  font-weight: bold;
}

*.example::before {
    content: "Example \A";
    white-space: pre;
    font-weight: bold
}

*.postreq::before {
    content: "What to do next \A";
    white-space: pre;
    font-weight: bold
}
*.step {
    counter-increment: step;
    display: list-item;
}
*.step::marker {
    display: list-item;
    content: "Step " counter(step) " ";
    font-weight: bold
}
/*  
*.choices::before {
    content: "Choose from: \A";
    white-space: pre;
    font-weight: bold
}
*/
div.taskbody section.steps::before {
    content: "Procedure \A";
    white-space: pre;
    font-weight: bold
}
*.steps-informal::before {
    content: "Procedure \A";
    white-space: pre;
    font-weight: bold
} 
/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 * ------------------------------------------------------------------
 */
 
.wh_welcome:not(:empty) {
    font-family: 'BrandingFont';
    line-height: 64px;
    font-size: 48px;
}
 
.wh_last_modified{    
  font-family: 'SecondaryBrandingFont';
  padding-top: 40px;
}


.wh_search_input {
    display:block;
    margin:0;
    position:relative;
    background: url(product/graphics/banner.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.wh_main_page .wh_search_input{
    padding: 60px 0;
}

.wh_search_textfield {
    border: solid 1px #CCC;
    position: relative;
    border-radius: 0px;
    width: 88%;
}

.wh_feedback{
  cursor: pointer;
  font-family: 'SecondaryBrandingFont';
  margin-left: 1em;
  line-height: 1.33;
  color: #eee;
  opacity: 0.5;
  border: solid;
  width: 100px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #005AFF;
  border-color: #005AFF;
  font-weight: bold;
}

.wh_feedback:hover {    
  opacity: 1;
  cursor: pointer;
}

[data-theme="dark"] .wh_feedback{
  border-color: #239DF9;
  color: #eee;
  background-color: #239DF9;
  opacity: 0.5;
}

[data-theme="dark"] .wh_feedback:hover{
  opacity: 1;
}

.feedback{
  /* content: url(resources/feedback.png);
  cursor: pointer;
  float: right; */
  display: none;
}

h1 .feedback:hover,
h2 .feedback:hover,
h3 .feedback:hover,
h4 .feedback:hover,
h5 .feedback:hover,
h6 .feedback:hover,
h7 .feedback:hover,
h8 .feedback:hover,
h9 .feedback:hover,
h10 .feedback:hover,
h11 .feedback:hover,
h12 .feedback:hover{
  content: url(resources/feedback_purple.svg);
}



h1 .feedback,
h2 .feedback,
h3 .feedback,
h4 .feedback,
h5 .feedback,
h6 .feedback,
h7 .feedback,
h8 .feedback,
h9 .feedback,
h10 .feedback,
h11 .feedback,
h12 .feedback{
  content: url(resources/feedback.svg);
  cursor: pointer;
  float: right;
  display: block;
  margin-right: 20px;
}
h1 .feedback {
    margin-top: 15px;
    margin-left: 20px;
}
h2 .feedback{
    margin-top: 12px;
    margin-left: 20px;
}

h3 .feedback,
h4 .feedback,
h5 .feedback,
h6 .feedback,
h7 .feedback,
h8 .feedback,
h9 .feedback,
h10 .feedback,
h11 .feedback,
h12.feedback{
    margin-top: 7px;
    margin-left: 20px;
}
h2 .feedback_style{
    margin-top: 6px;
}

h3 .feedback_style,
h4 .feedback_style,
h5 .feedback_style,
h6 .feedback_style,
h7 .feedback_style,
h8 .feedback_style,
h9 .feedback_style,
h10 .feedback_style,
h11 .feedback_style,
h12.feedback_style{
    margin-top: 0px;
}
.feedback_style{
  float: right;
  min-width: 100px;
  height: 30px;
  font-size: 16px;
  font-family: 'SecondaryBrandingFont';
  background: #4D5766;
  color: white;
  border: 1px solid #4D5766;
  border-radius: 7px;
  padding-top: 2px;
}

.search{
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.search-info{
  position: absolute;
  width: 100%;
  height: 50px;
  right: 50%;
  top: 85%;
}

.wh_topic_page .search-info{
  top: 60%;
}

.wh_search_page .search-info{
  display: block;
  z-index: 99;
  top: 63%;
}

#search-info-button{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 10px;
  float: right;
  background-color: white;
  border: solid gray 1px;
  color: #005AFF;
  font-size: 19px;
  font-weight: bolder;
  padding-left: 7px;
}

[data-theme="dark"] #search-info-button{
  /* background-color: #239DF9;
  border: solid #239DF9; */
  color: #239DF9;
}

#search-info-button::after {
  content: "Search tips";
  position: absolute;
  top: 100%; 
  width: 150px;
  font-size: 14px;
  transform: translateX(-50%);
  background-color: #4D5766;
  color: white;
  padding: 5px;
  border-radius: 5px;
  opacity: 0; 
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.wh_topic_page #search-info-button::after{
  z-index: 999;
}

#search-info-button:hover::after {
  opacity: 1;
}

/* [data-theme="dark"] #search-info-button{
  background-color: #239df9;
} */

.wh_search_button {
    background-color: #005AFF;
    border: solid 1px #005AFF;
    border-radius: 3px;
    padding: 0px;
    height: 2.8em;
    right: -30px;
    width: auto;
}

[data-theme="dark"] .wh_search_button {
    background-color: #239df9;
    border: solid 1px #239df9;
    border-radius: 3px;
    padding: 0px;
    height: 2.8em;
    right: -30px;
    width: auto;
}

.wh_search_button:hover {
    background-color: #ffffff;
    color: #005AFF;
    transition: all 0.3s ease-in-out;
}

.wh_search_button:after {
    font-family: 'BrandingFont';
    content: "Search";
    min-width: 125px; 
    padding: 10px 40px 10px;
}

 /*
*-------------------------------------------------------------------
* Tiles
* ------------------------------------------------------------------ 
*/
.webhelp.fragment.before.main.content.area.main.page {
  padding: .5em;
}
.prod_desc {
  display:block;
  font-family: 'BrandingFont';
  font-size: 16px;
  text-align: justify;
  margin-top: 24px;
  margin-left: calc(-30vw + 50%);
  margin-right: calc(-30vw + 50%);
}
.prod_desc a {
  color: #005AFF;
}

[data-theme="dark"] .prod_desc a {
  color: #239df9;
}

.linux_tm {
  display:block;
  font-family: 'SecondaryBrandingFont';
  font-size: 11px;
  text-align: center;
  margin-top: 24px;
  margin-left: calc(-30vw + 50%);
  margin-right: calc(-30vw + 50%);
}
.wh_logo_and_publication_title_container {
    display: flex;
    justify-content: flex-start;
    height: 60px;
    padding-top:20px;
}

.wh_top_menu_and_indexterms_link {
  text-align: left;
}

@media only screen and (min-width: 768px)
.wh_top_menu_and_indexterms_link.navbar-collapse {
    display: flex !important;
    margin-left: 143.5px;
}

tr:nth-child(even) {background-color: #edf2f5;}
tr{
    border-color:transparent;
}

.permalink {
    padding: 0px;
} 

.wh_tiles {
    justify-content: center;
    /*  margin-right: 143.5px;
    margin-left: 143.5px; */
}

.example{
  background-color: transparent !important;
  font-family: 'BrandingFont';
}

p{
  background-color: transparent !important;
}

.nested0{
    margin-top: 1em;
    /* max-height: 750px; */
    overflow-y: scroll;
    padding-right: 25px;
    border-bottom: inset;
    padding-bottom: 20px;
    margin-bottom: 45px;
    padding-left: 11px;
    -ms-overflow-style: none;  /*  IE and Edge */
    scrollbar-width: none; /* Firefox */
    border-bottom-color: lightgray; /* Firefox */
}

body::-webkit-scrollbar,
.wh_publication_toc::-webkit-scrollbar,
*[class~='pr-d/']::-webkit-scrollbar, 
*[class~='codeblock']::-webkit-scrollbar, 
*[class~='pr-d/codeph']::-webkit-scrollbar,
*[class~='codeph']::-webkit-scrollbar,
.wh_topic_toc::-webkit-scrollbar{
  width: 7px;
  height: 7px;
}

body::-webkit-scrollbar-track,
.wh_publication_toc::-webkit-scrollbar-track,
*[class~='pr-d/codeblock']::-webkit-scrollbar-track,
*[class~='codeblock']::-webkit-scrollbar-track,
*[class~='pr-d/codeph']::-webkit-scrollbar-track,
*[class~='codeph']::-webkit-scrollbar-track,
.wh_topic_toc::-webkit-scrollbar-track{
  background: lightgray;
}

body::-webkit-scrollbar-thumb,
.wh_publication_toc::-webkit-scrollbar-thumb,
*[class~='pr-d/codeblock']::-webkit-scrollbar-thumb,
*[class~='codeblock']::-webkit-scrollbar-thumb,
*[class~='pr-d/codeph']::-webkit-scrollbar-thumb,
*[class~='codeph']::-webkit-scrollbar-thumb,
.wh_topic_toc::-webkit-scrollbar-thumb{
  background-color: gray;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}



[data-theme="dark"] body::-webkit-scrollbar-track,
[data-theme="dark"] .wh_publication_toc::-webkit-scrollbar-track,
[data-theme="dark"] *[class~='pr-d/codeblock']::-webkit-scrollbar-track,
[data-theme="dark"] *[class~='codeblock']::-webkit-scrollbar-track,
[data-theme="dark"] *[class~='pr-d/codeph']::-webkit-scrollbar-track,
[data-theme="dark"] *[class~='codeph']::-webkit-scrollbar-track,
[data-theme="dark"] .wh_topic_toc::-webkit-scrollbar-track{
  background: black;
}

[data-theme="dark"] body::-webkit-scrollbar-thumb,
[data-theme="dark"] .wh_publication_toc::-webkit-scrollbar-thumb,
[data-theme="dark"] *[class~='pr-d/codeblock']::-webkit-scrollbar-thumb,
[data-theme="dark"] *[class~='codeblock']::-webkit-scrollbar-thumb,
[data-theme="dark"] *[class~='pr-d/codeph']::-webkit-scrollbar-thumb,
[data-theme="dark"] *[class~='codeph']::-webkit-scrollbar-thumb,
[data-theme="dark"] .wh_topic_toc::-webkit-scrollbar-thumb{
  background-color: lightgray;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.custom-control-label{
    position: absolute;
    top: -5px;
    /* margin-left: 650px; */
    cursor: pointer;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 5.15rem;
    height: 2.35rem;
    pointer-events: all;
    border-radius: 1.5rem;
    background: url(resources/moon.svg) no-repeat;
    background-position: right;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: gray;
    background: url(resources/sun.svg) no-repeat;
    background-position: 2px;
}

.custom-switch .custom-control-label::after{
    width: 1.85rem;
    height: 1.85rem;
    pointer-events: all;
    border-radius: 2.5rem;
    left: calc(100% - 20px);
    background-color: gray;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background: white;
    transform: translate(27px);
}


/* remove the outline around the expand and collapse button in breadcrumb bar */
*:focus {
    outline: 0 !important;
}


/* For dark mode */
[data-theme="dark"] {
  background-color: #273142 !important;
  color: #eee;
}

[data-theme="dark"] html{
  background-color: #273142 !important;
  color: #eee;
}

[data-theme="dark"] .wh_logo.d-none.d-sm-block{
    content: url(resources/nokia_white.svg);
    /* width: 175px; */
}

[data-theme="dark"] .wh_publication_toc,
[data-theme="dark"] .wh_top_menu ul li:hover{
  background-color: #273142;
}

[data-theme="dark"] h1, 
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] .table--title,
[data-theme="dark"] .table--title-label,
[data-theme="dark"] .wh-expand-btn,
[data-theme="dark"] .wh_publication_toc .title a,
[data-theme="dark"] .wh_publication_toc .active > .topicref a,
[data-theme="dark"] .wh_top_menu > ul > li a, .wh_indexterms_link a::before,
[data-theme="dark"] .wh_publication_title > a,
[data-theme="dark"] .tiles_intro,
[data-theme="dark"] .wh_tile_title a,
[data-theme="dark"] .wh_tile_shortdesc,
[data-theme="dark"] .shortdesclink{
  color: #eee;
}

[data-theme="dark"] [class~="topic/note"]:not([class~="hazard-d/hazardstatement"]){
  background-color: #bec8d2;
  color: black;
}

*[class~='pr-d/codeblock'],
*[class~='codeblock'],
*[class~='pr-d/codeph'],
*[class~='codeph']{
    background-color: #F4F4F4 !important;
    min-height: 37px;
}

[data-theme="dark"] *[class~='pr-d/codeblock'],
[data-theme="dark"] *[class~='codeblock'],
[data-theme="dark"] *[class~='pr-d/codeph'],
[data-theme="dark"] *[class~='codeph']{
    background-color: #bec8d2 !important;
}

[data-theme="dark"] .wh_top_menu ul ul{
  /* background-color: #4d5766; */
  background-color: #273142;
}

[data-theme="dark"] .wh_top_menu > ul > li a:hover{
    background-color: transparent;
}

[data-theme="dark"] code,
[data-theme="dark"] .page-item.disabled .page-link,
[data-theme="dark"] .page-link{
  background-color: #bec8d2;
  color: black;
}

[data-theme="dark"] .wh_search_textfield{
    background-color: white;
    color: black;
}

[data-theme="dark"] tr:nth-child(odd) {background-color: #bec8d2;}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}

[data-theme="dark"] .topicref.book_pdf div a::before{
    content: url(resources/pdf_icon_white.svg);
    padding-right:5px;
} 

/*#wh_topic_body{
      max-height: 750px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    
    overflow-y: scroll;
}*/

.wh_print_link button {
  display: none;
}

b, strong {
    font-weight: bold;
}

.steps.ol.steps{
  margin-left:4px;
}

.nested0::-webkit-scrollbar, #wh_topic_body::-webkit-scrollbar{
    display:none;
}

[data-theme="dark"] .wh_expand_btn{
  color: white;
}

*[class~='topic/lq'] {
  margin-left: 2em;
}

.tiles_intro {
     margin-top: 40px;
     font-size: 32px;
     line-height: 40px;
     font-weight: bold;
     text-align: center;
     color: #000000;
     font-family: 'BrandingFont';
}
.wh_tile {
    border-radius: 0px;
    margin: 10px;
    padding: 10px;
    width: 25%;
    max-width: 200px;
    min-height: 350px;
    background-color: transparent;
    border: .2em solid #F4F4F4;
    cursor: pointer;
}

.wh_tile:hover{
  border-color: #0049B4;
}

[data-theme="dark"] .wh_tile:hover{
  border-color: #239df9;
}

.wh_tile_image {
    text-align: left;
    cursor:pointer;
}
.wh_tile_title {
  text-align: center;
  font-size: 1.5em;
}
.wh_tile_title a {
    font-weight: bold;
    font-family: 'BrandingFont';
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    color: #1d1e20;
}
.wh_tile_title a:hover {
  color: #0049B4;
}
[data-theme="dark"] .wh_tile_title a:hover {
   color: #239DF9;
}
.wh_tile_shortdesc {
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-align: left;
  color: #1D1E20;
  line-height: 1.5;
}

/*
 * ------------------------------------------------------------------
 *  
 * Menus and navigation
 * 
 * ------------------------------------------------------------------
 */
/* ------------------------------------------------------------------
 * Breadcrum and right side tools styles
 * ------------------------------------------------------------------
 */

 .wh_topic_toc {
  background-color: transparent;
  border-radius: .5em;
  padding: .5em;
  border: solid;
  border-width: thin;
  border-color: lightgray;
  max-height: 400px;
  overflow-y: scroll;
}

[data-theme="dark"] .wh_topic_toc {
  border-color: white;
}

.wh_topic_toc .wh_topic_label {
  color: black !important;
  text-decoration: underline;
  
} 
[data-theme="dark"] .wh_topic_toc .wh_topic_label {
  color: white !important;
}

nav#wh_topic_toc{
  background-color: transparent;
}

#wh_topic_toc_content{
  padding-top: 150px;
}

[data-theme="dark"] .wh_topic_toc ul li a{
  color: white;
}

.current_node{
  color: #005AFF !important;
}

[data-theme="dark"] .current_node{
  color: #239DF9 !important;
}

.breadcrumb-sticky, .indexTerms-sticky {
  position: sticky;
  z-index: 998;
}
 
.wh_tools {
    background: #edf2f5;
    border-bottom: 5px solid white;
    position: relative;
}

[data-theme="dark"] .wh_tools{
    border-bottom: 5px solid #273142;
}

.wh_breadcrumb li:not(:last-of-type):after {
    content: url(resources/arrow_breadcrumb.svg);
    padding-left: 8px;
    padding-right: 8px;
}

.wh_breadcrumb {
    display: inline-block;
    margin-bottom: -6px;
    align-items: center;
    font-size: 16px;
/*    margin-left: 190px;*/
}

.wh_right_tools {
    display: flex;
    align-items: center;
    padding-top: 2px;
}

.wh_breadcrumb ol a {
  color: #1D1E20;
  text-decoration: none;
}
.wh_breadcrumb ol a:hover {
  color: #0049B4;
}  

.wh_breadcrumb ol .active a {
  color: #000000;
  font-weight: bold;
}


/* ------------------------------------------------------------------
 * Custom colors for the default icons
 * ------------------------------------------------------------------
*/
.glyphicon-arrow-left:before,
.oxy-icon-arrow-left:before {
    content: url('resources/arrow_left.svg');
    color: #6E6E6E; 
}
.glyphicon-arrow-right:before,
.oxy-icon-arrow-right:before {
    content: url('resources/arrow_right.svg');
    color: #6E6E6E;
}

.wh_hide_highlight,
.webhelp_expand_collapse_sections {
    background: transparent;
    border: 0;
    display: none;
    color: #6E6E6E;
}

/* ------------------------------------------------------------------
 * Top menu styles
 * ------------------------------------------------------------------
 */
 
 a, .link-class {
    text-decoration: none;
    line-height: 1.33;
    transition: all 0.3s ease-in-out;
}
 
.wh_header {
  background-color: transparent;
}

.wh_top_menu {
    font-family: 'BrandingFont';
    font-size: 14px;
}

/* @media only screen and (min-width: 768px){ */
.wh_top_menu:not(.activated-on-click) ul ul {
  border:solid;
  border-width: thin;
  border-color: #005AFF;
  padding-right: 10px;
}
/* } */
[data-theme = "dark"] .wh_top_menu:not(.activated-on-click) ul ul {
  border-color: #FFFFFF;
}

@keyframes fade {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes fade2 {
  
  from { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
}

.wh_top_menu ul ul{
    display: none;
    animation: fade2 0.1s linear forwards;
}

.wh_top_menu ul li:hover ul {
    display: block;
    visibility: hidden;
    transition: visibility 0.2s 1s;
    animation: fade 0.1s linear forwards;
}

.wh_top_menu > ul > li a,
.wh_indexterms_link a::before {
  color: #6e6e6e;
}
.wh_indexterms_link a span {
  display: none;
}
.wh_top_menu ul {
  color: #6E6E6E;
}
.wh_top_menu ul a:hover {
  background: #ffffff; 
  color: #0049B4;
}
[data-theme="dark"] .wh_top_menu ul a:hover {
  color: #239DF9;
}
.wh_top_menu ul li:hover {
  background-color: #ffffff;
}
.wh_top_menu ul ul {
  background-color: #ffffff;
}
.wh_top_menu ul ul li {
  border-top-color: #F4F4F4;
}
.wh_top_menu ul ul li a:hover {
  background: #ffffff; 
  color: #0049B4; 
}
[data-theme="dark"] .wh_top_menu ul ul li a:hover {
  color: #239DF9;
}
#wh_menu_mobile_button {
  background-color: #b3b3b3;
}
ul li {
    padding-left: 0;
}
.ul{
  list-style-type:disc;
}
li {
    margin-bottom: 0.4rem;
}
li *:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------------
 * Arrows at the top menu drop-downs
 * ------------------------------------------------------------------
 */

li.has-children > span.topicref > span.title > a::after {
    content: url(resources/dropdown.svg);
    padding-left: 6px;
}

.wh_top_menu > ul > li a{
    display: inline-block;
    padding-right: 2px;
}


/* ------------------------------------------------------------------
 * 
 * Logo and Title above the Menu customization
 * 
 * ------------------------------------------------------------------
 */
.wh_header_flex_container {
    flex-direction: column;
}
.wh_header_flex_container > * {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 30px;
}

@media only screen and (min-width : 768px) {
    .wh_top_menu_and_indexterms_link.navbar-collapse {
        display: flex !important;
    }
    
}
.wh_logo_and_publication_title_container {
    display: flex;
    justify-content: flex-start;
    height: 75px;
}
.wh_logo, .wh_publication_title {
  padding-right: 35px;
}

.wh_publication_title {
  margin-left: 25px !important;
  padding-right: 35px;
  margin-bottom: 6px;
}


.wh_publication_title a:hover {
    color: #0049B4;
}
[data-theme="dark"] .wh_publication_title a:hover{
   color: #239DF9;
}
/* ------------------------------------------------------------------
 * 
 * Content area/Topic pages
 * 
 * ------------------------------------------------------------------
*/
.wh_content_area {
    min-height: 420px !important;
    /* margin-right: 111.50px;
    margin-left: 111.50px; */
}

/*between-elements-small*/
*[class~='topic/p'],
*[class~='topic/table'],
*[class~='topic/pre'],
*[class~='topic/codeblock'],
*[class~='topic/ph'],
*[class~='codeph'],
*[class~='topic/ul'],
*[class~='topic/ol'] {
  margin: 0.8em 0;
}
/*between-lines-large*/
*[class~='topic/topic'],
*[class~='topic/body'],
*[class~='topic/title'] {
  line-height: 1.6;
}
/*footnotes-separator-solid*/
@media print {
  @page {
    @footnote {
      content: leader(solid);
    }
  }
}
@media screen {
  *[class~="topic/body"] + *[class~="topic/fn"] {
    border-top: 1px solid black;
  }
}

/* ------------------------------------------------------------------
 * wh-publication-toc styles
 * ------------------------------------------------------------------
 */
.wh_publication_toc {
  background-color: #FFFFFF;
  color: #1d1e20;
  overflow-y: auto;
  height: 599px;
  overflow-x: hidden;
  position: sticky !important;
  width: auto !important;
  padding-left: 0px;
  border-radius: 3px;
  max-height: 745px;
}

#wh_publication_toc_content{
    top: 0px !important;
    position: sticky !important;
    padding-top: 35px;
}

.wh_expand_btn {
    cursor: pointer;
    position: relative;
    /* left: -0.4vw !important; */
}

.jss2{
    display:none !important;
}

.wh_publication_toc .title a {
  color: #1d1e20;
}
.wh_publication_toc .active > .topicref a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 0px;
}
[data-theme="dark"] .wh_publication_toc .active > .topicref a {
  font-weight: bold;
}
.wh_publication_toc .title a:hover {
    color: #0049B4;
}
[data-theme="dark"] .wh_publication_toc .title a:hover {
   color: #239DF9;
}
.wh_publication_toc ul a:hover {
  color: #0049B4;
  font-weight: normal;
} 
[data-theme="dark"] .wh_publication_toc ul a:hover {
   color: #239DF9;
   font-weight: normal;
}
.wh_publication_toc ul ul li a:hover {
  color: #0049B4;
  font-weight: normal;
}
[data-theme="dark"] .wh_publication_toc ul ul li a:hover {
   color: #239DF9;
   font-weight: normal;
}
.wh-expand-btn {
    color: #1d1e20;
}

/* ------------------------------------------------------------------
 *Topic page TOC styles
 * ------------------------------------------------------------------
 */
.wh_topic_toc .section-item .section-title a {
  color: #005AFF;
  text-decoration: none;
}
.wh_topic_toc .wh_topic_label {
  color: #005AFF;
}



/* ------------------------------------------------------------------
 *  
 * NOKIA New Footer Redesign 2.0
 * 
 * ------------------------------------------------------------------
*/

body {
  margin: 0; 
}

@font-face {
  font-family: 'NokiaPureHeadline-Regular';
  src: url("../assets/fonts/NokiaPureHeadline-Regular.eot");
  src: url("../assets/fonts/NokiaPureHeadline-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/NokiaPureHeadline-Regular.woff2") format("woff2"), url("../assets/fonts/NokiaPureHeadline-Regular.woff") format("woff"), url("../assets/fonts/NokiaPureHeadline-Regular.ttf") format("truetype"), url("../assets/fonts/NokiaPureHeadline-Regular.svg#NokiaPureHeadline-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NokiaPureHeadline-Bold';
  src: url("../assets/fonts/NokiaPureHeadline-Bold.eot");
  src: url("../assets/fonts/NokiaPureHeadline-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/NokiaPureHeadline-Bold.woff2") format("woff2"), url("../assets/fonts/NokiaPureHeadline-Bold.woff") format("woff"), url("../assets/fonts/NokiaPureHeadline-Bold.ttf") format("truetype"), url("../assets/fonts/NokiaPureHeadline-Bold.svg#NokiaPureHeadline-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
.container {
  max-width: 1376px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto; }

.nr {
  clear: both; }
  @media only screen and (min-width: 768px) {
    .nr {
      display: flex;
      margin-left: -16px;
      margin-right: -16px; } }

@media only screen and (min-width: 768px) {
  .nc-1 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 8.3333333333%; }

  .nc-2 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 16.6666666667%; }

  .nc-3 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 25%; }

  .nc-4 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 33.3333333333%; }

  .nc-5 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 41.6666666667%; }

  .nc-6 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 50%; }

  .nc-7 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 58.3333333333%; }

  .nc-8 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 66.6666666667%; }

  .nc-9 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 75%; }

  .nc-10 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 83.3333333333%; }

  .nc-11 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 91.6666666667%; }

  .nc-12 {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 1 100%; } }
.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  border: solid 1px #005AFF;
  background-color: #005AFF;
  font-family: NokiaPureHeadline, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.54px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer; 
}
  
.btn-transparent-blue {
  background-color: transparent !important;
  color: #005AFF !important; 
}

.btn-transparent-blue:hover {
  background-color: transparent;
  border-color: #0049B4;
  color: #0049B4; 
}

hr {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: calc(1.625rem - 1px);
  background: rgba(0,0,0,0.2);
  border: none;
  height: 1px;
  box-sizing: content-box;
  overflow: visible;
  clear: both;
  width: 100%;
}


.visible-mobile,
.visible-tablet,
.visible-desktop {
  display: none; }

@media (max-width: 767px) {
  .visible-mobile {
    display: block; } }

@media (min-width: 768px) and (max-width: 989px) {
  .visible-tablet {
    display: block; } }

@media (min-width: 1024px) {
  .visible-desktop {
    display: block; } }


[data-theme = "dark"] .nokia-footer{
  /* background-color: #003480; */
  background-color: #001135;
}

[data-theme = "dark"] .nokia-footer--mynokia h6{
  color: white;
}

[data-theme = "dark"]  .nokia-footer a{
  color: white;
}

[data-theme = "dark"] .btn-transparent-blue{
  border-color: white;
  color: white !important;
}


.nokia-footer {
  padding: 32px 16px;
  font-family: NokiaPureHeadline, Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  background-color: #F9F9F9; 
}
  @media only screen and (min-width: 768px) {
    .nokia-footer {
      padding: 16px 32px;
      font-size: 14px; 
    } 
  }
  @media only screen and (min-width: 1366px) {
    .nokia-footer {
      padding: 48px 0 80px; 
    } 
  }
  .nokia-footer--nokia-logo a {
    padding-left: 0; 
  }

  [data-theme="dark"] .nokia-footer--nokia-logo img {
    content: url(resources/nokia_white.svg);
  }

  .nokia-footer--nokia-logo img {
    margin-bottom: 0;
    height: 20px; 
    content: url(resources/nokia_blue.svg);
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer--nokia-logo img {
        height: 40px;
         
      } 
    }
  .nokia-footer .divider {
    margin: 0;
    border-top: 1px solid #CCCCCC;
    border-right: 0;
    border-bottom: 0;
    border-left: 0; 
  }
  .nokia-footer a {
    text-decoration: none; 
  }
  .nokia-footer--first, .nokia-footer--second, .nokia-footer--third, .nokia-footer--fourth {
    padding: 16px 0;
    flex-direction: column; 
  }
    @media only screen and (min-width: 768px) {
      .nokia-footer--first, .nokia-footer--second, .nokia-footer--third, .nokia-footer--fourth {
        padding: 32px 0; 
      } 
    }
    @media only screen and (min-width: 1366px) {
      .nokia-footer--first, .nokia-footer--second, .nokia-footer--third, .nokia-footer--fourth {
        padding: 48px 0;
        flex-direction: row;
        align-items: center; 
      } 
    }
  @media (min-width: 768px) and (max-width: 989px) {
    .nokia-footer--second {
      padding: 16px 0; 
    } 
  }
  .nokia-footer--third--right {
    display: flex;
    flex-direction: column; 
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer--third--right {
        flex-direction: row; 
      } 
    }
  .nokia-footer--mynokia {
    margin-bottom: 24px; 
  }
    @media only screen and (min-width: 768px) {
      .nokia-footer--mynokia {
        margin-bottom: 32px; 
      } 
    }
    @media only screen and (min-width: 1366px) {
      .nokia-footer--mynokia {
        margin-bottom: 0; 
      } 
    }
    .nokia-footer--mynokia h6 {
      margin-top: 0;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 400;
      line-height: 140%;
      color: #000; 
    }
    .nokia-footer--mynokia .icon {
      margin-right: 10px;
      margin-bottom: 0;
      content: url(resources/link_ext.svg); 
    }
    [data-theme="dark"] .nokia-footer--mynokia .icon {
      content: url(resources/link_ext_dark.svg); 
    }
    .nokia-footer--mynokia a {
      color: #000000;
      font-weight: 700; 
    }
  .nokia-footer--subscribe {
    margin: 32px 0; 
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer--subscribe {
        margin: 0 24px 0 auto; 
      } 
    }
  .nokia-footer--copyright {
    margin-bottom: 16px;
    color: #666666;
    display: contents;
    margin-right: 20px; 
  }

  [data-theme="dark"] .nokia-footer--copyright {
    color: white;
    opacity: 0.7;
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer--copyright {
        margin-bottom: 0; 
      } 
    }

.nokia-footer__menu-global {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none; 
}
  @media only screen and (min-width: 1366px) {
    .nokia-footer__menu-global {
      margin-bottom: 0; 
    } 
  }
  .nokia-footer__menu-global li {
    flex: 50%;
    padding-right: 0;
    padding-left: 0; 
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer__menu-global li {
        flex: 33%;
        margin-bottom: 0; 
      } 
    }
  .nokia-footer__menu-global a {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    color: #000000;
    text-decoration: none; 
  }
    @media only screen and (min-width: 768px) {
      .nokia-footer__menu-global a {
        font-size: 14px; 
      } 
    }
    @media only screen and (min-width: 1366px) {
      .nokia-footer__menu-global a {
        margin-bottom: 8px; 
      } 
    }
.nokia-footer__menu-contact {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 16px 0 32px;
  list-style: none; 
}
  @media only screen and (min-width: 768px) {
    .nokia-footer__menu-contact {
      margin: 12px 0 44px; 
    } 
  }
  @media only screen and (min-width: 1366px) {
    .nokia-footer__menu-contact {
      margin: 0; 
    } 
  }
  .nokia-footer__menu-contact li {
    padding-right: 48px; 
  }
    .nokia-footer__menu-contact li:last-of-type {
      padding-right: 0; 
    }
  .nokia-footer__menu-contact a {
    color: #005AFF;
    font-size: 16px;
    font-weight: 700; 
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer__menu-contact a {
        font-size: 18px; 
      } 
    }
.nokia-footer__menu-social {
  display: flex;
  padding-left: 0;
  margin: 0;
  list-style: none; 
}
  .nokia-footer__menu-social li {
    padding: 0 8px; 
  }
    .nokia-footer__menu-social li:first-of-type {
      padding-left: 0; 
    }
    .nokia-footer__menu-social li:last-of-type {
      padding-right: 0; 
    }
  .nokia-footer__menu-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 44px;
    height: 44px;
    border-radius: 50%; 
  }

  [data-theme="dark"] .nokia-footer__menu-social a{
    border-color: white;
  } 

  #instagram{
    content: url(resources/instagram.svg);
  }
  #youtube{
    content: url(resources/youtube.svg);
  }
  #twitter{
    content: url(resources/twitter.svg);
  }
  #linkedin{
    content: url(resources/linkedin.svg);
  }
  #facebook{
    content: url(resources/facebook.svg);
  }

  [data-theme="dark"] #instagram{
    content: url(resources/instagram-dark.svg);
  }
  [data-theme="dark"] #youtube{
    content: url(resources/youtube-dark.svg);
  }
  [data-theme="dark"] #twitter{
    content: url(resources/twitter-dark.svg);
  }
  [data-theme="dark"] #linkedin{
    content: url(resources/linkedin-dark.svg);
  }
  [data-theme="dark"] #facebook{
    content: url(resources/facebook-dark.svg);
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer__menu-social a {
        width: 32px;
        height: 32px;
       } 
      }
    .nokia-footer__menu-social a img {
      width: 24px;
      height: 24px; 
    }
      @media only screen and (min-width: 1366px) {
        .nokia-footer__menu-social a img {
          width: 16px;
          height: 16px; 
        } 
      }
.nokia-footer__menu-legal {
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
  margin: 0;
  list-style: none; 
}
  @media only screen and (max-width: 767px){
    .nokia-footer__menu-legal {
      padding-top: 20px;
      padding-left: 0; 
    }
    .nokia-footer__menu-contact{
      display: block;
    } 
  }
  @media only screen and (min-width: 768px) and (max-width: 1240px){
    .nokia-footer__menu-legal {
      padding-top: 20px;
      padding-left: 0; 
    }
    
    .nokia-footer__menu-global{
      padding-left: 15px;
    }
  }
  .nokia-footer__menu-legal li {
    padding: 0 16px 8px 0;
    margin-bottom: 0; 
  }
    @media only screen and (min-width: 1366px) {
      .nokia-footer__menu-legal li {
        padding: 0 16px; 
      } 
    }
  .nokia-footer__menu-legal a {
    color: #666666;
    font-size: 12px; 
  }
    @media only screen and (min-width: 768px) {
      .nokia-footer__menu-legal a {
        font-size: 14px; 
      } 
    }

/*# sourceMappingURL=app.css.map */

.visible-mobile, .visible-tablet, .visible-desktop {
  display: none
}

@media (max-width:719px) {
  .visible-mobile {
      display: block
  }
}

@media (min-width:720px) and (max-width:1099px) {
  .visible-tablet {
      display: block
  }
}

@media (min-width:1100px) {
  .visible-desktop {
      display: block
  }
}

.nr {
  clear: both
}

.nr.full-width {
  margin-left: -15px;
  margin-right: -15px
}

.fluid .nr.full-width {
  margin-left: 0;
  margin-right: 0
}

.flow-reverse {
  flex-direction: row-reverse
}


.no-gutters .nr {
  margin-left: 0;
  margin-right: 0
}

[class *='nc-'] {
  padding-right: 30px;
}

@media (min-width:720px) {
  .nr {
      display: flex;
      /* flex-wrap: nowrap; */
      margin-left: -15px;
      margin-right: -15px;
      width: inherit;
      line-height: 2;
      height:auto;
  }
  
  .nr.full-width {
      margin-left: -30px;
      margin-right: -30px
  }

  .fluid .nr {
      margin-left: 0;
      margin-right: 0
  }

  .nc-1 {
      flex: 0 1 8.3333333333%
  }
}

@media (max-width:719px) {
  [class *='nc-mobile-'] {
      padding-left: 15px;
      padding-right: 15px
  }

  .nr-mobile {
      display: flex;
      flex-wrap: nowrap;
      margin-left: -15px;
      margin-right: -15px
  }

  .nr-mobile.full-width {
      margin-left: -30px;
      margin-right: -30px
  }

  .fluid .nr-mobile {
      margin-left: 0;
      margin-right: 0
  }

  .nc-mobile-1 {
      flex: 0 1 8.3333333333%
  }
}

@media (min-width:1100px) {
  .nr-desktop {
      display: flex;
      flex-wrap: nowrap;
      margin-left: -15px;
      margin-right: -15px
  }
}

@media (min-width:720px) {
  .nr-tablet {
      display: flex;
      flex-wrap: nowrap;
      margin-left: -15px;
      margin-right: -15px
  }

  .nc-1-tablet {
      flex: 0 1 8.3333333333%
  }
}

@media only screen and (max-width: 700px){

  .search-info {
    top: 65%;
    right: 44%;
  }
    
    .wh_publication_toc{
        position: sticky !important;
    }
    
    .footer{
        min-height: 1300px;
    }
    
    .wh_search_textfield {left: 5vw;}
    
    .wh_logo.d-none.d-sm-block{
        position: absolute;
        top: 1%;
        left: 4%;
    }
    
    .wh_publication_title {
        padding-right: 10px;
        margin-left: 60px;
        margin-top: -28px;
    }
    
    .wh_publication_title a span{
        font-size: 16px;
        position:absolute;
        left:8.5%;
        top:5%;
    }
    
    .nr.footer-global-legal{
        margin-left: -646px;
        margin-top: 413px;
    }
    
    .nr.footer-menu-global{
        padding-right: 15px;
        opacity: 0.8;
    }
    
    .nr.footer-global-menu.nc2{padding-right: 15px;}

    .breadcrumb-sticky, .indexTerms-sticky {
      position: sticky;
      z-index: 998;
    }
    
    .wh_tools {
        background: #edf2f5;
    }
    
    .wh_breadcrumb{
        margin-left: 0px;
    }
    
    .row {
        padding-left: 0px;
        padding-right:0px;
        width: auto;
    }
    
    .prod_desc{font-size:12px;}
    .tiles_intro{font-size:24px;}
    
    #wh_menu_mobile_button {
        top: 4.5%;
        position:absolute;
        left:75%;
    }
    
    .dark_toggle {
        position: absolute;
        cursor: pointer;
        top: 15px;
        left: -10px;
        right: 32px;
        bottom: 6px;
        background-color: #ccc;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 34px;
    }
    
    .dark_toggle::before {
         position: absolute;
         content: "";
         height: 10px;
         width: 10px;
         left: 2px;
         bottom: 1.4px;
         background-color: white;
         -webkit-transition: .4s;
         transition: .4s;
         border-radius: 50%;
     }
     
     #wh_top_menu_and_indexterms_link{
         padding-left: 0px;
     }
     
     .switch{
         top: 2%;
     }
}

[data-theme="dark"] {
  --bg-color: #111;
  --font-color: #efefef;
  --title-color: #fec150;
  --title-background: #222;
  --main-border: 1px solid rgba(255, 255, 255, 0.2);
  --main-bg: rgba(25, 25, 25, 0.4);
}


@media only screen and (min-width: 700px) and (max-width: 1240px){
    /*  .wh_top_menu{margin-left: -110px;}
    .wh_logo.d-none.d-sm-block{margin-left: -110px;}
    .wh_search_textfield{left: 4vw;} */

    .search-info {
      top: 88%;
    }
    
    .wh_search_button{display:none;}
    .footer{min-height: auto;}
    .wh_publication_title {
         padding-right: 10px;
         margin-left: -7px;
         margin-top: -3px;
     }
     
     .row {
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right:0px;
        width: auto;
    }

    .breadcrumb-sticky, .indexTerms-sticky {
      position: sticky;
      z-index: 998;
    }
    
    .wh_tools {
        background: #edf2f5;
    }
    
    .wh_breadcrumb{
        margin-left: 0px;
    }
    
    .wh_header_flex_container > *{
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0px;
    }
    
    .wh_publication_toc{
        position: sticky !important;
    }
}

@media only screen and (min-width: 1241px) and (max-width: 1300px) {}
@media only screen and (min-width: 1301px) and (max-width: 1380px) {}
@media only screen and (min-width: 1381px) and (max-width: 1470px) {}
@media only screen and (min-width: 1471px) and (max-width: 1580px) {}
@media only screen and (min-width: 1581px) and (max-width: 1630px) {}
@media only screen and (min-width: 1631px) and (max-width: 1690px) {}
@media only screen and (min-width: 1691px) and (max-width: 1740px) {}
@media only screen and (min-width: 1741px) and (max-width: 1783px) {}
@media only screen and (min-width: 1784px) and (max-width: 1811px) {}
@media only screen and (min-width: 1812px) and (max-width: 1864px) {}
@media only screen and (min-width: 1865px) and (max-width: 2000px) {}


.wh_logo.d-none.d-sm-block{
    display:flex !important;
    content: url(resources/nokia_blue.svg);
    padding-left: 15px;
}

/*
@media only screen and (max-width: 1024px) {
    .wh_search_button{
        margin-right: 300px;
        margin-top: 48px;
    }    
    .footer{min-height: auto;}
}*/


.btn, .mkto-form-inline form.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton {
  display: inline-block;
  min-width: 186px;
  padding: 16px 20px 10px;
  border-radius: 3px;
  border: solid 1px #005AFF;
  background-color: #005AFF;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  cursor: pointer
}

.btn-transparent-white {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results page
 * 
 * ------------------------------------------------------------------
 */
 .footer-container.mx-auto{
     display: contents;
 }
 
.wh_search_results_header {
    color: #6E6E6E;
}
[data-theme="dark"] .wh_search_results_header {
    color: white;
}
.wh_search_expression {
    font-weight: bold;
}
.wh_search_results_for {
    color: #6E6E6E;
}
[data-theme="dark"] .wh_search_results_for {
    color: white;
}
.searchresult {
    list-style-type:none;
}
.searchresult li {
    padding: 1em 0;
}
.searchresult li a.foundResult {
    color: #005AFF;
}
[data-theme="dark"] .searchresult li a.foundResult {
    color: #239DF9;
}
.searchresult li a:hover {
    color: #0049B4;
}
[data-theme="dark"] .searchresult li a:hover {
   color: #239DF9;
}
.search-breadcrumb ol {
    padding-top: 5px;
    padding-bottom: 5px;
}
.search-breadcrumb li .title:before {
    border-color: transparent;
    border-left-color: transparent;
}
.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: transparent;
    padding-top: 6px;
}

.search-breadcrumb li:not(:last-of-type) span::after {
  content: "⏵"!important;
}

.search-breadcrumb li a {
    color: #6E6E6E;
    display: block;
    background: none;
    text-decoration: none;
    line-height: 1.6em;
    padding: 0;
    text-align: left;
    padding-top: 13px;
}
[data-theme="dark"] .search-breadcrumb li a {
    color: white;
}
.search-breadcrumb li:not(:last-of-type) span::after {
   content: "âµ";
}
.shortdesclink {
    color: #000000;
    box-sizing:content-box;
}
.searchItemAdditionalData { /* removes ranking while the transformation parameter webhelp.search.ranking" value="false" doesn't work in 24.1 */
    display: none;
}
.page-item.active .page-link {
    color: #ffffff;
    background-color: #005AFF;
    border-color: #005AFF;
}

.container, .carousel.container-bleed {
    /* max-width: 1099px; */
    width: calc(100% - 30px);
    padding-left: calc(-50vw + 50%);
    padding-right: calc(-50vw + 50%);
}

@media (min-width: 1100px)
.container, .carousel.container-bleed {
    margin-left: auto;
    margin-right: auto;
}
@media print {
  /**
   * Hide header and footer
   */
  .nav,
  .navheader,
  .footer,
  .navfooter,
  #searchForm,
  .wh_search_input,
  .wh_header {
    display: none !important;
  }

  /**
   * Remove shadows when printing.
   */
  * {
    text-shadow: none !important;
  }

  body {
    margin: auto;
  }
  .container {
    width: 100%;
  }
  *[class ^= "col-"],
  *[class ^= " col-"] {
    width: 100%;
  }
}

.navbar {
    position: relative;
    display: contents;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
