/*<meta />*/

@import url('../CustomScripts/cookieconsent-2_0.min.css');

@namespace MadCap url(https://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*
	Copyright (C) 2013-2019 Trend Micro Inc. All rights reserved.
	Avoid using "!important"; it breaks the "cascading" in cascading style sheets. https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
*/

@font-face 
{
	font-family: Interstate;
	font-weight: 400;
	src: url('../Fonts/Interstate-Regular.otf');
	src: local('Interstate-Regular');
}

@font-face 
{
	font-family: Interstate;
	font-weight: 600;
	src: url('../Fonts/Interstate-Bold.otf');
	src: local('Interstate-Bold');
}

@font-face 
{
	font-family: Interstate;
	font-weight: 300;
	src: url('../Fonts/Interstate-Light.otf');
	src: local('Interstate-Light');
}

@-webkit-keyframes spin {
 0% {
   -webkit-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }
} 

body,
a,
li,
p,
h1,
h2,
h3,
h4,
h5,
td
{
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

body
{
	font-weight: 300;
	font-size: 1em;
	color: #696969;
	line-height: 1.5em;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

#contentBody
{
	min-height: calc(100vh - 400px);
	background-color: transparent;
}

#legal-notice
{
	font-size: 1.4rem;
	font-weight: bold;
}

#privacy-notice
{
	font-size: 1.2rem;
	font-weight: bold;
}

::selection
{
	background: #db3d44 !important;
	color: #fff !important;
	text-shadow: none;
}

a:link
{
	color: #005CA6;
	mc-hyphenate: never;
	vertical-align: baseline;
}

a:focus
{
	mc-hyphenate: never;
}

a:active
{
	mc-hyphenate: never;
}

a:footer
{
	color: #fff;
	mc-hyphenate: never;
}

/* Telemetry consent dialog */

MadCap|xref,
.xref,
a,
.cc-revoke.cc-bottom
{
	text-decoration: none;
	font-weight: normal;
	color: #005CA6;
	mc-hyphenate: never;
	font-size: inherit;
	display: inline;
}

a:hover,
.cc-revoke:hover,
.cc-animate.cc-revoke.cc-bottom:hover,
.cc-animate.cc-revoke.cc-active.cc-bottom
{
	text-decoration: none;
	color: #0071CD;
}

#site-footer::before
{
	content: '';
	display: table;
}

.cc-compliance .cc-link
{
	color: #ddd;
	text-decoration: underline;
	font-weight: normal;
	font-size: smaller;
	box-shadow: none;
	border-bottom: none;
	padding-right: 1em;
	padding-left: 1em;
	word-break: normal;
}

.cc-compliance.cc-link:hover
{
	color: #ddd;
}

.cc-dismiss
{
	word-break: normal;
}

.cc-window.cc-floating,
.cc-window
{
	color: #fff;
	background: rgba(60, 60, 60, 1);
	max-width: 98%;
}

.cc-banner.cc-bottom
{
	/* Class name per init value in JS ... position: 'top' for .cc-top etc.*/
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0em 1em 1em 1em;
	/* Adjustment for top bar skin below */
	/* margin: 0em 2em 1em 1em; */
	text-align: left;
	border: 0;
	border-radius: 3px;
	width: auto;
	width: 80%;
	/* Adjustment for top bar skin below */
	/* width: 98%; */
	padding: 1em;
	position: fixed;
	margin-left: 18%;
	/* Adjustment for top bar skin below */
	/* margin-left: 18%; */
}

.cc-revoke.cc-bottom
{
	font-size: inherit;
	position: relative;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.cc-revoke:hover,
.cc-revoke:focus,
.cc-animate.cc-revoke.cc-active.cc-bottom
{
	transform: none;
	font-size: inherit;
	color: #757575;
	display: inline;
}

.cc-btn,
.cc-theme-classic .cc-btn,
.redoc-wrap .api-content a.openapi-button,
.redoc-wrap .api-content a.ijUIjB,
.hero-banner .hero-banner-content a[role="button"],
a[role="button"],
button,
input[type="reset"],
input[type="submit"],
input[type="button"]
/* ReDoc 1.22.2 */
/* ReDoc 2.0+ */
/* Theme customizer CSS overrides below. */
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	outline: 0;
	border-width: 0;
	border-radius: 3px;
	padding: 0.8em 1.2em;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.cc-compliance .cc-btn:first-child
{
	color: #ddd;
	background: #303030;
	text-decoration: none;
}

.cc-compliance .cc-btn:last-child
{
	color: #eee;
}

.cc-btn:hover,
.cc-btn:focus,
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:last-child:focus,
.cc-highlight .cc-btn:last-child:hover,
.redoc-wrap a.openapi-button:hover,
.redoc-wrap a.openapi-button:focus,
.redoc-wrap a.ijUIjB:hover,
.redoc-wrap a.ijUIjB:focus,
.hero-banner .hero-banner-content a[role="button"]:hover,
.hero-banner .hero-banner-content a[role="button"]:focus,
a[role="button"]:hover,
a[role="button"]:focus,
button.btn-page-scroll:hover,
button.btn-page-scroll:focus,
button:hover,
button:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus
/* ReDoc 1.22.2 */
/* ReDoc 2.0+ */
/* Customizer CSS overrides below. To force match, above rule is more specific. Avoid !important; it breaks cascading. https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity */
{
	text-decoration: none;
	border: 0;
	box-shadow: inset 0 -3px 0 rgba(60, 60, 60, 0.125);
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover
{
	background: #c22327;
}

/* End Telemetry Consent Dialog */

#title
{
	font-family: Interstate, Tahoma, Sans Serif !important;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	font-size: 32pt;
	line-height: 48pt;
}

#subtitle
{
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	font-size: 24pt;
	line-height: 36pt;
}

p
{
	font-weight: 300;
	mc-hyphenate: never;
}

/* Styles for Help Center Software DLC page */

#help-center-link
{
	box-sizing: border-box;
	color: rgb(250, 250, 250);
	cursor: pointer;
	direction: ltr;
	display: block;
	font-family: Interstate, Tahoma, "Sans Serif" !important;
	font-size: 18px;
	font-weight: 400;
	height: 38px;
	line-height: 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(250, 250, 250);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 0px;
	padding-top: 20px;
	text-align: left;
	text-decoration-color: rgb(250, 250, 250);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-size-adjust: 100%;
	vertical-align: baseline;
	white-space: nowrap;
	width: 143.083px;
	-webkit-font-smoothing: antialiased;
}

#help-center-link-div
{
	float: left;
	flex: 1 1 auto;
	align-self: flex-start;
	display: flex;
	order: 4;
	justify-content: flex-end;
	float: right;
	z-index: 1;
}

.hide-software-page
{
	display: none;
}

.title-bar-layout .logo-wrapper
{
	min-height: 50px;
	flex-basis: 10%;
}

@media only screen and (max-width: 1279px)
{
	.navigation-wrapper,
	ul.navigation
	{
		display: none;
	}

	.navigation-wrapper,
	ul.language-selector
	{
		display: block;
		/* Uncomment for top bar skin below */
		/*right: 110px; */
		/* Uncomment for tripane skin below */
		top: 15px;
		right: 70px;
	}
}

/* End of styles for Help Center Software DLC page */

strong
{
	font-weight: bold;
	mc-hyphenate: never;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	text-decoration: none;
}

h1
{
	display: block;
	margin-bottom: 15px;
	margin-top: 30px;
	mc-hyphenate: never;
	vertical-align: baseline;
	page-break-before: always;
	line-height: 2em;
}

h2
{
	margin-bottom: 15px;
	margin-top: 30px;
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1.5em;
	line-height: 1.5em;
}

h3
{
	margin: 20px 0 15px 0;
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1.25em;
	line-height: 1.25em;
}

h4
{
	text-decoration: none;
	margin: 20px 0 15px 0;
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1.15em;
	line-height: 1.15em;
}

h5
{
	margin: 0 0 0 0;
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1.1em;
	line-height: 1.1em;
}

h6
{
	margin: 0 0 0 0;
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1.05em;
	line-height: 1.05em;
}

dt
{
	font-weight: bold;
}

.fake
{
	
}

.filename
{
	font-family: "Courier New", Courier, monospace !important;
}

.offline
{
	background-color: #CCCCCC;
	font-weight: bold;
}

.preview
{
	background-color: #FFF8DC;
	font-weight: bold;
}

a.external
{
	text-decoration: none;
	color: #005CA6;
	mc-hyphenate: never;
	vertical-align: baseline;
	font-weight: normal;
}

.xref
{
	font-weight: 300;
}

pre.code
{
	padding: 3px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

pre
{
	margin-left: 25px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

dt
{
	padding-top: 3px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

dd
{
	padding-bottom: 3px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

div,
span
{
	margin: 0;
	padding: 0;
}

ul.dsmicons
{
	list-style-type: none;
	mc-hyphenate: never;
	vertical-align: baseline;
}

ul li
{
	padding-bottom: 6px;
}

ol li
{
	
}

ul li ul li
{
	margin-left: -10px;
	list-style: disc;
}

ol li ol li
{
	margin-left: -10px;
	list-style: lower-alpha;
}

ul li ol li
{
	margin-left: -10px;
	list-style: lower-alpha;
}

ol li ul li
{
	margin-left: -10px;
	list-style: disc;
}

code,
.code,
.codeLine
{
	font-family: "Courier New", Courier, monospace !important;
	font-size: 0.9em;
	padding: 3px 5px;
	margin: 5px 0px;
	background: #F5F5F5;
}

MadCap|xref.helpCenterHeading
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

/*Used on software download pages */

.container_header
{
	max-height: 48px;
	width: 100%;
	padding: 8px 0;
	background: #F5F5F5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container_header img
{
	height: 36px;
	width: 36px;
	display: inline-block;
}

.container_header_title
{
	font-size: 1.4em;
	color: #3D3D3D;
	display: inline-block;
	position: relative;
	padding-left: 4px;
}

.footer
{
	height: auto;
	padding: 10px;
}

.main-footer
{
	position: relative;
	width: 100%;
	float: left;
}

/*Format to use to indicate UI label THAT USERS MUST CLICK TO FOLLOW THE STEPS... non-clicked UI items' style is TBD 29 Sept. 2016 */

.ui
{
	font-weight: bold;
	color: #696969;
}

/*Image Formats*/

img.screenshot
{
	/*	margin-left: 30px;
	width: 100%;
	max-width: 600px;*/
	height: auto;
	max-width: 100%;
	border: 1px solid #C7C7C7;
	vertical-align: baseline;
}

li img.screenshot,
li img.hcaTopic
{
	display: block;
	padding-top: 5px;
}

img.intext,
li img.intext
{
	position: relative;
	top: 3px;
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	display: inline-block;
	mc-hyphenate: never;
	vertical-align: baseline;
	image-rendering: crisp-edges;
}

img.headImg
{
	position: absolute;
	top: 8px;
	left: 8px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

/* Deprecated. Remove once all HTML refers to the new img.screenshot style.*/

img.hcaTopic
{
	height: auto;
	max-width: 100%;
	mc-hyphenate: never;
	vertical-align: baseline;
}

div.imgFrameRight
{
	float: right;
	white-space: nowrap;
	padding: 1em;
	mc-hyphenate: never;
	vertical-align: baseline;
}

div.imgFrameRight span.bigCode
{
	font-family: "Courier New", Courier, monospace !important;
	font-size: 3em;
	line-height: 3em;
	vertical-align: middle;
	padding-right: 0.5em;
}

div.imgFrameRight img
{
	vertical-align: middle;
}

p.stepTitle
{
	font-weight: bold;
	margin-bottom: 0;
	page-break-after: avoid;
	margin-top: 9pt;
	mc-hyphenate: never;
	vertical-align: baseline;
}

.dirLoc
{
	font-family: "Courier New", Courier, monospace !important;
	font-style: italic;
}

html
{
	mc-master-page: url('../MasterPages/Topics.flmsp');
	mc-hyphenate: never;
	vertical-align: baseline;
}

html.HomePage_Zendesk
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

html.RelaunchHome
{
	mc-master-page: url('../MasterPages/Welcome.flmsp');
	mc-hyphenate: never;
	vertical-align: baseline;
}

ul.navigation
{
	padding-right: 0px;
	margin-top: 5px;
}

ul.navigation li > a
{
	line-height: 18px;
}

ul.navigation li:last-child a
{
	padding-right: 0px;
}

.language-selector
{
	position: absolute;
	/* Uncomment for tripane skin below */
	right: 16px;
	float: right;
	list-style: none;
	font-size: 11px;
	z-index: 4;
	margin: 0px 5px 0px 0px;
	top: 4px;
	/* Uncomment for top bar skin below */
	/* top: 12px; */
}

.language-selector li
{
	float: left;
	margin-left: 15px;
}

.language-selector a,
.language-selector a:hover
{
	font-weight: normal;
	color: #e9e9e9;
}

.language-selector a.active,
.language-selector a.active:hover
{
	color: #fff;
	font-weight: bold;
}

.nav-search .search
{
	float: right;
	width: 100%;
	font-size: 10pt;
}

.search-bar .search-field
{
	height: 2.5em;
	border-radius: 3px;
}

.product-dropdown
{
	float: left;
	width: 40%;
	position: relative;
	margin-right: 10px;
	font-size: 10pt;
	font-weight: normal;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.product-dropdown .selected
{
	background: #fff;
	color: #696969;
	height: 2.5em;
	display: flex;
	background-image: url('../images/caret-down.svg');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: right 10px center;
	border-radius: 3px;
}

.product-dropdown .selected span
{
	align-self: center;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.product-dropdown .options
{
	position: absolute;
	left: -1px;
	background-color: #fff;
	width: calc(100% + 2px);
	color: #696969;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: none;
	border: thin solid #696969;
	border-top: none;
	z-index: 999;
}

.product-dropdown .options li
{
	border-top: thin solid #e9e9e9;
	line-height: 14px;
	padding: 0px;
}

.product-dropdown .options li:hover
{
	background: #fafafa;
}

.product-dropdown a
{
	width: 100%;
	display: block;
	padding: 12px 10px;
}

.product-dropdown .options a
{
	color: #696969;
}

.product-dropdown.active .selected
{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.product-dropdown.active .options
{
	display: block;
}

.product-dropdown.active .selected
{
	background-image: url('../images/caret-up.svg');
}

_generic_#title
{
	
}

.support_callout_wrapper
{
	width: 100%;
	text-align: center;
}

.support_callout
{
	height: auto;
	width: 164px;
	background: #F5F5F5;
	display: inline-block;
	margin: 36px 18px 0 18px;
	text-align: center;
}

.support_callout img
{
	height: 64px;
	width: auto;
	position: relative;
	top: -20px;
}

.support_callout_text
{
	height: auto;
	width: auto;
	position: relative;
	top: -12px;
}

MadCap|xref.H3xref
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref.H3xref:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref.ConceptPageNumber:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.external:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|breadcrumbsProxy
{
	border-bottom-color: #A9A9A9;
	border-bottom-width: 1px;
	mc-breadcrumbs-prefix: ' ';
	mc-hyphenate: never;
	vertical-align: baseline;
}

.breadcrumbs
{
	font-size: 0.8em;
}

.tableTitle
{
	color: #808080;
	font-style: normal;
	font-size: 11px;
	page-break-after: avoid;
}

caption
{
	text-align: left;
	font-size: 11px;
	margin-top: 6px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Indented
{
	display: block;
	margin-left: 70px;
	margin-right: 70px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

th
{
	text-align: left;
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.ptable
{
	margin-left: 0;
	mc-hyphenate: never;
	vertical-align: baseline;
}

th.LandingTitles
{
	text-align: left;
	font-size: 18px;
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopics
{
	mc-label: 'See all topics';
	color: #2d8dcc;
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.GlossaryPageTerm:link
{
	color: #2d8dcc;
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.MCBreadcrumbsLink:link
{
	color: #2d8dcc;
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.Popup:link
{
	color: #2d8dcc;
	mc-hyphenate: never;
	vertical-align: baseline;
}

.MCTextPopup
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.MCTextPopupBody
{
	width: 300px;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #4971ab !important;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	padding: 5px 15px;
	top: 31px !important;
	left: calc(50% - 150px) !important;
}

.MCTextPopupArrow
{
	border: 1px solid rgb(73, 113, 171);
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	left: 50%;
	border-bottom: none;
	border-right: none;
	top: 8px;
	background: #fff;
	margin-left: 0px !important;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_,
.MCTextPopup_Open.MCTextPopupHotSpot_
{
	background-position: right center;
	background-image: url('../images/DS10_Help_Center_Icons/General/info.svg');
	background-size: 14px;
}

.glossaryTerm:link
{
	color: #4372b7;
	font-weight: normal;
}

.popupBody
{
	background: #fff;
}

span
{
	margin: 0;
	padding: 0;
	mc-hyphenate: never;
	vertical-align: baseline;
}

/* Note styles that used to be in separate Notes.css file*/

.note,
.warning,
.tip
{
	margin: 5px 0 5px 0;
	padding: 5px 10px 5px 5px;
	background-color: #F7F7F7;
}

.disclaimer
{
	background-color: #FFFFFF;
}

.note ul,
.note p,
.warning ul,
.warning p,
.tip ul,
.tip p
{
	margin-top: 0px;
}

.note:before,
.warning:before,
.tip:before,
.disclaimer.before
{
	position: relative;
	white-space: pre;
	display: inline;
	font-weight: bold;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
}

.note
{
	padding-left: 66px;
	/* Uncomment for Japanese below. (Padding is ":before" margin+12px, which varies by length of string in each translation.) */
	/* padding-left: 66px; */
}

.warning
{
	padding-left: 96px;
	/* Uncomment for Japanese below. (Padding is ":before" margin+12px, which varies by length of string in each translation.) */
	/* padding-left: 66px; */
}

.tip
{
	padding-left: 56px;
	/* Uncomment for Japanese below. (Padding is ":before" margin+12px, which varies by length of string in each translation.) */
	/* padding-left: 66px; */
}

.note:before
{
	color: #4372B7;
	content: " Note: ";
	margin-left: -54px;
	/* Uncomment for Japanese below. (Margin varies by length of string in each translation.) */
	/* content: " 注意: "; */
	/* margin-left: -54px; */
}

.warning:before
{
	color: #EEB81C;
	content: " Warning: ";
	margin-left: -84px;
	/* Uncomment for Japanese below. (Margin varies by length of string in each translation.) */
	/* content: " 警告: "; */
	/* margin-left: -54px; */
}

.tip:before
{
	color: #7CB842;
	content: " Tip: ";
	margin-left: -44px;
	/* Uncomment for Japanese below. (Margin varies by length of string in each translation.) */
	/* content: " ヒント: "; */
	/* margin-left: -54px; */
}

.disclaimer:before
{
	content: "* ";
}

li .note,
li .tip,
li .warning
{
	margin-left: 0;
}

.note_new,
.note_comingsoon,
.note_dsaas,
.note_aws,
.note_awsazure,
.note_azure,
.note_azureonprem,
.note_onprem,
.note_nodsaas,
.note_info,
.note_vcns
{
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 64px;
	background-color: #F7F7F7;
	background-repeat: no-repeat;
	background-position: 15px;
	background-size: 24px;
	overflow: hidden;
}

.note_new
{
	background-image: url('../images/Note_New_Icon.png');
}

.note_comingsoon
{
	background-image: url('../images/Note_ComingSoon_Icon.png');
}

.note_dsaas
{
	background-image: url('../images/Note_SaaS_Icon.png');
}

.note_aws
{
	background-image: url('../images/Note_AWS_icon.png');
}

.note_awsazure
{
	background-image: url('../images/Note_AWS_Azure_Icon.png');
}

.note_azure
{
	background-image: url('../images/Note_Azure_Icon.png');
}

.note_azureonprem
{
	background-image: url('../images/Note_Azure_OnPrem_Icon.png');
}

.note_onprem
{
	background-image: url('../images/Note_OnPrem_Icon.png');
}

.note_vcns
{
	background-image: url('../images/Note_VCNS_Icon.png');
}

.note_nodsaas
{
	background-image: url('../images/Note_No_SaaS_Icon.png');
}

.note_info
{
	background-image: url('../images/Note_Info_Icon.png');
}

li .note_new,
li .note_comingsoon,
li .note_dsaas,
li .note_aws,
li .note_azure,
li .note_onprem,
li .note_nodsaas,
li .note_info
{
	margin-left: 0;
}

/* responsive design*/
/*  SECTIONS*/

.section
{
	clear: both;
	padding: 0;
	margin: 0;
}

/*  GROUPING */

.group:before,
.group:after
{
	content: "";
	display: table;
}

.group:after
{
	clear: both;
}

.group
{
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

.col
{
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child
{
	margin-left: 0;
}

table
{
	border-collapse: collapse;
	color: #696969;
	mc-hyphenate: never;
	vertical-align: baseline;
}

thead
{
	background-color: #eaeaea;
	border: thin solid #ddd;
	border-bottom: 3px solid #ddd;
	font-weight: bold;
	font-size: 0.825em;
	line-height: 0.875em;
	mc-hyphenate: never;
	vertical-align: baseline;
}

thead td,
thead tr > th
{
	padding: 8px;
	font-size: 1em;
}

tbody td
{
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 10px;
}

td
{
	border: thin solid #ddd;
	mc-hyphenate: never;
	vertical-align: baseline;
}

tr:nth-child(2n)
{
	background-color: #f9f9f9;
	mc-hyphenate: never;
	vertical-align: baseline;
}

@media only screen and (max-width: 1279px)
{
	.cc-banner.cc-bottom
	{
		/* Class name per init value in JS ... position: 'top' for .cc-top etc.*/
		width: auto;
		margin-left: 1em;
		/* Adjustment for top bar skin below */
		/* margin-right: 2em; */
	}

	nav.tab-bar .menu-icon
	{
		display: block;
		border: none;
		z-index: 100;
		top: 6px;
		margin-top: 0px;
		position: absolute;
		right: 0px;
		background-color: #d71920;
		transform: none;
	}
}

/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px)
{
	.col
	{
		margin: 1% 0 1% 0;
	}
}

/* language selector should not overlap logo */

@media only screen and (max-width: 730px)
{
	.title-bar-layout a.logo
	{
		margin-top: 1em;
		width: 260px;
		height: 35px;
		background: transparent url('Logo_Mobile_1.png') no-repeat center center;
		-pie-background: transparent url('Logo_Mobile_1.png') no-repeat center center;
		/* Uncomment for Japanese below. */
		/* background: transparent url('Logo_Mobile_1_1.png') no-repeat center center; */
		/* -pie-background: transparent url('Logo_Mobile_1_1.png') no-repeat center center; */
	}
}

/*  GRID OF THREE */

.span_3_of_3
{
	width: 100%;
}

.span_2_of_3
{
	width: 66.13%;
}

.span_1_of_3
{
	width: 32.26%;
}

@media handheld, only screen and (max-width: 1279px)
{
	/* OffCanvas styles */

	html,
	body
	{
		height: 100%;
		margin: 0;
		overflow-x: hidden;
	}

	.left-off-canvas-menu,
	.right-off-canvas-menu
	{
		display: block;
		line-height: 1em;
	}

	/* Foundation Overrides */

	.foundation-wrap,
	.off-canvas-wrap,
	.inner-wrap
	{
		min-height: 100%;
	}

	.foundation-wrap,
	.off-canvas-wrap
	{
		height: 100%;
		overflow-y: auto;
	}

	nav.tab-bar
	{
		background-repeat: no-repeat;
		background-position: center top;
	}

	/* Topbar Menu Styles */

	.tab-bar-section.middle > div
	{
		min-height: 50px;
	}

	.navigation-wrapper,
	ul.navigation
	{
		display: block;
	}

	.navigation-wrapper ul.navigation
	{
		display: none;
	}

	.navigation-wrapper ul.language-selector
	{
		display: block;
	}

	.responsive-header
	{
		display: block;
		background: #292929;
		height: 60px;
	}

	.tab-bar-section a.logo
	{
		background-position: left center;
		background-repeat: no-repeat;
		top: 0;
		margin: 0 auto;
	}

	.tab-bar .menu-icon span
	{
		height: 48px;
		width: 48px;
		display: block;
		top: 10px;
		background: transparent url('../images/Menu.png') no-repeat center center;
		-pie-background: transparent url('../images/Menu.png') no-repeat center center;
	}

	.search-submit
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.search-filter
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.search-input
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.right-off-canvas-menu
	{
		background-position: top center;
		background-color: #333333;
	}

	.right-off-canvas-menu ul ul
	{
		background-position: top center;
		background-color: #333333;
	}

	.left-off-canvas-menu
	{
		background-position: top center;
		background-color: #333333;
	}

	.left-off-canvas-menu ul ul
	{
		background-position: top center;
		background-color: #333333;
	}

	.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after,
	.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after
	{
		margin-left: 0.5rem;
	}

	.right-submenu .back > a:after,
	.left-submenu .back > a:after
	{
		margin-left: 0.5em;
	}

	ul.off-canvas-list li a:hover
	{
		background-color: #242424;
	}

	ul.off-canvas-list li.back > a:hover
	{
		background-color: #242424;
	}

	.search-field
	{
		padding-right: 106px;
		border-radius: 5px;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px)
{
	.span_3_of_3
	{
		width: 100%;
	}

	.span_2_of_3
	{
		width: 100%;
	}

	.span_1_of_3
	{
		width: 100%;
	}
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
	mc-hyphenate: never;
	vertical-align: baseline;
}

#sorry
{
	display: none;
}

MadCap|equation
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|namedDestination
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|qrCode
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageFooter.OddPage
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageFooter.FirstPage
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageFooter.EvenPage
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageFooter
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageHeader.OddPage
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageHeader.FirstPage
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageHeader.EvenPage
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|pageHeader
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLinkControlListItemLink:visited
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLinkControlListItemLink:link
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLinkControlListItemLink:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLinkControlListItemLink:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLinkControlListItemLink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLinkControlListItem
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLinkControlList
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLinkControlListItemLink:visited
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLinkControlListItemLink:link
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLinkControlListItemLink:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLinkControlListItemLink:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLinkControlListItemLink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLinkControlListItem
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLinkControlList
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopicsControlListItemLink:visited
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopicsControlListItemLink:link
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopicsControlListItemLink:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopicsControlListItemLink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopicsControlListItem
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopicsControlList
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlListItemLink:visited
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlListItemLink:link
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlListItemLink:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlListItemLink:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlListItemLink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlListItem
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlList
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlMenuItem.Highlighted
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlMenuItem
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|helpControlMenu
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|shortcut
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|popupBody
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|popupHead
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|popup:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|popup:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|popup
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|toggler:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|toggler:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|toggler
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|expandingBody
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|expandingHead:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|expandingHead:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|expandingHead
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|expanding
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|dropDownBody
{
	mc-hyphenate: never;
	vertical-align: baseline;
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|dropDownHotspot:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|dropDownHotspot
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|dropDownHead
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|dropDown
{
	mc-hyphenate: never;
	vertical-align: baseline;
	border-bottom: 1px solid #dadada;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../images/minus.png');
	mc-closed-image: url('../images/plus.png');
	padding: 10px 0;
}

MadCap|annotation
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|glossaryTerm.Popup
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|glossaryTerm.Hyperlink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|glossaryTerm.Expanding
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|glossaryTerm:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|glossaryTerm:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|glossaryTerm
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLink:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLink:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keywordLink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLink:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLink:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptLink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|footnote
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|endnoteBlock
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|endnotesBlock
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|footnoteBlock
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|footnotesBlock
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|section
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conditionalText
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|model3D
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideThumbnail.active
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideThumbnail:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideThumbnail
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideshowBullet.active
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideshowBullet:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideshowBullet
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideshowCaption
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slide
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|slideshow
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|snippetBlock
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|snippetText
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|searchResultsProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|menuProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|searchBarProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|endnotesProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relationshipsItem
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relationshipsHeading.task
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relationshipsHeading.reference
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relationshipsHeading.concept
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relationshipsHeading
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relationshipsProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|glossaryProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|conceptsProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|listOfProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|indexProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|tocProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|miniTocProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|topicToolbarProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|bodyProxy
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.mc-variable
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|concept
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|keyword
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

figcaption
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

figure
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

br:before
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

br
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

s
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

button
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

colgroup
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

noframes
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

frameset
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

frame
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

form
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

fieldset
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

style
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

head
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

area
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

map
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

col
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

var
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

tt
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

sub
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

sup
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

strike
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

samp
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

o
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

u
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

small
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

kbd
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

ins
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

i
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

em
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

del
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

cite
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

big
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

b
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

acronym
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

abbr
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

dir
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

menu
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

center
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

dl
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

blockquote
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

address
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

tfoot
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

hr
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

script
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

object
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

textarea
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

input
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

select
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

tr
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

tbody
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopics:hover
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|relatedTopics:focus
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

html.topic
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

html.task
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

html.reference
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

html.concept
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref.TOCPageNumber
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref.RelLinkPageNumber
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref.ListOfPageNumber
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref.IndexPageNumber
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref.ConceptPageNumber
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

MadCap|xref
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

code
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

ul.off-canvas-list
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

ul.navigation
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

ul.navigation ul > li > a,
ul.navigation ul ul > li > a
{
	font-size: 1em;
	line-height: 1.25em;
}

ul.menu._Skins_Side_Menu.mc-component li > a
{
	line-height: 1.2em;
	font-weight: normal;
}

ul
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

ol
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

img
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

nav
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.state
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SeeIndexTerms
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SeeIndex
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SeeAlsoIndexTerms
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SeeAlsoIndex
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight9
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight8
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight7
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight6
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight5
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight4
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight3
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight2
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight10
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight1
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.SearchHighlight
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.boolean
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.bigCode
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

span.tinyText
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 8pt;
}

div.GlossaryPageTerm
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

div.GlossaryPageHeading
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

div.GlossaryPageEntry
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

div.GlossaryPageDefinition
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

div
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.TOC9
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1rem;
}

p.TOC8
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1em;
}

p.TOC7
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1em;
}

p.TOC6
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1em;
}

p.TOC5
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1em;
}

p.TOC4
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1rem;
}

p.TOC3
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1em;
}

p.TOC2
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1em;
}

p.TOC1
{
	mc-hyphenate: never;
	vertical-align: baseline;
	font-size: 1em;
}

p.MiniTOC9
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC8
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC7
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC6
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC5
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC4
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC3
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC2
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.MiniTOC1
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.ListOf
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.IndexHeading
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index9
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index8
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index6
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index5
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index4
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index3
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index2
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index1
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.ConceptContext
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Concept
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

li.has-submenu
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

li.back
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

li::marker
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

li:before
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

li
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.Popup
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.MCBreadcrumbsLink
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.logo
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

a.GlossaryPageTerm
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

a:after
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

p.Index7
{
	mc-hyphenate: never;
	vertical-align: baseline;
}

.trial-link
{
	background-image: url('../images/starburst.svg');
	font-size: 11px;
	margin-top: 2px;
	float: right;
	background-size: 22px;
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: -1px;
}

#mobile.trial-link
{
	display: none;
	float: left;
	margin: 0px 0px 10px;
}

@media only screen and (max-width: 1200px)
{
	#mobile.trial-link
	{
		display: block;
	}

	#desktop.trial-link
	{
		display: none;
	}
}

.downloads-tabs
{
	border-bottom: thin solid #d6d6d6;
	float: left;
	width: 65%;
	height: 37px;
	margin: 10px 0px;
}

.downloads-tabs ul
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.downloads-tabs li
{
	float: left;
	background: #eee;
	border: thin solid #d6d6d6;
	font-size: 13px;
	padding: 0px;
	border-left: none;
	font-weight: bold;
}

.downloads-tabs li:hover
{
	background: #ddd;
}

.downloads-tabs li:first-child
{
	border-left: thin solid #d6d6d6;
}

.downloads-tabs li a
{
	display: block;
	padding: 5px 22px 6px;
	color: #696969;
	font-weight: bold;
}

.downloads-tabs li.active,
.tabs li.active:hover
{
	border-bottom: thin solid #fff;
	background-color: #fff;
	padding: 5px 22px 6px;
	color: #333;
}

#pagination
{
	height: 200px;
}

MadCap|xref.Stepref
{
	mc-format: '{paranumonly}';
}

/* Normally generated from SideMenu.flskn into Styles.css whenever topic contains a Flare mini-TOC. Copying it here so software.html can reuse those styles even when Flare is not generating the mini-TOC sidebar.*/

ul.menu._Skins_SideMenu.mc-component
{
	color: #5F5F5F;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	border-bottom: none 0px;
	border-left: solid 6px #999999;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, none 0%, none 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,none), color-stop(100%,none));
	background: -webkit-linear-gradient(top, none 0%, none 100%);
	background: -o-linear-gradient(top, none 0%,none 100%);
	background: -ms-linear-gradient(top, none 0%,none 100%);
	background: linear-gradient(top, none 0%,none 100%);
	-pie-background: linear-gradient(none, none);
}

ul.menu._Skins_SideMenu.mc-component a
{
	color: #5F5F5F;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

ul.menu._Skins_SideMenu.mc-component li > a
{
	color: #696969;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.96em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f5f5f5 none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
	font-weight: lighter;
}

ul.menu._Skins_SideMenu.mc-component ul > li > a
{
	color: #696969;
	font-size: 0.96em;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #6495ed none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
	font-weight: normal;
}

ul.menu._Skins_SideMenu.mc-component ul ul > li > a
{
	color: #696969;
	font-size: 0.96em;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #6495ed none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
	font-weight: normal;
}

ul.menu._Skins_SideMenu.mc-component ul ul ul > li > a
{
	color: #696969;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #6495ed none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
	font-weight: normal;
}

ul.menu._Skins_SideMenu.mc-component ul ul ul ul > li > a
{
	padding-left: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #6495ed none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
	font-weight: normal;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected
{
	color: #5F5F5F;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background: #f5f5f5 none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

ul.menu._Skins_SideMenu.mc-component li > a.selected:hover
{
	color: #3d3d3d;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background: #eeeeee;
	background: -moz-linear-gradient(top, none 0%, none 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,none), color-stop(100%,none));
	background: -webkit-linear-gradient(top, none 0%, none 100%);
	background: -o-linear-gradient(top, none 0%,none 100%);
	background: -ms-linear-gradient(top, none 0%,none 100%);
	background: linear-gradient(top, none 0%,none 100%);
	-pie-background: linear-gradient(none, none);
}

/* HOME PAGE */

nav.tab-bar
{
	border-bottom: 3px solid #ed1c24;
	mc-hyphenate: never;
	vertical-align: baseline;
}

.container_top
{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;
	-webkit-box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	-moz-box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	text-decoration: none;
}

.container_header
{
	max-height: 48px;
	width: 100%;
	padding: 8px 0;
	background: #F5F5F5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container_header img
{
	height: 36px;
	width: 36px;
	display: inline-block;
}

.container_header_title
{
	font-size: 1.4em;
	color: #3D3D3D;
	display: inline-block;
	position: relative;
	padding-left: 4px;
}

.callouts_container
{
	padding: 24px 0 8px 0;
}

.callout
{
	width: 24.2%;
	margin-bottom: 12px;
	text-align: center;
	display: inline-block;
	min-width: 140px;
}

.callout_image
{
	height: 84px;
	width: auto;
}

.callout_title
{
	width: auto;
}

.container_left
{
	width: 49%;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #F5F5F5;
	-webkit-box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	-moz-box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	float: left;
}

.container_left p
{
	margin-left: 18px;
}

.container_right
{
	width: 49%;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #F5F5F5;
	-webkit-box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	-moz-box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	box-shadow: 1.5px 1.5px 0 0 rgba(204,204,204,1);
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	float: right;
}

.container_right p
{
	margin-left: 18px;
}

.footer
{
	height: auto;
	padding: 18px;
}

.main-footer
{
	position: relative;
	width: 100%;
	float: left;
}

.whats-new-link
{
	width: 100%;
	font-size: 0.8em;
	color: #999;
	text-align: center;
	margin: 20px 0px;
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
	align-content: center;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

div.home
{
	
}

div.home h1
{
	font-size: 3em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}

div.home h2
{
	font-size: 2em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

div.home p
{
	font-size: 1em;
	text-align: center;
}

.decision
{
	/*	height: 64px; */
	width: 100%;
	text-align: center;
	margin: 12px 0 12px 0;
}

.decision img
{
	height: 36px;
	width: 36px;
	display: inline-block;
}

.decision_text
{
	display: inline-block;
	padding-left: 8px;
	position: relative;
	top: -18px;
}

.announcement
{
	/*	height: 64px; */
	width: 100%;
	text-align: center;
	margin: 12px 0 12px 0;
}

.announcement_text
{
	font-weight: bold;
	display: inline-block;
	padding-left: 8px;
	position: relative;
	top: 20px;
}

table.footer,
table.footer tr,
table.footer td
{
	border: none;
	border-collapse: separate;
	border-spacing: 50px 2px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: none;
	width: auto;
}

/*==Home Tiles section (This is the Quick Links section on the Help Center welcome page)==*/

div.home-tiles
{
	position: relative;
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
	font-size: 90%;
	line-height: 100%;
}

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;
}

div.home-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 24%;
}

div.home-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

a.home-button
{
	display: block;
	text-decoration: none;
	color: #CC0000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border: 1px solid #CC0000;
	padding-top: 8%;
	padding-bottom: 5%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	vertical-align: middle;
	margin: auto;
	height: 4em;
}

a.home-button:hover
{
	background-color: #CC0000;
	color: #FFF;
}

/*==Other Links section (This is the Other Links section on the Help Center welcome page)==*/

div.other-links
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 1em;
	font-size: 90%;
	line-height: 100%;
}

div.other-links::before
{
	content: ' ';
	display: table;
}

div.other-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.other-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.other-links > div:nth-child(1)
{
	margin-left: 28%;
	margin-right: 1%;
	width: 10%;
}

div.other-links > div:nth-child(2)
{
	width: 10%;
	margin-right: 1%;
}

div.other-links > div:nth-child(3)
{
	width: 10%;
	margin-right: 1%;
}

div.other-links > div:nth-child(4)
{
	width: 10%;
}

.footer-container
{
	border-top: solid 1px #dadada;
	background-color: #ffffff;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 0.8em;
	line-height: 0.8em;
}

/*==Styles for Software DLC page Earlier Versions tab table==*/

.show-more:after
{
	cursor: pointer;
	padding-right: 0.5em;
	content: "\25B8";
	font-size: large;
}

.show-less:after
{
	cursor: pointer;
	padding-right: 0.5em;
	content: "\25BE";
	font-size: large;
}

@media only screen and (max-width: 800px)
{
	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}
}

@media only screen and (max-width: 480px)
{
	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}
}

@media only screen and (max-width: 480px)
{
	body
	{
		
	}

	a::after
	{
		
	}

	a.GlossaryPageTerm:link
	{
		
	}
}

/*Styles exclusively for Print Media*/

@media print
{
	body
	{
		-webkit-print-color-adjust: exact;
		background-color: transparent;
	}

	.contTitle
	{
		mc-heading-level: 0;
	}

	li,
	p
	{
		font-size: 1em;
		line-height: 16pt;
	}

	h1
	{
		page-break-after: avoid;
		page-break-before: avoid;
		mc-heading-level: 1;
		font-size: 24pt;
		line-height: 36pt;
		font-weight: bold;
	}

	h2
	{
		page-break-after: avoid;
		page-break-before: avoid;
		mc-heading-level: 2;
		font-size: 20pt;
		line-height: 30pt;
		font-weight: bold;
	}

	h3
	{
		page-break-after: avoid;
		page-break-before: avoid;
		mc-heading-level: 3;
		font-size: 18pt;
		line-height: 27pt;
		font-weight: bold;
	}

	h4
	{
		page-break-after: avoid;
		page-break-before: avoid;
		mc-heading-level: 4;
		font-size: 16pt;
		line-height: 24pt;
		font-weight: bold;
	}

	h5
	{
		page-break-after: avoid;
		page-break-before: avoid;
		mc-heading-level: 5;
		font-size: 14pt;
		line-height: 21pt;
		font-weight: bold;
	}

	h6
	{
		page-break-after: avoid;
		page-break-before: avoid;
		mc-heading-level: 6;
		font-size: 11pt;
		line-height: 20pt;
		font-weight: bold;
	}

	#title
	{
		font-family: Interstate, Tahoma, Sans Serif !important;
		font-weight: bold;
		font-style: normal;
		color: #ffffff;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
		font-size: 32pt;
		line-height: 48pt;
	}

	#subtitle
	{
		font-family: Roboto, Helvetica, Arial, sans-serif !important;
		font-weight: bold;
		font-style: normal;
		color: #ffffff;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
		font-size: 24pt;
		line-height: 36pt;
	}

	caption,
	figcaption,
	MadCap|slideshowCaption,
	MadCap|footnote,
	MadCap|footnoteBlock,
	MadCap|footnotesBlock,
	MadCap|endnoteBlock,
	MadCap|endnotesBlock,
	MadCap|endnotesProxy
	{
		font-size: 11px !important;
		line-height: 15pt !important;
	}

	.main-footer,
	.sideContent
	{
		display: none;
	}

	table,
	table tr,
	table td,
	tr,
	td
	{
		font-size: 1em !important;
		line-height: 12pt !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
	}

	table th,
	th
	{
		font-size: 1em !important;
		line-height: 14pt !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
	}

	#last-modified
	{
		margin: 0px;
	}

	img
	{
		display: block;
		page-break-before: auto;
		page-break-after: auto;
		page-break-inside: avoid;
	}

	.note,
	.tip,
	.warning
	{
		font-size: 1em;
		line-height: 18pt;
		display: block;
		width: 100%;
		position: relative;
		padding: 6px;
	}

	.note_new,
	.note_comingsoon,
	.note_dsaas,
	.note_aws,
	.note_awsazure,
	.note_azure,
	.note_azureonprem,
	.note_onprem,
	.note_nodsaas,
	.note_info,
	.note_vcns
	{
		background: none;
		padding: 6px;
		font-style: italic;
		font-size: 11pt;
	}

	.MCTextPopup_Closed.MCTextPopupHotSpot_
	{
		padding: 0px;
		background: none;
	}

	.intext
	{
		width: 18px;
	}

	code,
	.code,
	.codeLine,
	.filename,
	.dirLoc
	{
		background: #f5f5f5;
		font-size: 11pt;
		line-height: 15pt;
	}

	tr:nth-child(2n)
	{
		background: #fff;
	}

	.glossaryTerm:link
	{
		color: #3d3d3d;
	}
}

