/*<meta />*/

/* !!! Import this CSS into other project-specific CSS' using the following command at the top of the file:
@import url("http://caldtjp8w8y1/Tech_Docs/css/Global_Table_Rounded.css");
*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* :root { Change Hex colors (not names) here to change them throughout CSS 
	--Dark_Gray: #4c4d4e;
	--Blue: #000080;
	--Light_Blue: #5B8EC1;
	--S_P_Red: #D6002A;;
	--Gray: #999999;
	--Yellow: #FFFF00;
Invoke in given style by typing "color: var(--gray);" 
	}
*/

body
{
	background-color: #ffffff;
	margin-left: 10pt;
	font-family: sans-serif;
}

*
{
	font-family: Arial, sans-serif;
	text-align: left;
	text-decoration: none;
}

b,
strong
{
	font-weight: bold;
}

/* -------- */
/* Headings */
/* -------- */

h1,
h2,
h3,
h4
{
	color: #D6002A;
	font-weight: bold;
	margin-top: 24pt;
}

h1
{
	margin-top: 36pt;
	margin-bottom: 12pt;
	font-size: 14pt;
	color: #1000e8;
	font-family: 'Gibson Medium';
	font-weight: normal;
	letter-spacing: .5;
}

h2,
h3,
h4,
.dropDownHead
{
	font-size: 11pt;
	margin-top: 28pt;
	margin-bottom: 0pt;
}

.dropDownHead
{
	margin-top: 14pt;
}

/* ---------- */
/* Paragraphs */
/* ---------- */

p,
li,
td
{
	color: #4c4d4e;
	/*var(--Dark_Gray);*/
	margin-right: 6.50pt;
	margin-top: 8pt;
	font-size: 11pt;
}

td
{
	margin-right: 0pt;
	margin-top: 2pt;
}

.indent
{
	margin-left: 38pt;
}

.code
{
	/*var(--Yellow);*/
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	margin-right: 2pt;
	font-size: 10pt;
	font-weight: normal;
	font-family: sans-serif;
	background-color: #f5f5f5;
}

.note:before
{
	content: "Note: ";
	font-weight: bold;
	font-variant: small-caps;
}

.tip:before
{
	content: "Tip: ";
	font-weight: bold;
	font-variant: small-caps;
}

/* ---------- */
/* Lists   */
/* ---------- */

ol,
ul
{
	margin-top: 18pt;
	margin-bottom: 4pt;
}

li
{
	margin-left: 8pt;
}

ul > li
{
	list-style-type: square;
}

/* ---------- */
/* Other      */
/* ---------- */

p.copyright_footer
{
	font-size: 9pt;
	text-align: right;
	font-style: italic;
}

a,
.a:link,
.toggler:link
{
	color: #5B8EC1;
	/*BLUE USED GLOBALLY FOR HYPERLINKS */
	/*var(--Light_Blue);*/
}

/* ------ */
/* MADCAP */
/* ------ */

MadCap|dropDownHead
{
	line-height: 1.5em;
	margin-top: .5em;
	color: #2a2b32;
}

MadCap|breadcrumbsProxy
{
	margin-bottom: 1em;
	margin-top: 1.5em;
	padding-bottom: 0;
	mc-breadcrumbs-count: 4;
	color: #555555;
	mc-breadcrumbs-divider: ' > ';
	font-size: 9pt;
	text-decoration: none;
}

MadCap|footnote
{
	font-size: 9pt;
}

MadCap|popup
{
	border: none;
}

MadCap|popup:hover
{
	border: none 1px #c0c0c0;
	border-bottom-width: inherit;
	border-bottom-style: inherit;
	border-left-style: inherit;
	border-left-width: inherit;
	border-right-style: inherit;
	border-right-width: inherit;
	border-top-style: inherit;
	border-top-width: inherit;
	mc-thumbnail-max-height: 48px;
	mc-thumbnail-max-width: auto;
}

MadCap|popupBody
{
	border-right-color: none;
	border-right-width: none;
	border-top-color: none;
	border-top-width: none;
	padding: 0px;
	border: none 1px #c0c0c0;
}

.MCTextPopup
{
	/* GLOSSARY LINK AUTOMATICALLY EMBEDDED IN PARAGRAPH TEXT */
	color: #5B8EC1;
	font-weight: normal;
}

.MCTextPopupBody
{
	/* GLOSSARY TEXT THAT APPEARS POPUP BOX */
	color: black;
	padding: 5px;
	background-color: #cde0e7;
}

.MCTextPopupArrow
{
	/* LITTLE ARROW THAT APPEARS AT TOP OF POPUP BOX */
	border-bottom-color: #cde0e7;
}

MadCap|glossaryTerm.Expanding
{
	background-color: #cde0e7;
}

span.noGlossaryLink
{
	/* Nest term to prevent auto-glossary entry */
	mc-disable-glossary-terms: true;
}

/* ---------------------- */
/* MADCAP: Related Topics */
/* ---------------------- */

MadCap|relatedTopics
{
	mc-image: default;
	font-family: 'Poppins Light';
	background: #f5f5f5;
}

.relatedTopics:link
{
	/* RELATED LINKS HEADER */
	text-decoration: none;
	font-weight: bold;
	color: #1000e8;
}

.relatedTopics,
.relatedTopics + a
{
	font-weight: normal;
	margin-top: 11px;
	text-decoration: none;
	border: 0;
}

.link-list-popup
{
	/* Related Topics Popup Box */
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1em;
	border: none;
	background-color: transparent;
}

.link-list-popup ul li:hover
{
	/* Backlighting on Related Topics Hover Text */
	background-color: #FFFFCC;
	border: solid 1px #FFFFCC;
	color: #000000;
}

/* ---------- */
/* SEARCH BOX */
/* ---------- */

.search-field
{
	float: right;
	/* Kick Search Box in Top Pane Right */
}

/* ------------- */
/* HOVER BORDERS */
/* ------------- */

img
{
	mc-thumbnail: hover;
	mc-thumbnail-min-width: 10px;
	border: 0;
}

.MCPopupContainer
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-box-shadow: 2px 2px 8px #999999;
	-webkit-box-shadow: 2px 2px 8px #999999;
	box-shadow: 2px 2px 8px #999999;
	z-index: 1001;
}

.MCPopupThumbnailLink,
.MCPopupThumbnailHover,
.MCPopupFullImage,
.MCPopupContainer2
{
	/* Remove stupid black border from popups */
	border: 0;
}

:focus
{
	/* Remove stupid black border from popups */
	outline: none;
}

h2
{
	color: #1000e8;
	font-family: Poppins;
	font-weight: normal;
	font-size: 12pt;
}

h3
{
	color: #1000e8;
	font-family: Poppins;
	font-weight: normal;
}

h4
{
	color: #1000e8;
	font-weight: normal;
	font-family: Poppins;
}

MadCap|glossaryTerm
{
	color: #1000e8;
}

_generic_.relatedTopics:link
{
	
}

a
{
	font-family: sans-serif;
}

.note
{
	font-family: 'Poppins Light';
	font-style: italic;
}

p
{
	color: #000000;
}

@media print
{
	img
	{
		max-width: 85%;
		height: auto;
	}
}

img.icon_img
{
	mc-thumbnail-min-width: 10px;
	border: 0;
	mc-thumbnail-max-height: 10px;
	mc-thumbnail-max-width: 10px;
	display: inline;
	mc-thumbnail: none;
	max-height: 20px;
	max-width: 20px;
}

