/* This is your portal's Branding CSS file. You can find information on ClickHelp branding in the following topic:
   http://doc.clickhelp.co/articles/clickhelp-documentation/branding-general-information
*/

/* === Application header / main menu styles === */

/* General styles */

@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://stijndv.com/fonts/EudoxusSans-Bold.woff2') format('woff2'),
        url('https://stijndv.com/fonts/EudoxusSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://stijndv.com/fonts/EudoxusSans-Regular.woff2') format('woff2'),
        url('https://stijndv.com/fonts/EudoxusSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://stijndv.com/fonts/EudoxusSans-Light.woff2') format('woff2'),
        url('https://stijndv.com/fonts/EudoxusSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://stijndv.com/fonts/EudoxusSans-ExtraBold.woff2') format('woff2'),
        url('https://stijndv.com/fonts/EudoxusSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://stijndv.com/fonts/EudoxusSans-ExtraLight.woff2') format('woff2'),
        url('https://stijndv.com/fonts/EudoxusSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://stijndv.com/fonts/EudoxusSans-Medium.woff2') format('woff2'),
        url('https://stijndv.com/fonts/EudoxusSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}


body {
  font-family: 'Eudoxus Sans', sans-serif;
  background-image: none;
  background-color: #D9D9D9 !important;
}

p {
  line-height: 1.5;
}


.dxcaLoadingPanel_DefaultTheme .dxlp-loadingImage, 
.dxlpLoadingPanel_DefaultTheme .dxlp-loadingImage,
.dxlpLoadingPanelWithContent_DefaultTheme .dxlp-loadingImage
{ /* Uncomment to change the color of all "Loading..." animations to blue. The color does not have to be the same for all the properties */
  /*border-left-color: #0072C6 !important;
  border-right-color: #0072C6 !important;
  border-bottom-color: #0072C6 !important;*/
}

.BaseMaster_mainMenuContainer
{  
  /* Uncomment the following lines to get custom header background image */
  /*background-image: url('/resources/Storage/Templates/Projects/Minimalist/escheresque.png') !important;
  background-repeat: repeat !important;*/
  
  /* Uncomment the following lines to get light gray header background */
 /* background-color: #efefef !important;
  background-image: none !important;*/
}

.CHMenu_menuItem a,
.BaseMaster_profileLink
{
  /* This line makes header links blue for readers */
  /*color: #2C72C8 !important;*/
  /* Uncomment the following line to get red header links */
  /*color: red !important;*/
}

.CHMenu_menuItem:hover a,
/* The two extra selectors below are for the "Log In" / user profile link - you can style them separately if needed */
.BaseMaster_profileLink:hover,
.BaseMaster_profileLink:hover a
{
  /* These lines make header links white with blue background on hover */
  /*color: white !important;
  background-color: #0072C6 !important;*/
  /* Uncomment the following line to get black header links with yellow background on hover */
  /*color: black !important;
  background-color: yellow !important;*/
}

.dxm-hovered,
.dxm-hovered a.dx
{ /* Uncomment to make the My Profile and Log Out dropdown menu items blue and white on hover for Power Readers */
  /*color: white !important;
  background-color: #0072C6 !important;*/
}

/* Mobile-specific styles */

.BaseMaster_offCanvasHeader
{ /* Uncomment the following line to get light gray background in mobile menu header */
  /* background-color: #efefef !important; */
} 

.BaseMaster_hamburgerMenuIcon:hover
{ /* Uncoment the following lines to make the mobile "hamburger" button hover color blue and white */
  /*background-color: #0072C6 !important;
  color: white !important;*/
}

.CHMenu_menuItemSelected
{ /* Change the underline color for the selected mobile menu item.
     Also affects selected item in Web Help navigation panel */
  /*border-bottom-color: #0072C6 !important;*/
}

.dxeFocused_DefaultTheme
{ /* Change the focused edit box border color to blue */
  /*border-color: #0072C6 !important;*/
}

.dxRipple
{ /* This changes the color of the ripple which appears on clicks to gray */
  background-color: rgba(180,180,180,.4) !important;
}

/* Web Help */

/* Navigation panel */
.WebHelp_navMenu
{ /* Uncomment the following line to get light gray navigation panel background */
  /* background-color: #efefef !important; */
}

/* === TOC styles === */

.ArticleSelector_tabContent
{ /* Uncomment the line below to make the TOC / Index navigation panel have light-gray background */
  /*background-color: #efefef !important;*/
}

.TocTreeLight_container .CHTree_nodeFocused 
{ /* Set background color for the focused TOC tree node */
  /*background-color: #0072C6 !important;
  color: white !important;*/
}

.TocTree_tocNode.TocTreeLight_imgTopic
{
  /* Uncomment the following lines to replace the default topic icon with an icon from Storage */
  /*background-image: url('/resources/Storage/info.png') !important;*/
}

.TocTree_tocNode.TocTreeLight_imgBook
{
  /* Uncomment the following lines to replace the default "book" folder icon with an icon from Storage */
  /*background-image: url('/resources/Storage/info.png') !important;*/
}

.TocTree_tocNode.TocTreeLight_imgBook_open
{
  /* Uncomment the following lines to replace the default "open book" folder icon with an icon from Storage */
  /*background-image: url('/resources/Storage/warning.png') !important;*/
}

/* === Tab styles === */

.dxtc-activeTab a, 
.dxtc-tabHover a
{ /* Set background color for active / hovered tabs */
  /*background-color: #0072C6 !important;*/
}

.dxtc-leftIndent, 
.dxtc-activeTab, 
.dxtc-tab, 
.dxtc-spacer, 
.dxtc-rightIndent, 
.dxtc-sbWrapper, 
.dxtc-sbIndent, 
.dxtc-sbSpacer
{ /* Set color for the base border lines near the tabs */
  /*border-top-color: #0072C6 !important;*/
}

/* === Topic header styles === */

/* NOTE: You can also change header visibility and control elements displayed in it via the "Reader Experience section of global or project settings */
.ArticleEditor_header
{
  /* Uncomment the following lines to get black topic header with white text */
  /*background-color: black !important;
  color: white !important;*/
}

.ArticleEditor_title
{
  /* Uncomment the following line to get red topic title */
  /*color: red !important;*/
}

.CHImageButton:hover
{ /* Uncomment the following line to set hover background color for image buttons like Print or Remove Highlighting */
  /*background-color: #0072C6 !important;*/
}

.dxeListBoxItemSelected_DefaultTheme,
.dxeListBoxItemHover_DefaultTheme.dxeListBoxItemSelected_DefaultTheme
{ /* Set background color for the selected publication in the publications dropdown */
  /*background-color: #0072C6;
  color: white;*/
}

/* === "Was It Helpful?" widget styles === */

.ArticleEditor_btnWasItHelpful
{ /* Set colors for the Yes/No buttons */
  /*background-color: #0072C6 !important;
  color: white !important;
  border:  none !important;*/
}

/* === Search page styles === */ 

/* The following rules make the search result links, the Search button and the filter tree have blue background with black text. */

.BaseMaster_mainMenuContainer .dxeFocused_DefaultTheme,
.BaseMaster_contentContainer .dxeFocused_DefaultTheme
{ /* Set border color for focused Search edit boxes in the app header and on the Search page */
  /*border-color: #0072C6;*/
}

/* Set colors for the Search box completion window and its items */

.SearchControl_results a,
.SearchBox_completionWindow .SearchBox_moreResultsItem a
{
  /*color: #2C72C8 !important;*/
}

.SearchBox_completionWindow .CHListBox_item:hover
{  
  /*background-color: #0072C6 !important;*/
}

.SearchBox_completionWindow .CHListBox_item:hover .ArticleCompletionBox_item,
.SearchBox_completionWindow .CHListBox_item:hover .ArticleCompletionBox_projectName,
.SearchBox_completionWindow .CHListBox_item:hover a
{
  /*color: white !important;*/
}

/* Set colors for the Search button */

a.SearchBox_button
{
  /*color: white !important;
  background-color: #0072C6 !important;*/
}

a.SearchBox_button:hover
{
  /*color: black !important;
  background-color: #E7E3E7 !important;*/
}

.SearchControl_filterByContainer .dxeButtonEditButtonHover_DefaultTheme,
.SearchControl_filterByContainer .dxeButtonEditButtonPressed_DefaultTheme
{ /* Change the filter dropdown arrow color on hover */
  /*background-color: #0072C6 !important;*/
}

/* Set colors for projects filter on the Search page */

.ProjectsTreeDropdown_dropDownContainer .CHTree_nodeFocused
{ /* Set the focused node color in the project filter dropdown on the Search page */
  /*background-color: #0072C6 !important;
  color: white !important;*/
}

.CHTree_node:hover,
.CHListBox_item:hover
{
  /*background-color: #E7E3E7 !important;
  color: black !important;*/
}

/* Uncomment the following two rules to specify different styles for odd and even search results */
/*.SearchResults_itemOdd
{
  background-color: #EFEFEF !important;
}

.SearchResults_itemEven
{
  background-color: white !important;
}*/


/* footer */

.footer {
  position: relative;
  background-color: #383749;
  margin-top: 2rem;
}

.footer .nav-link {
  color: rgba(255, 255, 255, 1);
}

.footer-nav.footer-link .nav-link{
	padding-right: 4rem;
} 

.footer .nav-link:hover {
  color: #f0f0f0;
}

.footer .nav-link:active {
  color: #e0e0e0;
}

.footer-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 1rem 0rem 1rem 0rem;
}

