@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: #000000;
	line-height: 1.4em;
	font-family: 'NT Bau', Corbel, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* was Arial, Myriad, sans-serif */
	/* changed from Corbel, 'Helvetica Neue', Helvetica, Arial, sans-serif; 10/18/21 BA*/
	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 */
}

/* Section moved to GlobalStyles July 2022
div.example
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin: 0 0 1.333em 0;
	padding: 0 1em 0 2em;
	mc-disable-glossary-terms: true;
}

div.exampleTip
{
	background-color: #faf3e1;
	background-repeat: no-repeat;
	margin: 0 0 1.333em 0;
	padding: 0 1em 0 2em;
	mc-disable-glossary-terms: true;
}

div.singleSpaceTip
{
	background-color: #faf3e1;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 1em 0 2em;
	mc-disable-glossary-terms: true;
	line-height: 1.5em;
}

div.internal 
{
	mc-auto-number-format: '{b}{color #DC143C}Internal Comments:  {/color}{/b}';
	background-color: #C2F7D4;
	background-repeat: no-repeat;
	margin: 0 0 1.333em 0;
	padding: 0 5px 0 5px;
	mc-disable-glossary-terms: true;
}

div.command
{
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin: 0 0 1.333em 0;
	padding: 0 0 0 2em;
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.85em; 
	mc-disable-glossary-terms: true;
	mc-hyphenate: never; 
}

div.commandGray
{
	background-color: #E6E7E8;
	background-repeat: no-repeat;
	margin: 0 0 1.333em 0;
	padding: 0 0 0 2em;
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.85em; 
	mc-disable-glossary-terms: true;
	mc-hyphenate: never; 
}

div.commandTip
{
	background-color: #faf3e1;
	background-repeat: no-repeat;
	margin: 0 0 1.333em 0;
	padding: 1em 0 0 2em; 
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.85em; /
	mc-disable-glossary-terms: true;
	mc-hyphenate: never; /
}

div.exampleSmallFont
{
	background-color: #ffffff;
	background-repeat: no-repeat;/
	margin-bottom: 12pt;/
	padding: 1em 1em 1em 2.5em;/
	font-size: 0.75em; /
	mc-disable-glossary-terms: true;
} */

/* Move to Fixes.css
div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
} */

/* Guessing this isn't in use
div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px; 
	font-size: 0.75em; 
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
} */

/* Move to fixes.css 
div.sideContent
{
	float: right;
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 288px;
	z-index: 0; */
	/* z-index: 1000;
	Stay on top - Change z-index to zero to solve drop-down issues in main content for small browser sessions - SLD */
/*}

div.sideNav
{
	float: right;
	position: absolute;
	left: 1pt;
	margin-right: 1pt;
	margin-bottom: 2px;
	width: 288px;
	height: 100%;
	font-size: 9pt;
	line-height: 10pt;
	z-index: 1; */
	/* z-index: 1000;
	Stay on top - Change z-index to zero to solve drop-down issues in main content for small browser sessions - SLD */
/*} */

/* Guessing this isn't in use
div.TightContent
{
	margin: 0;
	padding: 0;
	line-height: 1em;
} */

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;
}

/* Begin styles for version buttons and custom toggle  - Move to Fixes.css*/
/*
div.VerBtn
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.VerBtn::before
{
	content: ' ';
	display: table;
}

div.VerBtn::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.VerBtn > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
	/*	background-image: linear-gradient(#ffffff, #e6e7e7);*/
	/*Flare produces an error with linear-gradient.*/
	/*
	background-image: url('../Images/VersionButtonWide.png');
	border: solid 1px #e1e1e1;
	box-shadow: 0px 3px 6px 0px #b2b2b2;
	border-radius: 3px;
	padding: 2px 2px 2px 8px;
	height: 25px;
}

div.VerBtn > div:nth-child(1)
{
	width: 110px;
	margin-left: 0;
}

div.VerBtn > div:nth-child(2)
{
	width: 110px;
	margin-left: 20px;
}

p.V2,p.V1 *//* Make button boxes shorter with change to body size 100-125% Oct 2021 SLD */
/*
{
	line-height: 1.05em !important;
}

.Toggle,
.Toggle:link,
.Toggle:hover,
.Toggle:visited
{
	text-decoration: none;
	mc-disable-glossary-terms: true;
	font-size: .88em; *//* Changed from 1.1em with body @ 100% to .88em with body @ 120% */
	/*
	color: #5F175D;
	cursor: pointer;
	text-align: left;
	display: block;
}

.Active,
.Active:link,
.Active:hover,
.Active:visited
{
	background-image: url('../Images/DropDownOpenPurple.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-weight: 700;
}

.Inactive,
.Inactive:link,
.Inactive:hover,
.Inactive:visited
{
	background-image: url('../Images/DropDownClosed.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-weight: 500;
} */

