/*<meta conditions="General.ImportFromGBL" fileTags="OHCGlobal.GBL" />*/

@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.

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==*/

@font-face 
{
	font-family: "Sage_UI-Regular";
	src: url("../Fonts/Sage_UI-Regular.woff") format("woff"), url("../Fonts/Sage_UI-Regular.woff2") format("woff2");
}

@font-face 
{
	font-family: "AdelleSansSAGE-Italic";
	src: url("../Fonts/AdelleSansSAGE-Italic.woff") format("woff"), url("../Fonts/AdelleSansSage-Italic.ttf") format("ttf");
}

@font-face 
{
	font-family: "Sage_UI-Bold";
	src: url("../Fonts/Sage_UI-Bold.woff") format("woff"), url("../Fonts/Sage_UI-Bold.woff2") format("woff2");
}

@font-face 
{
	font-family: "AdelleSansSAGE-BoldItalic";
	src: url("../Fonts/AdelleSansSAGE-BoldItalic.woff") format("woff"), url("../Fonts/AdelleSansSage-BoldItalic.ttf") format("ttf");
}

@font-face 
{
	font-family: "Sage_UI-Medium";
	src: url("../Fonts/Sage_UI-Medium.woff") format("woff"), url("../Fonts/Sage_UI-Medium.woff2") format("woff2");
}

@font-face 
{
	font-family: 'CarbonIcons';
	src: url("../Fonts/carbon-icons-webfont.woff") format("woff"), url("../Fonts/carbon-icons-webfont.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

body
{
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #fff;
	font-family: Sage_UI-Regular, Arial;
}

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

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/*Apply style to selected TopNav items*/

html[data-mc-toc-path^="[%=General.HomeHelp%]"] ul.navigation > li[data-mc-id="0"],
html[data-mc-toc-path^="[%=General.HomeDownloads%]"] ul.navigation > li[data-mc-id="1"],
html[data-mc-toc-path^="[%=General.HomeGlossary%]"] ul.navigation > li[data-mc-id="2"]
{
	color: #33DE61;
	/* border: 2px solid #33DE61;
	border-radius: 10px; */
}

ul.navigation > li[data-mc-id="3"]
{
	display: none !important;
}

ul.off-canvas-list > li[data-mc-id="3"]
{
	display: none !important;
}

html[data-mc-toc-path^="[%=General.HomeHelp%]"] ul.navigation > li[data-mc-id="0"] > a,
html[data-mc-toc-path^="[%=General.HomeDownloads%]"] ul.navigation > li[data-mc-id="1"] > a,
html[data-mc-toc-path^="[%=General.HomeGlossary%]"] ul.navigation > li[data-mc-id="2"] > a
{
	color: #33DE61;
	font-weight: bold;
}

div.headerlang
{
	
}

/*==Back to Top button on topic pages==*/

#back2Top
{
	width: 30px;
	line-height: 30px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 25px;
	right: 75px;
	background-color: #00A65C;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	opacity: 0.6;
}

#back2Top:hover
{
	opacity: 1;
	color: #FFF;
}

/*== FIN Back to Top button on topic pages==*/

a
{
	color: #008200;
}

a:visited
{
	color: #008200;
}

a:hover
{
	color: #A7A8AA;
}

div.Responsive-tiles a:hover	/*Complex Selector: When hovering over links within the Responsive tiles the following properties will apply.*/
{
	color: #A7A8AA;
}

div.ModuleQuestionsTopics a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #A7A8AA;
}

div.LegalInfo a:hover
{
	color: #00D639;
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
	color: #008200;
}

a.MCBreadcrumbsLink:visited
{
	color: #008200;
}

a.MCBreadcrumbsLink:hover
{
	color: #A7A8AA;
}

/*==Responsive Tiles section==*/

div.ResponsiveContent
{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
}

div.Responsive-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;
	margin-top: 1%;
	margin-bottom: 1%;
}

