/*<meta />*/

@import url('Toggle.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--ForestBlack: #082029;
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

body
{
	color: var(--ForestBlack);
	font-family: RobotoRegular, Arial, sans-serif;
}

@font-face 
{
	font-family: 'ArchivoBold';
	src: url(../Fonts/Archivo-Bold.ttf);
}

@font-face 
{
	font-family: 'RobotoRegular';
	src: url('../Fonts/RobotoFlex-Regular.ttf');
	font-weight: normal;
}

/* Content */

img
{
	border: solid 1px #000000;
}

.main-section p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-size: 24.0pt;
	font-family: ArchivoBold, Arial, sans-serif;
}

h2
{
	border-radius: 0px;
	padding-left: 4px;
	border-left: solid 0px transparent;
	font-family: ArchivoBold, Arial, sans-serif;
	font-size: 20pt;
}

h3
{
	font-family: ArchivoBold, Arial, sans-serif;
	font-size: 17pt;
}

h4
{
	font-family: ArchivoBold, Arial, sans-serif;
	font-size: 14pt;
}

h5
{
	font-size: 10.0pt;
	font-family: ArchivoBold, Arial, sans-serif;
}

h6
{
	font-size: 8.0pt;
	font-family: ArchivoBold, Arial, sans-serif;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

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;
	background-color: var(--Brand2);
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--ForestBlack);
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	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|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 16pt;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	background-color: #ffffff;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

var
{
	color: var(--ForestBlack);
}

span.mc-variable
{
	color: var(--ForestBlack);
}

th
{
	span: 1;
	separator-style: solid;
	separator-width: 1px;
	separator-color: #dcdcdc;
	name: Header1;
	id: 2;
	background-color: #fef7f7;
	color: #000000;
	padding: 12px;
}

table
{
	border-collapse: collapse;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f5f5f5;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f5f5f5;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f5f5f5;
	max-id: 4;
	border-spacing-y: 12;
	padding: 5px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

tbody
{
	span: 1;
	separator-style: solid;
	separator-width: 1px;
	separator-color: #dcdcdc;
	name: Body1;
	id: 1;
	background-color: #ffffff;
	cell-padding-left: 3px;
	cell-padding-right: 3px;
	cell-padding-top: 3px;
	cell-padding-bottom: 3px;
	cell-content-style-tag: p;
	cell-content-style-class: table-text;
	vertical-align: top;
	color: #000000;
	size: 0.5px;
}

tbody tr:nth-child(odd)
{
	background-color: #EEEEEE;
}

td
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

caption
{
	font-size: 8pt;
}

ol
{
	color: #000000;
}

ul
{
	color: #000000;
}

li
{
	color: #000000;
}

footer
{
	background: #082029;
	color: #ffffff;
}

div.collapse
{
	background-color: #ffffff;
}

div.expand
{
	background-color: #ffffff;
}

button
{
	
}

MadCap|topicToolbarProxy
{
	color: #387280;
}

code
{
	
}

@media only screen and (max-width: 1282px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

p.caption
{
	font-size: 8pt;
	text-align: center;
}

p.stem
{
	font-style: italic;
}

table.floating
{
	border: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	border-color: #ffffff;
}

div.topic-container
{
	
}

p.syntax
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f0f0;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #f0f0f0;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Syntax: ';
	overflow: hidden;
	padding: 15px 60px;
	background: #f0f0f0;
}

div.syntax
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f0f0;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #f0f0f0;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background: #f0f0f0;
}

div.warning
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FAF1F1;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #E24650;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Warning: ';
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/alert.png');
}

div.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #D6E7EA;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #006170;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Note: ';
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/note.png');
}

div.example
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #E4F3F3;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #1AC8C6;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Example: ';
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/checkmark.png');
}

div.tip
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #CEE6EB;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Tip: ';
	overflow: hidden;
	background-image: url('../Images/Icons/lightbulb.png');
	margin-bottom: 20px;
	padding-left: 60px;
	padding-bottom: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #387280;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #387280;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #387280;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #387280;
	padding-top: 15px;
	padding-right: 60px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

div.action
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/double-click.png');
	border-bottom-color: #11adc2;
	border-left-color: #11adc2;
	border-right-color: #11adc2;
	border-top-color: #11adc2;
	border: #11adc2;
	mc-auto-number-format: 'Action:  ';
	border-top-style: solid;
	border-style: solid;
	background-color: #11adc2;
}

ol.ol_1
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

img.img_1
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 215px;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 467px;
	height: 72px;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 303px;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 211px;
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 287px;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 159px;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 200px;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 257px;
}

img.img_9
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 314px;
}

img.img_10
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 267px;
}

/*<meta sourceDocument="C:\Users\Sapnesh Naik\Downloads\How+to+Configure+and+Export+Reconciliation+Reports.doc" />*/

ul.ul_1
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 36pt;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

col.col_1
{
	width: 125pt;
}

col.col_2
{
	width: 56pt;
}

col.col_3
{
	width: 37pt;
}

col.col_4
{
	width: 46pt;
}

col.col_5
{
	width: 52pt;
}

col.col_6
{
	width: 53pt;
}

col.col_7
{
	width: 63pt;
}

col.col_8
{
	width: 420pt;
}

p.p_1
{
	text-align: center;
}

td.td_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 4pt;
	padding-left: 4pt;
	padding-bottom: 4pt;
	padding-right: 4pt;
	vertical-align: middle;
}

col.col_9
{
	width: 118pt;
}

col.col_10
{
	width: 34pt;
}

col.col_11
{
	width: 78pt;
}

col.col_12
{
	width: 62pt;
}

col.col_13
{
	width: 298pt;
}

col.col_14
{
	width: 74pt;
}

col.col_15
{
	width: 402pt;
}

col.col_16
{
	width: 73pt;
}

col.col_17
{
	width: 403pt;
}

img.img_11
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 129px;
}

img.img_12
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 40px;
}

img.img_13
{
	visibility: visible;
	mso-wrap-style: square;
	width: 469px;
	height: 65px;
}

img.img_14
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 57px;
}

img.img_15
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 59px;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 289px;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 39px;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 64px;
}

img.img_19
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 73px;
}

img.img_20
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 43px;
}

img.img_21
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 83px;
}

img.img_22
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 147px;
}

img.img_23
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 34px;
}

img.img_24
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 79px;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 467px;
	height: 108px;
}

img.img_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 35px;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

col.col_18
{
	width: 114pt;
}

col.col_19
{
	width: 366pt;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	width: 250px;
	height: 250px;
}

div.versionPickerContainer
{
	position: absolute;
	top: 3%;
	right: 3%;
}

div.versionPickerContainer > p
{
	display: inline-block;
}

select#versionPicker
{
	padding: 5px;
	border-radius: 5px;
}

.title-bar.is-stuck
{
	position: unset !important;
}

[data-sticky-container]
{
	position: sticky !important;
	top: 0 !important;
}

