/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

/* @import url('../fontawesome/css/all.css'); 

/* =============
Note: To use the imported Font Awesome library your project must be set to include All Content. Find this setting in Target > Advanced > Content To. 
See Madcap documentation: https://help.madcapsoftware.com/flare2020r2/Content/Flare/Step4-Developing-Targets/More/Including-Specifically-Linked-Content.htm.
It is better practice to use conditions to exlude content from output.
============= */

/* Added fonts */

@font-face 
{
	font-family: TitilliumWeb-Regular;
	src: url(../../../Content/Resources/Fonts/TitilliumWeb-Regular.ttf);
}

@font-face 
{
	font-family: 'Open Sans', Arial, sans-serif;
	src: url(../../../Content/Resources/Fonts/OpenSans-Regular.ttf);
}

/* Body global font size is controlled by Topic.css, not this stylesheet.
   You must use the !important property to override it.
*/

body
{
	color: #404040;
	line-height: 1.7em;
	font-size: 16px !important;
	font-family: 'Open Sans', Arial, sans-serif;
}

p
{
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 1.7em;
}

h1
{
	font-family: TitilliumWeb-Regular;
	color: #4B4B4A;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 34px;
	margin-bottom: 20px;
	line-height: 37px;
}

h2
{
	font-family: TitilliumWeb-Regular;
	color: #0095da;
	font-size: 1.8em;
	margin-bottom: 4px;
	margin-top: 24px;
	font-weight: bolder;
	orphans: 5;
}

h3
{
	font-family: TitilliumWeb-Regular;
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: bold;
	color: #000000;
	mc-heading-level: 0;
	font-size: 1.6em;
}

h4
{
	font-family: TitilliumWeb-Regular;
	padding-bottom: 0px;
	padding-top: 6px;
	/* border-bottom: 1px solid #d3d3d3; */
	width: 65%;
	mc-heading-level: 0;
	font-size: 1.4em;
}

h5
{
	font-family: TitilliumWeb-Regular;
	padding-bottom: 0px;
	padding-top: 6px;
	/* border-bottom: 1px solid #d3d3d3; */
	width: 65%;
	mc-heading-level: 0;
	font-size: 1.2em;
}

