@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(resources/fonts/OpenSans-Regular.ttf) ;
  }
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(resources/fonts/OpenSans-Bold.ttf) ;
  }
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url(resources/fonts/OpenSans-Italic.ttf) ;
  }
  @font-face {
    font-family: 'Open Sans';
    font-style: bold;
    font-weight: 600;
    src: url(resources/fonts/OpenSans-SemiBold.ttf) ;
  }
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url(resources/fonts/OpenSans-BoldItalic.ttf) ;
  }

html {
  height: 100%;
  box-sizing: border-box;
}

body {
    padding-bottom: 248px;
    font-family: 'Open Sans', sans-serif;
}

a:hover, .wh_publication_toc a:hover, .searchresult li a:hover {
    color: #206060 !important;
}

.ui-menu-item:hover {
    background-color: #d8eaea !important;
}

.close-toc-button {
    box-shadow: none !important;
}


#wh_close_publication_toc_button {
    top: 10px !important;
    left: -27px !important;
}

#wh_close_publication_toc_button.clicked {
    top: 10px !important;
    left: -10px !important;
}

#wh_close_topic_toc_button {
    top: 10px !important;
    right: -27px !important;
     
}

#wh_close_topic_toc_button.clicked {
    top: 10px !important;
    right: -10px !important;
}


.close-toc-button:hover {
    background-color: #fff !important;
}

.close-toc-icon {
    border: 1px solid var(--ish-green) !important;
}

#wh_publication_toc_content2 {
    position: sticky !important;
    top: 120px;
}



/* Test for OLH without icons for tiles */

div#startpagetext {
    text-align:left;
    color: #c8c8c8;
    padding: 1em;
    margin: 1em;
}

div#welcome_message {
    color: #fff;
    max-width: 99%;
    padding-bottom: 2em;
    font-weight: 700;
}

div#welcome_message h1 {
    font-size: 3rem;
    color: #fff;
}

div#welcome_message h1::after {

    content: "";
    width: 62px;
    border: 1px solid #fff;
    display: block;
    margin: 32px auto 2.7rem;

}

div#welcome_message p {
    font-size: 2rem;
}

#show_maptitle {
    margin-right: -5px;
}

#ish_banner {
	border-radius: 0;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: none;
}

#ish_banner > .container-fluid {
	text-align: left;
	flex-wrap: nowrap;
	margin-top: 0;
	margin-bottom: 0;
}

#ish_banner button.close {
	position: initial;
	padding: 0;
}

.wh_main_page {
    position: relative;
    margin: 0;
    min-height: 100vh; /* will cover the 100% of viewport */
    display: block;
    position: relative;
    background: #f4f4f4 !important;
}

.wh_main_page .wh_content_area {
   padding-top: 2em;
   background: #f4f4f4 !important;
}

.wh_topic_page.frmBody {
margin: 0;
 display: block;
 position: relative;
}

.wh_tiles::after {
   height: 0;
   width: 30%;
   content: "";
   margin: 1em; 
   /*  padding: 1em; */
}

.wh_tile {
    background: #fff !important;
    padding: 2em !important;
}

.wh_topic_toc {
    border-left: 1px solid #CBE6E6;
    position: sticky;
    top: 100px;
    padding-top: .5em !important;
    margin-top: 1.5em;
}

.wh_topic_toc li {
    margin: .8em 0;
}

#mobile_pre-toc {
    padding: 1.5em 1.5em .5em 1.5em;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.wh_main_page #mobile_pre-toc {
	padding-bottom: 1.5em;
}


#mobile_pre-toc div {
	display: flex;
	align-items: flex-start;
}

#mobile_pre-toc label {
    margin-right: 0.5em;
    color: #444;
}

#contentcover {
	background-color: black;
	opacity: .5;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}


/*  .wh_publication_title a {
    background-position-y: center;
    line-height: inherit;
    background-size: auto 16px;
    padding-left: 0px;
    background-image: url("resources/images/logo.svg");
} */

.wh_publication_title {
    display: none;
}

.wh_publication_toc .active > span
{
    font-weight: 700;
}

.productlogo {
    height: 19px;
    width: auto;
}
.wh_header_flex_container {
    /* height: 26px; */
    align-content: center;
}

.wh_logo_and_publication_title_container {
    width: 100%;
	display: flex;
	justify-content: space-between;
}

#home_button {
    color: #999;
}

#home_button:hover {
    color: #fff !important;
}

#home_button_mobile {
    display: block;
}

#header_tools label {
    color: #999;
    margin: 0 .5em 0 1em;
}