.Articles_page.mobileView .BaseMaster_logoContainer,.Articles_page.mobileView .BaseMaster_leftMenuAndContentContainer .MainMenu_container li.CHMenuItem_noText {
    display: unset;
}

@media (max-width: 1440px) {

    div.Articles_content {
        margin-inline-start: calc(43rem - 376px) !important;
        margin-inline-end: calc(400px - 376px) !important;
        border-radius: 4px;
    }

}

@media (max-width: 992px) {

    div.Articles_content {
        margin-inline-start: calc(25rem - 376px) !important;
        margin-inline-end: calc(400px - 376px) !important;
    }

}

@media(max-width: 1790px) {
    aside.BaseMaster_templateRightSidebar {
        width: 100% !important;
    }
}

  .footer-container {
	  display: block;
  }

@media (min-width: 1200px) {
  .footer-container {
    max-width: 1200px;
    display: flex;
  }
	.footer-container .footer-nav:first-of-type {
		width: 300px;
	}
      div.Articles_content {
        margin-inline-start: 29rem;
        margin-inline-end: 0rem;
        border-radius: 4px;
    }
}





.footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    list-style: none;
   font-size: 0.9375rem;
}

.nav-link {
    display: block;
    padding: 0.5em 0.5em;
}

a {
    color: rgba(20, 100, 217, 1);
    text-decoration: none;
    background-color: transparent;
    touch-action: manipulation;
}

