.article-entry article a
{
	color: #0073a5;
	text-decoration: none;
}

.article-entry article a:visited
{
	text-decoration: none;
	color: #0073a5;
}

.article-entry article a:focus
{
	color: #a50034;
	text-decoration: underline;
}

.article-entry article a:hover
{
	text-decoration: underline;
	color: #0073a5;
}

.article-entry article a:active
{
	color: #0073a5;
}



.table-wrap { margin-left: 20px; }

.table-wrap + .table-wrap { margin-top: 29px; }

.article-entry article .sectionColumnWrapper {
    display: block;
    overflow-x: auto;
}
.article-entry article .sectionMacro {
    margin-top: 10px;
    display: table;
    width: 100%;
}
.article-entry article .sectionMacroRow {
    display: table-row;
}
.article-entry article .columnMacro {
    display: table-cell;
    vertical-align: top;
    /*width: auto !important;*/
}

.article-entry article .sectionMacro .columnMacro + .columnMacro { padding-left: 20px; }

/************** columnLayout two-equal **************/
.article-entry article .contentLayout2 .columnLayout { margin-bottom: 8px; }
.article-entry article .columnLayout { display: table; table-layout: fixed;width: 100%; }

.article-entry article .contentLayout2 .columnLayout .cell { padding-left: 15px; padding-right: 15px; }
.article-entry article .columnLayout .cell { vertical-align: top; }
.article-entry article .cell { display: table-cell; }
.article-entry article .header, .article-entry article .footer, .article-entry article .cell {
    margin: 8px 0;
    box-sizing: border-box;
    word-wrap: break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.article-entry article.innerCell { overflow-x: auto; }

/********** General Macro Icons Styling *************/
.confluence-information-macro .confluence-information-macro-icon, .information-macro,
.aui-message.information-macro .aui-icon{
    display: block;
    left: 10px;
    line-height: 20px;
    position: absolute;
    top: 10.5px;
    vertical-align: text-bottom;
}

.information-macro {
	width: 97%;
}

.aui-icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    display: initial;
    height: 8px;
    margin: 0;
    padding: 0;
    text-align: left;
 	/*text-indent: -999em;*/
    vertical-align: text-bottom;
    width: 16px;
}

.aui-icon-small { height: 16px; width: 16px; }


.aui-icon:before { font-size: 16px; margin-top: -4px; }

.aui-icon-small:before { font-size: 16px; margin-top: -8px !important; }

.aui-icon:before,.aui-icon-small:before, .aui-icon-large:before {
    color: inherit;
    font-family: "FontAwesome";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    speak: none;
    top: 50%;
}
/*
.information-macro .aui-icon { display: none; }*/
/*.information-macro .message-content { color: #594300; }
*//*.information-macro .message-content:before { content: "\f071"; }
*/
/*.message-content:before {
    color: inherit;
    font-family: "FontAwesome";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    speak: none;
    top: 30%;
    left: 2%;
}*/

.confluence-information-macro .title { font-weight: bold; margin-bottom: 0px; }
.information-macro .title { font-weight: bold; margin-bottom: 0px; }

/************* Tip Icon ***************/
.confluence-information-macro-tip, .aui-message.success.information-macro {
    background-color: #f3f9f4;
    border: 1px solid #91c89c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin: 10px 0 1em 0;
    min-height: 20px;
    padding: 10px 10px 10px 36px;
    position: relative;
}

.confluence-information-macro-tip.has-no-icon {
	padding-left: 10px !important;
}

