/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*ReliaSoft blues:
   Dark blue - #002d6d
   Medium blue - #1a5192
   Light blue - #78a9d4
   Light gray for backgrounds - #D6E0E7
*/

/*HBK blues:
	99DAD8, 33B6B1, 006C8E, 00335A
*/

/*Browser reset styles, modified from http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
big,
cite,
code,
em,
img,
small,
strong,
sub,
sup,
u,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
hgroup,
audio,
video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body
{
	font-family: Calibri, "sans serif";
	line-height: 1.2;
	font-size: 16px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of browser reset styles */

h1,
h2,
h3,
h4
{
	margin-bottom: 16px;
}

h1
{
	font-family: "Calibri Light", "sans serif";
	font-size: 220%;
	color: #002d6d;
	margin-top: 20px;
}

.leftCol h2
{
	font-size: 140%;
	font-weight: bold;
	margin-top: 30px;
}

h2 a
{
	color: #000000;
}

.leftCol h3
{
	color: #1a5192;
	font-size: 120%;
	font-weight: bold;
}

h3 a
{
	color: #1a5192;
}

h2.hide-toc,
h3.hide-toc
{
	
}

.leftCol h4
{
	color: #78a9d4;
	font-size: 110%;
	font-weight: bold;
}

.leftCol h5
{
	text-transform: uppercase;
	font-weight: bold;
}

p
{
	line-height: 1.25;
	margin-bottom: 18px;
}

/* start of list styles ======================================================== */

ul,
ol
{
	margin: 0 0 14px 16px;
}

ul ol,
ul ul,
ol ol,
ol ul
{
	margin-top: 14px;
	margin-left: 16px;
}

ul li,
ol li
{
	margin-bottom: 14px;
	margin-left: 8px;
	padding-left: 2px;
	line-height: 1.25;
}

/*Hacky thing for RoboHelp nested bullets*/

ul ul li,
ol ul li
{
	margin-left: 12px;
}

/*Properly nested bullets*/

ul li li,
ol li li
{
	margin-left: 0px;
}

/*Bullet types*/

ul
{
	list-style-type: disc;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}

ol ol ul li
{
	list-style-type: disc;
}

/* end o' list styles ===================================== */

a
{
	color: #1a5192;
}

a:hover
{
	color: #78a9d4;
}

.rightCol li a:hover
{
	text-decoration: underline;
}

.Note,
.Note-indent1,
.Note-indent2,
.Note-indent3,
.note-topic-only
{
	background: #D6E0E7;
	border-radius: 3px;
	padding: 14px;
}

.Note-indent1
{
	margin-left: 26px;
}

.Note-indent2
{
	margin-left: 44px;
}

.Note-indent3
{
	margin-left: 62px;
}

.QS_Info
{
	background: #C0C0C0;
	border-radius: 3px;
	padding: 14px;
}

.leftCol
{
	padding: 0 5% 2% 5%;
	width: 100%;
}

.rightCol
{
	padding: 0 5% 2% 5%;
	width: 100%;
	margin-bottom: 40px;
}

.rightCol h4
{
	background: #00335A;
	padding: 5px 8px 7px 8px;
	color: #ffffff;
	border-radius: 3px;
	margin: 24px 0 0 0;
	font-weight: normal;
}