.footer .svg-icon {
    position: relative;
    bottom: -.125em;
    display: inline-block;
    width: 1em;
    line-height: 1;
    flex-shrink: 0;
  fill: currentColor;
}

/* Search bar */
.desktopView .ClearSky_appHeaderLine2 .BaseMaster_searchBoxContainer {
	margin-left: calc(1rem + 7px);
	margin-top: -2rem;
}

@media (min-width: 1440px){
	.desktopView .ClearSky_appHeaderLine2 .BaseMaster_searchBoxContainer {
		margin-left: 2rem;
		max-width: 390px;
	}
}

.Articles_page .BaseMaster_contentContainer.customFixedWidth {
	margin-top: 4rem;
}


/* Articles relateded topics */
.BaseMaster_templateRightSidebar {
    position: relative;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background-color: white;
    padding: 1rem 2rem 1rem 2rem;
    margin: 0rem 5rem 0rem 2rem;
    border-radius: 4px;
    height: max-content;
    width: 400px;
    max-width: 400px;
}
.BaseMaster_templateRightSidebar .ClearSky_pnlRightSidebarStickyContent{
    padding-inline: 0px;
    padding: 0px;
}

.BaseMaster_templateRightSidebar .ClearSky_seeAlso.CHNavCaption {
    margin: 1rem 0 1rem;
    font-family: 'Eudoxus Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.375;
    color: #323232;
        font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 0px;
}

