/*
 * ------------------------------------------------------------------
 *  
 * General
 * 
 * ------------------------------------------------------------------
 */
 [data-theme="dark"] .wh_logo.d-none.d-sm-block{
  content: url(Resources/nokia_white.svg);
  /* width: 175px; */
}
.row {
   padding-bottom: 20px;
   position: relative;
   padding-left: 212px;
   padding-right: 280px;
   width: 100%
}
@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;
  }
}


/*
 * ------------------------------------------------------------------
 *  
 * Publication title & other titles
 * 
 * ------------------------------------------------------------------
 */
 /* Product title */

.wh_publication_title{
    color: #000000;
    font-size: 26px;
    font-family: 'BrandingFont';
    font-weight: bold;
    padding-bottom: 0px;
}
 
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;
}


*[class~='sw-d/userinput'],
*[class~='userinput'] {
  font-family: 'SecondaryBrandingFont';
  background-color: white;
  color: #1d1e20 ;
}
 
.wh_welcome:not(:empty) {
    font-family: 'BrandingFont';
    line-height: 64px;
    font-size: 48px;
    align-content: center;
}
 

 /*
*-------------------------------------------------------------------
* Tiles
* ------------------------------------------------------------------ 
*/
.webhelp.fragment.before.main.content.area.main.page {
  padding: .5em;
}

@media only screen and (min-width: 768px){
.wh_top_menu_and_indexterms_link.navbar-collapse {
    display: flex !important;
    margin-left: 143.5px;
}
}


body::-webkit-scrollbar,
.dropdown-content::-webkit-scrollbar{
  width: 10px;
}

body::-webkit-scrollbar-track,
.dropdown-content::-webkit-scrollbar-track
{
  background: lightgray;
}

body::-webkit-scrollbar-thumb,
.dropdown-content::-webkit-scrollbar-thumb{
  background-color: gray;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


 a, .link-class {
    text-decoration: none;
    line-height: 1.33;
    transition: all 0.3s ease-in-out;
}
 

.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;
}


.wh_logo_and_publication_title_container {
    display: flex;
    justify-content: flex-start;
    height: 75px;
}
.wh_logo{
    padding-right: 56px;
}


/* ------------------------------------------------------------------
 * 
 * Content area/Topic pages
 * 
 * ------------------------------------------------------------------
*/

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 CSS */

body {
  margin: 0; 
}

.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; 
  }

  [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; 
  }

.nokia-footer__menu-social {
  display: flex;
  padding-left: 0;
  padding-top: 7px;
  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: 0;
  margin: 0;
  list-style: none; 
}
  @media only screen and (min-width: 768px) {
    .nokia-footer__menu-legal {
      padding-left: 16px; 
    } 
  }
  .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
}

@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){

  .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: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;} */

    .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;
        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: 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;
    }
}



.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;
      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: 666px){
    
    .wh_publication_title {
        padding-right: 10px;
        margin-left: 60px;
        margin-top: -28px;
    }
    
    .wh_publication_title span{
        font-size: 18px;
        position:absolute;
        left:5.5%;
        top:42px;
    }
  
    .row {
        padding-bottom: 20px;
        position: relative;
        padding-left: 0px;
        padding-right:0px;
        width: auto;
    }
    
    .custom-control-label{
      left: 100px;
    }
}



@media only screen and (min-width: 667px) and (max-width: 1026px){
     .row {
        padding-bottom: 20px;
        position: relative;
        padding-left: 0px;
        padding-right:0px;
        width: auto;
    }
    
    
    .wh_header_flex_container > *{
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0px;
    }
    
}

.wh_logo.d-none.d-sm-block{
    display:flex !important;
    /* content: url(Resources/nokia_logo.svg); */
    padding-left: 10px;
    padding-bottom: 2px;
    
}
 
 
.wh_search_results_header {
    color: #6E6E6E;
    /* margin-left: 111.50px;
    margin-right: 111.50px; */
}
.wh_search_expression {
    font-weight: bold;
}
.wh_search_results_for {
    color: #6E6E6E;
}
.searchresult {
    list-style-type:none;
}
.searchresult li {
    padding: 1em 0;
    /*  margin-left: 111.50px;
    margin-right: 111.50px;*/
}
.searchresult li a.foundResult {
    color: #124191;
}
.searchresult li a:hover {
    color: #005AFF;
}
.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;
}
.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;
}
.search-breadcrumb li:not(:last-of-type) span::after {
   content: "⏵";
}

.shortdesclink {
    color: #000000;
    box-sizing:content-box;
}
.page-item.active .page-link {
    color: #ffffff;
    background-color: #124191;
    border-color: #124191;
}

