﻿/*<meta />*/

html.welcome
{
	mc-master-page: url('../MasterPages/Welcome.flmsp');
}

html.topic
{
	mc-master-page: url('../MasterPages/Breadcrumbs.flmsp');
}

html.noBreadcrumbs
{
	mc-master-page: url('../MasterPages/NoBreadcrumbs.flmsp');
}

body
{
	font-family: "Helvetica", "Arial";
	font-size: 14px;
	color: #4d4f53;
}

.helpContainer	/* Contains the help contents - does not include privacy section */
{
	margin-left: 15px;
	max-width: 800px;
}

/* Fonts  */

@font-face 
{
	font-family: HelveticaNeue;
	src: url('./fonts/HelveticaNeueLTStd-Roman.otf');
} 

@font-face 
{
	font-family: HelveticaNeue;
	font-weight: bold;
	src: url('./fonts/HelveticaNeueLTStd-Bd.otf');
} 

@font-face {
	font-family: focoregular;
	src: url(http://na.sage.com/~/media/responsive/fonts/eot/focoregular.eot?#iefix) format("embedded-opentype"), url(http://na.sage.com/~/media/responsive/fonts/woff/focoregular.woff) format("woff"), url(http://na.sage.com/~/media/responsive/fonts/ttf/focoregular.ttf) format("truetype"), url(http://na.sage.com/~/media/responsive/fonts/svg/focoregular.svg#focoregular) format("svg");
	font-weight: normal;
	font-style: normal;
} 

/* Link styles */

a
{
	color: #009fda;
}

a:link
{
	color: #009fda;
	text-decoration: none;
}

a:hover
{
	color: #009fda;
	text-decoration: underline;
}

MadCap|relatedTopics a:hover
{
	color: #009fda;
}

MadCap|relatedTopics a
{
	color: #009fda;
}

a.image-border
{
	text-decoration: none;
	border: 0 none;
}

a.button
{
	min-width: 150px;
	text-align: center;
	background: #41a940;
	border: 1px solid #41a940;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	padding: 3px;
	margin-bottom: 0em;
	font-size: 105%;
	font-weight: bold;
}

a.button:hover
{
	border: 1px solid #fff;
	text-decoration: none;
	box-shadow: 0px 0px 2px #bcbcbc;
	color: #fff;
}

a.button:active
{
	background: #b96800;
	text-decoration: none;
	color: #fff;
}

/* Heading styles */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	font: 2.25em / 1.2em 'focoregular', Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 190%;
	margin: 0.75em 0 0.5em 0;
	color: #41a940;
	margin-bottom: 0.25em;
}

h2
{
	margin-top: 1em;
	font-size: 180%;
	color: #4d4f53;
	margin-bottom: 1.25px;
}

h3
{
	font-size: 130%;
	color: #41a940;
	margin-bottom: 0.10em;
}