.BaseMaster_templateRightSidebar li a {
    border-inline-start: none;
    padding-inline-start: 0px;
}



@media (max-width: 1440px) {
    aside.BaseMaster_templateRightSidebar {
        display: none !important;
    }
}

.ClearSky_miniToc.CHNavCaption {
    margin: 1.5rem 0 1rem;
    font-family: 'Eudoxus Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.375;
    color: #323232;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0rem;
	  padding-bottom: 10px;
    max-height: 30px;
}

/*END Articles relateded topics END*/


/* Article title */
.ArticleTitle_container {
    margin: 1.5rem 0 1rem !important;
    font-family: 'Eudoxus Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;
    line-height: 1.375 !important;
    color: #000 !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
}

@media (min-width: 1440px){
	.ClearSky_articleHeaderLine2 {
    position: absolute;
    top: 150px;
    right: 7rem;
    color: white;
    font-size: 14px;
}

}


/* Breadcrumbs */

#pnlContainer_templatedHeader_projectname_lblProjectName {
  display:none;

}
@media(max-width: 1440px) {
	.ClearSky_breadcrumb.CHBreadcrumb {
		display: none;
	}
}



.ClearSky_breadcrumb.CHBreadcrumb {
	z-index: 10;
	margin-inline-start: 0rem;
}

.ClearSky_breadcrumb.CHBreadcrumb:before {
   display:none;
}

.ClearSky_breadcrumb.CHBreadcrumb span.CHBreadcrumb_separator:nth-last-child(2) {
   /* display:none; */
  
}
.ClearSky_breadcrumb.CHBreadcrumb span.CHBreadcrumb_item:nth-last-child(1) {
   /* display:none; */
}

.customFixedWidth {
   max-width: none !important;
  
}

#16eed1d7-b333-45f5-9886-7211b7fa178e {
    border-radius: 4px 4px 0px 4px;
    padding: 2rem 2rem 0rem 2rem;

}

#f4e3f425-556d-480d-9935-8a9fe035fe81 {
    border-radius: 0px 4px 4px 4px;
    padding: 0rem 2rem 1rem 2rem;
    margin-top: -2px;
}


/* home page card alignment */
.CHCardsBlock_card {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 1px solid #e0e0e0;
}

.CHBlock_grid.CHCardsBlock_cardsContainer {
    max-width: 1000px;
    justify-content: center ;
}

.CHHeadingLink {
  display: none !important;
}


.SearchControl_projectName {
   display: none !important; 
}





