/*
 * ------------------------------------------------------------------
 *  
 * General
 * 
 * ------------------------------------------------------------------
 */

 * {
  font-family: 'SecondaryBrandingFont';
}

.row {
   padding-bottom: 20px;
   position: relative;
   padding-left: 212px;
   padding-right: 280px;
   width: 100%;
   /* overflow: hidden; */
}
@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;
  }
}

.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;
}

.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 : hidden;
    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{
    margin-top: 6px;
}

h3 .copylinkstyle,
h4 .copylinkstyle,
h5 .copylinkstyle,
h6 .copylinkstyle,
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: block;
}

.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{
    position: fixed;
    font-size: 16px;
    background-color: #4D5766;
    color: white;
    webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
    top: 75%;
    left: 80%;
    font-family:'SecondaryBrandingFont';
    padding: 5px;
    font-weight: bold;
}

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;
  max-width: 0;
}

.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;
}

*[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']{
  max-width: 350px;
}

/* Copy code button*/
.codeblock .copyTooltip{
    background: url(resources/copy-code-icon.svg) no-repeat 50% 0%;
    background-size: 80px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    top: 2px;
    border: transparent;
    /* border-radius: 8px; */
}

.copyTooltip::before{
    content: " ";
    line-height: 2em;
    text-indent: 0.5em;
}
.codeblock .copyTooltip:hover{
    opacity: 1;
}

*[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;
}
.codeblock a.xref { /* link color in the codeblocks only*/
    color: #005AFF;
    text-decoration: none;
}
*[class~='topic/fn.fn'] {
    padding-bottom: 10px;
}

sub, sup { /* insterted footnote number*/
    color: #005AFF;
}
[data-theme="dark"] sub, sup{
   color: #239DF9;
}

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
}

*.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;
  padding-right: 20px;
}
h1 .feedback {
    padding-top: 15px;
    padding-left: 20px;
}
h2 .feedback{
    padding-top: 12px;
    padding-left: 20px;
}

h3 .feedback,
h4 .feedback,
h5 .feedback,
h6 .feedback,
h7 .feedback,
h8 .feedback,
h9 .feedback,
h10 .feedback,
h11 .feedback,
h12.feedback{
    padding-top: 7px;
    padding-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;
}



.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;
}

/* This is to hide the indexterms created for PDFs */
.wh_indexterms_link{
  display: none;
}

@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;
}

[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;
}

[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;
}

*[class~='topic/topic'], *[class~='topic/body'], *[class~='topic/title'] {
    line-height: 1.6;
    padding-left: 2px;
}

*[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;
}
 
.wh_tools {
    box-sizing: border-box;
    background: #edf2f5;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 40.5%);
    padding-left: calc(22vw + 0%);
    padding-right: calc(24vw + 0%);
    /*  box-shadow: 10px 0px 14px #239df9;*/
    border-bottom: 5px solid white;
}

[data-theme="dark"] .wh_tools{
    /*box-shadow: 10px 0px 14px #005AFF;*/
    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: 182.5px;
}

@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
 * 
 * ------------------------------------------------------------------
*/

.footer-nokia-logo img{
  content: url(resources/nokia_white.svg);
  width: 100px;
}

.footer {
  display: block;
  padding: 85px 0 56px;
  background: #001135;
  color: #fff;
  position: relative;
}

.footer a {
  color: #fff;
}

.footer a[href]:hover {
  color: #00c9ff;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer h4 {
  color: #fff;
  font-weight: 300;
}

.footer h5 {
  font-size: 13px;
  font-weight: 700;
}

.footer hr {
  margin-bottom: 36px;
  background: rgba(255, 255, 255, 0.15);
}

hr {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border: none;
    height: 1px;
    box-sizing: content-box;
    overflow: visible;
    clear: both;
    width: 100%;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}




.footer-nokia-logo {
  margin-bottom: 40px;
  
}

.footer-nokia-logo path {
  fill: white;
}

@media (min-width: 720px){
.nc-6 {
    flex: 0 1 50%;
}
}

@media (min-width: 1100px)

.footer-social--icons {
  display: inline-flex;
  margin-right: 22px;
}

[dir="rtl"] .footer-social--icons {
  margin-right: 0;
  margin-left: 20px;
}

.footer-social ul {
  display: inline-flex;
}