#back-to-top-btn	/* CSS for the back to top button */
{
	position: fixed;
	bottom: 5px;
	right: 20px;
	z-index: 99;
	font-size: 1rem;
	font-weight: bold;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 25px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #005485;
	background-image: url('../Images/chevron-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}

#back-to-top-btn:hover	/* CSS for the back to top button */
{
	background-color: #f1f2f4;
	color: #000000;
	background-image: url('../Images/chevron-black.svg');
}

/* Image Styles */

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
	padding: 5px;
	border: none;
	margin-top: 15px;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

img.sita-small-help-icon	/*CSS to add icons in-line with text */
{
	width: 30px;
	height: 30px;
	position: relative;
	top: 5px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
}

img.sita-basic-popup	/*CSS to quickly add popup effective to images */
{
	width: 300px;
	padding: 5px;
	border: none;
	margin-top: 15px;
	mc-thumbnail: popup;
	mc-thumbnail-max-width: 300px;
	mc-thumbnail-max-height: 300px;
}

/* MadCap Styles */

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	font-style: normal;
	color: #196bc5;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
	font-size: 11pt;
}

/* .dropDownHotspot:link {
    color: #0095da;
    font-weight: bold;
    font-style: normal;
	font-size: 0.9em;
} */

.dropDownHotspot:link
{
	font-style: normal;
	color: #196bc5;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.body-container
{
	padding-top: 2em;
	padding-left: 3em;
	padding-right: 3em;
}

.title-bar-container
{
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	/*adds the shadow effect to the header*/
}

p.note
{
	margin-bottom: 8px;
	margin-top: 8px;
	/* font-family: Verdana; */
	color: #ffffff;
	background-color: transparent;
	color: black;
	padding: 5px;
	padding-left: 10px;
	font-size: 10pt;
	width: 100%;
	border: 2px solid black;
	border-radius: 10px;
	font-size: 11pt;
	/* padding: 10px; */
}

/* .center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
} */

/* a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #0079c1;
}

a.MCBreadcrumbsLink:hover
{
	color: #000000;
} */

/* MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: 0.7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	color: #888888;
} */

/* MadCap|xref
{
	color: #2d8dcc;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
} */

/* MadCap|xref:hover
{
	color: #0079c1;
} */

/* MadCap|dropDownHotspot
{
	color: #196bc5;
	font-family: Arial;
} */

/* MadCap|dropDownBody
{
	border-bottom: 1px solid #d3d3d3;
} */

/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/

/* MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	padding-bottom: 5px;
	padding-top: 5px;
} */

/*==Master Page Topic Layout==*/
/*Adds bottom border on top navigation bar*/

/* nav.title-bar	
{
	border-bottom: 1px solid #d3d3d3;
} */

/* .off-canvas-wrapper-inner .outer-row
{
	max-width: 67em;
} */

/*Min-height is necessary for topics that are not included in a TOC*/
/*Contains the breadcrumbs and toolbar*/

/* div.top-bar	
{
	border-bottom: 1px solid #d3d3d3;
	min-height: 50px;
	
} */

/* div.search-container
{
	padding-bottom: 20px;
} */

/*==Elements for the left side of Master Page layout==*/
/*This is the div that the menu proxy is contained in*/

/* div.side-menu	
{
	padding-left: 10px;
	margin-top: 15px;
} */

/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/

/* div.side-content	
{
	padding-top: 10px;
} */

/*Font properties for the "Search Tips" drop-down head */

/* MadCap|dropDownHead.side-content	
{
	font-size: 1.1em;
	font-weight: bold;
} */

/*Call to action button/Contact Support button*/

/* div.cta	
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 2px 0px;
	border: 1px solid #0079c1;
	width: 162px;
	color: #0079c1;
	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	margin-top: 20px;
} */

/*When hovering over the CTA button the following properties will apply*/

/* div.cta:hover	
{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	transform: scale(1.01);
} */

/* a.cta:link
{
	color: #fff;
	text-decoration: none;
} */

/* a.cta:visited
{
	color: #fff;
	text-decoration: none;
} */

/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/

/* div.topic-layout	
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
} */

/* div.topic-layout::before
{
	content: ' ';
	display: table;
} */

/* div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
} */

/* div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} */

/*Menu Proxy container*/

/* div.topic-layout > div:nth-child(1)	
{
	width: 25%;
	margin-left: 0%;
	border-right: 1px solid #d3d3d3;
} */

/* div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
} */

/* MadCap|dropDownHead
{
	color: #196bc5;
} */

/* Must explicitly state an OL/UL value otherwise it defaults to body size set in Topic.css NOT
in MainStyles. Topic.css is not accessible. */

/* 
ul
{
	font-size: 16px;
} */

/* ol
{
	font-size: 16px;
} */

table
{
	width: auto;
}

h5
{
	mc-heading-level: 0;
}

h6
{
	mc-heading-level: 0;
}

span.description-header
{
	display: block;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: 300;
}

span.description-text
{
	font-size: 12.6px;
	margin-bottom: 30px;
	line-height: 16.8px;
}

MadCap|xref.primary
{
	mc-format: '{paratext}';
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media Web
{
	code
	{
		padding: 0.2em 0.4em !important;
		margin: 0 !important;
		font-size: 85% !important;
		background-color: rgba(175, 184, 193, 0.2) !important;
		border-radius: 6px !important;
	}

	.codeSnippetBody
	{
		background-color: rgb(246, 248, 250) !important;
		margin-top: 25px !important;
	}

	.codeSnippetBody > pre
	{
		font-size: 16px !important;
		line-height: 1.2em !important;
		padding-left: 20px !important;
	}

	.codeSnippetBody > pre > code
	{
		background-color: transparent !important;
	}

	a
	{
		text-decoration: none;
	}
}

@media only screen and (max-width: 1279px)
{
	.body-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	/* div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	} */
}

@media only screen and (max-width: 767px)
{
	/* div.top-bar
	{
		min-height: 0;
	} */

	/* div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	} */
}

p.note
{
	margin-bottom: 8px;
	margin-top: 8px;
	/* font-family: Verdana; */
	color: #ffffff;
	background-color: transparent;
	color: black;
	padding: 5px;
	padding-left: 10px;
	font-size: 10pt;
	width: 100%;
	border: 2px solid black;
	border-radius: 10px;
	font-size: 11pt;
	/* padding: 10px; */
}

/* .note a
{
	color: red;
} */

td p.note-left-indent
{
	text-decoration: underline;
}

MadCap|dropDownHead.dropdownhead2
{
	font-style: normal;
	color: #196bc5;
	font-family: OpenSans-Regular;
	text-decoration: none;
	font-size: 11pt;
}

p.p2
{
	margin-bottom: 8px;
	margin-top: 8px;
	/* font-family: Verdana; */
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}

MadCap|xref.RelLinkPageNumber
{
	color: #0000ff;
	mc-format: '{paratext} - page {page}';
}

table.tablepage
{
	border: solid 2px #000000;
}

th.tablehead
{
	color: #0079c1;
	font-size: 10pt;
	border: solid 1px #000000;
}

td.tabletd
{
	border: solid 1px #000000;
	padding: 4px;
	font-size: 10pt;
}

caption
{
	display: table-caption;
	color: black;
	font-weight: bold;
	text-align: center;
}

/* MadCap|variable.product
{
	color: #f7931e;
	font-size: 32pt;
	line-height: 14pt;
}

MadCap|variable.documentType
{
	color: #f7931e;
	font-size: 26pt;
}
 */

@media PDF
{
	body
	{
		font-family: Arial, Avenir, Myriad;
		font-size: 10pt;
	}

	.header-footer
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		line-height: 1.3em;
	}

	h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.9em;
		font-weight: bold;
		color: #f7931e;
		mc-auto-number: inherit;
		page-break-after: avoid;
	}

	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.7em;
		font-weight: bold;
		color: #6f6e5f;
		mc-auto-number-offset: 4px;
		mc-auto-number-format: ' ';
		page-break-after: avoid;
	}

	h3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		color: #0095da;
		page-break-after: avoid;
	}

	h4
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		color: #6f6e5f;
		page-break-after: avoid;
	}

	h5
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #6f6e5f;
		page-break-after: avoid;
	}

	p.OrangeHeader
	{
		font-size: 1.6em;
		text-align: center;
		font-weight: bold;
		color: #f7931e;
		mc-toc-depth: inherit;
		mc-heading-level: 0;
	}

	p.FigureNumber
	{
		font-weight: bold;
		font-style: normal;
		font-size: 0.8em;
		mc-auto-number-format: 'Figure {chapnum}-{n+}: ';
	}

	li
	{
		font-family: Arial, Avenir, Myriad;
	}

	p
	{
		font-family: Arial, Avenir, Myriad;
		line-height: 1.5em;
	}

	ul
	{
		font-family: Arial, Avenir, Myriad;
	}

	ol
	{
		font-family: Arial, Avenir, Myriad;
	}

	p.note
	{
		font-family: Arial, Avenir, Myriad;
	}

	div.note
	{
		font-family: Arial, Avenir, Myriad;
	}

	p.p2
	{
		font-family: Arial, Avenir, Myriad;
	}

	p.success-message
	{
		border: none 0px transparent;
	}

	p.warning-message
	{
		border: none 0px transparent;
	}

	p.warning-message-2
	{
		border: none 0px transparent;
	}

	a
	{
		text-decoration: none;
	}

	.TableStyle-Main-Table
	{
		font-size: 0.9em !important;
		line-height: 1.2em !important;
	}

	code
	{
		font-size: 0.9em !important;
		mc-hyphenate: never;
	}

	MadCap|xref.primary
	{
		mc-format: '{paratext} - page {page}';
	}

	MadCap|xref
	{
		mc-format: '{paratext} - page {page}';
	}
}

