/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Black: #000000;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/ImageFromTemplates/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/ImageFromTemplates/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	mc-hyphenate: never;
}

p.table-text
{
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0px;
	margin-bottom: 3pt;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: var(--Dark);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: var(--Dark);
	font-size: 19pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
}

p.TOC2
{
	color: var(--Dark);
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--Dark);
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: var(--Brand1);
}

h2
{
	font-weight: bold;
	page-break-before: always;
	font-size: 18pt;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	mc-heading-level: 0;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	mc-heading-level: 0;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	mc-heading-level: 0;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../Images/ImageFromTemplates/Hero-Image.png');
	background-size: cover;
	background-attachment: scroll;
	padding-bottom: 2%;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
	text-decoration: none;
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/ImageFromTemplates/Minus.png');
	mc-closed-image: url('../Images/ImageFromTemplates/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: bold;
	border-bottom: none;
	font-size: 14pt;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	text-decoration: underline;
	color: var(--Brand1);
	mc-format: '{paranumonly}';
	font-weight: normal;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

div.home-footer
{
	background-color: var(--Brand1);
	padding: 2% 5%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

img.BigImages
{
	mc-thumbnail-max-height: 256px;
	mc-thumbnail: popup;
	max-width: 80%;
	margin-bottom: 0px;
}

img.Image_60
{
	mc-thumbnail-max-height: 256px;
	mc-thumbnail: popup;
	max-width: 80%;
	margin-bottom: 0px;
}

img.Image_70
{
	mc-thumbnail-max-height: 256px;
	mc-thumbnail: popup;
	max-width: 80%;
	margin-bottom: 0px;
}

p.centered
{
	text-align: center;
}

p.TextIndent
{
	margin-bottom: 12px;
	margin-top: 12px;
	text-indent: 0pt;
}

span.highlight
{
	color: #076685;
}

MadCap|equation.EquInText
{
	vertical-align: middle;
	padding-bottom: -3pt;
}

MadCap|equation
{
	vertical-align: middle;
	mc-auto-number-position: inside-tail;
	font-family: 'Bookman Old Style';
}

div.LeftFigure
{
	float: left;
}

div.tdb_kdb
{
	text-indent: 0.25in;
	font-family: monospace;
	font-size: 11pt;
}

div.keep-together
{
	page-break-inside: avoid;
}

span.TDB_blue
{
	font-family: monospace;
	color: #0000ff;
}

p.Indent-List
{
	padding-left: 0.46in;
}

p.table-text_blue
{
	color: #0000ff;
}

img.Image_80
{
	mc-thumbnail-max-height: 256px;
	mc-thumbnail: popup;
	max-width: 80%;
	margin-bottom: 0px;
}

img.Image_90
{
	mc-thumbnail-max-height: 256px;
	mc-thumbnail: popup;
	max-width: 80%;
	margin-bottom: 0px;
}

img.DB_System
{
	mc-thumbnail-max-height: 512px;
	mc-thumbnail: popup;
	margin-bottom: 0px;
}

p.FigureCaption_ExpBook
{
	mc-auto-number-format: 'F: {b}Figure {n+}:{/b}  ';
	margin-top: 0px;
	text-align: center;
}

p.Module_web
{
	line-height: 30pt;
	font-size: 30pt;
	font-weight: bold;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	body
	{
		font-size: 11pt;
		margin: 8px;
		font-family: 'Bookman Old Style';
		line-height: 14pt;
	}

	/* Content */

	p
	{
		font-family: 'Bookman Old Style';
		text-align: justify;
		font-size: 11pt;
		color: #000000;
		letter-spacing: 0.22px;
		line-height: 18pt;
		mc-hyphenate: never;
		margin-bottom: 5px;
		margin-top: 5px;
		vertical-align: middle;
		height: 20pt;
	}

	p.table-text
	{
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 10pt;
		line-height: 15pt;
	}

	/* Headings */

	h1
	{
		mc-auto-number-format: 'CH: {chapnum}    ';
		color: #0000ff;
		font-family: 'Bookman Old Style';
		font-weight: bold;
		line-height: 27pt;
		font-size: 24pt;
		margin-top: 0;
		margin-bottom: 30pt;
	}

	h2
	{
		margin-bottom: 18px;
		mc-auto-number-format: 'CH:{chapnum}.{n+}  ';
		page-break-before: auto;
		color: #0000ff;
		font-family: 'Bookman Old Style';
		font-size: 15pt;
		line-height: 18pt;
		font-weight: bold;
		margin-top: 20px;
	}

	h3
	{
		font-weight: bold;
		margin-bottom: 15px;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+}  ';
		color: #0000ff;
		font-family: 'Bookman Old Style';
		font-size: 13pt;
		line-height: 15pt;
		margin-top: 15px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
		font-family: 'Bookman Old Style';
	}

	p.FigureCaption
	{
		mc-auto-number-format: 'CF: {b}Figure {chapnum}.{n+}:{/b}  ';
	}

	img
	{
		mc-thumbnail: none;
	}

	img.BigImages
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 80%;
		margin-bottom: 0px;
	}

	img.Icons
	{
		display: inline;
		vertical-align: middle;
		padding-bottom: -3pt;
		mc-thumbnail: none;
		max-width: 15pt;
		max-height: 15pt;
	}

	p.Image
	{
		margin-bottom: 0px;
	}

	h2.NoNumber
	{
		mc-auto-number-format: ' ';
		font-weight: bold;
	}

	p.centered
	{
		
	}

	img.Image_60
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 60%;
		margin-bottom: 0px;
		mc-thumbnail: none;
	}

	p.TextIndent
	{
		margin-bottom: 0pt;
		margin-top: 0pt;
		text-indent: 0.3in;
	}

	span.highlight
	{
		
	}

	p.Equation
	{
		mc-auto-number-format: 'CE: ({b}{chapnum}.{n+})';
		font-weight: lighter;
		font-family: serif;
		font-size: 10pt;
		text-align: center;
		mc-auto-number-position: outside-tail;
		margin-bottom: 5px;
		margin-top: 5px;
		width: 80%;
	}

	MadCap|equation.EquInText
	{
		font-family: serif;
		font-size: 10pt;
	}

	ul.ManuText
	{
		
	}

	img.Image_HalfPage
	{
		mc-thumbnail: none;
		width: 3in;
	}

	div.LeftFigure
	{
		
	}

	div.tdb_kdb
	{
		
	}

	h4
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+}  ';
		color: #0000ff;
		font-family: 'Bookman Old Style';
	}

	caption.TableCaption
	{
		mc-auto-number-format: 'CT: {b}Table {chapnum}.{n+}:{/b}  ';
	}

	div.keep-together
	{
		
	}

	caption
	{
		font-family: 'Bookman Old Style';
	}

	li
	{
		font-family: 'Bookman Old Style';
	}

	ol
	{
		font-family: 'Bookman Old Style';
	}

	p.TOC4
	{
		font-weight: normal;
		margin-left: 1.2in;
		color: var(--Dark);
		line-height: 14pt;
	}

	p.TOC1
	{
		color: #0000ff;
		margin-top: 15px;
		margin-bottom: 10px;
		line-height: 18pt;
		font-size: 12pt;
		font-weight: bold;
	}

	h1.NoNumber
	{
		mc-auto-number-format: '{}';
	}

	p.title
	{
		font-size: 25pt;
		line-height: 55pt;
		font-weight: bold;
		color: #0000ff;
		text-align: center;
	}

	p.TOC5
	{
		color: var(--Dark);
		line-height: 14pt;
	}

	p.title-page-footer
	{
		color: var(--Dark);
	}

	MadCap|equation
	{
		color: var(--Dark);
	}

	span.TDB_blue
	{
		
	}

	MadCap|equation.InTable
	{
		font-size: 11pt;
		font-style: normal;
		line-height: normal;
	}

	p.tdb
	{
		line-height: 14pt;
		font-size: 10pt;
	}

	p.Indent-List
	{
		margin-left: 0in;
		padding-left: 0.4in;
	}

	p.kdb_purple
	{
		font-size: 10pt;
		line-height: 14pt;
	}

	MadCap|xref.SectionNumber
	{
		mc-format: 'Section {paranum}';
	}

	img.Image_70
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 70%;
		margin-bottom: 0px;
		mc-thumbnail: none;
	}

	p.table-text_blue
	{
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 10pt;
		color: #0000ff;
	}

	h3.NoNumber
	{
		mc-auto-number-format: '{ }';
		font-size: 11pt;
		line-height: 13pt;
	}

	MadCap|xref.SectionNumber_ExampleBook
	{
		mc-format: 'Pandat User’s Guide  {paranumonly}';
	}

	img.DB_System
	{
		
	}

	h2.Example
	{
		mc-auto-number-format: 'CH:Example {chapnum}.{n+}  ';
		margin-top: 15px;
		font-size: 13pt;
	}

	p.TOC2
	{
		font-size: 11pt;
		line-height: 15pt;
	}

	p.TOC3
	{
		font-size: 11pt;
		line-height: 14pt;
	}

	img.Image_80
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 80%;
		margin-bottom: 0px;
	}

	img.Image_90
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		margin-bottom: 0px;
		max-width: 90%;
	}

	p.FigureCaption_ExpBook
	{
		mc-auto-number-format: 'SF: {b}Figure {chapnum}.{secnum}.{n+}:{/b}  ';
	}

	MadCap|xref.Example_Link
	{
		mc-format: '{paranum}';
	}

	ul.ExampleBook
	{
		line-height: 14pt;
		margin: 0px;
	}

	p.Module_web
	{
		font-size: 20pt;
	}
}

