/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

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==*/

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
}

h1
{
	font-weight: normal;
	border-bottom: solid 0px #d3d3d3;
	margin-bottom: 8px;
	font-size: 22pt;
	color: #000000;
	margin-top: 0px;
	padding-bottom: 24px;
	line-height: 28pt;
}

h2
{
	font-weight: normal;
	font-size: 18pt;
	color: #000000;
	line-height: 22pt;
	margin-bottom: 13px;
	margin-top: 35px;
}

h3
{
	font-weight: normal;
	color: #000000;
	line-height: 18pt;
	margin-bottom: 13px;
	margin-top: 30px;
	font-size: 15pt;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

/*==Mad Cap proxy/editor assigned styles==*/

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

MadCap|dropDown
{
	mc-open-image: url('../images/assets/icons/arrows/arrow-down-gray.png');
	mc-closed-image: url('../images/assets/icons/arrows/arrow-right-gray.png');
	font: inherit;
}

MadCap|dropDownHotspot
{
	font-weight: normal;
	color: #46494d;
	font-size: 14pt;
	line-height: 16pt;
	padding-top: 8px;
	padding-bottom: 6px;
}

/*==Master Page Topic Layout==*/

div.note
{
	-webkit-border-radius: 6px;
	background-repeat: no-repeat;
	line-height: 18px;
	mc-auto-number-format: '{b}Note: {/b}';
	overflow: hidden;
	background-position: 12px center;
	border-style: inherit;
	border-left-color: #404a54;
	border-radius: 0px;
	border: solid 0px #404a54;
	border-left: solid 4px #404a54;
	background-color: #eceff3;
	background-image: url('../images/assets/icons/mainicons/paper-plane-256.png');
	padding: 15px 60px;
	-moz-border-radius: 6px;
	margin: 20px 0px;
}

div.tip
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-repeat: no-repeat;
	line-height: 18px;
	mc-auto-number-format: '{b}Tip: {/b}';
	overflow: hidden;
	padding: 15px 60px;
	background-size: inherit;
	background-origin: padding-box;
	background-position: 12px center;
	border-style: inherit;
	border-radius: 0px;
	background-color: #f0f5f0;
	border: solid 0px #404a54;
	border-left: solid 4px #98a198;
	background-image: url('../images/assets/icons/mainicons/board-pin-256 copy.png');
	margin: 20px 0px;
}

div.important
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-repeat: no-repeat;
	line-height: 18px;
	mc-auto-number-format: '{b}Important: {/b}';
	overflow: hidden;
	padding: 15px 60px;
	background-position: 12px center;
	border-radius: 0px;
	background-color: #f6f6ed;
	border: solid 0px #404a54;
	border-style: inherit;
	border-left-color: #404a54;
	border-left: solid 4px #929271;
	background-image: url('../images/assets/icons/mainicons/flag-02-256.png');
	margin: 20px 0px;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin: 0 auto;
	background-color: #FFF;
	min-height: 85vh;
	margin-top: 15px;
	padding: 0 25px;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div.topic-layout > div:nth-child(1)
{
	border-right: solid 1px #d3d3d3;
	/*ensures that the vertical border line reaches the bottom of the topic container*/
	width: 25%;
	margin-right: 0px;
	margin-left: 0;
	padding: 5px;
}

div.topic-layout > div:nth-child(2)	/*Menu Proxy and toolbar container*/
{
	min-height: 85vh;
	width: 73%;
	margin-left: 2%;
	padding: 5px;
}

a
{
	font: inherit;
	color: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-style: normal;
}

MadCap|toggler:focus
{
	font: inherit;
	color: #696d74;
}

MadCap|breadcrumbsProxy
{
	border: solid 0px #696d74;
	mc-breadcrumbs-count: 5;
	font: inherit;
	font-size: 11pt;
	padding: 1px 1px;
	margin: 0px 13px;
}

MadCap|menuProxy
{
	padding: 0px;
	margin: 0px;
	overflow: auto;
	visibility: inherit;
}

MadCap|xref:focus
{
	color: inherit;
}

MadCap|xref:hover
{
	color: inherit;
}

MadCap|xref
{
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	color: #46494d;
}

a:link
{
	font-style: normal;
	font-variant: inherit;
	font-weight: inherit;
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	font-style: normal;
	color: #1c5a97;
}

a:focus
{
	font-style: normal;
}

a:hover
{
	font-style: normal;
	color: #1c5a97;
}

a:active
{
	font-style: normal;
}

MadCap|toggler
{
	color: #696d74;
}

MadCap|topicToolbarProxy
{
	
}

h4
{
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0 0px;
}

MadCap|dropDownHead
{
	font-size: 14pt;
}

MadCap|conceptLink:focus
{
	color: #1c5a97;
}

MadCap|conceptLink
{
	color: #1c5a97;
	mc-label: 'Learn More';
}

MadCap|keywordLink
{
	color: #1c5a97;
}

MadCap|relatedTopics
{
	color: #1c5a97;
}

MadCap|popupHead
{
	color: #1c5a97;
}

MadCap|shortcut
{
	color: #1c5a97;
}

hr
{
	margin: 15px 0px;
}

a.MCBreadcrumbsLink
{
	font: inherit;
}

MadCap|snippetBlock
{
	font: inherit;
	font-size: 12pt;
}

ul > li::marker
{
	
}

menu
{
	
}

ul
{
	content: inherit;
}

/*===========================================================================================================================================================
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-device-width: 1279px)
{
	div.topic-layout > div:nth-child(1)
	{
		padding: 0px;
		border-right: solid 1px #d3d3d3;
		display: none;
		width: 25%;
		margin-left: 0;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
		display: block;
		padding: 0px;
	}

	div
	{
		
	}

	MadCap|breadcrumbsProxy
	{
		margin: 0px 18px;
	}

	MadCap|menuProxy
	{
		overflow: auto;
	}
}

@media only screen and (max-device-width: 767px)
{
	div.topic-layout > div:nth-child(1)
	{
		padding: 0px;
		border-right: solid 1px #d3d3d3;
		display: none;
		width: 25%;
		margin-left: 0;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
		padding: 0px;
	}

	MadCap|menuProxy
	{
		overflow: auto;
	}
}