span.mc-variable.product
{
	color: #f7931e;
	font-size: 23pt;
	/* line-height: 10pt; */
}

span.mc-variable.documentType
{
	color: #f7931e;
	font-size: 17pt;
}

span.mc-variable.coverData
{
	color: #6f6e5f;
	font-size: 12pt;
}

span.mc-variable.copyright
{
	font-size: 8pt;
}

td.tabletd-warning-message
{
	border: solid 1px #000000;
	padding: 4px;
	font-size: 10pt;
	text-align: center;
}

#back-to-top-btn::after
{
	
}

img.sita-image-basic
{
	border: solid 1px #000000;
}

/*<meta sourceDocument="C:\Users\Mark.Wentowski\Documents\Documents\My Projects\markdown-repos\baggage\bagmanager\HHT\user-guide\hht-user-guide.md" />*/

p.warning-message
{
	margin-bottom: 8px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 10pt;
	border-radius: 10px;
	padding: 5px;
	margin-top: 6px;
	color: #a03c59;
	border: solid 2px #000000;
	display: inline-block;
	background-color: #d5d1d6;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

p.warning-message-2
{
	margin-bottom: 8px;
	/* font-family: Verdana; */
	font-size: 10pt;
	border-radius: 10px;
	padding: 5px;
	margin-top: 6px;
	color: white;
	border: solid 2px #000000;
	display: inline-block;
	background-color: red;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

p.warning-popup
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p.success-message
{
	margin-bottom: 8px;
	/* font-family: Verdana; */
	font-size: 10pt;
	border-radius: 10px;
	padding: 5px;
	margin-top: 6px;
	color: white;
	display: inline-block;
	background-color: green;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: solid 2px #000000;
}

p.banner-blue
{
	margin-bottom: 8px;
	/* font-family: Verdana; */
	font-size: 10pt;
	border-radius: 10px;
	padding: 5px;
	margin-top: 6px;
	color: white;
	display: inline-block;
	background-color: #305583;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: solid 2px #000000;
}

span.red-border
{
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	text-align: center;
	border: 2px solid red;
}

/*<meta sourceDocument="C:\Users\Mark.Wentowski\Documents\VS Code\hhtwalk-through.md" />*/

/* .alert {
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
} */

/* Note. Markdown Element is Blockquote*/

/* .alert-info
{
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
} */

/* Tip Markdown Element is H5 */

/* .alert-success
{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
} */

/* Warning. Markdown Element is H6  */

/* .alert-danger
{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
} */

/* Icon styling. Color inherited from alert type div's font color */

/* .fa
{
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
} */

/* .bs-callout+.bs-callout {
    margin-top: -5px;
} */

/* .bs-callout {
	margin-top: -5px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
} */

/* Old Note */

/* div.note
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffffff;
	background-color: transparent;
	color: black;
	padding: 5px;
	padding-left: 10px;
	font-size: 10pt;
	width: 100%;
	border: 2px solid black;
	border-radius: 10px;
	font-size: 11pt;
} */

/* Note. Markdown Element is Blockquote*/

div.note
{
	color: #404040;
	border: 1px solid #eee;
	border-left: 1px solid #5bc0de;
	border-left-width: 5px;
	margin-top: -5px;
	padding: 14px;
	margin: 20px 0;
	border-radius: 3px;
}

/* Tip. Markdown Element is H5 */

div.tip
{
	color: #404040;
	border: 1px solid #eee;
	border-left: 1px solid #5cb85c;
	border-left-width: 5px;
	margin-top: -5px;
	padding: 14px;
	margin: 20px 0;
	border-radius: 3px;
}

/* Warning. Markdown Element is H6  */

div.warning
{
	color: #404040;
	border: 1px solid #eee;
	border-left: 1px solid #f0ad4e;
	border-left-width: 5px;
	margin-top: -5px;
	padding: 14px;
	margin: 20px 0;
	border-radius: 3px;
}

div.caption
{
	border-left: 15px solid #ace2fc;
	color: #404040;
	font-style: italic;
	line-height: 24px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 38px;
}

code
{
	padding: 0.2em 0.4em !important;
	margin: 0 !important;
	font-size: 85% !important;
	background-color: #EFF1F3 !important;
	/* background-color: rgba(175, 184, 193, 0.2) !important; */
	border-radius: 6px !important;
}

.codeSnippetBody
{
	background-color: rgb(246, 248, 250) !important;
	margin-top: 25px !important;
}

.codeSnippetBody > pre
{
	font-size: 16px !important;
	line-height: 1.2em !important;
	padding-left: 20px !important;
}

.codeSnippetBody > pre > code
{
	background-color: transparent !important;
}

a
{
	text-decoration: none;
}

.TableStyle-Main-Table
{
	font-size: 15px !important;
	line-height: 1.4em !important;
}

/* Table Headers - Primary */

.TableStyle-Main-Table-HeadE-Column1-Header1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-HeadD-Column1-Header1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Table Headers - Redundant (may not exist) */

.TableStyle-Main-Table-HeadA-Column1-Header1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-HeadB-Column1-Header1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-HeadC-Column1-Header1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-HeadF-Column1-Header1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-HeadG-Column1-Header1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Table Body Primary */

.TableStyle-Main-Table-BodyE-Column1-Body1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-BodyD-Column1-Body1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-BodyB-Column1-Body1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Table Body Redundancy */

.TableStyle-Main-Table-BodyA-Column1-Body1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-BodyC-Column1-Body1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-BodyF-Column1-Body1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.TableStyle-Main-Table-BodyG-Column1-Body1
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/*<meta sourceDocument="C:\Users\Mark.Wentowski\Documents\Git Repos\flex-api-docs\style-mapping.md" />*/
/*<meta sourceDocument="C:\Users\Mark.Wentowski\Documents\Git Repos\flex-api-docs\flex-dev-guide.md" />*/

table.Revision-History-PDF
{
	width: 100%;
}

MadCap|xref
{
	mc-format: '{paratext}';
}

@media print
{
	MadCap|xref
	{
		mc-format: '{paratext} - page {page}';
	}

	code
	{
		mc-hyphenate: never;
	}

	MadCap|xref.primary
	{
		mc-format: '{paratext} - page {page}';
	}
}

div.group-content
{
	page-break-inside: avoid;
	margin-top: 15px;
}

table.Side-header
{
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	margin-top: 20px;
	border-spacing: 0px 0px;
	font-size: 15px !important;
	line-height: 1.4em !important;
}

table.Side-header thead tr th:nth-of-type(1)
{
	background-color: #2F4D7D;
	color: white;
}

table.Side-header tbody tr td:nth-of-type(1)
{
	background-color: #2F4D7D;
	color: white;
}

table.Side-header tbody tr td
{
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