/* added styles */

p.FigureCaption
{
	margin-top: 0;
	text-align: center;
	mc-auto-number-format: 'F: {b}Figure {n+}:{/b}  ';
}

span.Reference
{
	color: #0000ff;
}

span.Emphasize
{
	font-weight: bold;
}

MadCap|xref.SectionLink
{
	mc-format: '{u}{paratext}{/u}';
}

MadCap|xref.FigureNumber
{
	mc-format: '{paranumonly}';
}

img.Icons
{
	vertical-align: middle;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 16pt;
	max-width: 16pt;
	display: inline-block;
	padding-bottom: 0;
}

p.Image
{
	margin-bottom: 0px;
	text-align: center;
}

h2.NoNumber
{
	
}

span.MenuText
{
	font-family: monospace;
	font-weight: bold;
}

span.ModuleName
{
	font-weight: bold;
}

p.Equation
{
	margin-top: 0;
	vertical-align: middle;
	mc-auto-number-position: inside-tail;
	mc-auto-number-format: 'E: ({n+})  ';
	text-indent: 20pt;
	text-align: justify;
}

MadCap|xref.Equation
{
	mc-format: 'Eq. {paranumonly}';
}

span.tdb
{
	font-family: monospace;
}

div.RightFigure
{
	float: right;
}

