/*<meta />*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@namespace MadCap "localhost";

/* dark / light mode styles */

:root
{
	/* Enter the light mode color here */
	--color-fg: #404040;
	--color-bg: #fff;
	--link-blue: #1155cc;
	--brand-orange: #ff9e16;
	/* hide for Vault */
	/* --display-toggle-dark: inline; */
	--display-toggle-dark: none;
	--display-toggle-light: none;
	--home-panel-background: white;
	--navlink-color: #333;
	--current-page-breadcrumb: #6c757d;
	--heading-1: #595959;
	--heading-3: #5ac8fa;
	--heading-3-weight: normal;
	--heading-4: #404040;
	--heading-4-weight: bold;
	--note-background: #f0f7ff;
	--note-border: #008fd2;
	--note-text: #404040;
	--caution-background: #fdf6ec;
	--caution-text: #404040;
	--warning-background: #ffeee6;
	--warning-text: #404040;
	--th-background: #008fd2;
	--td-gray-background: #eceff1;
	--results-description: #595959;
	--results-path: #004c93;
	--results-num: #595959;
}

/* Let's not use this for now, just respect the toggle switch
@media (prefers-color-scheme: dark) {
  :root {
    --color-fg: #fff;
    --color-bg: black;
  }
}
*/

body
{
	color: var(--color-fg) !important;
	background: var(--color-bg) !important;
}

.title-bar
{
	background: var(--color-bg) !important;
}

div.off-canvas-wrapper-inner div.outer-row
{
	max-width: 100% !important;
	padding-bottom: 0;
	margin: 0;
}

.footer
{
	background: var(--color-bg) !important;
}

#theme-toggle-dark
{
	display: var(--display-toggle-dark) !important;
}

#theme-toggle-light
{
	display: var(--display-toggle-light) !important;
}

.panel-body
{
	background: var(--home-panel-background) !important;
}

.btn-veeva:not(.btn-veeva-primary)
{
	background: var(--link-blue) !important;
}

.navigation-wrapper > ul > li > a
{
	color: var(--navlink-color);
}

.navigation-wrapper > ul > li > a:hover
{
	color: white !important;
}

a:hover
{
	color: #329aea;
}

.navigation-wrapper > ul.navigation
{
	padding: 0 !important;
}

.MCBreadcrumbsSelf
{
	color: var(--current-page-breadcrumb) !important;
}

.panel-heading h1
{
	color: var(--heading-1) !important;
}

h3
{
	color: var(--brand-orange);
	font-weight: var(--heading-3-weight) !important;
}

h4
{
	color: var(--heading-4) !important;
	font-weight: var(--heading-4-weight) !important;
}

.n
{
	background: var(--note-background) !important;
	border-color: var(--note-border) !important;
	color: var(--note-text) !important;
}

.n1
{
	background: var(--caution-background) !important;
	color: var(--caution-text) !important;
}

.n2
{
	background: var(--warning-background) !important;
	color: var(--warning-text) !important;
}

span.checkMark
{
	color: var(--brand-orange);
}

span.xMark
{
	color: var(--heading-1);
}

/* REMOVED DARK MODE STYLE
thead:not(.noDarkMode) th:not(.TableStyle-PatchNoteTable-HeadE-Column1-Header1):not(.TableStyle-PatchNoteTable-HeadE-Column2-Header1):not(.TableStyle-PatchNoteTable-HeadD-Column3-Header1)
{
	background: var(--th-background) !important;
}

tbody:not(.noDarkMode) tr:nth-child(even):not(.TableStyle-PatchNoteTable-Body-Row) td
{
	background: var(--td-gray-background) !important;
}

tbody.noDarkMode tr:nth-child(even) td
{
	/* Add class to thead and tbody to prevent background color change
	color: var(--color-fg);
	/* Need to change foreground  color for this
}

*/

.st-result-body
{
	color: var(--results-description) !important;
}

.st-result-path
{
	color: var(--results-path) !important;
}