.container, .carousel.container-bleed {
    width: calc(100% - 30px);
    padding-left: calc(-50vw + 50%);
    padding-right: calc(-50vw + 50%);
}


*, ::after, ::before {
    box-sizing: border-box;
}

.wh_logo_and_publication_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wh_logo_and_publication_title_container {
    display: flex;
    justify-content: flex-start;
    height: 75px;
}

.search_input_text{
  color: white;
}

.wh_search_button:hover .search_input_text{
  color: #005AFF;
}

.wh_search_input {
    display:block;
    margin:0;
    position:relative;
    background: url('Resources/banner.jpg') no-repeat;
    background-size: cover;
    color: white;
    align-content: center;
    /* width: 101vw;
    left: -1vw;     */
}

.wh_search_input2 {
  display:block;
  margin:0;
  position:relative;
  background: url('Resources/IXRMain.jpg') no-repeat;
  background-size: cover;
  color: white;
  align-content: center;
  padding: 40px 0;
  width: 101vw;
  left: -1vw;    
}

.wh_main_page .wh_search_input{
    padding: 50px 0;
}

.wh_search_textfield {
    border: solid 1px #CCC;
    position: relative;
    border-radius: 0px;
    width: 88%;
    padding: 0 0.5em;
    height: 2.8em;
    display: inline-block;
    margin: 0;

}

.wh_search_button {
    display: inline-block;
    position: absolute;
    top:0;
    float: right;
    background-color: #005AFF;
    border: solid 1px #005AFF;
    border-radius: 3px;
    padding: 0px;
    height: 2.8em;
    right: -30px;
    width: 120px;
}
.wh_search_button:hover {
    background-color: #ffffff;
    color: #005AFF;
    transition: all 0.3s ease-in-out;
}

.wh_content_flex_container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: nowrap;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

#wh_topic_container, .wh_content_area {
    flex-grow: 1;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container{
    margin-left: auto;
    margin-right: auto;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.wh_main_page .wh_content_area {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.wh_tiles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    /* padding: 0 150px; */
    margin-left: calc(-28vw + 50%);
    margin-right: calc(-28vw + 50%);
}

.wh_tiles2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  /* padding: 0 150px; */
  margin-left: calc(-25vw + 50%);
  margin-right: calc(-25vw + 50%);
}

.wh_content_area {
    /* padding-top: 100px; */
    min-height: 420px !important;
    margin-right: 111.50px;
    margin-left: 111.50px;
    margin-bottom: 50px;
    width: 100%;

}

.wh_content_area2 {
  padding-top: 25px;
  min-height: 360px !important;
  /* margin-right: 111.50px;
  margin-left: 111.50px; */
  margin-bottom: 50px;
  margin-left: calc(-46vw + 50%);
  margin-right: calc(-36vw + 50%);
}
.wh_text{
    font-size: 28px;
    margin-bottom: -15px;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: gray;
  font-size: 16px;
}

.ear_rel, .all_rel, .cur_rel{
  padding-left: 62px;
  padding-right: 62px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: solid;
  border-width: 1px;
  border-color: gray;
  color: #000000;
}

.ear_rel a, .all_rel a, .cur_rel a{
  cursor: pointer;
  color: black;
} 

.ear_rel a:hover,
.ear_rel:hover,
.all_rel a:hover, 
.cur_rel a:hover{
  color: #005AFF;
}  


.ear_rel::after {
  padding-left: 5px; 
  content: url(Resources/dropdown.svg);
}

.dropdown-content {
  display: none;
  max-height: 150px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  overflow-y: scroll;
}

.ear_rel:hover, .all_rel:hover,
.cur_rel:hover{
    cursor: pointer;
    background-color: lightgray;
}

.dropdown-content a{
  display: block;
}

.ear_rel:hover .dropdown-content {
  display:list-item;
  min-width: 220px;
}

.dropdown:hover .dropdown-content a:hover{
  cursor: pointer;
}