.wh_content_area a[href*="//"]:not([href*="docs.intershop.com"])::before,
.footer a[href*="//"]:not([href*="docs.intershop.com"])::before,
footer a[href*="//"]:not([href*="docs.intershop.com"])::before{
    content: "\f1c5";
    font-family: "bootstrap-icons";
    margin-right: .3em;
    font-size: 80%;
}

#socialmedia a::before{
    content: none !important;
}

.wh-tooltip {
    display: none !important;
}

.wh-tooltip-wrapper {
	display: none !important;
}

.wh_publication_toc li
{
    margin: 0 0 10px 0;
    line-height: 1.5em;
}

.wh_publication_toc li:last-of-type
{
    margin-bottom: 0px;
}


.wh_publication_toc ul ul {
    margin-top: 10px;
}

.wh_publication_toc .wh-expand-btn::before {
    height: 19px;
}

#videos {
    background-color: #eeeeee;
    padding: 40px 0px;
    margin-bottom: 2em;
    width: 100%;
}

#videos .container_title {
    color: #319F9E !important;
    font-size: 1.2em;
    padding-bottom: 10px;
}

#videos .video_element {
    padding: 20px 40px;
}

#video-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wh_topic_content {
    margin-top: 1em;
}

div.info > .p {
    margin-top: 0 !important;
}

li div.info > .p
{
    margin-top: 0 !important;
}

img {
    border: none;
}

figure > img {
    border: 1px solid #ebebeb;
    vertical-align: middle !important;
}

article img {
    vertical-align: sub;
}

.wh_search_expression, .wh_search_textfield, .wh_search_button::after, .ui-menu-item {
    color: #319F9E;
}

.wh_search_button:hover::after {
  color: #206060 !important;
}

.wh_search_button:hover {
  background-color: #ffffff !important;
}

.wh_right_tools button:hover {
  color: #206060 !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.9);
}

.wh_related_links .related-links {
    border: none;
    padding: 0;
    margin: 2em 0 0 0;
}

.wh_search_expression, .wh_search_textfield {
    color: #444;
}



/* Mobile Table of Content */

@media only screen and (max-width: 767px) {

/*  Show hamburger button on topic pages and in mobile view only  */
  body #wh_menu_mobile_button {
    display: flex;
    border: none;
}

  body #wh_menu_mobile_button > span {
    background-size: 130% 130%;
}

#wh_publication_toc {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

/* Hide link to docs portal in mobile view */
#home_button {
    display: none;
}

#header_tools {
    display: none;
}

.breadcrumb-sticky {
    display: none;
}

.custom_nav {	
    top: 44px;
	bottom: 0px;	
	width: 100vw;
    z-index: 1000;
    overflow-y: scroll;
    position: fixed;
}



.wh_publication_toc > ul {
    padding-top: .5em;
    border-top: 1px solid #ebebeb;
}
  
.wh_tools {
    padding-left: 0px;
}

body {
    padding-bottom: 400px;
}

 .footer-container > div {
  flex-basis: 100% !important;
  -webkit-flex-basis: 100% !important;
  text-align: center !important;
  justify-content: center !important;
}

/*  Remove top position from TOC in mobile view to avoid a gap between pre-TOC and TOC */
.wh_publication_toc {
    top: 0px;
}


/*  .wh_publication_toc a:hover
{
    text-decoration: none;
    display: block;
}

.wh_publication_toc .active > span
{
    background-color: #F8F8F8;
    text-decoration: none;
} */

div.custom_nav span.topicref
{
    padding: .5em;
}

/*  div.custom_nav span.topicref:hover
{
    background-color: #F8F8F8;
    text-decoration: none;
} */

div.custom_nav span.title
{
    width: 100%;
}

.wh_tile_shortdesc {
    text-align: left;
} 

/*  body {
    word-wrap: break-word;
} */

#contact {
  order: 1;
 }
 
 #supportcontact {
  order: 2;
 }
 
 #socialmedia {
  order: 3;
  margin: 20px 0;
  justify-content: space-around;
 }
 
 div.legal {
  order: 4;
 }
 div.copyright {
  order: 5;
 }
 
}

@media only screen and (max-width: 432px) {
.productlogo {
    height: 16px;
}

.pagination {
    flex-wrap: wrap;
}
}


@media only screen and (min-width: 767px) {
  
.wh_tools {
    padding-left: 30px;
}
 .custom_nav {	 
	display: none;
}

.wh_publication_toc {
    top: 100px;
}

}


.topictitle2,
.topictitle3,
.topictitle4,
.topictitle6 {
 font-style:normal;
}

.wh_main_page_search {
  height: unset;
  min-height: unset;
  padding-top: unset;
}

caption {
    margin-top: 0em;
    font-size: 0.9em;
    font-style: italic;
    padding-left: 0px !important;
    display: block;
}