/* End styles for version buttons and custom toggle */

/* Begin styles for home page buttons  - Move to Fixes.css*/
/*
div.DocBtn
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px; *//* Space after the buttons before the next element. */
	/*
}

div.DocBtn::before
{
	content: ' ';
	display: table;
}

div.DocBtn::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.DocBtn > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url('../Images/PurpleRectangle.png');
	padding: 2px 2px 2px 2px;
	margin: 15px 0 10px 30px;
	height: 95px;
	text-align: center;
}

p.DocButton 
{
	line-height: 91px !important; *//* DocBtn height minus top and bottom padding to vertically center content */
	/*
}

div.DocBtn > div:nth-child(1)
{
	width: 460px;
	}

div.DocBtn > div:nth-child(2)
{
	width: 460px;
}

div.DocBtn > div:nth-child(3)
{
	width: 460px;
}

div.DocBtn > div:nth-child(4)
{
	width: 460px;
}

div.DocBtn > div:nth-child(5)
{
	width: 460px;
}

div.DocBtn > div:nth-child(6)
{
	width: 460px;
} */

/* 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 */

MadCap|toggler
{
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpenPurple.png');
	/* Changed from DropDownOpen.png Feb 2021 SLD */
	mc-disable-glossary-terms: true;
}

a.toggler,
a.toggler:link,
a.toggler:active
{
	text-decoration: underline !important;
	color: #5F175D;
}

a.toggler:visited
{
	color: #666666;
}

a.toggler:hover
{
	color: #666666;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpenPurple.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/DropDownOpenSecondLevelPurple.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: #140B2F; /* 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: #140B2F; /* Matches heading (h1,h2,etc) color */
}

MadCap|dropDownHotspot:hover
{
	color: #666666;
	/* Changed from 23527c Feb 2021 SLD */
}

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.*/

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	color: #5F175D;
}
MadCap|xref.xref-unbind
	{
		color: #5F61FF;
		font-weight: normal;
		mc-format: '{i}{paratext}{/i}';
		mc-conditions: 'General.Build-Combined';
		mc-exclude-action: 'unbind';
	}

MadCap|xref:hover
{
	color: #666666;
}

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

/* Guessing this isn't in use
p.quotationname
{
	text-align: right;
} */

/* Move to GlobalStyles
span.Emphasis
{
	font-weight: bold;
	mc-disable-glossary-terms: true;
}

span.Italicize
{
	font-style: italic;
	mc-disable-glossary-terms: true;
} */

/* Move to Fixes
html.templateTopic div.sideContent
{
	display: none;
} */

MadCap|popupBody
{
	background-color: #f9f9f9;
	/* was f2f2f2 */
	border: solid 1px #444444;
	/* was 636363 */
	padding: 0.422em;
	box-shadow: 0px 3px 6px #b2b2b2;
	/* was b2b2b2 */
}

MadCap|xref.FigureRef
{
	mc-format: '{paranum}{paratext}';
}

MadCap|xref.TableRef
{
	mc-format: '{paranum}{paratext}';
}

/* Applies to auto-generated glossary popups - See GlobalStyles.css */
/*a.MCTextPopup:link	
{
	text-decoration: none;
	color: #28B905;
	font-weight: normal;
}

a.MCTextPopup:hover	
{
	text-decoration: none;
	color: #666666;
	font-weight: 700;
}*/

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;
}