.wh_welcome:not(:empty) {
    display: block;
    font-family: "SecondaryBrandingFont";
    text-align: center;
    font-size: 2.5em;
    text-shadow: 0 0 10px black;
    width: 80%;
    margin: 0 auto 0.5em auto;
    color: #fff;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=submit], button {
    -webkit-appearance: button;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    margin: 14px 0 0 0;margin: 14px 0 0 0;
}
#searchForm {
    margin: 0;
}
#searchForm > div {
    position: relative;
    margin: auto;
    width: 65%;
    max-width: 1000px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.navbar {
    position: relative;
    display: contents;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


@media (min-width: 1100px)

.btn-transparent-white {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
}
.btn, .mkto-form-inline form.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton {
    display: inline-block;
    min-width: 186px;
    padding: 16px 20px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.54;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.prod_desc {
  display:block;
  font-family: 'SecondaryBrandingFont';
  font-size: 16px;
  text-align: justify;
  margin-top: 24px;
  margin-left: calc(-30vw + 50%);
  margin-right: calc(-30vw + 50%);
}

.prod_desc a {
  color: #005AFF;
}

.other_docs {
  display:block;
  font-family: 'SecondaryBrandingFont';
  font-size: 16px;
  text-align: justify;
}

.other_docs a {
  color: #0065ED;
}

[data-theme="dark"] .other_docs 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%);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

input {
  margin: 14px 0 0 0;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

label {
  display: inline-block;
}

.custom-control-label{
  position: absolute;
  top: -5px;
  left: 720px;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  display: block;
  content: "";
  border: #adb5bd solid 1px;
}

.custom-control-label::after{
  content: '';
  position: absolute;
  display: block;
}

.custom-switch .custom-control-label::before {
  left: -1.25rem;
  width: 3.5rem;
  height: 1.7rem;
  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.45rem;
  height: 1.45rem;
  pointer-events: all;
  border-radius: 2.5rem;
  left: calc(100% - 18px);
  background-color: gray;
  top: 6px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background: white;
  transform: translate(28.5px);
}

[data-theme="dark"] {
  background-color: #273142 !important;
  color: #eee;
}

[data-theme="dark"] .wh_publication_title,
[data-theme="dark"] .ear_rel,
[data-theme="dark"] .ear_rel a, 
[data-theme="dark"] .all_rel a,
[data-theme="dark"] .cur_rel a {
  color: #eee;
}

[data-theme="dark"] .ear_rel:hover .dropdown-content {
  display: block;
  min-width: 220px;
  background-color: #273142;
}

[data-theme="dark"] .prod_desc a {
  color: #239df9;
}

[data-theme="dark"] .ear_rel a:hover,
[data-theme="dark"] .ear_rel:hover,
[data-theme="dark"] .all_rel a:hover, 
[data-theme="dark"] .cur_rel a:hover{
  color: #239df9;
}  

@media only screen and (max-width: 700px){
    
  .wh_publication_toc{
      position: sticky !important;
  }
  
  .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:6%;
  }
  
  .wh_tools {
      box-sizing: border-box;
      background: #edf2f5;
      width: 100vw;
      margin-left: calc(-72vw + 48%);
      margin-right: calc(-24vw + 24%);
      padding-right:6px
  }
  
  .wh_breadcrumb{
      margin-left: -120px;
  }
  
  .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: 5.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%;
   }

   .custom-control-label{
    left: 65px;
    top: -15px
  }

}


@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;}
  .wh_publication_title {
       padding-right: 10px;
       margin-left: -7px;
       margin-top: -3px;
       font-size: 24px;
   }
   
   .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;
  }

  .custom-control-label{
    left: 400px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1240px){
  .custom-control-label{
    left: 400px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 899px){
  .custom-control-label{
    left: 200px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 699px){
  .custom-control-label{
    left: 100px;
  }
}

/* Following is for the srlinuxtree sample page */

ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  font-size: 16px;
  color: black;
  -webkit-user-select: none;
            /* Safari 3.1+ */
  -moz-user-select: none;
            /* Firefox 2+ */
  -ms-user-select: none;
            /* IE 10+ */
  user-select: none;
}

/* .caret::before {
  content: "\25B6";
  font-size: 8px;
  color: black;
  display: inline-block;
  margin-right: 6px;
} 

.caret-down::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
*/

.caret::after {
  padding-left: 5px;
  content: url(Resources/dropdown.svg);
  font-size: 8px;
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.nested {
  display: none;
}

.active {
  display: block;
  padding-top: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.caret{
  color: #005AFF;
  font-size: 16px;
}

li{
  padding-bottom: 10px;
}

li a{
  color: black;
  font-size: 14px;
}

li a:hover{
  color: #005AFF;
}

[data-theme="dark"] .caret {
  color: #239DF9;
}

[data-theme="dark"] .caret::before{
  color: white;
}

[data-theme="dark"] li a{
  color: white;
}

[data-theme="dark"] li a:hover{
  color: #239DF9;
}

.active::-webkit-scrollbar{
  width: 10px;
}

.active::-webkit-scrollbar-track
{
  background: lightgray;
}

.active::-webkit-scrollbar-thumb{
  background-color: gray;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.releases a{
  font-size: 16px;
  color: #005AFF;
  /* padding-left: 13px; */
}

[data-theme="dark"] .releases a{
  color:#239DF9;
}