li .p
{
    margin-top:0.5em;
}

.wh_header {
    background: #2d353c;
    padding: 0;
    height: 44px;
   }

   select {
    word-wrap: normal;
    display: inline-flex;
    align-items: center;
    height: 2.75rem;
    padding: 0.375rem;
    color: #999;
    background: none;
    border: none;
   }

   option {
    background-color: #2d353c;
   }

.wh_publication_toc
{
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #CBE6E6;
    position: sticky !important;
    margin-top: 0;
    background-color: #ffffff;
    padding-top: .5em !important;
}

.figcap {
  padding: .75rem 0;
  font-style: italic !important;
}

/* .figtitleprefix::after {
  content: ":";
} */

.showSimilarPages {
    font-size:1em;
}

header .container-fluid {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb-sticky {
    border-bottom: 1px solid #CBE6E6;
}

.wh_footer {
  background-color: #2d353c;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 0;
  padding: 30px 1rem;
  width:100%;
}

.wh_footer ul {
  padding-left: 0px;    
}

.wh_footer li {
  list-style-type: none;
}

.footer-container{
  width: inherit;
  max-width: 1600px;
  padding-left: 3.3em;
  padding-right: 3.3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#socialmedia {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; 
  flex-basis: 33.3%;
  -webkit-flex-basis: 33.3%;
}

#socialmedia div {
  flex-basis: 3rem;
  -webkit-flex-basis: 3rem;
}

#socialmedia div:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

#socialmedia img {
    height: 22px;
}

div.legal, div.copyright {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  justify-content: center;
  text-align: center;
}

div.legal a:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 660px) {

.wh_footer {
  position: relative;
}

  body {
    padding-bottom: 0 !important;     
}
 
#welcome_message h1 {
    display: none;
}

#welcome_message {
    display: none;
}


}


.wh_topic_content .shortdesc {
  font-style: normal;
}

.wh_term > span {
  color: #444;
  font-style: normal;
}

.wh_search_input {
  padding: 2em 0 2em 0 !important;
  margin: 0;
  align-items: center;
  color: #319F9E;
  text-align: center;
  background: linear-gradient(to left,#00a789,#399);
}

/*  Different properties for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wh_search_input {
      height: auto;
  }
  .productlogo {
      height: auto;
  }
}

.wh_topic_content .shortdesc {
  font-style: normal;
}

.wh_term > span {
  color: #444;
  font-style: normal;
}

.wh_publication_toc span
{
cursor:pointer;
}

.wh_expand_btn.expanded:before
{
    font-size:18px !important;
}

.wh_expand_btn:before
{
    font-size:18px !important;
}

.wh_tools {
  border: none;
  background-color: #ffffff;
  margin: 0 1em;
  font-size: 1em;
  align-items: center;
}

.wh_tile:hover {
   background-color:#e3e3e3 !important;
   cursor: pointer !important;
}

.wh-tooltip 
{
    color: #E3F0F7 !important;
}

.wh_content_area {
  background-color: #ffffff;
  padding: 1.5em;
  font-size: 1em;
  margin-bottom: 2em;
  min-height: 500px !important;
}

div .note {
    border-top: solid 1px;
    border-bottom: solid 1px;
}


  div.note_note {
    background-image: url("resources/images/note.svg") !important;
	background-size: 20px;
	background-position-y: 1em;
	padding-left: 2.75em;
} 

  div.note_warning {
    background-image: url("resources/images/warning.svg") !important;
	background-size: 20px;
	background-position-y: 1em;
    padding-left: 2.75em;
} 

  div.note_caution {
    background-image: url("resources/images/warning.svg") !important;
	background-size: 20px;
	background-position-y: 1em;
	padding-left: 2.75em;
} 

  div.note_tip {
    background-image: url("resources/images/tip.svg") !important;
	background-size: 20px;
	background-position-y: 1em;
	padding-left: 2.75em;
} 


.wh_print_link button,
.wh_hide_highlight,
.webhelp_expand_collapse_sections
{
    color:#319F9E;
    cursor:pointer;
}

.wh_hide_highlight.hl-close:after
{
    opacity:1;
    color:#9d9d9d;
}

.filepath 
{
    font-family: inherit;
    font-style:italic;
    word-wrap: break-word;
}

code 
{
    background-color:transparent;
    font-size:100%;
}

.codeph
{
    color:black !important;
}

.wh_top_menu li.active > span a
{
    background-color:#319F9E;
}

.wh_top_menu li.active a 
{background-color:#319F9E;
}

.wh_top_menu > ul > li:hover
{background-color:#319F9E;  
}

.wh_publication_toc .active > span, .wh_publication_toc a:hover
{
  text-decoration: none !important;
}

/* .wh_publication_toc .active > span > span.title > a
{
    border-bottom: 2px solid #319F9E;
} */

.wh_publication_toc .current > span.title > a
{
    border-bottom: 2px solid #319F9E;
}

.current_node
{
    text-decoration: none !important;
}

  .wh_toggle_button.navbar-toggle,
  .wh_toggle_button.navbar-toggle:focus {
    border: none;
    border-color: #0b6a9c;
    background-color: #319F9E;
}
  
    .wh_toggle_button {
    margin: inherit;        
}
  
/* Remove hamburger button from pages where the menu is not available */
  #wh_menu_mobile_button {
    display: none;
  }
  
 .wh_tile_image
 {
 padding-bottom:1.5em;
 }
 
 #star .star
 {
     background: url("resources/images/starsSmall.png")
 }
 
 #star .curr {
    background: url('resources/images/starsSmall.png') 0 25px;
}
 