.footer-social li {
  margin: 0 20px 20px 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.footer-social li:hover {
  background-color: #fff;
}

.footer-social li:hover g,
.footer-social li:hover path {
  fill: #001235;
}

[dir="rtl"] .footer-social li {
  margin-right: 0;
  margin-left: 20px;
}

.footer-social li a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-social li svg {
  height: 38px;
  width: 38px;
}

.footer-social [href*="twitter"] svg {
  margin: 11px 0 0 11px;
  width: 16px;
  height: 18px;
}

[dir="rtl"] .footer-social [href*="twitter"] svg {
  margin: 11px 11px 0 0;
}

[dir="rtl"] .footer-social [href*="glassdoor"] svg {
  margin: 3px 3px 0 0;
}

.footer-social path {
  fill: #ffffff;
}

.footer-social hr {
  margin: 32px 0 38px;
}

.footer-social-more {
  display: inline-block;
  position: relative;
  /* top: -16px; */
  font-size: 13px;
  opacity: 0.75;
}

.footer-social-contact {
  margin-bottom: 75px;
  justify-content: space-between;
}

p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 1.625rem;
    line-height: 1.5;
}

.footer-social-contact p {
  font-size: 13px;
  opacity: 0.75;
}

@media (max-width: 1099px) {
  .footer-social-contact p {
    margin-bottom: 42px;
  }
}

@media (min-width: 720px)
.footer-social-contact p {
    margin-bottom: 0;
}

@media (min-width: 1100px) {
  .footer-subscribe {
    display: flex;
    align-items: center;
    flex-basis: unset;
  }
  
  @media (min-width: 720px)
.nc-6 {
    flex: 0 1 50%;
}

  .footer-subscribe .btn-transparent-white {
    height: 50px;
    margin-left: 48px;
  }

  .footer-subscribe .btn-transparent-white:hover {
    background-color: #fff;
    color: #001235;
  }
}

p *:last-child {
  margin-bottom: 0;
}

.footer-subscribe p {
  color: #fff;
}

@media (max-width: 1099px) {
  .footer-menu-global,
  .footer-menu-specific {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu-global [class*="nc-"],
  .footer-menu-specific [class*="nc-"] {
    flex: 0 1 16.6666666667%;
    padding-right: 15px;
  }
}

.footer-menu-global ul,
.footer-menu-specific ul {
  margin-bottom: 18px;
  opacity: 0.75;
}

.footer-menu-global li,
.footer-menu-specific li {
  margin-bottom: 14px;
}

.footer-menu-global a,
.footer-menu-specific a {
  font-size: 13px;
}

.footer-menu-specific {
  margin-bottom: 45px;
}

.footer-menu-specific h5 {
  /*margin-top: 10px;*/
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .footer-menu-specific h5 {
    margin-bottom: 0;
  }
}

.footer-menu-specific ul {
  margin-top: 30px;
}

.footer-menu-global {
    margin-bottom: 70px;
    height: 300px
}

.footer-menu-global h5 {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-right: 35px;
}

@media (min-width: 720px) {
  .footer-menu-global .nc-4 ul {
    width: 100%;
    float: left;
  }

  .footer-menu-global .nc-4 ul + ul {
    margin-left: 15px;
    width: 100%;
  }
}

.footer-global-legal {
  opacity: 0.5;
  justify-content: flex-end;
}

.footer-global-legal ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 660px;
  margin-top: 40px
}

@media (min-width: 720px) {
  .footer-global-legal ul {
    justify-content: flex-end;
    padding-left: inherit;
  }
}

.footer-global-legal li {
  margin-left: 24px;
  list-style: none;
  font-size: 9px;
}

.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
}

@media (min-width:720px) {
  [class *='nc-'] {
      padding-left: 15px;
      padding-right: 30px;
  }

  .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){
    
    .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:5.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;}
    
    .wh_tools {
        box-sizing: border-box;
        background: #edf2f5;
        width: 100vw;
        margin-left: calc(-72vw + 48%);
        margin-right: calc(-24vw + 24%);
        padding-right:0px;
        padding-left: 5px;;
    }
    
    .wh_breadcrumb{
        margin-left: 0px;
    }
    
    .row {
        padding-bottom: 20px;
        position: relative;
        padding-left: 0px;
        padding-right:0px;
        width: auto;
        overflow: hidden;
    }
    
    .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;} */
    
    .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;
        position: relative;
        padding-left: 0px;
        padding-right:0px;
        width: auto;
    }
    
    .wh_tools {
        box-sizing: border-box;
        background: #edf2f5;
        width: 100vw;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .wh_breadcrumb{
        margin-left: 30px;
    }
    
    .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;
}
