/*<meta />*/

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Segoe UI';
	src: local('Segoe UI Light'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format('woff2'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format('woff'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format('truetype');
	font-weight: 100;
}

@font-face 
{
	font-family: 'Segoe UI';
	src: local('Segoe UI Semilight'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format('woff2'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format('woff'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format('truetype');
	font-weight: 200;
}

@font-face 
{
	font-family: 'Segoe UI';
	src: local('Segoe UI'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format('woff2'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format('woff'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format('truetype');
	font-weight: 400;
}

@font-face 
{
	font-family: 'Segoe UI';
	src: local('Segoe UI Semibold'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format('woff2'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format('woff'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format('truetype');
	font-weight: 600;
}

@font-face 
{
	font-family: 'Segoe UI';
	src: local('Segoe UI Bold'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format('woff2'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format('woff'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format('truetype');
	font-weight: 700;
}

/* Back to Top button styles */

button#backToTopBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-family: 'Segoe UI Light', Arial;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #0d2839;
	outline: none;
	color: #0d2839;
	/* Text color */
	cursor: pointer;
	padding: 15px;
	border-radius: 25px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

button#backToTopBtn:hover
{
	background-color: transparent;
	color: #0d2839;
	font-family: 'Segoe UI Semibold', Arial black;
}

/* End Back to Top button styles */
/* Heading Bookmark Styles*/

.bookmark-hotspot
{
	position: relative;
}

.bookmark-hotspot:hover a.heading-link
{
	opacity: 1;
	background-image: url('../Images/FlareUI-Assets/bookmark.svg');
	/* replace with your desired link icon */
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 25px;
	margin-left: -25px;
	display: inline-block;
}

a.heading-link
{
	opacity: 0;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	display: none;
}

div#anchor-icon
{
	display: inline;
}

.bookmark-hotspot.active:after
{
	font-size: 10px;
	margin-left: 10px;
	padding: 5px;
	content: 'Copied!';
	background-color: var(--Dark);
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: -20px;
	left: -20px;
}

h1#results-heading	/* prevent heading in search results from being a bookmark */
{
	cursor: auto;
}

h1#results-heading:active:after	/* prevent heading in search results from being a bookmark */
{
	display: none;
}

/* End Heading Bookmark Styles */

body,
nav,
.topnav
{
	font-family: 'Segoe UI', 'Open Sans', Arial, Roboto, 'Ubuntu Sans';
}

body
{
	color: #404040;
	line-height: 1.7em;
	background-color: #fff;
	font-size: 1rem;
	font-family: 'Segoe UI', 'Open Sans', Arial, Roboto, 'Ubuntu Sans';
}

h1
{
	padding-bottom: 10px;
	margin-top: 30px;
	font-weight: bolder;
	color: #000000;
	font-size: 2em;
	margin-bottom: 10px;
}

h2
{
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: bolder;
	font-size: 1.5em;
}

h3
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-weight: bolder;
	font-size: 1.2em;
}

h4
{
	
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
	border: solid 1px #d3d3d3;
}

img.thumbnail
{
	mc-thumbnail: popup;
	border: solid 2px transparent;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

a.MCBreadcrumbsLink:visited
{
	color: #3DDA859;
	font-style: normal;
}

a.MCBreadcrumbsLink:hover
{
	color: var(--hover-CH-secondary-color);
	font-style: normal;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	mc-breadcrumbs-count: 5;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #7469b9;
}

MadCap|dropDownHotspot
{
	display: block;
	height: 100%;
	width: 100%;
	padding: 1em;
	font-weight: bolder;
	color: #000000;
	font-size: 1.5em;
}

MadCap|dropDownBody
{
	border-bottom-width: 1px;
	border-style: none;
	border-bottom: solid 1px #a9a9a9;
	border-bottom-style: solid;
	color: #000000;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	color: #243150;
	margin-left: 0px;
	border-left-length: 0px;
	padding-top: 2px;
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	border-bottom: 1px solid #d3d3d3;
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	padding-bottom: 20px;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
}

div.side-content	/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/
{
	padding-top: 10px;
}

MadCap|dropDownHead.side-content	/*Font properties for the "Search Tips" drop-down head */
{
	font-size: 1.1em;
	font-weight: bold;
}

div.cta	/*Call to action button/Contact Support button*/
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	padding: 2px 0px;
	width: 162px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	background: var(--CH-primary-color);
	font-weight: normal;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #0d2839;
	background-color: #ffffff;
	border: solid 3px #0d2839;
	border-radius: 25px;
	font-family: 'Segoe UI Light', Arial;
	text-align: center;
}

div.cta:hover	/*When hovering over the CTA button the following properties will apply*/
{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: scale(1.01);
	color: #0d2839;
	font-family: 'Segoe UI Semibold', 'Arial Black';
	font-weight: normal;
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

h5
{
	color: #0d0d0d;
}

h6
{
	color: #0d0d0d;
}

header
{
	font-weight: bolder;
}

MadCap|dropDownHead
{
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	color: #00008b;
}

:root
{
	--expand: MadCap|dropDownHotspot;
	--nested: ;
	--hover-CH-secondary-color: #0D1C3F;
	--CH-primary-color: #3DDA85;
	--button-text: #043c4d;
}

table
{
	border-collapse: collapse;
	padding: 2px;
}

td
{
	
}

tr
{
	page-break-inside: avoid;
}

th
{
	text-align: left;
}

div.indent
{
	padding-left: 40px;
}

a:link
{
	color: #2d8dcc;
	font-weight: bold;
}

a.GlossaryPageTerm
{
	font-weight: bold;
	font-style: normal;
}

var
{
	--CH-primary-color: #3dda85;
}

span.SearchHighlight
{
	background: #ffd226;
}

span.SearchHighlight1
{
	background: #ffd226;
}

span.SearchHighlight10
{
	background: #ffd226;
}

span.SearchHighlight2
{
	background: #ffd226;
}

span.SearchHighlight3
{
	background: #ffd226;
}

span.SearchHighlight4
{
	background: #ffd226;
}

span.SearchHighlight5
{
	background: #ffd226;
}

span.SearchHighlight6
{
	background: #ffd226;
}

span.SearchHighlight7
{
	background: #ffd226;
}

span.SearchHighlight8
{
	background: #ffd226;
}

span.SearchHighlight9
{
	background: #ffd226;
}

a
{
	font-family: 'Segoe UI', sans-serif, Arial, 'Lucida Sans', 'Sans Serif Collection';
}

div.NewRowClass1	/*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.NewRowClass1::before
{
	content: ' ';
	display: table;
}

div.NewRowClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass1 > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.NewRowClass1 > div:nth-child(2)
{
	border-bottom: solid 1px #bfbfbf;
	width: 58.333%;
	margin-left: 0%;
	padding-right: 10px;
	padding-bottom: 30px;
}

div.NewRowClass1 > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
	border-left: solid 1px #c9c9c9;
	padding-left: 10px;
	padding-top: 30px;
}

div.NewRowClass2	/*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.NewRowClass2::before
{
	content: ' ';
	display: table;
}

div.NewRowClass2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass2 > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.NewRowClass2 > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 0%;
}

div.NewRowClass2 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

button
{
	background: #ffffff;
	color: #0d2839;
	font-family: 'Segoe UI Light', 'Leelawadee UI Semilight', sans-serif, Arial;
	border-color: #0d2839;
	border: solid 3px #0d2839;
	padding: 10px;
	border-radius: 17px;
}

button:hover
{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: scale(1.01);
	color: #0d2839;
	font-family: 'Segoe UI Semibold', 'Arial Black';
	font-weight: normal;
}

MadCap|miniTocProxy
{
	border-top-color: transparent;
	font-weight: normal;
	list-style-type: circle;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.NewRowClass1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f7fb;
	background-image: url(../Images/Assets/Icons/note_icon.png);
	background-position: 18px 50%;
	background-repeat: no-repeat;
	background-size: 40px;
	border: solid 1px #3498db;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 15px 15px 75px;
	mc-auto-number-format: '{b}Note: {/b}';
}

span.bold
{
	font-weight: bold;
	color: #0d0d0d;
}

pre.codesnippet
{
	font-size: 12pt;
}

pre.lrgcodesnippet
{
	font-size: 9pt;
}

p.centre
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: 'Segoe UI';
	text-align: center;
	mc-float: center;
}

MadCap|dropDownBody.green
{
	border: solid 1px #000000;
	margin-left: 20px;
	padding-left: 10px;
}

MadCap|dropDownHead.test
{
	color: #00008b;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border: solid 1px #000000;
	background: #add8e6;
	padding: 5px;
	left: 2px;
}

MadCap|dropDownHotspot.green
{
	color: #33421a;
}

MadCap|dropDown.green
{
	color: #33421a;
}

MadCap|dropDown.box
{
	border-style: none groove;
}

tr.highlight
{
	background: #d5d3d3;
	border-radius: 5px;
}

td.highlight
{
	border-radius: 5px;
	background: #d5d3d3;
	font-weight: bold;
}

p.highlight-round
{
	font-weight: bold;
	background: #d5d3d3;
	border-radius: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

span.highlight-round
{
	background: #d5d3d3;
	font-weight: bold;
	border-radius: 8px;
	padding: 5px;
}

span.highlight-round-green
{
	border-radius: 5px;
	font-weight: bold;
	background: #add0aa;
	padding: 2px;
}

span.highlight-round-blue
{
	font-weight: bold;
	border-radius: 8px;
	padding: 5px;
	background: #469cda;
	color: #ffffff;
}

span.highlight-round-black
{
	font-weight: bold;
	border-radius: 8px;
	padding: 5px;
	background: #494949;
	color: #ffffff;
}

img.center
{
	mc-float: frame-center;
}

p.note-green
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #e6f7e6;
	background-image: url(../Images/Assets/Icons/tip.png);
	background-position: 18px 50%;
	background-repeat: no-repeat;
	background-size: 40px;
	border: solid 1px #80d880;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 15px 15px 75px;
	mc-auto-number-format: '{b}Tip: {/b}';
}

p.warning
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #ffb3b3;
	background-image: url(../Images/Assets/Icons/warning.png);
	background-position: 18px 50%;
	background-repeat: no-repeat;
	background-size: 40px;
	border: solid 1px #ff4d4d;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 15px 15px 75px;
	mc-auto-number-format: '{b}Warning: {/b}';
}

p.highlight-round-green
{
	font-weight: bold;
	border-radius: 5px;
	background: #5DD57F;
}

ol.numbered-list
{
	list-style-type: decimal;
	list-style-image: none;
}

ol.numbered-list > li::marker
{
	content: counter(numbered-list) '.1';
}

ol.numbered-list > li > ol
{
	list-style-type: decimal;
	list-style-image: none;
}

ol.numbered-list > li > ol > li::marker
{
	content: 'counter(numbered-list).2';
}

div.centre
{
	text-align: center;
}

img.no-border
{
	border: solid 2px transparent;
}

@media print
{
	body
	{
		font-size: 12pt;
	}
}

p.note-green-no-text
{
	background-color: #e6f7e6;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #80d880;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #80d880;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #80d880;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #80d880;
	padding-left: 75px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-image: url('../Images/Assets/Icons/tip.png');
	background-position: 18px 50%;
	background-repeat: no-repeat;
	background-size: 40px;
}

ul.sidenav li:nth-child(1)
{
	display: none;
}

div.box-border
{
	padding: 2px;
	border: solid 0px #a9a9a9;
	border-right: solid 0px #c0c0c0;
	padding-left: 4px;
}

