﻿/*<meta conditions="common.Template" />*/

@import url('common/strings.css');

:root
{
	--dark-brand-color: #00204d;
	--light-brand-color: #FFF;
	--dark-background-font-color: #FFF;
	--light-background-font-color: #000;
	--link-color: #4875b3;
	--link-hover-color: #6699ff;
	--th-background-color: #dde7f4;
	--note-border-left-color: #408bea;
	--note-background-color: #e2eefc;
	--important-border-left-color: #ffa310;
	--important-background-color: #fdf8f1;
	--warning-border-left-color: #d92c23;
	--warning-background-color: #fadfde;
	--search-highlight-background-color: #ffcc73;
	--minitoc-background-color: #E4EBF4;
	--minitoc-color: #00204d;
	--minitoc-item-color: #00204d;
	--icon-color: #4875b3;
	--icon-hover-color: #6699ff;
	--border-color: #ccc;
}

/* Hide unused tags in editor */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
	display: block;
}

html,
body,
form
{
	font: 400 96.825% / 1.5 "Open Sans", sans-serif;
}

html,
body
{
	height: 100%;
}

div
{
	outline: none;
}

dd
{
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 30px;
}

b
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

ol,
ul
{
	list-style: none;
}

blockquote,
q
{
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after
{
	content: '';
}

pre,
code,
samp,
span.path
{
	font-family: "Inconsolata", Consolas, "Courier New", monospace;
}

samp,
span.path,
:not(pre) > * > code,
:not(pre) > code
{
	word-wrap: break-word;
}

pre
{
	background-color: #f2f2f2;
	border: 1px solid #cecece;
	color: #333;
	padding: 10px 15px;
	line-height: 1.2;
	overflow-y: auto;
	/* Pre-wrap for editor */
	white-space: pre-wrap;
	/* Override pre-wrap with pre to preserve white-spaces and line breaks without wrapping for build */
	white-space: pre;
}

div#mc-main-content table pre
{
	/* Pre-wrap for tables anyway to prevent very wide tables */
	white-space: pre-wrap;
}

/* Margins */

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 18px 0 10px 0;
}

h1
{
	margin: 0 0 18px 0;
}

ul,
ol,
p,
pre,
table,
img
{
	margin: 5px 0 16px 0;
}

li p:first-child,
div p:first-child
{
	margin-top: 0;
}

li p:last-child,
div p:last-child
{
	margin-bottom: 0;
}

p img
{
	margin: 0;
}

ul li,
ol li
{
	margin: 0 0 15px 0;
}

