/*__________________________________________________________________________________________________
This is a customized CSS-file for EMpro.help that should be loaded in last to overwrite any base-skin.
It should mainly be used to define classes that cannot be set via Adobe RoboHelp
*/
/*____________________________________________________________Header-Section_____________________*/

.RH-LAYOUT-SEARCHBOX-searchbar {
  width: calc(100% - 43.5rem);
}

.RH-LAYOUT-SEARCHBOX-predictions-box {
  width: calc(100% - 44.15rem);
}

.rh-button.RH-LAYOUT-SEARCHBOX-search-icon {
	width:calc(100% - 41.5rem);
}	
	
.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-SEARCHBOX-search-icon {
	width: 2rem;
  right: 1rem;
  background-size: auto 75%;
  margin-right: 1px;
  background-color: #FFFFFF;
}

.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-SEARCHBOX-search-icon:hover{
  background-image: url(searchBlue.svg);
}

.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-SEARCHBOX-search-textfield-selected {
  width: calc(100% - 5.5rem);
  top: 1rem;
  border-radius: 0px;
}

.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-SEARCHBOX-predictions-box {
  width: calc(100% - 4.15rem);
  position: static;
  margin-left: 0.5rem;
  margin-top: 2rem;
}

.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-SEARCHRESULTS-container {
  opacity: 1;
}

.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-SEARCHBOX-clear-icon {
  background-color: #f2f4f6;
  right: 3.80rem;
  top: 1.5rem;
  background-size: 100%;
  margin-right: 0.5rem;
}

.rh-layout-HEADER-title-link {
  width: 100%;
  height: 3rem;
}

.RH-LAYOUT-HEADERMENU-item {
  height: 3rem;
}

/*____________________________________________________________Body-Section_______________________*/


/*____________________________________________________________Toolbar-Section____________________*/

.RH-LAYOUT-TOOLBAR-toolbar-box {
	right: 0;
	margin-bottom: 1rem;
  display: flex;
  position: sticky;

}

/*____________________________________________________________Center-Panel-Section_______________*/

.RH-LAYOUT-CENTERPANEL-container {
  width: calc(100% - 23rem);
}


/*____________________________________________________________Left-Panel-Section_________________*/

.RH-LAYOUT-LEFTPANEL-tab-panel {
  padding: 0px;
  height: 85%;
  border-width: 2px;
  -webkit-box-shadow: 0 12px 8px -8px rgba(0, 0, 0, .25);
  box-shadow: 0 12px 8px -8px rgba(0, 0, 0, .25);
  position: fixed;
  width: 20rem;
  top: 8rem;
}

/* .RH-LAYOUT-LEFTPANEL-tab-panel.sticky {
  padding: 0px;
  height: 100%;
  border-width: 2px;
  -webkit-box-shadow: 0 12px 8px -8px rgba(0, 0, 0, .25);
  box-shadow: 0 12px 8px -8px rgba(0, 0, 0, .25);
  position: fixed;
  width: 20rem;
  top: 7rem;
} */

.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-LEFTPANEL-toc {
	width: 100%;
	height: 81%
}


/*____________________________________________________________Right-Panel-Section________________*/

.RH-LAYOUT-RIGHTPANEL-container {
  position: fixed;
  opacity: 1;
  border-left-width: 1px;
  border-left-color: #000000;
  border-left-style: none;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  padding-left: 1.5rem;
  min-width: 15rem;
  height: 100%;
}

/* .RH-LAYOUT-RIGHTPANEL-container.sticky {
  position: fixed;
  top: 0;
  opacity: 1;
  margin-top: 4.5rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
  border-left-width: 1px;
  border-left-color: #000000;
  border-left-style: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 12px 8px -8px rgba(0, 0, 0, .25);
  box-shadow: 0 12px 8px -8px rgba(0, 0, 0, .25);
} */

.RH-LAYOUT-RIGHTPANEL-top-buttons {
  display: none;
}


/*____________________________________________________________Footer-Section_____________________*/

div.rh-layout-footer-outer-box {
  background-color: rgb(102, 106, 110);
}

div.rh-layout-footer-inner-left-box {
  height: 0px;
  width: 0%;
  display: flex;
}

div.rh-layout-footer-inner-left-box,
div.rh-layout-footer-inner-right-box {
  color: white;
  text-align: center;
  line-height: 1.5;
}

div.rh-layout-footer-inner-right-box a:link,
div.rh-layout-footer-inner-right-box a:visited {
  text-decoration-line: none;
  color: white;
}

div.rh-layout-footer-inner-right-box a:hover,
div.rh-layout-footer-inner-right-box a:focus,
div.rh-layout-footer-inner-right-box a:active {
  text-decoration-line: underline;
}

.RH-LAYOUT-FOOTER-container .rh-layout-footer-inner-right-box,
.RH-LAYOUT-FOOTER-container .rh-layout-footer-inner-left-box {
  flex-direction: row;
  align-items: center;
}

/* Footer in mobile view */

.RH-LAYOUT-BODY-mobile-view  .rh-layout-footer-inner-right-box div{
  margin: 0px;
  align-items: center;
  text-align: center;
}

.RH-LAYOUT-BODY-mobile-view  .rh-layout-footer-outer-box {
	flex-wrap: wrap;
	flex-direction: column-reverse;
	align-content: center;
}

.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-FOOTER-container {
  bottom: -180px;
}

.RH-LAYOUT-BODY-mobile-view .rh-layout-footer-inner-left-box {
  height: 0px;
  width: 0%;
  display: flex;
  padding: 0.5rem;
}

.RH-LAYOUT-BODY-mobile-view .rh-layout-footer-inner-right-box,
.RH-LAYOUT-BODY-mobile-view .rh-layout-footer-inner-left-box {
  flex-direction: column;
  align-items: center;
}

.RH-LAYOUT-HEADER-title {
font-family: 'IBM Plex Sans';
font-size: 0px;
position: fixed;
right: 6rem;
top: 0rem;
background-image: url(EMpro_online_documentation_Logo-Entwurf.png);
background-size: auto 5rem;
background-repeat: no-repeat;
background-position: center center;
height: 4rem;
width: 7rem;
}

/* Toolbar buttons */

.RH-LAYOUT-TOOLBAR-button-2 .RH-LAYOUT-TOOLBAR-button-icon {
  width: 2rem;
  background-size: auto 70%;
  background-image: url('filter_black.svg');
  height: 2rem;
  vertical-align: middle;
}

.RH-LAYOUT-TOOLBAR-button-0 .RH-LAYOUT-TOOLBAR-button-icon:hover {
  background-image: url('starPlusBlue.svg');
}

.RH-LAYOUT-TOOLBAR-button-1 .RH-LAYOUT-TOOLBAR-button-icon:hover {
  background-image: url('bookmarkedListBlue.svg');
}

.RH-LAYOUT-TOOLBAR-button-2 .RH-LAYOUT-TOOLBAR-button-icon:hover {
  background-image: url('filter_blackBlue.svg');
}

.RH-LAYOUT-TOOLBAR-button-1 .RH-LAYOUT-TOOLBAR-button-icon-applied{
  background-image: url('starPlusBlueFilled.svg');
}

.RH-LAYOUT-TOOLBAR-panel-hide:hover {
  background-image: url('expandBlue.svg');
}

.RH-LAYOUT-TOOLBAR-panel-show {
  background-image: url('hideBlack.svg');
}

.RH-LAYOUT-TOOLBAR-panel-show:hover {
  background-image: url('hideBlue.svg');
}