div.Responsive-tiles::before
{
	content: ' ';
	display: table;
}

div.Responsive-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Responsive-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #EDF4FF;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d3d3d3;
	padding: 15px 15px;
	overflow: hidden;
}

div.Responsive-tiles > div:hover	/*When hovering over a Responsive-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.Responsive-tiles > div:nth-child(1)
{
	width: 24%;
	margin-left: 12%;
}

div.Responsive-tiles > div:nth-child(2)
{
	width: 24%;
	margin-left: 1%;
}

div.Responsive-tiles > div:nth-child(3)
{
	width: 24%;
	margin-left: 1%;
}

/*=Elements for text contained within each Responsive-tile=*/

p.Responsivetile-title
{
	text-align: center;
	font-size: 10pt;
	background-color: #255BC7;
	font-weight: bold;
	color: #ffffff;
}

p.Responsivetile-content
{
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

p.Responsivetile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

div.Responsive-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.Responsive-tiles will have the following properties*/
{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.ModuleQuestionsTopics
{
	border: 2px solid #007E45;
	border-radius: 24px;
	background-color: ;
	font-weight: bold;
	font-size: 13pt;
	max-width: 62%;
	margin-top: 20px;
	padding: 10px 2px;
}

div.ModuleQuestionsTopics a	/*Complex Selector: Any anchor (links) tags that are within div.ModuleQuestionsTopics will have the following properties*/
{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

h1
{
	font-family: Sage_UI-Bold, Arial;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 10px;
	color: #000000;
	margin-top: 10px;
}

h2
{
	font-family: Sage_UI-Bold, Arial;
	font-weight: bold;
	font-size: 1.4em;
	color: #000000;
	padding-top: 20px;
	margin-bottom: 10px;
}

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

h4
{
	
}

h5
{
	font-family: Sage_UI-Bold, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/* CSS variable IE 11 support */
	font-weight: 400;
	line-height: 1.25em;
	margin: 1.5em 0em 0.5em 0em;
}

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

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

p.centerbuttons
{
	text-align: center;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: italic;
	mc-breadcrumbs-prefix: '[%=General.Breadcrumbs%] ';
	font-size: 0.875em;
}

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

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

MadCap|dropDownHotspot
{
	color: #008200;
	font-weight: bold;
	font-size: 13pt;
}

MadCap|dropDownHotspot:hover
{
	color: #A7A8AA;
}

a.MCDropDownHotSpot:hover
{
	color: #A7A8AA;
}

div.MCDropDownBody
{
	border-bottom: solid 2px #008200;
	margin-bottom: 40px;
	background-color: #F5F5F6;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-AccessibleGreen.png');
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-AccessibleGreen.png');
	margin-top: 15px;
	margin-bottom: 15px;
}

/*==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 is necessary for topics that are not included in a TOC*/
}

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

/*==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;
	border-radius: 60px;
	padding: 2px 0px;
	border: 1px solid #7469b9;
	width: 162px;
	color: #7469b9;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	margin-top: 20px;
}

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);*/
}

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

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

div.DivPage
{
	max-width: 62.5em;
	margin: 0 auto;
	padding: 1em;
	min-height: 725px;
	padding-top: 2.5em;
}

div.PageNavigation
{
	width: 62px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 100px;
	clear: both;
}

div.DivSideMenu
{
	float: right;
	width: 33%;
	background: #000000;
	background-image: url('../Images/Assets/Icons/Sage/30x30_click-2_green-on-transparent_icon.svg');
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 20px;
	margin-left: 50px;
	margin-bottom: 25px;
	border-radius: 24px;
}

div.DivSideLinks
{
	float: right;
	margin-left: 50px;
	width: 33%;
	margin-bottom: 50px;
	background: #003349;
	background-image: url('../Images/Assets/Icons/Sage/icon-link.svg');
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 20px;
	clear: right;
}

div.DivSideNewFeatures
{
	float: right;
	margin-left: ;
	width: 100px;
	position: fixed;
	right: 0px;
}

div[class^="MCRelationshipsProxy"] a
{
	color: #ffffff;
}

div.topic-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.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: block;
	clear: both;
}

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

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
	border-right: 1px solid #d3d3d3;
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