p.non-indexed-heading,
p.procedure-heading
{
	margin: 10px 0 16px 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6
{
	color: #00204d;
}

h1
{
	font-size: 250%;
	font-weight: bold;
}

h2
{
	font-size: 200%;
}

h3
{
	font-size: 175%;
}

h4
{
	font-size: 125%;
}

/* Links */

a
{
	color: #4875b3;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
	-o-transition: color .12s linear, background .12s linear;
	transition: color .12s linear, background .12s linear;
	-webkit-transition: color .12s linear, background .12s linear;
}

a:hover,
a.MiniTOC1:hover,
a.MCRelatedTopicsControlListItemLink:hover
{
	color: #6699ff;
	text-decoration: none;
}

/* Images */

img
{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

/* Lists */

ul,
ol
{
	padding-left: 30px;
}

ul
{
	list-style: outside disc;
}

ul ul
{
	list-style: outside circle;
}

ul ul ul
{
	list-style: outside square;
}

ol
{
	list-style: outside decimal;
}

ol ol
{
	list-style: outside lower-alpha;
}

ol ol ol
{
	list-style: outside lower-roman;
}

ol ol ol ol
{
	list-style: outside upper-alpha;
}

ul ul,
ul ol,
ol ul,
ol ol
{
	padding-left: 20px;
}

ul li,
ol li
{
	padding-left: 15px;
}

/* Tables */

table
{
	position: relative;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

td,
th
{
	width: auto;
	padding: 7px 10px;
	vertical-align: top;
}

th
{
	/*position: sticky;*/
	/*top: -1px;*/
	font-weight: bold;
	background: #dde7f4;
}

div.table-responsive
{
	overflow-y: auto;
	width: 100%;
}

/* Topic tags */

p.non-indexed-heading,
p.procedure-heading,
p.tab-title
{
	color: #00204d;
	font-size: 125%;
}

span.uicontrol
{
	display: inline;
	font-weight: bold;
}

div.note,
div.important,
div.warning
{
	padding: 11px 17px;
	margin: 5px 0 16px 0;
	border-left: 3px solid;
}

div.note
{
	background-color: #e2eefc;
	border-left-color: #408bea;
}

div.important
{
	background-color: #fdf8f1;
	border-left-color: #ffa310;
}

div.warning
{
	background-color: #fadfde;
	border-left-color: #d92c23;
}

div.note::before
{
	font-weight: bold;
	padding: 0;
	/* Fix bug in XML editor */
}

div.important::before
{
	font-weight: bold;
	padding: 0;
	/* Fix bug in XML editor */
}

div.warning::before
{
	font-weight: bold;
	padding: 0;
	/* Fix bug in XML editor */
}

/* Tabs */

div.tabs-container
{
	margin: 5px 0 16px 0;
}

ul.tabs
{
	padding: 0;
	border-bottom: 1px solid #ccc;
	mc-hidden: 'hidden';
}

ul.tabs li
{
	display: inline-block;
	margin: 0px 10px;
	padding: 0;
	mc-hidden: 'hidden';
}

ul.tabs li a
{
	color: inherit;
	display: block;
	padding: 15px 0;
	cursor: pointer;
	-o-transition: color .12s linear;
	transition: color .12s linear;
	-webkit-transition: color .12s linear;
	text-align: center;
	mc-hidden: 'hidden';
}

ul.tabs li:first-child
{
	margin-left: 0;
	mc-hidden: 'hidden';
}

ul.tabs li:last-child
{
	margin-right: 0;
	mc-hidden: 'hidden';
}

ul.tabs li:hover
{
	color: #6699ff;
	mc-hidden: 'hidden';
}

ul.tabs li.selected
{
	color: inherit;
	border-bottom: 2px solid #4875b3;
	mc-hidden: 'hidden';
}

div.tab
{
	display: none;
}

div.active
{
	display: block;
	mc-hidden: 'hidden';
}

@media screen and (max-width: 480px)
{
	body
	{
		font-size: 87.5%;
	}
}

@media screen and (max-width: 380px)
{
	body
	{
		font-size: 75%;
	}
}

@media print
{
	th
	{
		position: static;
	}
}

/* Madcap-specific settings */
/* Code snippets (editor + PDF) */
/* BUG: XML editor relies on global pre tag and renders code snippet incorrectly. But the output is ok. */
/* MCF Dropdown styles */

div.MCDropDown
{
	padding-left: 20px;
	margin: 5px 0 16px 0;
	/*overflow: auto;*/
	mc-hidden: hidden;
}

a.MCDropDownHotSpot
{
	position: relative;
	color: inherit;
	font-weight: normal;
	mc-hidden: hidden;
}

a.MCDropDownHotSpot i.i-arrow-more-thin
{
	left: -5px;
	font-size: 100%;
	transition: transform .1s linear;
	mc-hidden: hidden;
}

div.MCDropDown_Open
{
	mc-hidden: hidden;
}

div.MCDropDown_Open i.i-arrow-more-thin
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	mc-hidden: hidden;
}

/* Code snippets (HTML5 only) */

div.codeSnippet
{
	padding: 10px 15px;
	margin: 16px 0;
	background-color: #f2f2f2;
	border: 1px solid #cecece;
	overflow: auto;
	clear: both;
	mc-hidden: hidden;
}

div.codeSnippet::after,
div.codeSnippetBody > pre::after
{
	content: "";
	display: table;
	clear: both;
}

div.codeSnippetBody
{
	clear: both;
	margin-top: 10px;
	mc-hidden: hidden;
}

div.codeSnippetBody > pre
{
	margin: 0;
	padding: 10px 0;
	border: none;
}

div.codeSnippetBody > pre code
{
	display: block;
	white-space: nowrap;
	overflow-y: auto;
}

div.codeSnippetCaption
{
	text-decoration: underline;
	mc-hidden: hidden;
}

div.codeSnippetCaption p
{
	margin: 0;
}

a.codeSnippetCopyButton
{
	float: right;
	display: block;
	mc-hidden: hidden;
}

div.codeSnippetBody,
span.codeSnippetLineNumbers
{
	mc-hidden: hidden;
}

div.codeSnippetBody span.codeSnippetLineNumbers
{
	text-decoration: inherit;
	float: left;
	margin-top: 0;
	margin-right: 0.5rem;
	padding-right: 1rem;
	text-align: right;
}

/* Madcap workarounds */

div.breadcrumbs
{
	border: none;
	color: #00204d;
	min-height: 22px;
	/* Prevent content jumping on load */
	mc-hidden: hidden;
}

span.MCBreadcrumbsPrefix
{
	mc-hidden: hidden;
}

div.breadcrumbs span.MCBreadcrumbsPrefix
{
	display: none;
}

span.SearchHighlight
{
	background-color: #ffcc73;
	padding: 0 3px;
	mc-hidden: hidden;
}

/* In this section block (miniToc proxy) */

div.miniToc,
div.relatedTopics
{
	display: inline-block;
	vertical-align: top;
	mc-hidden: hidden;
}

div.miniToc::before
{
	mc-hidden: hidden;
}

div.miniToc::before,
span.MCHelpControl-RelatedHotSpot_
{
	display: block;
	margin: 20px 0 16px 0;
	padding: 7px 10px;
	background-color: #E4EBF4;
	color: #00204d;
	font-weight: 700;
	mc-hidden: hidden;
}

ul.MCRelatedTopicsControlList
{
	list-style-type: none;
	mc-hidden: hidden;
}

div.miniToc,
ul.MCRelatedTopicsControlList
{
	padding: 0 30px 0 0;
	border: none;
	mc-hidden: hidden;
}

li.MCRelatedTopicsControlListItem
{
	mc-hidden: hidden;
}

div.miniToc p,
ul.MCRelatedTopicsControlList li.MCRelatedTopicsControlListItem
{
	margin: 0;
	padding: 0 15px 15px 30px;
	position: relative;
	font-weight: 400;
	color: #00204d;
	mc-hidden: hidden;
}

a.MiniTOC1,
a.MCRelatedTopicsControlListItemLink
{
	color: #00204d;
	font-weight: 400;
	text-decoration: none;
	mc-hidden: hidden;
}

div.miniToc p::before,
ul.MCRelatedTopicsControlList li.MCRelatedTopicsControlListItem::before
{
	position: absolute;
	left: 4px;
	top: -2px;
	font-family: 'iconfont';
	content: "\ea13";
	font-style: normal;
	transform: scaleX(.999);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.25em;
	color: #4875b3;
	font-weight: 700;
	mc-hidden: hidden;
}

/* Back to top button */

a#back-to-top
{
	display: block;
	text-align: right;
	mc-hidden: hidden;
}

/* MCF variables */

span[class~="Cover.ProductMilestone"]
{
	mc-hidden: hidden;
}

span[class~="Cover.ProductMilestone"]:not(:empty)::before
{
	content: " ";
}

/* Table layout for masterpage content */

table.content-wrapper
{
	height: 100%;
	width: 100%;
	margin: 0;
	table-layout: fixed;
	mc-hidden: hidden;
}

/* Fills page with ".content" table row, so footer row sticks to the bottom of the page */

tr.content
{
	height: 100%;
	mc-hidden: hidden;
}

tr.footer > td
{
	color: #999;
	font-size: 86.65%;
	padding-bottom: 20px;
	mc-hidden: hidden;
}

tr.footer > td p
{
	margin: 0;
	mc-hidden: hidden;
}

@media print
{
	a#back-to-top
	{
		display: none;
		mc-hidden: hidden;
	}
}

