/*<meta />*/

@import url('skin-side-nav.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*to fix footer issue in Flare 2020 r2*/

.height-container
{
	position: inherit;
}

body
{
	font-family: 'Open Sans';
	font-size: 1em;
}

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;
}

div#alm.topic-hero
{
	background-image: url('../Images/banners/hero-views.jpg');
}

div#hns.topic-hero
{
	background-image: url('../Images/banners/hero-hansoft.jpg');
}

h1
{
	font-weight: bold;
	color: #2f6db5;
	margin: 0.2em 0em 0.7em;
	line-height: normal;
	font-size: 29px;
}

h2
{
	font-weight: bold;
	color: #2f6db5;
	margin: 8px 0px 0px;
	line-height: normal;
	font-size: 26px;
}

h3
{
	color: #404040;
	font-weight: normal;
	margin: 26px 0px 10px;
	font-size: 22px;
}

h4
{
	font-weight: bold;
	font-size: 19px;
}

h5
{
	font-weight: bold;
	font-size: 16px;
}

h6
{
	font-weight: bold;
	font-size: 13px;
}

p
{
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 12px;
	line-height: 18px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 17px;
	color: #fff;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 27px;
}

img
{
	border: none;
	max-width: 100%;
}

a.Popup
{
	
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	font-size: 24px;
	color: #404040;
}

MadCap|xref
{
	mc-format: '{para}';
	color: #2f6db5;
	text-decoration: none;
	font-weight: normal;
}

div.body-container
{
	margin-bottom: 60px;
}

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 1% .5% 1%;
}

div.home-section > div.home-section
{
	border-bottom: solid 1px #898989;
	padding: 1% 0 1%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
	padding-top: 6px;
}

a:link
{
	color: #2f6db5;
	text-decoration: none;
}

a:visited
{
	color: #076685;
	text-decoration: none;
}

MadCap|dropDownBody
{
	padding: 0px 30px 0;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/buttons/minus.png');
	mc-closed-image: url('../Images/buttons/plus.png');
	border-bottom: none 1px #ecedef;
	padding: 5px 0;
}

div.topic-hero
{
	background-size: cover;
	background-attachment: fixed;
	padding: 0.1% 34px;
	background-image: url('../Images/banners/hero-views.jpg');
}

div.topic-hero h1
{
	color: #fff;
	font-family: 'Open Sans';
	font-size: 64px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 0px;
}

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;
	display: flex;
}

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: #ECEDEF;
	padding: 2% 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
	overflow: auto;
	/*height: 225px;*/
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
	overflow: auto;
	/*height: 225px;*/
}

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: 23.33333%;
	margin-left: 0%;
	margin-top: 3%;
	margin-right: 5%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 67.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.4em;
}

div.home-tiles-layout li
{
	line-height: 1.1em;
}

div.home-footer	/*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.*/
{
	background-color: #404040;
	bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	right: 0%;
	width: auto;
	left: 300px;
	height: 60px;
	padding: 20px 34px 20px 34px;
}

div.home-footer::before
{
	content: ' ';
	display: table;
}

div.home-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-footer > div
{
	float: left;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

div.home-footer > div:nth-child(1)
{
	width: 50px;
	margin-left: 0%;
	height: 35px;
}

div.home-footer > div:nth-child(2)
{
	width: 50px;
	margin-left: 0%;
	height: 35px;
}

div.home-footer > div:nth-child(3)
{
	width: 50px;
	margin-left: 0%;
	height: 35px;
}

div.home-footer > div:nth-child(4)
{
	width: 50px;
	margin-left: 0%;
	height: 35px;
}

div.home-footer > div:nth-child(5)
{
	width: 50px;
	margin-left: 0%;
	height: 35px;
}

div.home-footer > div:nth-child(6)
{
	width: 50px;
	margin-left: 0%;
	height: 35px;
}

div.home-footer > div:nth-child(7)
{
	width: 260px;
	margin-left: 0%;
	height: 50px;
	float: right;
	text-align: right;
	vertical-align: text-bottom;
}

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
{
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

MadCap|dropDownHead
{
	color: #898989;
}

ul
{
	list-style-type: square;
	line-height: normal;
}

li
{
	margin: 13px 0px;
	line-height: 22px;
}

span.code
{
	font-size: 11pt;
	font-stretch: 75%;
	font-family: monospace;
}

span.hidden
{
	visibility: hidden;
}

@media only screen and (max-width: 1279px)
{
	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-footer
	{
		display: none;
	}

	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.*/
	{
		display: block;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
		height: 200px;
		overflow: auto;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
		height: 200px;
		overflow: auto;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		display: none;
	}

	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%;
	}

	div.topic-hero h1
	{
		font-size: 36px;
	}

	span.hidden
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	div.home-footer
	{
		display: none;
	}

	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.*/
	{
		display: block;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 2%;
		height: auto;
		overflow: visible;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 3%;
		margin-bottom: 1%;
		height: auto;
		overflow: visible;
	}

	div.home-tiles-layout p
	{
		line-height: 1.4;
	}

	div.home-tiles-layout li
	{
		line-height: 1.2em;
	}

	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%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-hero h1
	{
		font-size: 32px;
	}
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