h2,
h3
{
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

h4,
h5,
h6
{
	margin-top: 1em;
	font-size: 115%;
	color: #4d4f53;
	margin-bottom: 0.10em;
}

/* Image styles */

.imageBorder	/*For image that needs a border */
{
	border: solid thin #ddd;
	margin-top: 10px;
	margin-bottom: 15px;
}

.imageNoBorder
{
	border: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* List styles */

ul,
ol
{
	margin-left: 5px;
	padding-left: 5px;
}

ol ul	/* keep bullet for nested list flush left and use solid circle */
{
	margin-left: 0px;
	list-style: disc;
}

ol ol,
ul ol ol,
ol ul ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

li
{
	margin: 10px 15px;
}

li > p,
li div
{
	margin-top: 12px;
}

li.checklist
{
	margin-bottom: 20px;
}

ul.linklist	/*use in info box or Welcome topic*/
{
	list-style-image: url('../Images/styles/blue_bullet.png');
}

ul.linklist > li > ul
{
	list-style-image: none;
}

li.linklist
{
	margin-left: 0px;
	background-image: url('../Images/styles/blue_bullet.png');
}

/* Paragraph styles */

p
{
	line-height: 1.3em;
	font-size: 1em;
	margin-top: 0.250em;
}

p.spacer
{
	line-height: .50em;
}

p > ul,
p > ol
{
	margin-bottom: 3px;
}

p.taskintro,
p.beforeYouStart,
p.nextSteps
{
	font-weight: bold;
}

table p
{
	margin: 2px;
}

p.clear
{
	height: 10px;
	clear: both;
}

/* Div styles */

div.welcome
{
	margin: -10px -8px 20px -23px;
	background-color: #41a940;
	/*overflow: hidden;*/
	padding-bottom: 0px;
	background-image: url('../Images/styles/WelcomeFace.png');
	/*background-size: 40%;*/
	background-repeat: no-repeat;
	background-position: right top;
}

div.welcomeText
{
	margin: 0px;
	padding: 0.7em 2em 0.2em 1.4em;
	max-width: 50%;
}

div.welcomeText h1
{
	color: #FFFFFF;
	font-size: 2.7em;
	margin-top: 0px;
	margin-bottom: 0.4em;
}

div.welcomeText p
{
	color: #FFFFFF;
	font: 1.1em 'focoregular', Arial, Helvetica, sans-serif;
}

div.welcome p.welcome
{
	font-size: 1.5em;
	margin-bottom: 0px;
}

div.moreInformation
{
	clear: right;
	float: right;
	width: 40%;
	max-width: 320px;
	min-width: 140px;
	margin: 6px 2px 15px 20px;
	border: 1px solid #e0e1dd;
	padding: 14px 4px 6px 10px;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #e0e1dd;
	mc-auto-number-class: boxTitle;
	display: block;
	color: #4d4f53;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url('../Images/styles/boxShadeGreen.png');
	background-color: #e0e1dd;
	mc-auto-number-format: 'Learn more';
	mc-auto-number-color: '#ffffff';
	font-size: 1em;
}

div.moreInformation p
{
	line-height: 1em;
}

span.boxTitle
{
	background-position: left top;
	background-repeat: no-repeat;
	font: 1.2em 'focoregular', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	/*padding-left: 4px;*/
	margin-left: 0px;
	line-height: 6px;
}

div.moreInformation > p
{
	margin-top: 1.1em;
}

div.note,
div.important,
div.warning,
div.tip,
div.beforeYouStart,
div.nextSteps
{
	color: #000000;
	/*background: #e0e1dd;*/
	background: rgba(224,225,221,0.5);
	border: 1px solid #e0e1dd;
	margin-bottom: 1em;
	padding: 0.5em 0.8em 0em 0.8em;
}

div.beforeYouStart
{
	margin-bottom: 2em;
}

p.note
{
	mc-auto-number-format: 'Note: ';
}

p.important
{
	mc-auto-number-format: 'Important! ';
}

p.warning
{
	mc-auto-number-format: 'Warning! ';
}

p.tip
{
	mc-auto-number-format: 'Tip: ';
}

p.note,
p.important,
p.warning,
p.caution,
p.tip
{
	mc-auto-number-class: noteTitle;
}

.noteTitle
{
	font-weight: bold;
}

/* Span styles */

span.ui,
span.menu	/*UI references such as window titles, buttons, and fields; and menu paths */
{
	font-weight: bold;
	color: #4d4f53;
}

span.emphasis,
span.publication
{
	font-style: italic;
}

span.strongEmphasis
{
	font-weight: bold;
	font-style: italic;
}

span.lead	/* Used for leading phrase in a checklist */
{
	/*color: #007f64; */
	font-weight: bold;
}

span.buttonName,
span.fieldName,
span.menuName,
span.tabName,
span.linkName,
span.sectionName,
span.windowName,
span.columnHeading,
span.listItem
{
	font-weight: bold;
}

/* MadCap styles */

MadCap|topicToolbarProxy
{
	position: relative;
	float: right;
	display: inline;
	margin-right: 25px;
	top: 2px;
}

MadCap|relatedTopics
{
	mc-help-control-display: list;
	color: #696969;
	font-weight: normal;
	mc-image: none;
	mc-label: 'Related topics';
	mc-image-position: none;
	mc-image-spacing: 0px;
}

MadCap|relatedTopicsControlList
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItem
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItemLink
{
	font-weight: bold;
	font-style: normal;
}

MadCap|xref
{
	mc-format: '{paratext}';
	color: #009fda;
	font-weight: normal;
	font-style: normal;
}

MadCap|xref:hover
{
	color: #9a9b9c;
}

.MCHelpControlListItemLink
{
	font-weight: bold;
}

MadCap|dropDown
{
	margin-bottom: 10px;
	mc-open-image: url('../Images/styles/blue_arrow_down.gif');
	mc-closed-image: url('../Images/styles/blue_arrow_right.gif');
	mc-image-position: left;
	mc-image-spacing: 5px;
}

MadCap|dropDownHead
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	font-weight: bold;
	font-style: normal;
}

MadCap|dropDownHotspot
{
	font-style: normal;
}

MadCap|dropDownBody
{
	margin-top: 0.8em;
	font-style: normal;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: ' ';
	padding-top: 6px;
	border-bottom-color: #e0e1dd;
	mc-breadcrumbs-divider: ' > ';
	font-size: 0.9em;
}

/* Print styles */

@media print
{
	body
	{
		font-family: Helvetica, Arial, Verdana, sans-serif;
		line-height: 1.5em;
		font-size: 90%;
		color: #000000;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
	}

	MadCap|topicToolbarProxy
	{
		display: none;
		width: 0px;
	}

	MadCap|xref
	{
		font-size: 95%;
		color: #000000;
		mc-format: '{quote}{paratext}{quote} (page {page})';
	}

	img
	{
		max-width: 100%;
	}

	h1
	{
		page-break-after: avoid;
		mc-hyphenate: never;
		font-size: 16pt;
		/*margin: 27pt 0 9pt -1.5in;*/
		color: #007F64;
	}

	h2
	{
		page-break-after: avoid;
		font-size: 14pt;
		/*margin: 21pt 0 9pt -1.25in;*/
		margin: 21pt 0 9pt 0in;
		color: #007F64;
	}

	h3
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 12pt;
		/*margin: 15pt 0 9pt -1in;*/
		margin: 15pt 0 9pt 0in;
		color: #007f64;
	}

	h4
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		/*margin: 15pt 0 9pt -1in;*/
		margin: 15pt 0 9pt 0in;
		color: #007f64;
	}

	h5,
	h6
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #007f64;
		/*margin: 15pt 0 9pt -0.5in;*/
		margin: 15pt 0 9pt 0in;
	}

	h1.GuideTitle
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 36pt;
		line-height: 37pt;
		color: #007f64;
		mc-hyphenate: never;
		mc-heading-level: 0;
		text-align: left;
		margin: 0px;
	}

	h2.GuideTitle
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 28pt;
		line-height: 26pt;
		color: #007f64;
		mc-hyphenate: never;
		mc-heading-level: 0;
		text-align: left;
		margin: 24px 0px 0px 0px;
	}

	h1.ChapterTitle,
	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle,
	h1.AppendixTitle
	{
		page-break-before: always;
		text-align: right;
		font-size: 24pt;
		margin: 24pt 0 27pt 0;
		/*margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		margin: 9pt 0 27pt -1.5in;*/
		color: #007f64;
		border-bottom: 1.5pt solid #007F64;
		mc-next-tag: p;
		padding-bottom: 4pt;
	}

	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle
	{
		mc-auto-number-format: '{ }';
	}

	h1.TOCTitle
	{
		mc-heading-level: 0;
		margin-left: 0;
	}

	h1.FrontMatterTitle
	{
		/*margin-left: -1.25in;*/
		margin-left: 0;
		mc-auto-number-format: '{ }';
	}

	h1.ChapterTitle
	{
		/*margin-left: -1.25in;*/
		mc-auto-number-format: 'Chapter {chapnum}: ';
	}

	h1.AppendixTitle
	{
		/*margin-left: -1.25in;*/
		mc-auto-number-format: 'Appendix {chapnum}: ';
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-family: Foco, FocoRegular, Helvetica, Arial, sans-serif;
		page-break-after: avoid;
	}

	/* Title page */

	p.SageTitle
	{
		/*font-family: Foco,Arial;*/
		font-family: Foco, FocoRegular, Helvetica, Arial, sans-serif;
		margin-bottom: 0pt;
		font-size: 32pt;
		line-height: 32pt;
		color: #007f64;
	}

	p.SageSubTitle
	{
		/*font-family: Foco,Arial;*/
		font-family: Foco, FocoRegular, Helvetica, Arial, sans-serif;
		font-size: 32pt;
		margin-top: 0pt;
		line-height: 32pt;
		color: #41a940;
	}

	p.SageAdditionalInfoLine1
	{
		/*font-family: Foco,Arial;*/
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		line-height: 14pt;
		margin-top: 40pt;
		color: #000000;
	}

	p.SageAdditionalInfoLine2
	{
		/*font-family: Foco,Arial;*/
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11pt;
		margin-top: 0pt;
		line-height: 14pt;
		color: #000000;
	}

	/* Paragraph styles */

	p
	{
		line-height: 1.4em;
	}

	p.taskintro
	{
		page-break-after: avoid;
	}

	p.footer
	{
		font-size: 9pt;
		padding: 5pt 0 0 0;
		margin: 0;
		border-top: 0.75pt solid #000000;
	}

	p.header
	{
		font-size: 9pt;
		padding: 0 0 3pt 0;
		margin: 0;
		border-bottom: 0.75pt solid #000000;
	}

	p.TOC1
	{
		font-family: Foco, FocoRegular, Helvetica, Arial, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		mc-leader-format: 'dot';
		margin-top: 12pt;
		margin-bottom: 4pt;
		margin-left: -1.25in;
		page-break-after: avoid;
		mc-pagenum-display: all;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-size: 10pt;
		mc-leader-format: 'dot';
		margin-bottom: 4pt;
		margin-left: 0.25in;
	}

	p.TOC3
	{
		margin-left: 0.25in;
	}

	p.TOC2,
	p.TOC3
	{
		page-break-before: avoid;
	}

	p.IndexHeading
	{
		text-align: left;
		/*border-bottom: solid 1px #000000;*/
		font-size: 14pt;
	}

	p.Index1
	{
		margin: 0pt 0pt 5pt 0pt;
		font-family: Helvetica, Arial, sans-serif;
	}

	p.Index2
	{
		font-family: Helvetica, Arial, sans-serif;
		margin: 0pt 0pt 5pt 0.2in;
	}

	p.copyright
	{
		line-height: 1.2em;
		font-size: 95%;
	}
	
	p.note,
	p.important,
	p.warning,
	p.caution,
	p.tip
	{
		page-break-inside: avoid;
	}

	div.moreInformation
	{
		display: none;
		clear: none;
		float: none;
	}

	div.note,
	div.important,
	div.warning,
	div.caution,
	div.tip,
	div.beforeYouStart,
	div.nextSteps
	{
		color: #000000;
		border-left: none;
		border-right: none;
		margin: 1em 1.4em 1em 0.7em;
		padding: 0.3em 0em 0.3em 0em;
	}

	span.lead
	{
		color: #000000;
	}

	table div
	{
		page-break-inside: avoid;
	}

	MadCap|tocProxy
	{
		border: none;
	}

	MadCap|miniTOCProxy
	{
		margin-top: 1.5em;
		border: none;
	}

	p.miniTOC1
	{
		font-weight: normal;
	}

	MadCap|relatedTopics
	{
		mc-image-alt-text: none;
		color: #696969;
	}

	MadCap|indexProxy
	{
		border-top-style: none;
		border: none;
		border-top-width: 0px;
	}
	
	MadCap|dropDownHead
	{
		font-weight: bold;
		page-break-after: avoid;
	}
}