MadCap|relationshipsHeading.concept
{
	display: none;
}

MadCap|relationshipsProxy
{
	border-top-style: none;
	border-top-width: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

MadCap|relationshipsItem
{
	color: #ffffff;
	font-size: 13px;
	margin-left: 0px;
}

MadCap|relationshipsHeading
{
	font-size: 0pt;
}

MadCap|glossaryProxy
{
	border-top-style: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 50px;
}

MadCap|glossaryTerm
{
	color: #008200;
	mc-closed-image: url('../Images/Assets/Icons/Arrows/GlossaryTL_arrow-right-AccessibleGreen.png');
	mc-open-image: url('../Images/Assets/Icons/Arrows/GlossaryTL_arrow-down-AccessibleGreen.png');
	margin-left: 3px;
}

div.pagebottom
{
	background-color: #000000;
}

/*==Home Page Footer Section==*/

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #DADADA;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

div.home-master-page-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.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #7E8890;
	font-size: 0.8em;
}

div.LegalInfo
{
	padding-bottom: 50px;
	margin-top: -20px;
}

/*===========================================================================================================================================================
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: 1000px)
{
	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.PageNavigation
	{
		width: 62px;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 100px;
	}

	div.DivSideMenu
	{
		margin: 0 auto;
		width: 100%;
		margin-bottom: 0px;
		float: none;
	}

	div.top-bar
	{
		min-height: 50px;
	}

	div.DivSideLinks
	{
		margin: 0 auto;
		width: 50%;
		clear: right;
		float: none;
	}

	#back2Top
	{
		
	}

	div.Responsive-tiles > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		border: ;
		padding: 30px 10px;
		background-color: ;
		border-radius: ;
		-moz-border-radius: ;
		-webkit-border-radius: ;
	}

	div.Responsive-tiles > div:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.Responsive-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.Responsive-tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}

	h1
	{
		margin-top: 30px;
	}

	div.ModuleQuestionsTopics
	{
		max-width: 100%;
	}

	div.headerlang
	{
		margin-left: 90%;
		padding-top: 10px;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}
}

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

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.PageNavigation
	{
		width: 62px;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 100px;
	}

	div.DivSideMenu
	{
		float: none;
		margin-left: 0px;
		margin-bottom: 0px;
		width: 100%;
	}

	div.DivSideLinks
	{
		float: none;
		clear: both;
		margin-left: 0px;
		width: 75%;
	}

	#back2Top
	{
		
	}

	div.ResponsiveContent
	{
		margin: 0 auto;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	div.Responsive-tiles > div
	{
		margin-top: 2%;
	}

	div.Responsive-tiles > div:nth-child(1)
	{
		width: 70%;
		margin-left: 12%;
	}

	div.Responsive-tiles > div:nth-child(2)
	{
		width: 70%;
		margin-left: 12%;
	}

	div.Responsive-tiles > div:nth-child(3)
	{
		width: 70%;
		margin-left: 12%;
	}

	h1
	{
		margin-top: 30px;
	}

	div.ModuleQuestionsTopics
	{
		max-width: 100%;
	}

	div.headerlang
	{
		margin: auto;
		padding-top: 10px;
	}

	div.home-master-page-footer > div	/* Adds separators to the footer items when in mobile layout */
	{
		border-bottom: 1px solid #d3d3d3;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
	}

	div.LegalInfo
	{
		margin-top: -10px;
	}

	img.Mail
	{
		margin-top: 15px;
	}
}