.ui-front {
    font-family: "Open Sans", sans-serif;
    max-width: 100vw !important;
}

.ui-autocomplete {
    max-width: 100vw !important;
    word-break: break-all;
}

.ui-front li:hover {
    background-color: #EEE;
}

.table--title-label {
    display: none;
}

.table {
    display: block;
    overflow: auto;
}

td > p {
    margin-top: 0px !important;
}

colgroup {
    border: 1px solid;
}

.frame-all {
    border: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
:-moz-placeholder { /* FF 4-18 */
   color:    #999999;
   opacity:  1;
}
::-moz-placeholder { /* FF 19+ */
   color:    #999999;
   opacity:  1;
}
:-ms-input-placeholder { /* IE 10-11 */
   color:    #999999;
}
::-ms-input-placeholder { /* MS Edge */
   color:    #999999;
}

::placeholder { /*  Modern Browsers */
   color:    #999999;
}

#wh-search-pagination > ul > li.active > a
{
    background-color: transparent !important;
    color: #999 !important;
    font-weight: bolder !important;
}

.search-breadcrumb li a {
    background: var(--color-misc-3, #5243aa) !important;
    display: inline-flex;
    padding: 0.25em 0.4em;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray-0, #fff);
    border-radius: 2px !important;
}

.search-breadcrumb li a:hover {
    color: white !important;
    background: var(--color-misc-3, #473e7a) !important;
}


.page-item.active .page-link
{
    border-color: transparent;
}

.page-link
{
    color: #319F9E !important;
    border: none !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.page-link:hover {
    color: #206060 !important;
    background-color: transparent !important;
}

.next > .page-link {
    visibility: hidden !important;
    position: relative !important;
}

.next > .page-link::after {
    visibility: visible !important;
    position: absolute !important;
    left: 16px !important;
    content: ">" !important;
}

.prev > .page-link {
    visibility: hidden !important;
    position: relative !important;
}

.prev > .page-link::after {
    visibility: visible !important;
    position: absolute !important;
    right: 16px !important;
    content: "<" !important;
}

.wh_tile_title
{
    background-position-y: 1.2rem;
    background-repeat: no-repeat;
    display: block;
}

.wh_tile_title a {
    margin: 0px !important;
    color: #444 !important;
    font-weight: 600 !important;
}

/*

.wh_tile_title a:hover {
    color: #319F9E !important;
}

*/

input.wh_search_textfield
{
    border-radius: 0px !important;
}

.wh_search_textfield
{
    height: 3em !important;
    border: none !important;
    padding-left: 0.8em !important;
}

button, .wh_search_button
{
    border-radius: 0px !important;
    /* height: 2.5em !important; */
}

.wh_search_button
{
    height: 3em !important;
    border: none !important;
}

.wh_search_button::after
{
    font-size: 22px;
    vertical-align: middle;
}

#searchForm > div
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    max-width: 600px !important;
}

.wh_topic_toc li, .wh_publication_toc li, .wh_main_page_toc_entry, .wh_top_menu ul, .wh_breadcrumb ol, .topictitle1, .topictitle2, .topictitle3, .topictitle4, .topictitle5, .topictitle
{
    word-break: normal;
}

.topic > .title {
    padding-left: 0px !important;
}

#go2top {
    border-radius: 0px;
    border-color: #319F9E;
    background-color: #319F9E;
    display: none !important;
}

#go2top:hover {
    border-radius: 0px;
    border-color: #267373;
    background-color: #297c7c;
    display: none !important;
}

.wh_right_tools {
    font-size: 1.6rem;
}

h1 {
    color: #444;
}

pre {
    border-radius: 0px;
}

input {
    caret-color: #444;
}