.confluence-information-macro-icon.aui-iconfont-approve { color: #14892c; }
.aui-message.success.information-macro .aui-icon.icon-success { color: #14892c; }
.aui-iconfont-approve:before { content: "\f058"; }
.aui-icon.icon-success:before { content: "\f058"; }
/************* Info Icon ***************/

.confluence-information-macro-information, .aui-message.hint.information-macro{
    background-color: #fcfcfc;
    border:1px solid #aab8c6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin: 10px 0 1em 0;
    min-height: 20px;
    padding: 10px 10px 10px 36px;
    position: relative;
}

.confluence-information-macro-information.has-no-icon {
	padding-left: 10px !important;
}

.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-info { color: #4a6785; }
.aui-message.hint.information-macro .aui-icon.icon-hint { color: #4a6785; }

.aui-iconfont-info:before { content: "\f05a"; }
.aui-icon.icon-hint:before { content: "\f05a"; }
/************* Note Icon ***************/
.confluence-information-macro-note, .aui-message.warning.information-macro {
    background: #fffdf6;
    border:1px solid #ffeaae;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin: 10px 0 1em 0;
    min-height: 20px;
    padding: 10px 10px 10px 36px;
    position: relative;
}

.confluence-information-macro-note.has-no-icon {
	padding-left: 10px !important;
}

.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-warning { color: #594300; }
.aui-message.warning.information-macro .aui-icon.icon-warning { color: #594300; }

.aui-iconfont-warning:before { content: "\f071"; }
.aui-icon.icon-warning:before { content: "\f071"; }
/************* Warning Icon ***************/

.confluence-information-macro-warning, .aui-message.problem.information-macro{
    background: #fff8f7;
    border: 1px solid #d04437;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin: 10px 0 1em 0px;
    min-height: 20px;
    padding: 10px 10px 10px 36px;
    position: relative;
}

.confluence-information-macro.has-no-icon {
	padding-left: 10px !important;
}

.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-error { color: #cf4336; }

.aui-message.problem.information-macro .aui-icon.icon-problem { color: #cf4336; }

.aui-iconfont-error:before { content: "\F06A"; }
.aui-icon.icon-problem:before { content: "\F06A"; }
/************* Status ***************/
.status-macro { min-width: 76px;}

.aui-lozenge {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 99%;
    margin: 0;
    padding: 3px 5px 2px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.status-macro.aui-lozenge.aui-lozenge-error.aui-lozenge-subtle.conf-macro.output-inline {
	color: #d04437;
    background-color: #ffffff;
    border-color: #f8d3d1;
}
.status-macro.aui-lozenge.aui-lozenge-error.conf-macro.output-inline {
	color: #ffffff;
    background-color: #d04437;
    border-color: #d04437;
}

/************* Show more text macro ******************/
.expand-control {
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
}

.expand-control-text { color: #3572b0; }

.expand-control-text:before {
   font-family: "FontAwesome" !important;
   content: attr(expand-control-content) "\f105";
   font-weight: bold;
   display: inline-block;
   padding-right: 3px;
   vertical-align: -webkit-baseline-middle;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	vertical-align: text-bottom;
	width: 20px;
}
.expand-control-text.expand-arrow:before {
	content: attr(expand-control-content) "\f107";
}


.expand-content { margin: 0 0 10px 20px; }

.expand-control .fa { position: absolute; left: 0; }

.collapse-source.expand-control .fa { left: -13px; top: 2px; }

.expand-hidden {display: none; opacity: 0; }
/************* Style CODEBLOCK TOGGLE VIEW ***************/
.preformatted.panel {
	border: 0px !important;
	box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}

div.panel.pdl {
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: grid;
}

div.panelHeader.pdl {
	border: 0px !important;
    /*border-bottom-color: #ccc;*/
    text-align: left;
    padding: 5px 15px;
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}
div.panelHeader.pdl .code-title {
	font-weight: bold !important;
    color: #333 !important;
    display: inline-block !important;
    padding-right: 130px !important;
    line-height: 20px !important;
    font-size: 14px !important;
}

.codeContent.show-border-top {
    border-top: 1px solid #ccc;
}
.codeContent.panelContent.hide-toolbar.show-border-top {
    display: inline;
}
.codeContent.panelContent.hide-toolbar {
    display: none;
}
.pdl .panelContent {
    color: #333;
    margin: 0;
    padding: 0;
    /*padding: 10px 15px;*/
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    overflow: hidden !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}


.codeContent >.syntaxhighlighter-pre {
    background-color: #f5f5f5 !important; /*#0a2b1d*/
    width: 100% !important;
    border: 0 !important;
    margin: 1em 0 1em 0;
    margin: 0 !important;
    padding: 15px 0 15px 15px !important;
    position: relative !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    font-size: 1em !important;
   /* color: #f8f8f8 !important;*/ /*#f8f8f8*/
	/*white-space: pre-wrap !important;*/

}
.codeContent pre {
	border: 0px !important;
	margin-bottom: 0px !important;
	padding: 15px 0 15px 15px !important;
}

.codeContent script {
	background-color: transparent !important;
    color: #333 !important;
    width: 100% !important;
    border: 0 !important;
    margin: 1em 0 1em 0;
    margin: 0 !important;
    padding: 15px 0 15px 15px !important;
    position: relative !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    font-size: 1em !important;
	/*white-space: pre-wrap !important;*/
	display: block;

}

.article-entry script {
    width: 100% !important;
    margin: 1em 0 1em 0;
    margin: 0 !important;
    padding: 15px 0 15px 15px !important;
    position: relative !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    font-size: 1em !important;
	/*white-space: pre-wrap !important;*/
	display: block;
    line-height: 1.42857143;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pdl .codeContent .syntaxhighlighter-pre > table td:first-child {
    padding-left: 15px !important;
}

.panelHeader .collapse-source {
    right: 15px;
    position: absolute;
    top: 5px;
    float: right;
    cursor: pointer;
    display: block !important;
}

.expand-control-icon {
    width: 15px;
    top: 1px;
}
.collapse-source .expand-control-text {
    vertical-align: middle;
    color: #3b73af;
}

/************* Style of TOC MACRO ***************/
div.panel.conf-macro {
    color: #333 !important;
    padding: 10px !important;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    border: 1px solid #c4c4c4;
    overflow: hidden !important;
    border-radius: 3px !important;
    display: block;
}

div.code.panel.conf-macro { padding: 0px !important; }
div.preformatted.panel.conf-macro { padding: 0px !important; }

.toc-macro { font-size: 14px!important; }

/* .toc-macro ul { list-style-type: disc !important; }*/

.toc-macro span.toc-outline { display: none !important; }

/******************AXWAY CSS ********************/
/*.article-entry article
{
	font-family: 'Verdana', sans-serif !important;
	font-size: 0.8em !important;
	line-height: 1.4em !important;
	background-image: none !important;
}*/

.image-right { float: right; margin-left: 10px; }

.confluence-content-image-border { border: 1px solid black !important;}

.article-entry article h1
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	margin-left: 3px !important;
/*	margin-top: 1.2em !important;*/
    padding-top: 125px !important;
    margin-top: -125px !important;
	margin-bottom: 0.8em !important;
	color: #A50034 !important;
	font-weight: normal !important;
	font-size: 30px !important;
	line-height: 1em !important;
}

h1.main-title.confluence-content {
	font-size: 36px ;
}

.article-entry article h2
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	margin-left: 3px !important;
	font-size: 27px !important;
	margin-bottom: 0.9em !important;
  padding-top: 92px !important;
  margin-top: -70px !important;
	color: #A50034;
	font-weight: normal !important;
}

.article-entry article h3
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	margin-left: 3px !important;
	font-size: 22px !important;
	margin-bottom: 0.7em !important;
  padding-top: 92px !important;
  margin-top: -70px !important;
	color: #a50034;
	font-weight: normal !important;
}

.article-entry article h4
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	margin-left: 3px !important;
	font-size: 20px !important;
	margin-bottom: 0.9em !important;
  padding-top: 92px !important;
  margin-top: -70px !important;
	color: #a50034;
	font-weight: normal !important;
	font-style: italic !important;
}

article h2 > a[name] {
    font-size: 1px;
    padding-top: 70px !important;
    margin-top: -70px !important;
    opacity: 0;
    visibility: hidden;
}

p.pseudo_h4
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	margin-left: 3px !important;
	font-size: 20px !important;
	margin-bottom: 0.9em ;
	margin-top: 1.4em !important;
	color: #a50034 !important;
	font-weight: normal !important;
	font-style: italic !important;
}

.article-entry article > * {
	margin-left: 20px;
}
/* .article-entry article > table {
	margin-left: 0px !important;
} */

/*.article-entry article p
{
	margin-bottom: 0.2em;
	margin-left: 20px;
	margin-top: 0.9em;
}
*/
.bold_in_para
{
	font-weight: bold !important;
}

p.lead
{
	margin-top: 0.8em !important;
	margin-bottom: 0.2em !important;
	page-break-after: avoid !important;
	font-size: 1em !important;
	font-weight: normal !important;
}


p.figureCaption
{
	font-weight: bold !important;
	margin-left: 20px !important;
}

p.footer
{
	margin-top: 20px !important;
	font-size: 85% !important;
}

li.list_detail {
	list-style: none !important;
	list-style-position: inherit !important;
	display: block !important;
	margin-top: 0.2em !important;
	margin-bottom: 0.2em !important;
}

/*.article-entry tr > td[valign="top"] { display: none !important; }*/

.article-entry ol {
	/* margin-top: 10px !important;
  margin-bottom: 10px !important; */
	list-style-type: decimal;
	padding-left: 40px !important;
	margin-top: 0.2em !important;
	margin-bottom: 0.2em !important;
}


.article-entry ol  li {
	display: list-item !important;
}

.article-entry ul
{
	list-style-type: disc !important;
	padding-left: 40px !important;
	margin-top: 0.5em !important;
	margin-bottom: 10px !important;
}

.article-entry ul ul
{
	list-style-type: circle !important;
	margin-left: -20px !important;
	text-indent: 0px !important;
	padding-left: 35px !important;
}

.article-entry ul ol
{
	margin-left: -10px !important;
	text-indent: 0px !important;
	padding-left: 35px !important;
	list-style-type: decimal !important;
}

.article-entry ol ol
{
	list-style-type: inherit;
	margin-left: -20px !important;
	text-indent: 0px !important;
	padding-left: 35px !important;
}

.article-entry ol ul
{
	list-style-type: disc !important;
	margin-left: -20px !important;
	text-indent: 0px !important;
	padding-left: 55px !important;
}

/* Start of TUTOSTEPS */

ol.tutosteps {
background-color: #f0f0f0;
color: #000444;
list-style-type: none !important;
margin-left: 50px !important;
margin-right: 20px;
padding-bottom: 8px;
padding-left: 38px !important;
padding-top: 8px;
border-left: 1px solid #aaa;
margin-top : 15px !important;
max-width: 800px;
/* following line not responsive, isolate into media query to avoid polluting mobile experience */
min-width:560px;
}

ol.tutosteps > li {
counter-increment: step-counter;
text-indent: -10px;
margin-bottom: 20px;
list-style-type: none !important;
}


ol.tutosteps > li::before {
content: counter(step-counter);
margin-right: 5px;
font-size: 80%;
background-color: #7a99ac;
color: white;
font-weight: bold;
padding: 3px 8px;
border-radius: 3px;
margin-left: -40px;
}

ol.tutosteps img {max-width:98%;}

ol.tutosteps > li li {
    text-indent: 0;
margin-bottom:0px
}

div.tuto_nextstep {
    margin-left:50% !important; padding-top:5px; padding-right:20px; padding-bottom:5px;
    background-color: #CCE0F0;
}

div.tuto_nextstep span {
    color:#6c1d45 !important;
}

div.tuto_nextstep p {
    text-align:right;
}

/*.tuto_nextstep a.tuto-link:hover { color: #6c1d45 !important; text-decoration: none !important;}*/
/* END OF TUTOSTEPS*/

div.StartPageBody
{
	display: block !important;
	background-image: none !important;
	width: 605px !important;
	margin-top: 0 !important;
	padding-left: -5px !important;
	padding-right: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	border-left-style: none !important;
	border-right-style: none !important;
	border-top-style: none !important;
	border-bottom-style: none !important;
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.article-entry hr
{
	color: #AAA !important;
	background-color: #AAA !important;
	height: 0.5px !important;
	border: 0 !important;
}

table.wrapped.confluenceTable { width: auto !important; }

table.confluenceTable { margin-bottom: 29px !important; }

table.wrapped.confluenceTable .panel pre {
    white-space: inherit !important;
}

.article-entry .confluenceTable .confluenceTd > * {
	word-break: break-word;
}



.article-entry pre:not(.nocode) {
    display: block;
    padding: 15px 0 15px 15px !important;
    margin: 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow-x: auto;
}

.nocode { background-color: #fff !important; border: 0px !important; }

pre.prettyprint { padding: 15px 0 15px 15px !important; }

.article-entry table td pre {
	/*white-space: pre-line !important;*/
	font-size: 10pt !important;
	margin: 0px !important;
	border: none !important;
	background-color: transparent !important;
	overflow-x: auto !important;
}

.article-entry table.TableStyle-code_window td pre {
    white-space: pre !important;
}

.article-entry .wrapped.relative-table.confluenceTable .aui-icon{
	top: 12.5% !important;
}

.article-entry .confluenceTable td
{
	margin-top: 0.9em !important;
	margin-bottom: 0.3em !important;
	margin-left: 15px !important;
	left: 29px !important;
	display: table-cell !important;
}

.article-entry .confluenceTable td > p
{
	margin-bottom: 0.3em !important;
	margin-left: 0px !important;
	margin-top: 0.50em !important;
}

a.hyperlink { text-decoration: none !important; }

div.GlossaryPageHeading { padding-bottom: 40pt !important; padding-top: 40pt !important; }

ul.MCGlossaryProxy_0 { list-style: none !important; }

.GlossaryPageHeading_0 { font-size: 14pt; font-weight: bold; }

div.GlossaryPageTerm { font-style: 12pt; font-weight: bold; }

a.GlossaryPageLink {color: #333 !important; text-decoration: none; }

a.GlossaryPageLink:hover { color: #333 !important; cursor: default; text-decoration: none !important;  }

div.GlossaryPageEntry
{
	border-top: solid 1px !important;
	margin-left: 20px !important;
	padding-bottom: 12px !important;
	padding-top: 6px !important;;
}

article img { border: none !important; }

p.relatedTopics,
p.conceptHeading_concept_0,
.unspecifiedHeading_unspecified_0,
.conceptHeading_concept_0,
.taskHeading_task_0,
.referenceHeading_reference_0,
.Heading_0,
p.RelatedTopics /*Flare Content*/
{
		margin-top: 2.5em !important;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		color: #4c4c4c;
		font-weight: bold;
		margin-left: 10px !important;
}

.taskItem_task_0 a,
.referenceItem_reference_0 a,
.conceptItem_concept_0 a,
.unspecifiedItem_unspecified_0 a,
.Item_0 a,
p[data-mc-conditions="Primary.Related Topic"] a /*Flare Content*/
{
	margin-bottom: 10px !important;
    margin-left: 20px;
    font-size: 95%;
    color: #0073a5 !important;
   /* line-height: 0.9em;*/
}

.taskItem_task_0 a:visited,
.referenceItem_reference_0 a:visited,
.conceptItem_concept_0 a:visited,
.unspecifiedItem_unspecified_0 a:visited,
p[data-mc-conditions="Primary.Related Topic"] a /*Flare Content*/
 {
 	color: #0073a5 !important;
 }



MadCap|breadcrumbsProxy
{
	font-size: 1.00em !important;
	border-bottom-style: none !important;
	font-family: 'Verdana', sans-serif !important;
	mc-breadcrumbs-prefix: ' ' !important;
	mc-breadcrumbs-count: 4 !important;
	color: #4c4c4c !important;
}

MadCap|relationshipsProxy
{
	padding-top: 3px !important;
	padding-left: 0px !important;
	margin-top: 8px !important;
	margin-bottom: 30px !important;
	mc-output-support: all-online !important;
	border-top-style: none !important;
}

MadCap|relationshipsHeading
{
	margin-left: 10px !important;
	margin-top: 2.5em !important;
	mc-label: 'Related topics' !important;
	color: #4C4C4C !important;
	font-size: 105% !important;
	font-weight: bold !important;
}

MadCap|relationshipsItem
{
	margin-left: 10px !important;
	font-size: 95% !important;
	line-height: 0.9em !important;
}

MadCap|relationshipsHeading.concept
{
	font-weight: normal !important;
	margin-left: 10px !important;
	mc-label: 'Related topics' !important;
	border-top-style: none !important;
	font-size: 100% !important;
	color: #a50034 !important;
}

MadCap|relationshipsHeading.reference
{
	font-weight: normal !important;
	margin-left: 10px !important;
	mc-label: 'Related topics' !important;
	color: #a50034 !important;
	border-top-style: none !important;
	font-size: 100% !important;
}

MadCap|relationshipsHeading.task
{
	font-weight: normal !important;
	margin-left: 10px !important;
	mc-label: 'Related topics' !important;
	color: # #a50034 !important;
	border-top-style: none !important;
	font-size: 100% !important;
}



.article-entry dt
{
	font-weight: bold !important;
	margin-left: 40px !important;
	margin-bottom: 0.2em !important;
	margin-top: 0.9em !important;
}

.article-entry dd
{
	margin-left: 50px !important;
	margin-bottom: 0.2em !important;
	margin-top: 0.9em !important;
}


p.subfield
{
	font-style: italic !important;
	font-weight: 700 !important;
	margin-left: 45px !important;
}

p.note
{
	mc-auto-number-format: '{b}Note  {/b}' !important;
	mc-auto-number-position: outside-head !important;
	mc-auto-number-offset: 47px !important;
	margin-left: 70px !important;
	margin-bottom: 10px !important;
}

p.note_indent
{
	mc-auto-number-format: '{b}Note  {/b}' !important;
	mc-auto-number-position: outside-head !important;
	mc-auto-number-offset: 47px !important;
	margin-left: 120px !important;
}

.AutoNumber_p_tip, .AutoNumber_p_caution {bottom: 10px !important; }

.article-entry article table..AutoNumber_p_tip td..AutoNumber_p_tip { margin-left: 0px; }


.article-entry article h1 ~ table.AutoNumber_p_note { display: table-row; }
.article-entry article h2 ~ table.AutoNumber_p_note { display: table-row; }
.article-entry article h3 ~ table.AutoNumber_p_note { display: table-row; }
.article-entry article div[id] > table.AutoNumber_p_note { display: table-row; }
.article-entry article div.indentTable ~ table.AutoNumber_p_note { display: table-row; }

.article-entry article table.AutoNumber_p_note td.AutoNumber_p_note { padding-left: 20px; }

MadCap|xref
{
	mc-format: '{paratext}' !important;
	color: #0073a5 !important;
	text-decoration: none !important;
}

.article-entry table th.confluenceTh
{
	border: 1px solid #ddd !important;
	font-size: 1.0em !important;
	padding: 7px 15px 7px 10px !important;
    background: right center no-repeat rgb(240, 240, 240) !important;
    min-width: 8px !important;
    /*word-break: break-word;*/
}

.article-entry table td.confluenceTd {
    border: 1px solid #ddd !important;
    padding: 7px 10px !important;
    min-width: 8px !important;
}

div.indentTableNested
{
	margin-left: 40px !important;
}

p.tip
{
	mc-auto-number-position: outside-head !important;
	mc-auto-number-offset: 47px !important;
	margin-left: 70px !important;
	mc-auto-number-format: '{b}Tip  {/b}' !important;
	margin-bottom: 10px !important;
}

p.tip_indent
{
	mc-auto-number-format: '{b}Tip  {/b}' !important;
	mc-auto-number-position: outside-head !important;
	mc-auto-number-offset: 47px !important;
	margin-left: 120px !important;
}

p.caution
{
	mc-auto-number-position: outside-head !important;
	mc-auto-number-format: '{b}Caution  {/b}' !important;
	background-image: none !important;
	margin-left: 95px !important;
	mc-auto-number-offset: 75px !important;
	margin-bottom: 10px !important;
}

p.caution_indent
{
	mc-auto-number-position: outside-head !important;
	mc-auto-number-offset: 75px !important;
	margin-left: 140px !important;
	mc-auto-number-format: '{b}Caution  {/b}' !important;
}

p.comment
{
	color: #000000 !important;
	background-color: #CCE0F0 !important;
}

p.problem
{
	margin-top: 0.8em !important;
	margin-bottom: 0.4em !important;
	margin-left: 20px !important;
	mc-auto-number-format: '{b}Problem{/b}: ' !important;
	mc-auto-number-offset: 45px !important;
}

p.cause
{
	margin-top: 0.8em !important;
	margin-bottom: 0.4em !important;
	margin-left: 20px !important;
	mc-auto-number-format: '{b}Cause{/b}: ' !important;
	mc-auto-number-offset: 45px !important;
}

p.solution
{
	margin-top: 0.8em  !important;
	margin-bottom: 0.4em !important;
	margin-left: 20px !important;
	mc-auto-number-offset: 45px !important;
	mc-auto-number-format: '{b}Solution{/b}: ' !important;
}

.article-entry li.comment
{
	color: #000000 !important;
	background-color: #CCE0F0 !important;
}

p.field
{
	margin-left: 40px !important;
	font-weight: bold !important;
}

p.description
{
	margin-left: 50px !important;
}

MadCap|dropDownHead
{
	margin-left: 20px !important;
}

MadCap|miniTocProxy
{
	border-top-style: none !important;
}

.article-entry code,.article-entry .code {
	font-family: 'Courier New', monospace !important;
	font-size: 10pt !important;
	background-color: transparent !important;
    color: #333 !important;
    word-break: break-word;
}

.article-entry pre code, .article-entry pre .code {white-space: pre;}

.confluenceTh code { word-break: initial; }

.confluenceTd code { word-break: break-word; }

p.fieldcode
{
	margin-left: 40px !important;
	font-weight: bold !important;
	font-family: 'Courier New', ' monospace' !important;
}

p.descriptioncode
{
	margin-left: 50px !important;
	font-family: 'Courier New', ' monospace' !important;
}

p.codeSinglespace
{
	margin-bottom: 0em !important;
	margin-top: 0.1em !important;
	font-family: 'Courier New', ' monospace' !important;
}

.article-entry td ul { margin-left: -20px !important; }

.article-entry td ol { margin-left: -20px !important; }

.article-entry td ul ul { margin-left: -18px !important; }

.article-entry td ol ol { margin-left: -18px !important; }

.article-entry td ul ol { margin-left: -18px !important; }

.article-entry td ol ul { margin-left: -18px !important; }

td p.note_table {
	margin-left: -20px !important;
	mc-auto-number-offset: 45px !important;
	mc-auto-number-format: '{b}Note{/b}' !important;
	mc-auto-number-position: outside-head !important;
}

span.underline { text-decoration: underline !important; }
a.hyperlink:visited { text-decoration: none !important; color: #0073a5 !important; }
a.hyperlink:focus { color: #a50034 !important; }
a.hyperlink:hover { text-decoration: underline !important; color: #0073a5 !important; }
a.hyperlink:active { color: #0073a5 !important; }

p.tableCaption { font-weight: 900 !important; }

p.MiniTOC1 { font-weight: normal; margin-left: 10pt !important; }

p.MiniTOC2
{
	margin-left: 20pt !important;
	text-decoration: underline !important;
	text-indent: 10pt !important;
}

p.MiniTOC3
{
	margin-left: 30pt !important;
	text-decoration: underline !important;
	text-indent: 20pt !important;
}

p.MiniTOC4 { margin-left: 40pt !important; }

p.MiniTOC5 { margin-left: 50pt !important; }

div.fortypx-halfinch { margin-left: 0.5in !important; }

div.twentypx-quarterinch { margin-left: 0.25in !important; }

@media screen and (max-width: 640px)
{
	img.maxWidth
	{
		max-width: 100% !important;
	}

	img.mediumWidth
	{
		max-width: 100% !important;
	}

	img.smallWidth
	{
		max-width: 100% !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px)
{
	img.maxWidth
	{
		max-width: 90% !important;
	}

	img.mediumWidth
	{
		max-width: 80% !important;
	}

	img.smallWidth
	{
		max-width: 50% !important;
	}
}

@media screen and (min-width: 1023px)
{
	img.maxWidth
	{
		max-width: 70% !important;
	}

	img.mediumWidth
	{
		max-width: 50% !important;
	}

	img.smallWidth
	{
		max-width: 25% !important;
	}
}


@media print
{
	body
	{
		background-color: #ffffff !important;
		background-image: none !important;
		color: #000000 !important;
		mc-hyphenate: never !important;
		font-family: Tahoma !important;
		margin-left: 0px !important;
		font-size: 9pt !important;
	}

	.article-entry h1
	{
		font-size: 26pt !important;
		color: #a50034 !important;
		font-weight: bold !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 0pt !important;
		margin-bottom: 50pt !important;
		padding-top: 8pt !important;
		border-top: solid 2pt !important;
		border-top-color: #AAA !important;
		mc-auto-number-class: chapTitle !important;
		mc-auto-number-position: float-right !important;
		mc-auto-number-offset: 60pt !important;
		mc-auto-number-format: ' {chapnum}  ' !important;
		font-family: Roboto !important;
	}

	h1.appendix
	{
		font-size: 26pt !important;
		color: #a50034 !important;
		font-weight: bold !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 0pt !important;
		margin-bottom: 50pt !important;
		padding-top: 8pt !important;
		border-top: solid 2pt !important;
		border-top-color: #AAA !important;
		mc-auto-number-class: chapAppendix !important;
		mc-auto-number-format: 'Appendix {chapnum}: ' !important;
		mc-auto-number-position: inside-head !important;
		font-family: Roboto !important;
	}

	span.chapAppendix
	{
		font-family: 'Open Sans' !important;
		font-size: 26pt !important;
		font-weight: bold !important;
		margin-bottom: -30pt !important;
		padding-top: -8pt !important;
	}

	h1.noNumber
	{
		font-size: 26pt !important;
		color: #a50034 !important;
		font-weight: bold !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 0pt !important;
		margin-bottom: 50pt !important;
		padding-top: 8pt !important;
		border-top: solid 2pt !important;
		border-top-color: #AAA !important;
		mc-auto-number-format: '{ }  ' !important;
		font-family: Roboto !important;
	}

	.article-entry h2
	{
		font-size: 20pt !important;
		color: #a50034 !important;
		font-weight: bold !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 18pt !important;
		margin-bottom: 6pt !important;
		padding-top: 1.1em !important;
		line-height: 22pt !important;
		font-family: Roboto !important;
	}

	.article-entry h3
	{
		font-size: 18pt !important;
		font-weight: bold !important;
		margin-left: 48px !important;
		margin-right: 0px !important;
		margin-top: 15pt !important;
		margin-bottom: 6pt !important;
		padding-top: 1.1em !important;
		line-height: 20pt !important;
		mc-heading-level: 3 !important;
		font-family: Roboto !important;
		color: #A50034 !important;
	}

	.article-entry h4
	{
		font-size: 16pt !important;
		color: #000000 !important;
		font-weight: normal !important;
		margin-left: 48px !important;
		margin-right: 0px !important;
		margin-top: 14pt !important;
		margin-bottom: 6pt !important;
		padding-top: 1.1em !important;
		line-height: 18pt !important;
		mc-heading-level: 0 !important;
		font-family: Roboto !important;
	}

	.article-entry h5
	{
		font-size: 13pt !important;
		font-style: italic !important;
		color: #000000 !important;
		font-weight: normal !important;
		margin-left: 48px !important;
		margin-right: 0px !important;
		margin-top: 13pt !important;
		margin-bottom: 6pt !important;
		padding-top: 1.1em !important;
		line-height: 16pt !important;
		mc-heading-level: 0 !important;
		font-family: Roboto !important;
	}

	.article-entry h6
	{
		font-size: 10pt !important;
		color: #000000 !important;
		font-weight: bold !important;
		margin-left: 48px !important;
		margin-right: 0px !important;
		margin-top: 12pt !important;
		margin-bottom: 4pt !important;
		padding-top: 1.1em !important;
		line-height: 14pt !important;
		mc-heading-level: 0 !important;
		font-family: Roboto !important;
	}

	p.pseudo_h4
	{
		font-size: 16pt !important;
		font-weight: normal !important;
		margin-left: 48px !important;
		margin-right: 0px !important;
		margin-top: 16pt !important;
		margin-bottom: 6pt !important;
		padding-top: 1.1em !important;
		line-height: 18pt !important;
		mc-heading-level: 0 !important;
		page-break-after: avoid !important;
		font-family: Roboto !important;
		color: #A50034 !important;
	}

	p.header_footer
	{
		margin-left: 0in !important;
		font-size: 8pt !important;
	}

	p.figureCaption
	{
		column-break-before: avoid !important;
		page-break-before: avoid !important;
		page-break-inside: avoid !important;
		margin-left: 0.5in !important;
		font-weight: 900 !important;
		mc-auto-number-format: 'GF:Figure {n+}. ' !important;
		padding-top: 6pt !important;
		padding-bottom: 6pt !important;
	}

	p.tableCaption
	{
		column-break-after: avoid !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
		margin-left: 0.5in !important;
		font-weight: 900 !important;
		mc-auto-number-format: 'GT:Table {n+}. ' !important;
		padding-top: 6pt !important;
		padding-bottom: 6pt !important;
	}

	p.TOC1
	{
		margin-bottom: 3pt !important;
		margin-right: 15pt !important;
		margin-top: 15pt !important;
		column-break-after: avoid !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
	}

	p
	{
		orphans: 3 !important;
		widows: 3 !important;
		margin-left: 0.5in !important;
		margin-bottom: 9pt !important;
		line-height: 1.30em !important;
	}

	p.TOC2
	{
		margin-bottom: 2pt !important;
		margin-left: 18pt !important;
		margin-right: 15pt !important;
		margin-top: 2pt !important;
	}

	p.matter_head_back
	{
		margin: 12pt !important;
		margin-left: 0pt !important;
		margin-right: 0pt !important;
		color: #a50034 !important;
		font-style: normal !important;
		font-weight: bold !important;
		column-break-after: avoid !important;
		mc-heading-level: 1 !important;
		page-break-after: avoid !important;
		page-break-before: always !important;
		page-break-inside: avoid !important;
		margin-bottom: 50pt !important;
		margin-top: 0pt !important;
		font-size: 24pt !important;
	}

	p.matter_head
	{
		column-break-after: avoid !important;
		mc-heading-level: 0 !important;
		page-break-after: avoid !important;
		page-break-before: always !important;
		page-break-inside: avoid !important;
		color: #a50034 !important;
		font-style: normal !important;
		font-weight: bold !important;
		margin: 12pt !important;
		margin-left: 0pt !important;
		margin-right: 0pt !important;
		margin-bottom: 50pt !important;
		margin-top: 0pt !important;
		font-size: 24pt !important;
	}

	MadCap|indexProxy
	{
		border-top-style: none !important;
	}

	p.IndexHeading
	{
		text-align: left !important;
	}

	MadCap|glossaryProxy
	{
		border-top-style: none !important;
		margin-left: 0.15in !important;
	}

	div.GlossaryPageTerm
	{
		border-top: none !important;
		margin-left: 0in !important;
	}

	div.GlossaryPageHeading
	{
		border-bottom-style: none !important;
		padding-bottom: 1pt !important;
		padding-top: 1pt !important;
		display: none !important;
	}

	div.GlossaryPageEntry
	{
		border-top-style: none !important;
		border-top: none 0px !important;
		margin-bottom: 6pt !important;
		padding-bottom: 6px !important;
	}

	div.GlossaryPageDefinition
	{
		border-top-style: none !important;
		border-top: none !important;
		margin-left: 0.2in !important;
	}

	.codeBold_in_para
	{
		font-variant: normal !important;
	}

	p.field
	{
		column-break-after: avoid !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
		font-size: 10pt !important;
		margin-left: 0.8in !important;
		font-weight: bold !important;
	}

	p.subfield
	{
		font-size: 10pt !important;
		font-weight: bold !important;
		margin-left: 0.9in !important;
		column-break-after: avoid !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
	}

	.article-entry li
	{
		orphans: 3 !important;
		widows: 3 !important;
		margin-left: 0.75in !important;
		margin-bottom: 0.4em !important;
		margin-top: 0.8em !important;
	}

	div.indentTable
	{
		margin-left: 0.5in !important;
		width: 95% !important;
	}

	MadCap|xref
	{
		mc-format: '{color #0073a5}{i}{paratext}{/i} on page {page}{/color}';
		color: #0073a5 !important !important;
	}

	MadCap|xref.topicNameOnPageNumber
	{
		mc-format: '{color #0073A5}{i}{paratext}{/i} on page {page}{/color}';
		color: #0073a5 !important;
	}

	MadCap|xref.figureTableNumber
	{
		color: #0073a5 !important;
		/*mc-format: '{color #0073A5}{i}{paranumonly}{/i} on page {page}{/color}';*/
		mc-format: '{paranumonly}' !important;
	}

	a.hyperlink
	{
		text-decoration: underline !important;
	}

	span.chapTitle
	{
		font-weight: bold !important;
		float: right !important;
		margin-bottom: -30pt !important;
		font-size: 48pt !important;
		padding-top: -2pt !important;
	}

	p.TOC3
	{
		margin-bottom: 2pt !important;
		margin-right: 15pt !important;
		margin-top: 2pt !important;
		margin-left: 30pt !important;
	}

	td.bold
	{
		vertical-align: top !important;
		margin-top: 6pt !important;
		padding: 10pt !important;
		font-weight: bolder !important;
		color: #000000 !important;
		text-decoration: underline !important;
		vertical-align: baseline !important;
	}

	p.Index2
	{
		margin-top: 0.2em !important;
	}

	p.PDF_coverDocType
	{
		font-size: 18pt !important;
		text-align: right !important;
		color: #4C4C4C !important;
		text-transform: uppercase !important;
		margin-top: 3.50em !important;
		letter-spacing: 0.25em !important;
		/* margin-bottom: -0.8em; NEW VALUE FOR FLARE 12 below */
		margin-bottom: -4pt !important;
		margin-right: -6px !important;
	}

	p.PDF_coverProductName
	{
		font-size: 36pt !important;
		letter-spacing: 0.5pt !important;
		text-align: right !important;
		margin-bottom: 5pt !important;
		margin-top: 23pt !important;
		height: 41pt !important;
		color: #a50034 !important;
	}

	p.axway_PrintCover_version
	{
		font-family: Verdana !important;
		font-size: 12pt !important;
		text-align: right !important;
		color: #4C4C4C !important;
	}

	p.axway_printCover_date
	{
		height: 14pt !important;
		margin-bottom: 8pt !important;
		margin-top: 8pt !important;
		font-size: 8pt !important;
		font-family: Verdana !important;
		text-align: left !important;
		margin-left: 9px !important;
	}

	p.axway_printCover_line
	{
		margin-left: 0px !important;
		text-align: right !important;
	}

	.axway_printCover_line img
	{
		width: 710px !important;
	}

	p.Title
	{
		font-family: 'Open Sans' !important;
		font-size: 36pt !important;
		font-style: normal !important;
		font-weight: normal !important;
		margin-left: 0in;
		color: #757575 !important;
	}

	MadCap|conceptsProxy
	{
		border-top-style: none !important;
	}

	MadCap|endnotesProxy
	{
		border-top-style: none !important;
	}

	MadCap|listOfProxy
	{
		border-top-style: none !important;
	}

	MadCap|topicToolbarProxy
	{
		border-top-style: none !important;
	}

	p.MiniTOC1
	{
		font-weight: normal !important;
		margin-left: 0.5in !important;
		margin-top: 0.4em !important;
		margin-bottom: 0.2em !important;
	}

	MadCap|miniTocProxy
	{
		padding-left: 0px !important;
		margin-right: 1in !important;
		margin-bottom: 0.4em !important;
		margin-top: 0.80em !important;
		padding-top: 0px !important;
	}

	p.MiniTOC2
	{
		margin-top: 0.4em !important;
		margin-left: 0.7in !important;
		margin-bottom: 0.2em !important;
		text-decoration: none !important;
	}

	p.MiniTOC3
	{
		margin-top: 0.4em !important;
		margin-left: 0.9in !important;
		margin-bottom: 0.2em !important;
	}

	p.MiniTOC4
	{
		margin-top: 0.4em !important;
		margin-left: 1.1in !important;
		margin-bottom: 0.2em !important;
	}

	p.MiniTOC5
	{
		margin-top: 0.4em !important;
		margin-left: 1.3in !important;
		margin-bottom: 0.2em !important;
	}

	p.MiniTOC6
	{
		margin-top: 0.4em !important;
		margin-left: 1.5in !important;
		margin-bottom: 0.2em !important;
	}

	p.MiniTOC7
	{
		margin-top: 0.4em !important;
		margin-left: 1.7in !important;
		margin-bottom: 0.2em !important;
	}

	p.MiniTOC8
	{
		margin-top: 0.4em !important;
		margin-left: 1.9in !important;
		margin-bottom: 0.2em !important;
	}

	p.MiniTOC9
	{
		margin-top: 0.4em !important;
		margin-left: 2.1in !important;
		margin-bottom: 0.2em !important;
	}

	p.note
	{
		margin-left: 1in !important;
		mc-auto-number-position: outside-head !important;
		mc-auto-number-format: '{b}Note{/b} ' !important;
		mc-auto-number-offset: 45px !important;
	}

	p.note_indent
	{
		margin-left: 1.5in !important;
		mc-auto-number-offset: 45px !important;
		mc-auto-number-position: outside-head !important;
		mc-auto-number-format: '{b}Note{/b} ' !important;
	}

	.article-entry :after
	{
		color: #000000 !important;
		font-family: Verdana !important;
		font-size: 9pt !important;
		font-variant: normal !important;
	}

	.article-entry :before
	{
		color: #000000 !important;
		font-family: Verdana !important;
		font-size: 9pt !important;
		font-variant: normal !important;
	}

	li.list_detail
	{
		margin-bottom: 0.4em  !important;
		margin-top: 0.8em !important;
	}

	p.tip
	{
		margin-left: 1in !important;
		mc-auto-number-format: '{b}Tip{/b}' !important;
		mc-auto-number-offset: 40px !important;
	}

	p.tip_indent
	{
		margin-left: 1.5in !important;
		mc-auto-number-format: '{b}Tip{/b}'  !important;
		mc-auto-number-offset: 47px  !important;
		mc-auto-number-position: outside-head !important;
	}

	p.caution
	{
		mc-auto-number-format: '{b}Caution{/b}'  !important;
		mc-auto-number-position: outside-head !important;
		margin-left: 1.13in !important;
		mc-auto-number-offset: 60px !important;
	}

	p.caution_indent
	{
		margin-left: 1.5in !important;
		mc-auto-number-format: '{b}Caution{/b}' !important;
		mc-auto-number-offset: 60px !important;
	}

	MadCap|relatedTopics
	{
		mc-label: 'Related topics' !important;
		color: #0073a5 !important;
	}

	p.description
	{
		margin-left: 1in !important;
	}

	MadCap|miniTocProxy
	{
		border-top-style: none !important;

	li.StepBullets
	{
		margin-left: 20px !important;
		mc-disabled: true !important;
	}

	li.StepAlpha
	{
		list-style-type: lower-alpha !important;
		margin-left: 30px !important;
		mc-disabled: true !important;
	}

	.article-entry ol
	{
		list-style-type: decimal;
		margin-left: 0in !important;
	}

	.article-entry ul
	{
		margin-left: -0.05in !important;
	}

	.article-entry ol ul
	{
		list-style-type: disc !important;
		text-indent: 0px !important;
		margin-left: -0.9in !important;
	}

	.article-entry ul ol
	{
		list-style-type: decimal !important;
		margin-left: -0.6in !important;
		text-indent: 0px !important;
	}

	.article-entry ul ul
	{
		margin-left: -0.9in !important;
		list-style-type: circle !important;
	}

	.article-entry td ul
	{
		margin-left: -0.6in !important;
	}

	.article-entry td ol
	{
		margin-left: -0.5in !important;
	}

	.article-entry td ul ul
	{
		margin-left: -0.95in !important;
	}

	.article-entry td ol ol
	{
		margin-left: -0.90in !important;
	}

	.article-entry td ul ol
	{
		margin-left: -0.90in !important;
	}

	.article-entry td ol ul
	{
		margin-left: -0.95in !important;
	}

	td p.note_table
	{
		margin-left: 0.47in !important;
		mc-auto-number-offset: 45px !important;
		mc-auto-number-format: '{b}Note{/b}' !important;
		mc-auto-number-position: outside-head !important;
	}

	p.problem
	{
		margin-left: 0.5in;
		mc-auto-number-format: '{b}Problem{/b}: ' !important;
		mc-auto-number-position: inside-head !important;
	}

	p.cause
	{
		margin-left: 0.5in;
		mc-auto-number-format: '{b}Cause{/b}: ' !important;
		mc-auto-number-position: inside-head !important;
	}

	p.solution
	{
		margin-left: 0.5in !important;
		mc-auto-number-format: '{b}Solution{/b}: ' !important;
		mc-auto-number-position: inside-head !important;
	}

	MadCap|footnotesBlock
	{
		font-size: 6.5pt !important;
		border-top-width: 0px !important;
		padding-left: 0.5in !important;
	}

	.article-entry tr
	{
		page-break-inside: avoid !important;
	}

	MadCap|conceptLink
	{
		color: #0073a5 !important;
	}

	MadCap|keywordLink
	{
		color: #0073a5 !important;
	}

	MadCap|toggler
	{
		color: #a50034 !important;
	}

	MadCap|tocProxy
	{
		border-top: none !important;
		border-top-color: #ffffff !important;
	}

	.cover_page_left img
	{
		width: 672px !important;
	}

	p.descriptioncode
	{
		margin-left: 1in !important;
	}

	p.fieldcode
	{
		margin-left: 0.8in !important;
		font-variant: normal !important;
		column-break-after: avoid !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
	}

	.article-entry blockquote
	{
		margin-left: 60px !important;
	}

	p.codeSinglespace
	{
		margin-bottom: 0pt !important;
		margin-top: 0.1em !important;
		font-family: 'Courier New', ' monospace' !important;
		font-variant: normal !important;
	}

	.article-entry td pre
	{
		margin-left: 0px !important;
		font-size: 8pt !important;
	}

	.article-entry pre:not(.syntaxhighlighter-pre)
	{
		margin-left: 0.5in !important;
	}

	MadCap|relationshipsHeading
	{
		border-top-style: none !important;
	}

	img.maxWidth
	{
		max-width: 5.5in !important;
	}

	img.mediumWidth
	{
		max-width: 3.5in !important;
	}

	img.smallWidth
	{
		max-width: 2in !important;
	}

	a:active
	{
		color: #0073a5 !important;
	}

	.article-entry dt
	{
		margin-bottom: 9pt !important;
		margin-left: 0.8in !important;
		column-break-after: avoid !important;
		orphans: 3 !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
		widows: 3 !important;
	}

	.article-entry dd
	{
		margin-bottom: 9pt !important;
		margin-left: 1in !important;
		orphans: 3 !important;
		widows: 3 !important;
	}

	.printCover_top
	{
		background-position: left top !important;
		background-repeat: no-repeat !important;
		background-image: url('../Images/print_output/coverpage_top.svg') !important;
	}

.printCover_bottom
	{
		background-position: left bottom !important;
		background-repeat: no-repeat !important;
		background-image: url('../Images/print_output/coverpage_bottom.svg') !important;
	}

} /*Close media print*/


@media non-print {

	MadCap|relationshipsHeading.concept
	{
		font-size: 95% !important;
	}

	MadCap|relationshipsHeading
	{
		font-weight: bold !important;
		font-size: 95% !important;
		border-top-style: none !important;
	}

	MadCap|relationshipsHeading.reference
	{
		font-size: 95% !important;
	}

	MadCap|relationshipsHeading.task
	{
		font-size: 95% !important;
	}

	p.note
	{
		mc-auto-number-offset: 45px !important;
		mc-auto-number-format: '{b}Note{/b}' !important;
		mc-auto-number-position: outside-head !important;
	}

	div.indentTable
	{
		margin-left: 20px !important;
	}

	p.figureCaption
	{
		margin-left: 70px !important;
		padding-top: 6pt !important;
		padding-bottom: 6pt !important;
		font-weight: bold !important;
		mc-auto-number-format: '{ }' !important;
	}

	p.tableCaption
	{
		mc-auto-number-format: '{ }' !important;
		margin-left: 70px !important;
		padding-top: 6pt !important;
		padding-bottom: 6pt !important;
		font-weight: 900 !important;
		font-family: Verdana !important;
	}

	MadCap|miniTocProxy
	{
		margin-top: 0px !important;
		padding-top: 0px !important;
		margin-left: 10px !important;
	}

	p.MiniTOC1
	{
		text-decoration: underline !important;
		margin-left: 10pt !important;
	}

	p.MiniTOC2
	{
		margin-left: 20pt !important;
	}

} /*Close media no-print*/