img.SAGE_screenshot
{
	mc-thumbnail: popup;
	mc-thumbnail-max-width: 150px;
	mc-thumbnail-max-height: 100px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img.SAGE_screenshot:hover
{
	opacity: 0.5;
}

h1.HelpTopics
{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-origin: border-box;
	padding-left: 40px;
	background-image: url('../Images/Assets/Icons/Sage/32x32_info-tip_black-on-transparent_icon.svg');
	background-size: 27px 27px;
	line-height: 1.2em;
}

h1.LegacySXT
{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-origin: border-box;
	padding-left: 40px;
	background-image: url('../Images/Assets/Icons/Sage/32x32_info-tip_black-on-transparent_icon.svg');
	background-size: 27px 27px;
	line-height: 1.2em;
}

h1.PDF
{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-origin: border-box;
	padding-left: 40px;
	background-image: url('../Images/Assets/Icons/Sage/32x32_book_black-on-transparent_icon.svg');
	background-size: 27px 27px;
	line-height: 1.2em;
}

h1.RepTplates
{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-origin: border-box;
	padding-left: 40px;
	background-image: url('../Images/Assets/Icons/Sage/32x32_page_black-on-transparent_icon.svg');
	background-size: 27px 27px;
	line-height: 1.2em;
}

h1.RGPD
{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-origin: border-box;
	padding-left: 40px;
	background-image: url('../Images/Assets/Icons/Sage/32x32_balance_black-on-transparent_icon.svg');
	background-size: 27px 27px;
	line-height: 1.2em;
}

h1.NewFeatures
{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-origin: border-box;
	padding-left: 40px;
	background-image: url('../Images/Assets/Icons/Sage/32x32_checklist_black-on-transparent_icon.svg');
	background-size: 27px 27px;
	line-height: 1.2em;
}

h2.NewFeatures
{
	font-weight: ;
	font-size: 1.6em;
	color: #000000;
	padding-top: 20px;
	margin-bottom: 45px;
}

h3.NewFeatures
{
	font-family: Sage_UI-Bold, Arial;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	color: #33DE61;
	background: #000000;
	padding: 15px;
	display: block;
	border-radius: 12px;
}

div.NewFeature
{
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-radius: 24px;
	margin-bottom: 50px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.NewFeature:hover
{
	box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
}

div.NewFeature p
{
	padding-left: 20px;
	padding-right: 20px;
}

div.NewFeatureMarginDropdown
{
	padding-left: 20px;
}

p.NewFeaturesIntro
{
	background: #8AB7C2;
	color: #ffffff;
	padding: 10px;
}

p.IndentPuceNiv1
{
	margin-left: 40px;
}

p.IndentPuceNiv1SautLigne
{
	margin-left: 40px;
}

li.PuceNumNiv2
{
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 50px;
}

MadCap|dropDownHead
{
	
}

MadCap|dropDown.Niv2
{
	mc-open-image: url('../../B_HelpTopics/Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../../B_HelpTopics/Images/Assets/Icons/Arrows/arrow-right-gray.png');
	margin-top: 10px;
}

div.Indent40px
{
	margin-left: 40px;
}

p.SideHeader
{
	color: #00DC00;
	font-size: 14pt;
	padding-left: 40px;
}

MadCap|relationshipsItem:visited
{
	color: #ffffff;
}

p.SautLigneAvant
{
	margin-top: 24px;
}

div.zoom-button
{
	text-align: center;
	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}

div.zoom-button:hover
{
	transform: scale(1.1);
}

button.previous-topic-button
{
	transition: transform .1s;
}

button.previous-topic-button:hover
{
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

button.next-topic-button
{
	transition: transform .1s;
}

button.next-topic-button:hover
{
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

button.select-language-button
{
	transition: transform .1s;
}

button.select-language-button:hover
{
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

img.arrow-button
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: transform .1s;
	height: 30px;
	width: 30px;
}

img.arrow-button:hover
{
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

MadCap|dropDownHotspot#FirstOne
{
	
}

img.downloadPDF
{
	height: 28px;
	width: 28px;
	padding-top: 5px;
	transition: transform .1s;
}

img.downloadPDF:hover
{
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

/* TEST NOTES (import du modèle Sage UK */

p.note,
div.note,
p.tip,
div.tip,
div.note-settings,
div.note-warning,
div.note-danger,
div.note-info,
div.note-success,
div.note-error,
div.note-tip	/* message styles */
{
	/* width: auto; */
	overflow: auto;
}

p.note,
div.note,
p.tip,
div.tip
{
	margin: 1em 0em 1em 0em;
	padding: 0.5em 0.5em 0.5em 1em;
	border-style: solid;
	border-width: 0;
	border-left-width: 2em;
}

div.note-settings,
div.note-warning,
div.note-danger,
div.note-info,
div.note-success,
div.note-error,
div.note-tip	/* message styles */
{
	position: relative;
	/* must be relative to allow icon positioning */
	margin: 1.5em 0em 1.5em 0em;
	padding: 0em 0.5em 0.5em 3em;
	border: 1px solid;
}

p.note,
div.note
{
	border-color: #CCD6DB;
	/* CSS variable IE 11 support */
	border-color: var(--col-action-minor-200);
	mc-auto-number-format: 'Note: ';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: noteformat;
}

p.tip,
div.tip
{
	border-color: #CCD6DB;
	/* CSS variable IE 11 support */
	border-color: var(--col-action-minor-200);
	mc-auto-number-format: 'Tip: ';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: noteformat;
}

span.noteformat	/* span.noteformat: formatting of note/tip text */
{
	font-weight: 700;
	/* color: #2C2A29; */
}

div.note span.noteformat,
div.tip span.noteformat	/* increase spacing when note and tip used as div */
{
	display: block;
}

div.note-settings	/* DLS style message - settings */
{
	border-color: #335B70;
	/* CSS variable IE 11 support */
	/*border-color: var(--col-semantic-neutral);*/
}

div.note-settings:before	/* DLS style message - settings */
{
	background-color: #335B70;
	/* CSS variable IE 11 support */
	/*background-color: var(--col-semantic-neutral);*/
}

div.note-warning	/* DLS style message - warning */
{
	border-color: #EF6700;
	/* CSS variable IE 11 support */
	/*border-color: var(--col-semantic-caution);*/
}

div.note-warning:before	/* DLS style message - warning */
{
	background-color: #EF6700;
	/* CSS variable IE 11 support */
	/*background-color: var(--col-semantic-caution);*/
}

div.note-danger	/* DLS style message - danger */
{
	border-color: #CD384B;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-negative);
}

div.note-danger:before	/* DLS style message - danger */
{
	background-color: #CD384B;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-negative);
}

div.note-info	/* DLS style message - info */
{
	border-color: #0060A7;
	/* CSS variable IE 11 support */
	/*border-color: var(--col-semantic-info);*/
}

div.note-info:before	/* DLS style message - info */
{
	background-color: #0060A7;
	/* CSS variable IE 11 support */
	/*background-color: var(--col-semantic-info);*/
}

div.note-tip	/* DLS style message - tip */
{
	border-color: #0060A7;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-info);
}

div.note-tip:before	/* DLS style message - tip */
{
	background-color: #0060A7;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-info);
}

div.note-success	/* DLS style message - success */
{
	border-color: #008A21;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-positive);
}

div.note-success:before	/* DLS style message - success */
{
	background-color: #008A21;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-positive);
}

div.note-error	/* DLS style message - error */
{
	border-color: #CD384B;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-negative);
}

div.note-error:before	/* DLS style message - error */
{
	background-color: #CD384B;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-negative);
}

div.note-settings:before,
div.note-warning:before,
div.note-danger:before,
div.note-info:before,
div.note-success:before,
div.note-error:before,
div.note-tip:before	/* Set colour bar for DLS style messages */
{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 2em;
	height: 100%;
}

div.note-settings:after,
div.note-warning:after,
div.note-danger:after,
div.note-info:after,
div.note-success:after,
div.note-error:after,
div.note-tip:after	/* Set icon style for DLS style messages */
{
	color: white;
	font-family: "CarbonIcons";
	content: "\e92a";
	display: block;
	position: absolute;
	left: 0.5em;
	/* 2em total width, 1em icon width, so indent 0.5em */
	top: calc(50% - 0.75em);
	/* icon height is normally 1.5em, so subtract 0.75em */
}

div.note-info:after	/* DLS style message - info icon */
{
	content: "\e92a";
}

div.note-settings:after	/* DLS style message - settings icon */
{
	content: "\e91a";
}

div.note-warning:after	/* DLS style message - warning icon */
{
	content: "\e924";
}

div.note-danger:after	/* DLS style message - danger icon */
{
	content: "\e958";
}

div.note-tip:after	/* DLS style message - tip icon */
{
	content: "\e95d";
}

div.note-success:after	/* DLS style message - success icon */
{
	content: "\e950";
}

div.note-error:after	/* DLS style message - error icon */
{
	content: "\e923";
}

/* TEST GLOSSAIRE */

li.GlossaryPageEntry
{
	list-style: none;
}

div.GlossaryPageTerm
{
	font-family: Sage_UI-Bold, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	/* CSS variable IE 11 support */
	font-weight: 400;
	margin-bottom: 10px;
}

div.GlossaryPageDefinition
{
	margin-bottom: 40px;
}

div.GlossaryPageHeading_0
{
	display: none;
	border-bottom-style: none;
	font-family: Sage_UI-Bold, Arial, Helvetica, sans-serif;
	font-size: 2em;
	/* CSS variable IE 11 support */
	color: #ffffff;
	background-color: #000000;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 50px;
	width: 5%;
	text-align: center;
}

#searchbar
{
	margin-top: 20px;
	padding: 15px;
	border-radius: 10px;
}

input[type=text]
{
	width: 30%;
	-webkit-transition: width 0.15s ease-in-out;
	transition: width 0.15s ease-in-out;
}

/* When the input field gets focus,
        change its width to 100% */

input[type=text]:focus
{
	width: 70%;
}

#list
{
	font-size: 1.5em;
	margin-left: 90px;
}

ul.faqtopic
{
	list-style-image: url('../Images/Assets/Icons/Sage/12x12_check_black-on-transparent_icon.svg');
}

MadCap|dropDownBody.faqtopic
{
	background: transparent;
	border: none 2px #000000;
}

.popupBody
{
	color: #ffffff;
	background-color: #000000;
	border: solid 1px #000000;
	margin: 0px;
	padding: 5px;
}

.MCTextPopupArrow
{
	content: "";
	border: solid 13px transparent;
	border-bottom-color: #000000;
	border-bottom-width: 13px;
	border-top: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	width: 0;
	height: 0;
}

/* Styles for skin buttons - overrides generated skin css */

button.previous-topic-button div.button-icon
{
	background: transparent url('../Images/Assets/Icons/Arrows/22x22_arrow-left_black-on-transparent_icon.svg') !important;
}

button.next-topic-button div.button-icon
{
	background: transparent url('../Images/Assets/Icons/Arrows/22x22_arrow-right_black-on-transparent_icon.svg') !important;
}

button.select-language-button div.button-icon
{
	background: transparent url('../Images/Assets/Icons/Sage/24x24_globe_white-on-transparent_icon.svg') !important;
}

button.select-language-button div.button-icon:hover
{
	background: transparent url('../Images/Assets/Icons/Sage/24x24_globe_green-on-transparent_icon.svg') !important;
}

.title-bar .menu-icon span
{
	background: transparent url('../Images/Assets/Icons/Sage/26x21_Hamburger_icon_white.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/Icons/Sage/26x21_Hamburger_icon_white.svg') no-repeat center center !important;
}

.title-bar .menu-icon span:hover
{
	background: transparent url('../Images/Assets/Icons/Sage/28x23_Hamburger_icon_green.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/Icons/Sage/28x23_Hamburger_icon_green.svg') no-repeat center center !important;
}

/* Replace Homepage logo with SVG 

.title-bar-layout a.logo
	{
		background: transparent url('../Images/Assets/PlaceholderLogo/98x55_Sage_logo.svg') no-repeat center center !important;
		-pie-background: transparent url('../Images/Assets/PlaceholderLogo/98x55_Sage_logo.svg') no-repeat center center !important;
	}
	
*/

div.dropDownBody
{
	padding-left: 15px;
	padding-right: 15px;
}

div.ModuleQuestionsTopics .dropDownBody
{
	padding-left: 0px;
	padding-right: 0px;
}

div.ModuleQuestionsTopics .dropDownHead
{
	padding-left: 15px;
}

div.PDFlist .dropDownBody
{
	padding-left: 0px;
	padding-right: 0px;
}

img.IconPara
{
	max-width: 25px;
	max-height: auto;
	margin-left: 5px;
	margin-right: 5px;
}

th.newitem
{
	
}

MadCap|dropDownHead.newitem
{
	color: #000000;
}

p.newitem
{
	
}

.newitem::after
{
	content: "New!";
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #00DC00;
	margin-left: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.search-filter-content
{
	cursor: pointer !important;
}

.search-filter-content button
{
	cursor: pointer !important;
}

.search-filter-content button:hover
{
	text-decoration: underline !important;
	text-decoration-color: #33DE61 !important;
	text-decoration-thickness: 4px !important;
}

div.nav-search .search-filter
{
	display: none !important;
}

div.nav-search .search-submit
{
	border-left: solid !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-width: 1px !important;
	border-color: #000000 !important;
}

.toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #ffffff;
	background: #000000;
	text-decoration: underline !important;
	text-decoration-color: #33DE61 !important;
	text-decoration-thickness: 4px !important;
}

li.tree-node:hover
{
	text-decoration: underline !important;
	text-decoration-color: #33DE61 !important;
	text-decoration-thickness: 4px !important;
}

.title-bar-layout a.logo
{
	width: 57px;
	height: 32px;
	align-self: center;
	background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-green.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-green.svg') no-repeat center center !important;
}

.title-bar-layout a.logo:hover
{
	background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-white.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-white.svg') no-repeat center center !important;
}

img.BottomLogo
{
	width: 80px;
	height: 60px;
	background: url('../Images/Assets/PlaceholderLogo/sage-logo-green_80.svg') no-repeat center center !important;
}

img.BottomLogo:hover
{
	background: url('../Images/Assets/PlaceholderLogo/sage-logo-white_80.svg') no-repeat center center !important;
}

img.Mail
{
	width: auto;
	height: 55px;
	padding-bottom: 15px;
	border-bottom: solid;
	border-color: #000000;
}

img.Mail:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#FB
{
	padding-bottom: 15px;
	width: 35px;
	height: 35px;
	border-bottom: solid;
	border-color: #000000;
}

img#FB:hover
{
	border-color: #00D639;
}

img#Insta
{
	padding-bottom: 15px;
	width: 35px;
	height: 35px;
	border-bottom: solid;
	border-color: #000000;
}

img#Insta:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#Lkdin
{
	padding-bottom: 15px;
	width: 35px;
	height: 35px;
	border-bottom: solid;
	border-color: #000000;
}

img#Lkdin:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#X
{
	padding-bottom: 15px;
	width: 32px;
	height: 32px;
	border-bottom: solid;
	border-color: #000000;
}

img#X:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#Ytbe
{
	padding-bottom: 15px;
	width: 40px;
	height: 32px;
	border-bottom: solid;
	border-color: #000000;
}

img#Ytbe:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

div.LegalInfo p
{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

div.LegalInfo a
{
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

span.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

span.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

span.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

span.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

span.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

span.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

span.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