.st-result-nus-num
{
	color: var(--results-num) !important;
}

.noDarkMode
{
	
}

/* end dark mode styles */

html
{
	height: 100%;
}

body
{
	/* color: #404040; */
	font-family: 'Lato', Arial;
	font-size: 16px;
	line-height: 1.5em;
}

/*COLOR LIBRARY*/

html
{
	--VeevaOrange: rgb(255, 158, 22);
	--VeevaBlue: rgb(0, 143, 210);
	--VeevaRed: rgb(230, 81, 0);
	--NoteBackgroundOrange: rgba(255, 158, 22, .15);
	--NoteBackgroundBlue: rgba(0, 143, 210, .15);
	--NoteBackgroundRed: rgba(230, 81, 0, .15);
}

html.dark
{
	--VeevaOrange: rgb(255, 167, 45);
	--VeevaBlue: rgb(17, 154, 214);
	--VeevaRed: rgb(230, 96, 23);
	--NoteBackgroundOrange: rgba(255, 167, 45, .3);
	--NoteBackgroundBlue: rgba(17, 154, 214, .3);
	--NoteBackgroundRed: rgba(230, 96, 23, .3);
}

/* HEADER STYLES */

h1,
h2,
h3,
h4,
h5
{
	margin-top: 16px;
	margin-bottom: 4px;
	font-weight: normal;
}

h1
{
	font-size: 2.0em;
	color: #595959;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0;
}

h1:first-of-type
{
	margin-top: 20px;
}

h2
{
	line-height: normal;
	font-size: 1.8em;
	color: var(--brand-orange);
	margin-top: 20px;
}

h3
{
	font-size: 1.2em;
	color: var(--brand-orange);
}

h4
{
	font-size: 1.1em;
	color: #404040;
	font-weight: bold;
}

h5
{
	font-size: 1em;
	color: #005c93;
	font-weight: bold;
}

/*END HEADER STYLES */
/* home page panel */

.panel-body > h5
{
	font-size: 1.6em;
	font-weight: 400;
	margin-top: 0px;
	color: #404040;
}

/* Tabs */

.tab
{
	overflow: hidden;
	margin-top: 24px;
}

/* Style the buttons that are used to open the tab content */

.tab button
{
	background-color: inherit;
	float: left;
	border: 1px solid rgba(255,255,255,0);
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 90%;
	color: #666666;
}

/* Change background color of buttons on hover */

.tab button:hover
{
	color: #f89728;
}

/* Create an active/current tablink class */

.tab button.active
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-style: solid;
	border-bottom: 3px solid white;
	border-top-width: 1px;
	border-left-width: 1px;
	border-rifght-width: 1px;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	color: #1264a3;
}

/* Style the tab content */

.tabcontent
{
	display: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-top: -2px;
	padding: 20px;
}

/* End Tab Styles */
/* Who can use this? styles */

.who
{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px 20px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.14);
}

.who > p:first-child
{
	margin: 0;
}

.who > ul
{
	list-style: none;
	margin-bottom: 0;
}

.who > ul > li::before
{
	font: var(--fa-font-solid);
	color: var(--brand-orange);
	font-size: 1em;
	margin: 0 20px 0 -39px;
}

.whobullet
{
	display: list-item;
	padding-left: 12px;
	mc-next-tag: li;
	mc-next-class: bullet;
	margin-top: 4.000pt;
	margin-bottom: 4.000pt;
	horizontal-align: middle;
}

.whobullet::before
{
	content: "\f508";
}

.licensebullet
{
	display: list-item;
	padding-left: 12px;
	mc-next-tag: li;
	mc-next-class: bullet;
	margin-top: 4.000pt;
	margin-bottom: 4.000pt;
	horizontal-align: middle;
}

.licensebullet::before
{
	content: "\f109";
	margin: 0 17px 0 -42px !important;
}