img.Image_HalfPage
{
	mc-thumbnail-max-height: 256px;
	mc-thumbnail: popup;
	max-width: 80%;
	margin-bottom: 0px;
}

p.tdb
{
	font-size: 11pt;
	text-indent: 0.25in;
	margin-bottom: 3pt;
	margin-top: 3pt;
	line-height: 16pt;
	font-family: monospace;
}

.blue
{
	color: #0000ff;
}

.red
{
	color: #ff0000;
}

.purple
{
	color: #983198;
}

MadCap|xref.SectionNumber
{
	mc-format: 'Section {paratext}';
}

div.Equation
{
	text-align: justify;
	text-indent: 12pt;
	width: 90%;
	height: 90%;
	vertical-align: middle;
}

.green
{
	color: #009a55;
}

.black
{
	
}

p.kdb_purple
{
	font-family: monospace;
	font-size: 11pt;
	text-indent: 0.25in;
	margin-bottom: 3pt;
	margin-top: 3pt;
	color: #8b008b;
	line-height: 16pt;
}

caption.TableCaption
{
	mc-auto-number-format: 'T: {b}Table {n+}:{/b}  ';
	margin-bottom: 4pt;
	padding-bottom: 6pt;
}

MadCap|xref.TableNumber
{
	mc-format: '{paranumonly}';
}

MadCap|equation.InTable
{
	font-size: 11pt;
	font-style: normal;
}

MadCap|xref.Chapter
{
	mc-format: 'Chapter {paranum} {paratext}';
}

span.symbol
{
	font-family: 'Symbol';
}

h3.NoNumber
{
	mc-heading-level: 0;
}

MadCap|xref.SectionNumber_ExampleBook
{
	mc-format: 'Pandat User\'s Guide: {paratext}';
}