@media only screen and (min-width: 600px) {
	/* Google transplate for articles */
    .GoogleTranslateWidget_container {
        position: absolute;
        /* bottom: 10px; */
        right: 0rem;
        z-index: 10;
        bottom: 20px;
    }
	.GoogleTranslateWidget_container:before {
		content: "Select language";
    }

	/* Top menu */
	.BaseMaster_mainMenuContainer a {
		font-family:'Eudoxus Sans';
	}
	.BaseMaster_templateHeader {
		height: 0px;
	    line-height: 0px;
	}



	.BaseMaster_mainMenuContainer {
		padding: 0px;
	}
	
	.BaseMaster_mainMenuContainer .ClearSky_appHeaderLine1
	{
	        /*margin-inline-start:10rem; 
	        margin-inline-end: 22rem; */
		background-color: #383749;
	    height: 260px;
	    padding-top: 7px;
	
	}
	.BaseMaster_mainMenuContainer .ClearSky_appHeaderLine2
	{
	       /* margin-inline-start:10rem; */
	       padding-top: 8px;
	}

	
	.BaseMaster_mainMenuContainer .ClearSky_appHeaderLine1 a,
	.ClearSky_appHeaderLine2 a {
	    color: white;
	}

.BaseMaster_mainMenuContainer .CHMenu_menu .CHMenu_menuItem a {
		text-transform: none !important;
		font-family: Eudoxus Sans;
		font-weight: 400;
		background-color: #383749 !important;
	}



	.BaseMaster_mainMenuContainer .CHMenu_menuItem:hover,
	{
		box-shadow: unset !important;
		background-color: #383749 !important;
		
	}

	.BaseMaster_mainMenuContainer .CHMenu_menu .CHMenu_menuItem a:hover {
		background-color: #383749 !important;
		outline-offset: unset !important;
		background: linear-gradient(
		  72deg,
		  rgba(229, 224, 66, 0.89) 19%,
		  rgba(0, 182, 155, 0.86) 68%,
		  rgba(0, 163, 217, 0.85) 100%
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
		background-color: #383749 !important;
	}

	.ReaderUiPreview_tocNodeHover,.Article_404Content a.CHLinkButton,.CHMenu_menuItem:hover,
	.CHMenu_menuItem:hover > a {
		box-shadow: unset !important;
	    background-color: transparent !important;
	}

	.BaseMaster_mainMenuContainer .ClearSky_appHeaderLine1 .BaseMaster_logoContainer {
		margin-inline-start: 0rem;
		padding-right: 25px;
	}



	span.ClearSky_breadcrumb.CHBreadcrumb {
		color: white;
		position: absolute;
		left: 30rem;
	}
	span.ClearSky_breadcrumb.CHBreadcrumb a {
		color: #CFD1CF;
	    text-decoration: none;
	    background-color: transparent;
	}

		span.ClearSky_breadcrumb.CHBreadcrumb a:last {
		color: red;
	}


}



/* Change right TOC title */

span.ClearSky_miniToc.CHNavCaption {
    visibility: hidden;
}

span.ClearSky_miniToc.CHNavCaption:before {
    content: "On This Page";
    visibility: visible;
}

span.ClearSky_seeAlso.CHNavCaption {
    visibility: hidden;
}

span.ClearSky_seeAlso.CHNavCaption:before {
    content: "Articles in this section";
    visibility: visible;
}


/* Disable Search entrie portal */

.SearchControl_lnkSearchEntirePortalContainer {
  display: none;
}


/* hide mobile logo */

#pnlContainer_portalLogoOffCanvas_lnkLogo {
  display: none;
}



.BaseMaster_mainMenuContainer {
  padding-bottom: 0px;
    background-color: #383749;
  min-height: 70px;
}

.Articles_page .BaseMaster_mainMenuContainer {
 min-height: 65px;
 background-color: #383749;
}

@media only screen and (min-width: 600px) {
  .BaseMaster_mainMenuContainer {
  padding-bottom: 20px;
}

.Articles_page .BaseMaster_mainMenuContainer {
 min-height: 120px;
}

.BaseMaster_mainMenuContainer .CHHamburger_container span::before,.BaseMaster_mainMenuContainer .CHHamburger_container span,.BaseMaster_mainMenuContainer .CHHamburger_container span::after {
    background-color: white !important
}

}

.BaseMaster_imgLogo {
	max-height: 45px;
    min-height: 45px;
}


/* Mobile logo title */
@media only screen and (max-width: 600px) {
		.ClearSky_appHeaderLine1 {
	    height: 100%;
	    align-items: center;
	}
	
  #pnlContainer_templatedHeader_logo_imgLogo {
    /* content: url('https://bigchange.clickhelp.co/resources/Storage/Branding/BigChange-Horz_RGB_EnergyBlueMobile.svg'); */
  }

  #pnlContainer_templatedHeader_logo_imgLogo.BaseMaster_imgLogo {
    max-height: 50px;
    min-height: 50px;
    padding-top: 0px;
  }
  
  .Articles_page.mobileView .BaseMaster_logoContainer,.Articles_page.mobileView .BaseMaster_leftMenuAndContentContainer .MainMenu_container li.CHMenuItem_noText {
    display: unset;
  }
  
  /* Hide breadcrumb from mobile */
  .ClearSky_breadcrumb.CHBreadcrumb {
    display: none;
  }
  
}

.otherclass {
display: none;
}

/* Fixing padding issuses on right TOC */

.BaseMaster_templateRightSidebar {
    padding: 0;
} 

.ClearSky_pnlRightSidebarStickyContent .ClearSky_seeAlso,
.ClearSky_pnlRightSidebarStickyContent .ClearSky_miniToc {
   padding-left: 15px;
   padding-right: 15px;
  
}