.platformbullet
{
	display: list-item;
	padding-left: 12px;
	mc-next-tag: li;
	mc-next-class: bullet;
	margin-top: 4.000pt;
	margin-bottom: 4.000pt;
	horizontal-align: middle;
}

.platformbullet::before
{
	content: "\f3fa";
}

/* End Who can use this? styles */
/* Related Topics Styles */

div.relatedTopics
{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px 20px;
	margin: 20px 0;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.14);
	position: absolute;
	top: 100px;
	right: -14%;
	width: 340px;
}

div.relatedTopics > h3
{
	color: var(--color-fg);
	margin-top: 0;
	padding: 0;
}

div.relatedTopics > ul
{
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

div.relatedTopics > p:last-of-type
{
	margin-bottom: 0;
}

/* End Realted Topics Styles */

iframe.vimeo-player_0
{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 4px;
}

pre
{
	font-size: 110%;
}

/*
.search-bar {
	padding-bottom: 20px;
} */

/* Content Section */

#content-section
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e6e6e6;
	margin-top: 150px;
}

.footer-other > div.row
{
	line-height: 30px;
	padding: 0;
}

.glossaryTerm
{
	font-weight: bold;
	color: #329aea;
}

.glossaryTerm:link
{
	font-weight: bold;
	color: #329aea;
}

a,
a:link,
a:visited,
a:hover
{
	color: var(--link-blue);
	text-decoration: none;
	font-weight: normal;
}

a.MCBreadcrumbsLink,
a.MCBreadcrumbsLink:visited,
a.MCBreadcrumbsLink:hover
{
	text-decoration: none;
	color: var(--link-blue);
}

a.MCBreadcrumbsLink:hover
{
	color: #f89728;
}