span.DB_Intro
{
	font-size: 18pt;
}

td.td_Green
{
	background-color: #228b22;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_11
{
	background-color: #92D050;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

h2.Example
{
	font-weight: bold;
	page-break-before: always;
	font-size: 18pt;
}

MadCap|xref.Example_Link
{
	mc-format: '{u} {paranum} {paratext}{/u}';
}

MadCap|tocProxy.ExampleBook
{
	mc-hyphenate: never;
}

MadCap|tocProxy.DatabaseManual
{
	mc-hyphenate: never;
}

MadCap|tocProxy.Manual
{
	mc-hyphenate: never;
}

@media PDF_Output
{
	body
	{
		font-size: 11pt;
		line-height: 20pt;
		margin: 8px;
		font-family: 'Arial, Avenir, Myriad;';
	}

	/* Content */

	p
	{
		text-align: justify;
		vertical-align: middle;
		font-size: 11pt;
		color: #000000;
		letter-spacing: 0.25px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 20pt;
	}

	p.table-text
	{
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 10pt;
		line-height: 15pt;
		text-align: left;
	}

	/* Headings */

	h1
	{
		mc-auto-number-format: 'CH: {chapnum}    ';
		color: #0000ff;
		font-weight: bold;
		line-height: 27pt;
		font-size: 24pt;
		margin-top: 0;
		page-break-before: always;
		margin-bottom: 30pt;
	}

	h2
	{
		margin-bottom: 18px;
		mc-auto-number-format: 'CH:{chapnum}.{n+}  ';
		page-break-before: auto;
		color: #0000ff;
		font-size: 15pt;
		line-height: 18pt;
		font-weight: bold;
		margin-top: 20px;
	}

	h3
	{
		font-weight: bold;
		margin-bottom: 15px;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+}  ';
		color: #0000ff;
		font-size: 13pt;
		line-height: 15pt;
		margin-top: 15px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	p.FigureCaption
	{
		mc-auto-number-format: 'CF: {b}Figure {chapnum}.{n+}:{/b}  ';
	}

	img
	{
		mc-thumbnail: none;
	}

	img.BigImages
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 80%;
		margin-bottom: 0px;
	}

	img.Icons
	{
		display: inline;
		vertical-align: middle;
		padding-bottom: -3pt;
		mc-thumbnail: none;
		max-width: 12pt;
		max-height: 12pt;
	}

	p.Image
	{
		margin-bottom: 0px;
	}

	h2.NoNumber
	{
		mc-auto-number-format: ' ';
		font-weight: bold;
	}

	p.centered
	{
		
	}

	img.Image_60
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 60%;
		margin-bottom: 0px;
		mc-thumbnail: none;
	}

	p.TextIndent
	{
		margin-bottom: 0pt;
		margin-top: 0pt;
		text-indent: 0.3in;
	}

	span.highlight
	{
		
	}

	p.Equation
	{
		mc-auto-number-format: 'CE: ({b}{chapnum}.{n+})';
		font-weight: lighter;
		font-family: serif;
		font-size: 10pt;
		text-align: center;
		mc-auto-number-position: outside-tail;
		margin-bottom: 5px;
		margin-top: 5px;
		width: 80%;
	}

	MadCap|equation.EquInText
	{
		font-family: serif;
		font-size: 10pt;
	}

	ul.ManuText
	{
		
	}

	img.Image_HalfPage
	{
		mc-thumbnail: none;
		width: 3in;
	}

	div.LeftFigure
	{
		
	}

	div.tdb_kdb
	{
		
	}

	h4
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+}  ';
		color: #0000ff;
	}

	caption.TableCaption
	{
		mc-auto-number-format: 'CT: {b}Table {chapnum}.{n+}:{/b}  ';
		color: #000000;
	}

	div.keep-together
	{
		
	}

	p.TOC1
	{
		color: #0000ff;
		margin-top: 15px;
		margin-bottom: 10px;
		line-height: 18pt;
		font-size: 12pt;
		font-weight: bold;
	}

	p.TOC2
	{
		font-size: 11pt;
		line-height: 13pt;
	}

	p.TOC3
	{
		font-size: 11pt;
		line-height: 13pt;
	}

	p.TOC4
	{
		margin-left: 1.2in;
		line-height: 13pt;
	}

	h1.NoNumber
	{
		margin-top: 30px;
		line-height: 55pt;
		margin-bottom: 10px;
		font-size: 26pt;
		text-align: center;
		mc-auto-number-format: '{ }';
	}

	p.title
	{
		font-size: 25pt;
		line-height: 55pt;
		font-weight: bold;
		color: #0000ff;
		text-align: center;
	}

	p.title-page-footer
	{
		color: var(--Dark);
	}

	MadCap|equation
	{
		color: var(--Dark);
	}

	span.TDB_blue
	{
		
	}

	MadCap|equation.InTable
	{
		font-size: 11pt;
		font-style: normal;
		line-height: normal;
	}

	p.tdb
	{
		line-height: 14pt;
		font-size: 10pt;
	}

	p.Indent-List
	{
		margin-left: 0in;
		padding-left: 0.4in;
	}

	p.kdb_purple
	{
		font-size: 10pt;
		line-height: 14pt;
	}

	MadCap|xref.SectionNumber
	{
		mc-format: 'Section {paranum}';
	}

	img.Image_70
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 70%;
		margin-bottom: 0px;
		mc-thumbnail: none;
	}

	img.Image_80
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 80%;
		margin-bottom: 0px;
	}

	img.Image_90
	{
		display: inline-block;
		text-align: center;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		margin-bottom: 0px;
		max-width: 90%;
	}

	p.table-text_blue
	{
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 10pt;
		color: #0000ff;
	}

	h3.NoNumber
	{
		mc-auto-number-format: '{ }';
		font-size: 11pt;
		line-height: 13pt;
	}

	MadCap|xref.SectionNumber_ExampleBook
	{
		mc-format: 'Pandat User’s Guide  {paranumonly}';
	}

	img.DB_System
	{
		mc-thumbnail: none;
	}

	h2.Example
	{
		font-size: 13pt;
		mc-auto-number-format: 'CH:Example {chapnum}.{n+}  ';
		margin-top: 15px;
	}

	p.FigureCaption_ExpBook
	{
		mc-auto-number-format: 'SF: {b}Figure {chapnum}.{secnum}.{n+}:{/b}  ';
	}

	MadCap|xref.Example_Link
	{
		mc-format: '{u}{paranum}:  {paratext}{/u}';
	}

	ul.ExampleBook
	{
		line-height: 14pt;
		margin: 0px;
	}

	p.Validated
	{
		background: #008000;
	}

	p.YellowEstimate
	{
		background: #ffff00;
	}

	td.td_Green
	{
		background-color: #008000;
		border-bottom-color: transparent;
		border-right-color: transparent;
		color: #ffffff;
	}

	p.Reference_Indent
	{
		padding-left: 60px;
		padding: 0px 0px 0px 30px;
		text-indent: -30px;
		hanging-punctuation: first;
	}

	MadCap|xref.SectionNumber_Database
	{
		mc-format: 'Section {paranumonly}';
	}

	h1.Database
	{
		mc-auto-number-format: '{ }';
		text-align: center;
		margin-top: 45px;
		line-height: 45pt;
		font-size: 26pt;
	}

	p.Tables
	{
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: left;
	}

	span.tdb
	{
		
	}

	span.Table_tdb
	{
		font-family: monospace;
		font-size: 10pt;
	}

	MadCap|tocProxy.DatabaseManual
	{
		margin-top: 3px;
	}
}

MadCap|xref.DatabaseTitle_Link
{
	mc-format: '{u}{paratext}{/u}';
}

p.Tables
{
	margin-bottom: 0px;
	margin-top: 0px;
}

p.Reference
{
	margin-left: 0.85in;
	text-indent: -0.85in;
	margin-bottom: 0px;
	margin-top: 5px;
}

ul.DB_Li
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.topic-Computherm
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../Images/PandatLogos/home_slide_1 (Custom).png');
}

span.TDB_purple
{
	font-family: monospace;
	color: #983193;
}

span.TDB_red
{
	font-family: monospace;
	color: #ff0000;
}

MadCap|xref.text
{
	mc-format: '{paratext}';
}

MadCap|xref.ExampleNumber
{
	mc-format: '{u} {paranum}{/u}';
}