.ClearSky_miniToc.CHMiniToc li a,
.ClearSky_seeAlso.CHSeeAlso_hasChildren.CHSeeAlso li a {
	border-left: 2px solid #D9D9D9;
	padding-left: 10px;
	margin-left: 10px;
}

.ClearSky_miniToc.CHMiniToc li a:hover,
.ClearSky_seeAlso.CHSeeAlso_hasChildren.CHSeeAlso li a:hover{
	border-left: 2px solid #000000;
}


.BaseMaster_topNavigationAndContentContainer {
    overflow: visible;
}
@media (max-width: 768px) {
  .CH_Mantine_container .m_d57069b5 {
    overflow:auto !important;
    height: 70vh !important;
    max-height: 70vh !important;
  }
}

@media (min-width: 979px){
	.BaseMaster_mainMenuContainer .ClearSky_appHeaderLine1 .BaseMaster_logoContainer {
		margin-inline-start:5rem;
	
	}
}

.BaseMaster_mainMenuContainer .CHHamburger_container span::before,.BaseMaster_mainMenuContainer .CHHamburger_container span,.BaseMaster_mainMenuContainer .CHHamburger_container span::after {
    background-color: white;
}

.ArticleEditor_contentFrame {
    padding-inline-start: 50px;padding-inline-end:50px;
}

.ArticleEditor_contentFrame,
.ArticleEditor_header {
    padding-inline-start: 50px;
    padding-inline-end:50px;
}

.ClearSky_appHeaderLine2 {
    margin-top: -7.5rem;
    margin-left: 0rem;
}

footer {
	padding-top: 50px;
}


.fas.fa-lg.fa-search {
	color: white;
	font-size: 24px;
}

p .note::before {
	background-image: url('https://support.bigchange.com/resources/Storage/images/file-edit.png');
}

@media(min-width: 978px){
	.MainMenu_container {
		position: absolute; 
		right: 0px; 
		margin-right: 4rem;
	}
}

.Articles_nav {
    display: block;
    margin-inline-start: 2rem;
}


.Articles_page .BaseMaster_contentContainer.customFixedWidth {
    flex-direction: row;
}

.ClearSky_appHeaderLine2 {
    display: flex;
    line-height: normal;
    padding-top: 15px;
    padding-inline-end: 10px;
    align-items: center;
    flex-direction: row-reverse;
}


.ArticleEditor_pnlWasItHelpfulVisible .ArticleEditor_readerFeedbackContainer {
    display: none;
}


.BaseMaster_leftMenuAndContentContainer {
 background-color: #D9D9D9 ; 
}

#pnlProfileLink {
    display: none;
  
}

/* Set accordion to active in Editor mode */
#ctl00_pnlContainer_cphMain_articleEditor_pnlCallback_pnlHtmlEditorContainer_htmlEditor_pnlCallback_htmlEditor_DesignIFrame .helpjuice-accordion-body {
display: block;
}

.TocTreeLight_nodeText {
	padding-left: 6px;
}


@media(max-width: 1790px) {
    div.Articles_nav {
        width: 389px;
    }
}

@media(max-width: 1440px) {
    div.Articles_nav {
        width: 250px;
    }
}


#pnlContainer_searchPopup_searchControl_txtHeading {
    font-size: 0;
}

#pnlContainer_searchPopup_searchControl_txtHeading::after {
    content: "Search in Help Guide";
    font-size: 20px; /* restore size */
}

#pnlContainer_searchPopup_searchControl_pnlCallback_lblResultsFor {
	    font-size: 0;
}

#pnlContainer_searchPopup_searchControl_pnlCallback_lblResultsFor::after {
	content: "Showing top 10 results.";
    font-size: 14px; /* restore size */
}


.CHImageButton.ArticleEditor_imageButton.ArticleEditor_fontAwesomeButton.ArticleEditor_btnRemoveHlite {
  display: none;
}


/* Remove Also in this section */
.ClearSky_seeAlso.CHSeeAlso_hasChildren.CHSeeAlso,
.ClearSky_seeAlso.CHNavCaption{
	display: none;
}

#pnlContainer_cphMain_pnlRightSidebar {
	width: unset !important;
}