.rightCol ul,
.rightCol ol
{
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

/* quick tour styles */

.rightCol h4.quick-tour
{
	background: #78a9d4;
}

.rightCol ul.quick-tour li,
.rightCol ol.quick-tour li
{
	color: #002d6d;
	font-weight: bold;
}

.bottom-nav
{
	padding: 8px;
	margin-top: 40px;
	border-top: 2px solid #78a9d4;
}

.bottom-nav-left
{
	float: left;
	color: #C0C0C0;
}

.bottom-nav-right
{
	float: right;
}

.bottom-nav-left a,
.bottom-nav-right a
{
	text-decoration: none;
	color: #00335A;
	font-weight: bold;
}

/* related topics and links */

.rightCol ul li,
.rightCol ol li
{
	list-style: none;
	line-height: 1.2;
	margin-bottom: 8px;
	padding-left: 0;
	margin-left: 8px;
}

.rightCol li a
{
	color: #002d6d;
	text-decoration: none;
	font-weight: normal;
}

/* title and copyright for master page */

.page-title
{
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #00335A;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin: 0 5%;
}

.footer-text
{
	font-size: 85%;
	font-weight: bold;
	clear: both;
	padding-top: 20px;
	margin-left: 5%;
}

.footer-text a
{
	color: #002d6d;
	text-decoration: none;
}

/* common inherited table styles */

table
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}

table caption
{
	font-weight: bold;
	color: #00335A;
	margin-bottom: 8px;
}

td,
th
{
	vertical-align: top;
}

td p
{
	padding: 5px 10px 5px 10px;
	margin-bottom: 0;
	line-height: 1.1;
}

table.ColumnsOnly td,
table.AllBorders td,
table.NoHeading td
{
	padding: 4px;
}

table.AllBorders td,
table.NoHeading td
{
	text-align: center;
}

/* table with borders on columns */

table.ColumnsOnly td.t1Col,
table.ColumnsOnly td.t2Col
{
	background-color: #ffffff;
	border-left: 1px solid #d0d0d0;
}