div.TightContent
{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

ul.navigation ul > li.has-children > a:after
{
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #555;
	content: '';
	right: 0px;
	top: 40%;
	border-width: 3px 6px;
}

ul
{
	list-style-type: none;
}

.bullet
{
	display: list-item;
	margin-left: 80px;
	paddding-left: 12px;
	mc-next-tag: li;
	mc-next-class: bullet;
	margin-top: 4.000pt;
	margin-bottom: 4.000pt;
	horizontal-align: middle;
	list-style-image: url('../Images/Doc_2-Square.png');
}

li > ul > li.bullet
{
	margin-left: 40px;
}

.bulleted
{
	display: list-item;
	margin-left: 40px;
	padding-left: 6px;
	mc-next-tag: li;
	mc-next-class: bulleted;
	margin-top: 4.000pt;
	margin-bottom: 4.000pt;
	horizontal-align: middle;
	list-style-image: url('../Images/Bullet1.png');
}

.bulleted .bullet
{
	margin-left: 0;
}

/*This lets us nest uls and have it look seamless*/

.bulletindent
{
	display: list-item;
	margin-left: 120px;
	paddding-left: 12px;
	mc-next-tag: li;
	mc-next-class: bulletindent;
	margin-top: 4.000pt;
	margin-bottom: 4.000pt;
	horizontal-align: middle;
	list-style-image: url('../Images/Doc_3-Diamond.png');
}

img
{
	border: none;
}

img.gray
{
	border: 2px solid #aeaeae;
}

img.full
{
	max-width: 100%;
}

img.half
{
	max-width: 50%;
}

img.thumb
{
	border: 2px solid #aeaeae;
	width: 200px;
	height: auto;
	mc-thumbnail-max-width: 200px;
	mc-thumbnail-max-height: auto;
	mc-thumbnail: popup;
}

img.icon
{
	height: 20px;
	width: auto;
	margin-bottom: -5px;
}

img.ReduceButtonSize
{
	max-height: 18px;
	max-width: auto;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
}

table ul
{
	padding-left: 20px;
}

MadCap|breadcrumbsProxy
{
	margin-top: -40px;
	padding-bottom: 20px;
	border-bottom: none;
	font-size: .7em;
	color: #329aea;
	mc-breadcrumbs-count: 6;
	mc-breadcrumbs-divider: '/';
}

MadCap|dropDown
{
	margin-bottom: 6px;
	mc-closed-image: url('../Images/Site_assets/DropDownPlus.png');
	mc-disabled: false;
	mc-open-image: url('../Images/Site_assets/DropDownMinus.png');
}

MadCap|dropDownBody
{
	mc-disabled: false;
	overflow: auto;
	border-bottom: solid 0px transparent;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	mc-disabled: false;
	font-size: 14pt;
	color: var(--color-fg);
}

MadCap|dropDownHotspot
{
	color: var(--color-fg);
	font-size: 0.9em;
	font-weight: normal;
	mc-disabled: false;
}

MadCap|dropDownHotspot:hover
{
	font-weight: normal;
	color: #f89728;
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	
}

MadCap|indexProxy
{
	mc-output-support: all;
}

MadCap|miniTocProxy
{
	
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|tocProxy
{
	
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: normal;
	mc-format: '{para}';
	text-decoration: none;
}

MadCap|xref:hover
{
	color: #329aea;
}

MadCap|xref.IndexPageNumber
{
	
}

ol
{
	list-style-image: none;
}

ol .TableStyle-ConfigTable
{
	margin-left: -40px !important;
}

p
{
	margin: 15px 0;
}

ol > li > p
{
	margin: 0;
}

p.space
{
	margin: -10px;
}

p.note
{
	border-radius: 6px;
	background-image: none;
	background-color: #9dcff5;
	mc-auto-number-format: '{b}Note: {/b} ';
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #404040;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #404040;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #329aea;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #329aea;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #000000;
	overflow: auto;
}

p.n,
p.n1,
p.n2
{
	background-color: #f0f7ff;
	border-color: var(--note-border);
	border-radius: 2px;
	padding: 10px;
	border-width: 0 0 0 3px;
	border-style: solid;
}

p.n::before,
p.n1::before,
p.n2::before
{
	content: 'Note: ';
	font-weight: bold;
}

p.n1
{
	background-color: #fdf6ec;
	border-color: var(--brand-orange);
}

p.n1::before
{
	content: 'Caution: ';
}

p.n2
{
	background-color: #ffeee6;
	border-color: #e65100;
}

p.n2::before
{
	content: 'Warning: ';
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextHeadDark
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextLightEmphasis
{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p > object
{
	border: 1px solid var(--td-gray-background);
	border-radius: 5px;
}

span.Emphasis
{
	font-weight: bold;
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
}

ul
{
	list-style-type: none;
	list-style-image: url('../Images/Bullet1.png');
}

#content-section.mc-blurb .mc-bullets
{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

MadCap|dropDown.SecondLevel
{
	mc-closed-image: url('../Images/DropDownPlus.png');
	mc-open-image: url('../Images/DropDownMinus.png');
}

/* Other Page Footer */

.footer-other
{
	background-color: #f5871e;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.footer-other > div.row
{
	line-height: 30px;
	padding: 0;
}

MadCap|glossaryTerm
{
	color: #329aea;
}

MadCap|slideshowCaption
{
	color: #595959;
	background-color: #ffffff;
}

ul.FirstLevelLessIndentation
{
	list-style-image: url('../Images/Bullet1.png');
}

/* Fixed nav bar */

.tab-bar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-style: solid;
	border-color: #f5871e;
	border: 0;
	border-top: 2px;
}

/* Add scroll bar to Body and absolute position to prevent body from scrolling behind header */

.main-section
{
	overflow: auto;
	position: absolute;
	width: 100%;
	top: 85px;
	bottom: 0;
}

/* Header height changes when media is used, adjust the top position of the body to match */

@media screen and (max-width: 1278px)
{
	.main-section
	{
		overflow: auto;
		position: absolute;
		width: 100%;
		top: 75px;
		bottom: 0;
	}

	div.relatedTopics
	{
		position: relative;
		top: 0px;
		right: 0px;
		width: auto;
	}
}

.back-to-top
{
	display: none;
	position: fixed;
	bottom: 4em;
	right: 20px;
}

.back-to-top :hover
{
	opacity: .75;
}

span.SearchHighlight
{
	background-color: #ffff00;
}

div.off
{
	margin: 0px;
	width: 100%;
}

div.ContentRow	/*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.ContentRow::before
{
	content: ' ';
	display: table;
}

div.ContentRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ContentRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ContentRow > div:nth-child(1)
{
	width: 58.333%;
	margin-left: 0%;
}

div.ContentRow > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 8.3333%;
}

@media only screen and (max-width: 1279px)
{
	div.ContentRow > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.relatedTopics
	{
		position: relative;
		top: 0px;
		right: 0px;
		width: auto;
	}
}

@media only screen and (max-width: 767px)
{
	div.ContentRow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.relatedTopics
	{
		position: relative;
		top: 0px;
		right: 0px;
		width: auto;
	}
}

.sideMenu
{
	margin-bottom: 10px;
	text-align: left;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.sideMenu > p,
#headingsMenu > p
{
	font-weight: bold;
	font-size: 1.15em;
	position: relative;
	margin: 0;
}

.sideMenu > p:after,
#headingsMenu > p:after
{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid var(--td-gray-background);
}

#headingsMenu ul.menu._Skins_SideMenuNew.mc-component ul > li > a
{
	padding-top: 3px;
	padding-bottom: 3px;
}

div.col-left
{
	float: left;
	width: auto;
	display: inline-block;
}

.content
{
	margin: 0 auto;
	max-width: 100%;
	min-width: 100%;
}

.footerFix
{
	right: 0;
	left: 0;
	bottom: 0;
}

html:not(.HomePage) .title-bar.sticky.is-stuck,
.title-bar.sticky.is-anchored
{
	border-bottom: solid 2px var(--brand-orange);
}

.searchHolder,
.search-bar._Skins_SearchSkin.mc-component
{
	margin-left: auto;
	margin-right: 30px;
	width: 500px;
}

.btn-veeva
{
	color: #fff;
	text-size: 1.16vw;
	background-color: #f89728;
	border-color: #f89728;
	transition: background-color .3s, border-color .3s;
}

.btn-veeva:link,
.btn-veeva:visited
{
	color: #fff;
}

.btn-veeva:focus,
.btn-veeva.focus
{
	background-color: #f89728;
}

.btn-veeva:hover,
.btn-veeva:active
{
	background-color: #d57507;
	border-color: #d57507;
}

.btn-primary:active,
.btn-primary.active
{
	background-color: #f89728;
}

gray
{
	border: solid 2px #a9a9a9;
}

.row.outer-row
{
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 300em;
}

.row.outer-row .content
{
	padding: 0 192px 0 1%;
}

.last-updated
{
	font-size: 10pt;
	margin: 0 0 0 1%;
}

.searchResults
{
	margin: 0 10%;
}

ul.menu._Skins_SideMenu.mc-component li > a,
ul.menu._Skins_SideMenu.mc-component ul > li > a
{
	transition: color .1s;
}

.MCDropDown,
.dropDown,
.MCDropDown_Closed
{
	border: none;
	border-radius: 6px;
	padding: 10px;
	margin: 10px 0;
}

.MCDropDown_Open
{
	border: 1px solid #ccc;
}

div.MCDropDown_Open .dropDownHotspot
{
	color: var(--brand-orange);
}

div.MCDropDown_Open .dropDownHotspot:hover
{
	color: var(--color-fg);
}

ul.navigation > li
{
	border-radius: 3px;
}

li.Book > a
{
	color: var(--brand-orange) !important;
	font-weight: bold !important;
}

/*
div.sideMenu li.Book > a:after,
div.sideMenu li.has-children > a:after
{
  font-family: "Ionicons";
	font-size: .9em;
	content: "\f125";
	margin-left: 5px;
	font-weight: normal;
}

div.sideMenu li.has-children > a:after { content: "\f123"; }
*/

li.Hide
{
	display: none;
}

ul.navigation ul.sub-menu
{
	border: solid 1px rgba(0,0,0,0.15);
	border-radius: .25rem;
}

ul.navigation > li.has-children:after
{
	z-index: 9999;
	bottom: -1px;
	border-bottom-color: #fff;
}

ul.navigation > li.has-children:hover > a
{
	color: #fff;
}

ul.platforms
{
	list-style-image: none;
	color: #6c757d;
	font-size: .8em;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}

ul.platforms > li
{
	display: inline;
}

ul.platforms > li::after
{
	content: "|";
	margin-left: 5px;
}

ul.platforms > li:last-of-type::after
{
	display: none;
}

.MCDropDown ul.platforms
{
	margin-top: 0;
}

.MCDropDown ul.platforms > li
{
	margin-right: 3px;
}

.MCDropDown ul.platforms > li::after
{
	margin-left: 3px;
}

/* FEEDBACK STYLES */

.btn
{
	background-color: #f89728;
	padding: 1em 1.5em;
	border-radius: 3px;
	text-decoration: none;
}

.btn i
{
	padding-right: 0.3em;
}

.btn-veeva-primary
{
	display: inline-block;
	padding: 5px 0;
	border: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px 3px 0 0;
	color: #fff;
	background-color: #f89728;
	font-size: larger;
	width: 7rem;
	position: fixed;
	bottom: 0;
	right: 20px;
	transition: ease-in .2s all;
	z-index: 1;
}

.btn-veeva-primary:hover,
.btn-veeva-secondary:hover
{
	background-color: #e65100;
}

.btn-veeva-secondary
{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857143;
	width: 100%;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f89728;
	border-color: #f89728;
	float: left;
	transition: ease-in .2s all;
}

.form-group
{
	margin-bottom: 1rem;
}

.form-check
{
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-control
{
	width: 23em;
	padding: 13px 13px 13px 13px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
}

textarea
{
	resize: vertical;
	width: 23em;
	height: 275px;
	padding: 13px 13px 13px 13px;
}

.close
{
	position: relative;
	height: auto;
	opacity: 0.3;
}

.close:hover
{
	opacity: 1;
}

#open-modal .close:before,
#open-modal .close:after
{
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}

#open-modal .close:before
{
	transform: rotate(45deg);
}

#open-modal .close:after
{
	transform: rotate(-45deg);
}

.modal-close
{
	display: block;
	position: relative;
	z-index: 999;
	float: right;
	width: 1rem;
	height: 1rem;
	background-position-x: right;
	background-position-y: top;
	text-align: right;
	opacity: .7;
	background-image: url('../Images/Site_assets/x-grey-script.png');
}

.modal-close:hover
{
	color: #000;
}

.modal-window
{
	position: fixed;
	background-color: rgba(51, 51, 51, 0.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
	border-radius: .3rem;
}

.modal-window:target
{
	opacity: 1;
	pointer-events: auto;
}

.modal-window > div
{
	color: #3c3c3c;
	font-family: Helvetica, 'Lato', sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: .3rem;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 20px;
	margin-bottom: 10px;
	width: 422px;
	height: 486px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-window > div > form
{
	padding: 0 20px;
	right: 1%;
}

.modal-window header
{
	font-weight: bold;
}

.modal-window p
{
	font-size: 150%;
	margin: 0 0 15px;
	color: #f89728;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* END FEEDBACK STYLES */
/*Print Stylesheets*/

.toolstip
{
	position: relative;
	display: inline-block;
	background-color: transparent;
	color: #008fd2;
	font-size: 1em;
	transition: all .2s ease;
	padding: 0;
	margin: 10px;
}

.toolstip i
{
	padding: 0;
	font-size: 2em;
}

.toolstip:hover
{
	color: var(--brand-orange);
}

.toolstip .toolstiptext
{
	visibility: hidden;
	background-color: #fff;
	border: none;
	color: #555;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
	padding: 2px 5px;
	position: absolute;
	transition: all .2s ease;
	width: 310%;
	margin: -5px 0 0 -120px;
}

.toolstip:hover .toolstiptext
{
	visibility: visible;
}

/*Breadcrumbs Styles*/

div.MCBreadcrumbsBox_0
{
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: .7em;
}

div.MCBreadcrumbsBox_0 i
{
	font-size: 1.1em;
}

div.MCBreadcrumbsBox_0 i:hover
{
	color: var(--brand-orange);
}

.MCBreadcrumbsDivider
{
	margin: 0 3px;
	color: #6c757d;
}

.MCBreadcrumbsSelf:last-of-type
{
	color: #6c757d;
}

object.videos
{
	align: left;
	max-width: 100%;
	border: 1px solid #aeaeae;
	width: 240px;
	height: 135px;
}

/*------PDF STYLES------*/

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 2;
		margin: 8px;
	}

	Div.GlossaryPageDefinition
	{
		color: #329aea;
		font-size: 9pt;
	}

	Div.GlossaryPageHeading
	{
		border-bottom-color: #329aea;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #008fd2;
		font-size: 125%;
	}

	Div.GlossaryPageTerm
	{
		color: #329aea;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h2
	{
		font-size: 150%;
	}

	h3
	{
		font-size: 125%;
	}

	h4
	{
		font-size: 112%;
		font-weight: normal;
		mc-heading-level: 0;
	}

	img.OneHundredPercent
	{
		max-width: 100%;
	}

	img.OneHundredPercentThumbnail
	{
		max-width: 100%;
	}

	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 8pt;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #bed230;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #329aea;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top-width: 0px;
		margin-left: 0.25in;
		margin-right: 0.25in;
		padding-left: 0px;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		color: #404040;
		font-weight: normal;
		mc-format: '{para} {pageref}';
		text-decoration: none;
	}

	MadCap|xref.IndexPageNumber
	{
		color: #BED230;
	}

	ol.LowerAlpha
	{
		margin-left: 30px;
	}

	ol.LowerRoman
	{
		margin-left: 30px;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.Figure
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		margin-left: 10px;
		padding-bottom: 10px;
	}

	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}

	p.FrameFooterText
	{
		font-family: 'Century Gothic';
		font-size: 24pt;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.IndexPrintHead
	{
		color: #3e3e3e;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-family: 'Century Gothic';
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 2.00in;
	}

	p.ManualTitle2
	{
		color: #bed230;
		font-family: 'Century Gothic';
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 0;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-family: 'Century Gothic';
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}

	p.MiniTOC1
	{
		color: #e1e1e1;
		font-size: 9pt;
		font-weight: normal;
	}

	p.TOC1,
	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5
	{
		color: #666666;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
		mc-leader-format: 'none';
		mc-pagenum-display: none;
		page-break-after: avoid;
	}

	p.TOC2
	{
		font-size: 10pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.25in;
		margin-top: 2px;
	}

	p.TOC3
	{
		font-size: 8pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.35in;
		margin-top: 2px;
	}

	p.TOC4
	{
		font-size: 8pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.45in;
		margin-top: 2px;
	}

	p.TOC5
	{
		font-size: 8pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.55in;
		margin-top: 2px;
	}

	p.TOCHeading
	{
		color: #3e3e3e;
		font-size: 90pt;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 92pt;
		margin: 0;
		mc-heading-level: 0;
		text-align: center;
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		list-style-image: url('../Images/Bullet1.png');
		margin-top: 0;
		margin-bottom: 0;
	}

	table ul
	{
		margin: 0;
	}

	ul.SecondLevel
	{
		list-style-image: url('../Images/Bullet2Print.eps');
		margin-left: 30px;
	}

	div.relatedTopics
	{
		position: relative;
		top: 0px;
		right: 0px;
		width: auto;
	}
}

table#platform
{
	
}

