@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

body
{
	/* Entries in Fixes.css override much of this body stuff. SLD */
	/*font-size: 1.2em;*/ /* Changed from 1em Oct 2021 SLD */
	color: var(--text-color);
	line-height: 1.4em;
	font-family: 'NT Bau', Corbel, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	mc-hyphenate-shortest-prefix: 4;
	mc-hyphenate-shortest-suffix: 4;
	mc-hyphenate-shortest-word: 6;
	margin: 0;
  	padding: 0;
  	/*overflow-x: clip;*/ /* This prevents horizontal scrollbar */
}

img
{
	border: none;
	max-width: 100%;
}

imgSize
{
	border: none;
	margin-right: 10pt;
	width: 90%;
}

img.Thumbnail
{
	mc-thumbnail: hover;
	mc-thumbnail-max-height: 60px;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

li
{
	orphans: 2;
	widows: 2;
}

/* xref formatting only works in MainStyles for some reason */
MadCap|xref.DocLink,
MadCap|xref.DocLink:link,
MadCap|xref.DocLink:hover,
MadCap|xref.DocLink:visited
{
	text-decoration: none;
	mc-disable-glossary-terms: true;
	font-size: 1.1em;
	font-family: 'Degular Medium', Corbel, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	display: block;
} 

/* End styles for home page buttons */

/* See xref in GlobalStyles (note above about xref formatting only working in MainStyles seems incorrect) */
/*
MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
}

MadCap|xref.FigureRef
{
	mc-format: '{paranum}{paratext}';
}

MadCap|xref.TableRef
{
	mc-format: '{paranum}{paratext}';
}

MadCap|xref.xref-unbind
{
	font-weight: normal;
	mc-format: '{i}{paratext}{/i}';
	mc-conditions: 'General.Build-Combined';
	mc-exclude-action: 'unbind';
}

MadCap|xref.TableRef-unbind
{
	font-weight: normal;
	mc-format: '{i}{paranum}{paratext}{/i}';
	mc-conditions: 'General.Build-Combined';
	mc-exclude-action: 'unbind';
}

MadCap|xref:hover
{
	color: #666666;
}
*/
MadCap|toggler
{
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpenOrchid.png');
	/* Changed from DropDownOpen.png Feb 2021 SLD */
	mc-disable-glossary-terms: true;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpenOrchid.png');
	/* Changed from DropDownOpen.png Feb 2021 SLD */
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevelOrchid.png');
}

MadCap|dropDownHotspot.SecondLevel
/* Define this here with nothing in it so that it will show up in the style assignment dialog. It's used for PDFs. See PDFOnly.css. */
{
    
}

MadCap|dropDownBody
{
	border-bottom: none;
	/*border-bottom: solid 1px #28bcf4; */
	/* was bed230 */
	/* was font-size: 11pt; */
	/* was line-height: 12pt;*/
	/*font-size: 1.2em;*/ /* Changed from 1em Oct 2021 SLD */
	margin-left: 1px;
}

MadCap|dropDownBody + ul
{
	border-bottom: none;
	/*border-bottom: solid 1px #28bcf4; */
	/* was bed230 */
	/* was font-size: 11pt; */
	/* was line-height: 12pt;*/
	/*font-size: 1.2em;*/ /* Changed from 1em Oct 2021 SLD */
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	mc-disable-glossary-terms: true;
}

MadCap|dropDownHotspot
{
	font-weight: 400; /* If you leave this out, Flare makes it bold */
	font-family: 'Degular Medium', Corbel, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 1.7rem; /* Same size as h5 Sept 2022 SLD */
	color: var(--text-color); /* Matches heading (h1,h2,etc) color */
}

MadCap|dropDownHotspot.SecondLevel
{
	font-weight: 400; /* If you leave this out, Flare makes it bold */
	font-family: 'Degular Medium', Corbel, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 1.6rem; /* Same size as h6 */
	color: var(--text-color); /* Matches heading (h1,h2,etc) color */
}

MadCap|dropDownHotspot:hover
{
	color: var(--link-color-hover);
	/* Changed from 23527c Feb 2021 SLD */
}

/* The below popups do not seem to be in use. */

MadCap|popup
{
	color: #28bcf4;
}

MadCap|popup:focus
{
	color: #28bcf4;
}

MadCap|popup:hover
{
	color: #23527c;
}

MadCap|popupHead
{
	color: #444444;
	font-weight: bold;
}

/*Popups for auto-generated glossary terms are controlled differently and not affected by the above settings.*/

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

/* Background / box for glossary terms */
MadCap|popupBody
{
	background-color: var(--pre-code-command-background);
	/*border-bottom-color: var(--code-border-color);
	border-left-color: var(--code-border-color);
	border-right-color: var(--code-border-color);
	border-top-color: var(--code-border-color);
	border: var(--code-border-color);
	border-style: solid;
	border-width: 1px;*/
	padding: 0.422em;
	box-shadow: 0px 3px 6px #b2b2b2;
}

a.MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/* Disables Arrow on auto-generated glossary popups */
{
	background-image: none !important;
	padding: 0 0 0 0;
}

a.MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/* Disables Arrow on auto-generated glossary popups */
{
	background-image: none !important;
	padding: 0 0 0 0;
}

img.MCHelpControl_Image_Icon	/* Disables Arrow on auto-generated glossary popups */
{
	display: none !important;
	width: 0px;
	height: 0px;
}