table.ColumnsOnly td.last
{
	background-color: #ffffff;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

/* table with borders on all rows and columns */

table.AllBorders
{
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}

table.AllBorders tr.t1Row td,
table.AllBorders tr.t2Row td
{
	border-bottom: 1px solid #bfbfbf;
}

table.AllBorders td.t1Col
{
	border-right: 1px solid #bfbfbf;
}

table.AllBorders td.t2Col
{
	border-right: 1px solid #bfbfbf;
}

table.AllBorders tr.t1st td
{
	background-color: #d0d0d0;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
}

/* headerless table with borders on rows and columns */

table.NoHeading
{
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}

table.NoHeading tr.t1Row td,
table.NoHeading tr.t2Row td
{
	border-bottom: 1px solid #bfbfbf;
}

table.NoHeading td.t1Col,
table.NoHeading td.t2Col
{
	border-right: 1px solid #bfbfbf;
}

/* table for svg icon layout */

table.icons
{
	margin-bottom: 24px;
}

table.icons td
{
	padding: 10px 0;
}

table.iconssnippet
{
	margin-bottom: -10px;
	margin-top: -10px;
}

table.iconssnippet td
{
	padding: 10px 0;
}

/* clean table with subhead option and borders on rows only */

table.simple
{
	margin: 0 auto 22px auto;
}

table.simple td
{
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #cccccc;
}

table.simple th
{
	font-weight: bold;
	color: #00335A;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
	border-bottom: 2px solid #000000;
}

table.simple tr.subhead1
{
	font-weight: bold;
	background: #D6E0E7;
	border-top: 2px solid #000000;
}

table.simple tr.subhead2
{
	font-weight: bold;
	border-top: 2px solid #000000;
}

/* special indent and spacing classes */

.add-top-margin
{
	margin-top: 18px;
}

.indent-level1
{
	margin-left: 26px;
}

.indent-level2
{
	margin-left: 44px;
}

.indent-level3
{
	margin-left: 62px;
}

/* special styles for theory material */

.math-post-wiki
{
	position: relative;
	top: 0.2em;
}

.not_in_toc
{
	mc-heading-level: 0;
}

.thumbinner
{
	margin: auto;
}

.examples
{
	display: none;
}

/* special styles for hotwire material */

.hotwire_figure
{
	text-align: center;
	font-weight: bold;
}

.math
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

.subscript
{
	font-size: 75%;
	vertical-align: sub;
}

.superscript
{
	font-size: 75%;
	vertical-align: super;
}

.hiddenlinks
{
	display: none;
}

/* code styles; see also xml-code-styles.css */

p.code
{
	font-family: "Courier New", Courier, monospace;
	line-height: 1.1;
	margin-left: 20px;
	mc-hyphenate: never;
}

span.code
{
	font-family: "Courier New", Courier, monospace;
}

img
{
	max-width: 100%;
}

tr
{
	page-break-inside: avoid;
}

/*Media queries for column layout at 800px break point*/

@media only screen and (min-width: 800px)
{
	.leftCol
	{
		float: left;
		padding: 0 5% 2% 5%;
		width: 70%;
	}
}

@media only screen and (min-width: 800px)
{
	.rightCol
	{
		float: left;
		padding: 0 0 0 2%;
		width: 25%;
	}
}

/*Media queries for theory only*/
/* hide rightCol below 800px break point */

@media only screen and (max-width: 800px)
{
	.theory
	{
		display: none;
	}
}

/* hide MathML from mediawiki and use API images */

@media only screen
{
	.mwe-math-mathml-inline
	{
		display: none;
	}
}

/*Proxies and built-in components */

MadCap|dropDownHead
{
	margin-bottom: 14px;
}

MadCap|topicToolbarProxy
{
	margin: -2% 0px 0px 5%;
}

MadCap|expanding
{
	mc-open-image: url('../../../../../program_files/madcap_software/madcap_flare_21/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../program_files/madcap_software/madcap_flare_21/flare.app/resources/images/webhelp/plus.png');
	mc-image-position: left;
}

MadCap|dropDown
{
	mc-open-image: url('../../../../../program_files/madcap_software/madcap_flare_21/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../program_files/madcap_software/madcap_flare_21/flare.app/resources/images/webhelp/plus.png');
}

MadCap|toggler
{
	mc-open-image: url('../../../../../program_files/madcap_software/madcap_flare_21/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../program_files/madcap_software/madcap_flare_21/flare.app/resources/images/webhelp/plus.png');
	color: inherit;
}

MadCap|popupHead
{
	color: #5B8EC1;
}

MadCap|popupBody
{
	color: #EBEBEB;
	border: none;
	background-color: rgba(0, 0, 0, .85);
	padding: 11px 15px;
}

MadCap|conceptLink
{
	color: #000000;
}

MadCap|keywordLink
{
	color: #000000;
}

MadCap|relatedTopics
{
	color: #000000;
}

MadCap|helpControlMenu
{
	color: #707070;
	background-color: #FFFFFF;
	border: none;
}

MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

MadCap|helpControlMenuItem.Highlighted
{
	color: #000000;
	background-color: #E5EFF7;
}

MadCap|breadcrumbsProxy
{
	font-family: Calibri;
	color: #777777;
	font-size: 90%;
	font-style: italic;
	text-align: right;
	margin: 1% 5% 0 0;
	border: none;
	mc-breadcrumbs-prefix: ' ';
	mc-breadcrumbs-divider: ' / ';
}

a.MCBreadcrumbsLink
{
	text-decoration: none;
	font-weight: normal;
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: underline;
	color: #00335A;
}

MadCap|bodyProxy
{
	mc-page-type: all;
}

MadCap|ListOfProxy
{
	border-top: none;
	padding-left: 0;
	margin-left: 0;
}

MadCap|IndexProxy
{
	mc-output-support: all;
}

/*Search highlight*/

.SearchHighlight
{
	background-color: #FFFF99;
}

/* micro content styles */

.micro-content-only
{
	display: none;
}

.micro-content-container .micro-response .topic-only
{
	display: none;
}

.micro-content-container .micro-response .note-topic-only
{
	display: none;
}

.micro-content-container .micro-response .micro-content-only
{
	display: block;
}

@media theory_online
{
	.firstheading
	{
		mc-heading-level: 0;
	}
}

