/*<meta />*/

@import url('NavStyles.css');

@import url('Prettify/prettify.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');

@namespace MadCap "localhost";

/* MadCap Styles Override */

.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-color: #f89728 transparent transparent;
}

/* Styles to Remove - Temporary */

h2 div.fas
{
	display: none;
}

.bubbles
{
	position: absolute;
	margin-left: -50px;
	border-right: #329aea solid;
	padding-right: 10px;
}

/* NEW STYLES */
/* Image Styles */

.zoom
{
	position: relative;
	width: 80%;
	min-width: 80%;
	max-width: 120%;
	box-shadow: 0 4px 8px 0 rgba(50, 120, 200, 0.3), 0 6px 20px 0 rgba(50, 120, 200, .3);
}

.zoomi
{
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.zoom-controls
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-left: -30px;
}

.zoom-controls button
{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.zoom-controls button:hover
{
	background-color: #aaa;
}

/* Search styling */

.search,
.search-bar
{
	width: 400px !important;
	position: relative;
	color: #DADADA;
	margin: 2px 0 0 -180px;
	border: solid 2px #a9a9a9;
	border-radius: 5px;
	display: none;
}

input.search-field.needs-pie
{
	padding-right: 5px;
}

/* Navigation Bar overrides for width and spacing */

ul.navigation > li:last-child > a
{
	font-weight: bold;
	color: white;
	background-color: #f5871e;
	height: 42px;
	border-radius: 4px;
	padding: 0px 10px 0 10px;
	transform: rotate(270deg);
	position: fixed;
	left: 0;
	margin-top: 15%;
	margin-left: -150px;
	opacity: .6;
}

.nav-search-wrapper
{
	display: none;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	width: 85%;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	max-width: 100%;
}

.title-bar
{
	border-bottom-style: solid;
	border-bottom-color: #f5871e;
	border-bottom-width: 5px;
}

.banheight
{
	height: 245px !important;
}

.breadcrumbs
{
	color: #595959;
	margin-bottom: 10px;
}

/* 404 Error Page */

form.search-404 > .search-bar
{
	display: block;
}

form.search-404
{
	margin-left: 45%;
	margin-bottom: 40px;
}

/* Articles Page */

/* 
.artlanding {
    columns: 2;
    column-gap: 60px;
	margin: 40px 0 40px 0;
}

.artbox {

}

.artcol {
	width: 80%;
}

.artbox.nobox {
    visibility: hidden;
}

*/

.artclick
{
	right: 0;
	position: absolute;
	margin-right: 2.5%;
	margin-top: 80px;
	font-size: 10px;
	color: #3278c8;
	z-index: 999;
	cursor: pointer;
}

.artcloud:before
{
	content: 'click a term to filter the page';
	margin-left: 25%;
	color: #f89728;
	opacity: .9;
}

/*
div.artbox h2 {
    margin-top: 0px;
}

.artbox:hover {
    background-color: #fef3e6;
}

div.artbox > a:hover {
    color: #3278c8;
}

*/

.artbox img
{
	vertical-align: baseline;
	float: left;
	padding: 5px 10px 0px 0px;
	height: 90px;
}

.artlanding > center
{
	column-span: all;
	font-size: 26px;
	margin-bottom: 30px;
	color: #3278c8;
	font-weight: bold;
}

.artcloud
{
	width: 300px;
	height: 300px;
}

.artcloud span
{
	cursor: pointer;
}

.artcloud.jqcloud
{
	float: right;
	margin-top: 120px;
	margin-right: -20%;
	margin-left: 20px;
	height: 600px !important;
	padding-top: 340px;
}

/* Active Article Tags */

.tags
{
	margin: 20px 0 30px 0;
}

.tagfilter
{
	background-color: #f89718 !important;
	color: #ffffff !important;
}

.highlightclass
{
	background-color: #e8e8e8;
	margin-left: -5px;
	padding-left: 5px;
	padding-right: 5px;
}

.blogtag
{
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	font-size: 12px;
	border-radius: 5px;
	background-color: #ffffff;
	border-color: rgb(215, 215, 215);
	color: #3278c8;
	padding: 1px 3px 1px 3px;
	margin: 4px;
	line-height: 14px;
}

/* Search Bar Box Shadow */

/*
.search-bar
{
	width: 30%;
	position: absolute;
	left: 28%;
	font-size: 16px;
	border-style: solid;
	border-width: thin;
}

.search-submit
{
	opacity: 30%;
} */

/* 404 Page Not Found */

.error-text
{
	font-size: 100px;
	color: #f5871e;
	float: left;
	padding: 60px 60px 30px 30px;
}

.message
{
	font-size: 24px;
	color: #777777;
	margin-bottom: 20px;
	padding-top: 40px;
}

.search-invitation
{
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

form.search_404 > .search-bar
{
	display: block;
	margin: 0 0 40px 260px;
}

.advsearch
{
	text-align: left;
	margin-left: 40px;
	color: #404040;
}

.feedback-note
{
	margin-left: 40px;
	font-size: 14px;
	color: #404040;
}

/* Remove inverse triangle at top of menus */

ul.navigation > li.has-children:after
{
	border-bottom-color: transparent;
}

ul.navigation ul
{
	box-shadow: 0 5px 15px rgba(0,0,0,0.28);
}

div#mc-main-content
{
	padding-left: 0;
	padding-right: 10%;
}

body
{
	color: #404040;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.7em;
}

/* Image classes */

img.small,
img.tiny,
img.medium,
img.full,
img.i10,
img.i20,
img.i30,
img.i40,
img.i50,
img.i60,
img.i70,
img.i80,
img.i90,
img.i100
{
	margin: 8px 8px 15px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .2);
}

img.icon
{
	width: 17px;
	height: 17px;
}

img.i10
{
	width: 5% !important;
}

img.i20,
img.tiny
{
	width: 5% !important;
}

img.i30
{
	width: 15% !important;
}

img.i40,
img.small
{
	width: 25% !important;
}

img.i50
{
	width: 35% !important;
}

img.i60,
img.medium
{
	width: 45% !important;
}

img.i70
{
	width: 55% !important;
}

img.i80
{
	width: 65% !important;
}

img.i90
{
	width: 75% !important;
}

img.i100,
img.full
{
	width: 85% !important;
}

img.frameless
{
	border-style: none;
	box-shadow: none;
}

.fa-2x
{
	font-size: 1.75em;
}

.fa-square
{
	color: #999999;
}

.fa-search-plus
{
	color: #ffffff;
	font-size: 1.25em;
}

.fa-stack
{
	font-size: 1.5em;
}

video._0
{
	width: 100%;
	margin: 8px 8px 0 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #3278C8;
	box-shadow: 0 4px 8px 0 rgba(50, 120, 200, .2), 0 6px 20px 0 rgba(50, 120, 200, .2);
}

iframe
{
	border: none;
}

.bold
{
	font-weight: bold;
}

.div-vid
{
	width: 100% !important;
	height: auto !important;
}

.copyGrp
{
	float: right;
	width: 60%;
	text-align: right;
}

.rating
{
	float: left;
	margin: 4px 0 0 4px;
}

.like,
.dislike
{
	padding-left: 3px;
	padding-right: 3px !important;
	color: #595959;
}

.copyButton
{
	border: none;
	background-color: white;
	margin-top: 3px;
	cursor: pointer;
}

.vidLink
{
	border-color: lightgray;
	background-color: white;
	margin-top: 5px;
	opacity: .5;
	width: 80%;
}

.clipboard
{
	display: none;
	margin-left: -60px;
	position: absolute;
	color: #3278c8;
	opacity: .8;
}

.row.fill
{
	height: 20px;
}

/* Outer */

.popup
{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 20px;
	left: 0px;
	background: rgba(0,0,0,0.75);
	z-index: 1000;
}

/* Inner */

.popup-inner
{
	max-width: ;
	width: 65%;
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 5px;
	background: #fff;
}

/* Close Button */

.popup-close
{
	width: 40px;
	height: 40px;
	padding-top: 0px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%) rotate(45deg);
	border-radius: 1000px;
	background: #999999;
	font-family: Arial, Sans-Serif;
	font-size: 48px;
	text-align: center;
	line-height: 42px;
	color: #fff;
}

MadCap|breadcrumbsProxy
{
	color: #f89728;
	border-bottom-style: none;
	mc-breadcrumbs-count: 5;
	MCBreadcrumbsPrefix: "";
	mc-breadcrumbs-prefix: "";
}

div.bc-container a.fa-home
{
	float: left;
	margin: 4px 6px 0px 0px;
}

@media only screen
{
	b.release_minor
	{
		display: none;
	}

	b.release_major
	{
		display: none;
	}
}

.popup-close:hover
{
	background: #ef8166;
	text-decoration: none;
}

#atomic-toggle
{
	display: block;
	position: absolute;
	top: 125px;
	right: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	background: #ef8066;
	box-shadow: -2px 2px lightgrey;
	border-radius: 3px;
}

dt
{
	font-weight: bold;
}

@media non-print
{
	a:link
	{
		color: #3278c8;
		text-decoration: none;
	}

	a:visited
	{
		color: #3278c8;
		text-decoration: none;
	}
}

h1#results-heading
{
	color: #595959;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}

#resultList
{
	line-height: 1.3em;
	text-align: left;
	display: block;
}

#resultList .description
{
	color: #404040 !important;
	font-size: 14px !important;
}

span.query
{
	font-weight: bold;
}

div.url
{
	font-size: 18px !important;
}

div.description b
{
	font-weight: normal;
}

.off-canvas-wrapper-inner .outer-row
{
	max-width: 85%;
	padding-left: 1em;
	padding-right: 1em;
}

/* Tab Styles */

ul.tabs
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.tabs .tab-link
{
	color: #3278c8;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -4px;
	position: relative;
	z-index: 0;
	width: 200px;
	text-align: center;
}

ul.tabs .current
{
	background: #f1f1f1;
	color: #3278c8;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 0px solid white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 100;
	font-weight: bold;
	border-top-left-radius: 10%;
	border-top-right-radius: 10%;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.tab-content
{
	display: none;
	background: #ededed;
	padding: 15px;
	background-color: transparent;
}

.tab-content.current
{
	display: inherit;
}

ul.tabs .tab-link:hover
{
	color: #f89728;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-bottom: 1px;
	border: 1px solid transparent;
}

ul.tabs .current:hover
{
	color: #3278c8;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 0px solid transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-weight: bold;
	cursor: default;
	z-index: 2;
}

/* Glossary Search Filter */

.filter
{
	height: 1.5em;
	padding: 0 0 0 0px;
	line-height: 1em;
	top: 0;
	left: 0;
	border-top: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #a9a9a9;
	font-size: 1em;
	padding-left: 8px;
	padding-top: 1px;
	background-color: #ffffff;
	padding-right: 35px;
	margin-left: 40%;
	margin-right: -20px;
	padding-bottom: 2px;
}

a:link
{
	color: #3278c8;
	text-decoration: none;
}

a:link
{
	color: #3278c8;
	text-decoration: none;
}

a:link
{
	color: #3278c8;
	text-decoration: none;
}

a:visited
{
	color: #3278c8;
	text-decoration: none;
}

a:visited
{
	color: #3278c8;
	text-decoration: none;
}

a:visited
{
	color: #3278c8;
	text-decoration: none;
}

a:hover
{
	color: #f89728;
	text-decoration: none;
}

#feedback a:hover
{
	background: #f89728;
}

div .hr
{
	width: 20%;
}

.feedback-reason
{
	display: none;
}

.no-reason
{
	display: none;
	margin: 10px 0 10px 0;
}

.no-reason label
{
	width: fit-content;
	font-weight: normal;
	margin-right: 20px;
}

.no-reason input
{
	width: 400px;
}

div.feedback-option
{
	margin-top: 8px;
}

a.slider-button
{
	color: #f89728 !important;
	border: 2px solid #f89728;
	padding: 4px;
	border-radius: 5px;
}

a.slider-button:hover
{
	color: #f89728 !important;
	border: 4px solid #f89728;
	padding: 4px;
	border-radius: 5px;
}

/* Feedback Sections */

a.feedback-button,
input.feedback-button,
#search_form input.search-button
{
	background-color: #ffffff;
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	padding: 0.5em;
	margin: 0.5em 0.5em 0.5em 0;
	text-align: center;
	min-width: 5em;
	border-radius: 5px;
}

a.feedback-yes,
input.feedback-yes
{
	color: #f89728 !important;
	border: 2px solid #f89728;
}

a.feedback-no,
input.feedback-no
{
	color: #3278c8 !important;
	border: 2px solid #3278c8;
}

#search_form input.search-button
{
	color: #b2b2b2 !important;
	border: 2px solid #b2b2b2;
}

a.feedback-yes:hover,
a.feedback-yes:focus,
input.feedback-yes:hover,
input.feedback-yes:focus
{
	background-color: #f89728;
	color: #ffffff !important;
	text-decoration: none;
}

a.feedback-no:hover,
a.feedback-no:focus,
input.feedback-no:hover,
input.feedback-no:focus
{
	background-color: #3278c8;
	color: #ffffff !important;
	text-decoration: none;
}

div.footy
{
	text-align: right;
	padding-top: 20px;
}

div.footy button
{
	opacity: .7;
	margin-left: 5px;
}

.feedback-option label
{
	float: right;
	text-align: left;
	margin-right: 15px;
	width: 90%;
	padding-top: 0px;
	font-size: 1em;
}

#feedback
{
	height: 104px;
	width: 104px;
	position: fixed;
	top: 65%;
	left: 0%;
	z-index: 999;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.feedback-reason h4
{
	color: #595959;
}

#feedback-survey h4
{
	color: #f89728;
	font-size: 1.3em;
	margin-bottom: 4px;
}

.final-thanks h4
{
	text-align: center;
}

input.single-serve-search
{
	width: 50%;
	font-size: 16px;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	color: #b2b2b2;
	border-color: #b2b2b2;
	margin-top: 20px;
	margin-left: 5px;
	line-height: 1em;
	height: 2em;
	padding-left: 10px;
}

#search_form input.search-button
{
	border: 2px solid #b2b2b2;
}

div.MCRelationshipsProxy_bulletindent_0
{
	border-style: none;
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 0px !important;
}

div.MCRelationshipsProxy_bulletindent_0 p.conceptItem_concept_0
{
	list-style-type: disc;
	display: list-item;
	margin-left: 2em;
	color: #f89728;
}

/* tooltip */

.toolstip
{
	position: relative;
	display: inline-block;
	cursor: default;
	background-color: white;
}

.toolstiptext
{
	font-size: 10pt;
	font-weight: normal;
}

.toolstip .toolstiptext
{
	visibility: hidden;
	width: max-content;
	height: fit-content;
	background-color: #ffffff;
	color: #595959;
	text-align: center;
	border-radius: 5px;
	padding: 0 5px 0 5px;
	margin: -40px 0 0 -25px;
	box-shadow: 1px 1px 1px 1px #999999;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.toolstip:hover .toolstiptext
{
	visibility: visible;
}

div.highlightBox
{
	margin: 0.5em 0em 1em 0em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	width: auto;
	overflow: auto;
	margin-top: 4em;
	padding-top: 0em;
}

.feedback-survey
{
	margin-bottom: 60px;
}

#feedback a
{
	display: block;
	background: #3278c8;
	height: 39px;
	width: 88px;
	padding: 7px 8px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	opacity: .6;
}

.back-to-top
{
	background: none;
	margin: 0;
	position: fixed;
	bottom: 1%;
	left: 0%;
	width: 50px;
	height: 50px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #ffffff;
}

.back-to-top i
{
	font-size: 60px;
}

div.sidebartoc li,
div.sidebartoc ul
{
	padding-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	margin-bottom: 0px;
}

.totop
{
	float: right;
	font: bold 11px Arial;
	text-decoration: none;
}

.totop:hover
{
	text-decoration: underline;
}

.sidebartoc ul li a
{
	padding: 5px 15px;
	display: block;
	line-height: 19px;
}

.topiclink
{
	line-height: 12px;
	padding: 0px 20px;
	display: block;
}

/* Glossary Quicklinks */

.nav
{
	list-style: none;
	margin-left: 60px;
	margin-right: 60px;
	padding: 0;
	line-height: .5em;
	text-align: center;
}

ul.navigation.clearfix > li:nth-child(3)
{
	display: none;
}

.nav li
{
	display: inline;
}

.nav a
{
	display: inline-block;
	padding: 10px;
}

/* User Indicators */

.bubbles
{
	position: absolute;
	margin-left: -50px;
}

.bubpos1
{
	margin-left: -50px;
}

.bubpos2
{
	margin-left: -50px;
	margin-top: 35px;
}

.bubpos3
{
	margin-left: -50px;
	margin-top: 70px;
}

.bubpos4
{
	margin-left: -50px;
	margin-top: 105px;
}

.ad
{
	background-color: #5a7e96;
}

.dm
{
	background-color: #ef8166;
}

.ds
{
	background-color: #6eba83;
}

.st
{
	background-color: #ffda63;
}

.adbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #5a7e96;
	display: inline-block;
	margin-bottom: 2px;
}

.dmbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #ef8166;
	display: inline-block;
	margin-bottom: 2px;
}

.dsbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #6eba83;
	display: inline-block;
	margin-bottom: 2px;
}

.stbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #ffda63;
	display: inline-block;
	margin-bottom: 2px;
}

.dsbubble span,
.adbubble span,
.dmbubble span,
.stbubble span
{
	text-align: center;
	line-height: 36px;
	display: block;
	cursor: pointer;
}

.bubble
{
	border-radius: 50%;
	width: 30px;
	font-size: 12px;
	color: white;
	display: inline-block;
	margin-bottom: 2px;
	float: left;
}

.bub-mainpg
{
	float: right;
}

.bubble span
{
	text-align: center;
	line-height: 30px;
	display: block;
}

h2.majorr:before
{
	content: "25R1.0";
	margin-right: 10px;
	background: #feedd6;
	border-radius: 3px;
	font-size: .6em;
	color: black;
	padding: 1px 2px 1px 2px;
	margin-left: -80px;
	float: left;
	line-height: 1.2em;
	margin-top: 5px;
}

h2.minorr:before
{
	content: "24R3.1";
	margin-right: 10px;
	background: #e5f1f7;
	border-radius: 3px;
	font-size: .6em;
	color: black;
	padding: 1px 2px 1px 2px;
	margin-left: -80px;
	float: left;
	line-height: 1.2em;
	margin-top: 5px;
}

h3.majorr:before
{
	content: "25R1.0";
	margin-right: 10px;
	background: #feedd6;
	border-radius: 3px;
	font-size: .6em;
	color: black;
	padding: 1px 2px 1px 2px;
	margin-left: -80px;
	float: left;
	line-height: 1.2em;
	margin-top: 5px;
}

h3.minorr:before
{
	content: "24R3.1";
	margin-right: 10px;
	background: #e5f1f7;
	border-radius: 3px;
	font-size: .6em;
	color: black;
	padding: 1px 2px 1px 2px;
	margin-left: -80px;
	float: left;
	line-height: 1.2em;
	margin-top: 5px;
}

.majmin
{
	margin-right: 5px;
	background: #f2f2f2;
	border-radius: 3px;
	font-size: .8em;
	padding: 1px 2px 1px 2px;
	line-height: 1.2em;
	margin-top: 5px;
}

.version
{
	border-radius: 5%;
	width: 30px;
	font-size: 12px;
	color: white;
	display: inline-block;
	margin-bottom: 2px;
	float: left;
	background-color: #f89728;
}

.version span
{
	text-align: center;
	line-height: 30px;
	display: block;
}

/* Icons */

i.material-symbols-outlined
{
	color: #3278c8;
}

i.material-symbols-outlined:hover
{
	color: #f89728;
}

.material-symbols-outlined
{
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	color: #595959;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
}

/* Tooltips */

[tooltip]:before
{
	content: attr(tooltip);
	position: absolute;
	opacity: 0;
	transition: all 0.15s ease;
	padding: 0px 5px 0px 5px;
	color: #333;
	border-radius: 5px;
	box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before
{
	opacity: 1;
	background: #fafafa;
	margin-top: -30px;
	margin-left: 20px;
}

[tooltip]:not([tooltip-persistent]):before
{
	pointer-events: none;
}

/* Reltable Styles */

div#innav
{
	border-left: #329aea medium solid;
}

div.MCRelationshipsProxy_0::before
{
	content: 'Related topics';
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #595959;
}

.sidetoc::before
{
	content: 'In this topic';
	color: #595959;
	font-size: 16px;
	font-weight: bold;
}

.sidetoc a.selected
{
	color: #f89728;
}

.selected
{
	color: #f89728 !important;
}

.tocheading
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
	margin: 16px 0px 5px 15px;
	color: #595959;
}

/* Relationships Proxies */

p.conceptHeading_concept_0
{
	display: none;
}

div.MCRelationshipsProxy_0,
.sidetoc,
.helptoc
{
	font-size: 15px;
	text-align: left;
	height: 100%;
	max-height: 100%;
	border-style: none;
	padding: 15px 0 15px 15px;
}

.helptoc
{
	margin-top: 0px;
	padding-top: 0px;
}

.tocback
{
	margin-left: 15px;
}

ul.sub-menu
{
	padding-left: 20px;
}

.sidetoc ul
{
	padding: 0;
}

p.conceptItem_concept_0,
.sidetoc li,
.helptoc li
{
	font-size: 15px;
	line-height: normal;
	list-style: none;
}

p.conceptHeading_concept_0
{
	margin-top: -5px;
	font-size: 16px;
	color: #595959;
	font-weight: bold;
}

p.conceptItem_concept_0
{
	margin-left: 0pt;
	font-size: 15px;
	line-height: normal;
}

div#contentBody
{
	margin-left: 0%;
	margin-right: 0%;
}

.main-section > .outer-row
{
	padding-top: 1em;
	padding-bottom: 1em;
}

/* Header height changes when media is used, adjust the top position of the body to match */

@media screen and (max-width: 768px)
{
	.main-section
	{
		overflow: auto;
		width: 100%;
		top: 75px;
		bottom: 0;
	}

	#feedback a
	{
		display: none;
	}

	div.MCRelationshipsProxy_0,
	.sidetoc
	{
		padding: 0 0 0 30px;
		margin: 20px 0 20px 0;
	}

	div.MCRelationshipsProxy_0 > p,
	.sidetoc li
	{
		line-height: .8;
	}

	div#innav
	{
		min-height: fit-content !important;
	}

	div.sideContent
	{
		margin: 0;
		padding: 0;
	}
}

/* Two-Column Output */

div.ContentRow
{
	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: right;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ContentRow > div:nth-child(1)
{
	width: 75%;
	margin-left: 0%;
}

div.ContentRow > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 8.3333%;
}

.glossaryTerm:link
{
	font-weight: normal;
	color: #329aea;
	border-bottom: 2px dotted;
}

.MCHelpControl_Image_Icon
{
	display: none !important;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_
{
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
}

.MCTextPopup_Open.MCTextPopupHotSpot_
{
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
}

.MCTextPopupBody
{
	mc-popup-height: auto;
	mc-popup-width: auto;
	background-color: #ffffff;
	color: #595959;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: small;
}

@media non-print
{
	a
	{
		color: #3278c8;
	}
}

div.GlossaryPageHeading
{
	font-size: 18pt;
	text-decoration: none;
	margin-left: -50pt;
	font-weight: bold;
	margin-top: 10pt;
	margin-bottom: 0;
	text-align: left;
	color: #f89728;
	border-bottom-style: none;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	color: #595959;
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	color: #f89728;
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #329aea;
}

pre
{
	background: #f0f0f0;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: auto;
	white-space: pre-wrap;
}

.FiftyPercentMaxWidth
{
	max-width: 50%;
}

/* Gallery layout for video page */

.thumbvid
{
	width: 60%;
	position: relative;
	display: block;
	float: right;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform-origin: top right;
}

.zoomvid
{
	position: relative;
	width: 100%;
	padding: 5px;
	background-color: #999999;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform-origin: top right;
	z-index: 99;
}

.row .vidtext
{
	position: absolute;
	margin-top: 0px;
	width: 18%;
}

/* List styles */

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 20px;
	mc-closed-image: url('../Images/Site_assets/DropDownClosed.png');
	mc-disabled: false;
	mc-open-image: url('../Images/Site_assets/DropDownOpen.png');
}

MadCap|dropDownHotspot
{
	font-weight: normal;
	color: #f89728;
}

.grid-item.hero p.dropdown
{
	background: white;
	margin-top: -20px;
}

.dropDownBody .zoomi
{
	margin-left: 35px;
}

.dropDownHotspot
{
	font-weight: normal;
}

MadCap|dropDownHotspot:link
{
	color: #3278c8;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #f89728;
	mc-disabled: false;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	mc-disabled: false;
}

.dropDownHotspot:hover
{
	font-weight: normal;
	color: #f89728;
}

MadCap|dropDownHotspot:hover
{
	font-weight: normal;
	color: #329aea;
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #329aea;
}

ol
{
	list-style-image: none;
}

ol.LowerAlpha
{
	list-style-type: lower-alpha;
	margin-left: -10px;
}

ol.LowerRoman
{
	list-style-type: lower-roman;
	margin-left: -10px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 140%;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.Example
{
	background-color: #bed230;
	border-bottom-color: #a4ac67;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	margin-top: 0px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

p.ExampleHead
{
	background-color: #bed230;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #a4ac67;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 0px;
	margin-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	page-break-after: avoid;
}

p.ExampleMiddleSection
{
	background-color: #bed230;
	border-left-color: #a4ac67;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #a4ac67;
	border-right-style: solid;
	border-right-width: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

.highlight
{
	border-left: solid medium #F8C471;
	padding-left: 20px;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
	overflow: auto;
}

.highlight-example
{
	border-left-color: #3278c8;
	border-width: 5px;
	border-left-style: solid;
	padding-left: 10px;
}

.highlight-objsupport2
{
	border-left-color: #f89728;
	border-width: 5px;
	border-left-style: solid;
	padding-left: 10px;
}

.highlight-objsupport
{
	border-top-color: #f89728;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #f89728;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #f89728;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #f89728;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #F8F8F8;
	margin-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

a.blogref.material-symbols-outlined::after
{
	content: "Visit the Network Blog for detailed information and examples.";
	font-family: Arial;
	font-size: 14px;
	padding-left: 15px;
	vertical-align: super;
}

a.blogref.material-symbols-outlined:after
{
	font-weight: normal;
	content: "Visit the Network Blog for detailed information and examples.";
	font-family: Arial;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 15px;
	vertical-align: super;
}

a.blogref.material-symbols-outlined
{
	font-weight: bold;
}

p.note,
div.note
{
	mc-auto-number-format: '{b}Note: {/b} ';
	border-left: solid medium #329aea;
	padding-left: 20px;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
	overflow: auto;
}

p.notes
{
	background-image: none;
	mc-auto-number-format: '{b}Notes: {/b} ';
	border-left: solid medium #329aea;
	padding-left: 20px;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
	overflow: auto;
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

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;
}

span.Emphasis
{
	font-weight: bold;
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
}

ul
{
	list-style-image: url('../Images/Site_assets/Bullet1.png');
}

ul.FirstLevelLessIndentation
{
	list-style-image: url('../Images/Site_assets/Bullet1.png');
	margin-left: -10px;
}

ul.SecondLevel
{
	list-style-image: url('../Images/Site_assets/Bullet2.png');
	margin-left: -10px;
}

ul.columns
{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

ul.columns3
{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

#content-section.mc-blurb .mc-bullets
{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

div.sideContent
{
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 20%;
}

ul.MCGlossaryProxy_0
{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: black;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

ul.note
{
	background-image: none;
	border-left: solid medium #329aea;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	mc-auto-number-format: '{b}Notes: {/b} ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Bold;
	overflow: auto;
}

li.note
{
	margin-left: 10px;
}

@page 
{
	margin: 2.5cm;
}

@media print
{
	.feedback-question.highlightBox
	{
		visibility: hidden;
	}

	img
	{
		display: block;
		margin: 0 auto;
	}

	body
	{
		font-size: 12pt;
		line-height: 14pt;
	}

	center.zooms
	{
		display: none;
	}

	/*
	td
	{
		border-bottom: 1px solid #999999 !important;
		border-top: 1px solid #999999 !important;
		vertical-align: top !important;
	} */

	div
	{
		font-size: 12pt;
		line-height: 14pt;
	}

	span.filter-group
	{
		display: none;
	}

	video._0
	{
		display: none;
	}

	ul.nav
	{
		display: none;
	}

	.btn
	{
		visibility: hidden;
	}

	div#feedback
	{
		visibility: hidden;
	}

	Div.GlossaryPageDefinition
	{
		color: #404040;
		font-size: 9pt;
		padding-left: 10px;
	}

	Div.GlossaryPageHeading
	{
		border-bottom-color: #595959;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		color: #595959;
		font-size: 11pt;
	}

	Div.GlossaryPageTerm
	{
		color: #595959;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h1
	{
		/*		color: black;
		font-size: 20pt;
		line-height: 20pt;
		margin-bottom: 22px; */
	}

	h2
	{
		/*		color: #595959;
		font-size: 18pt;
		font-weight: normal;
		line-height: 20pt; */
		page-break-inside: avoid;
	}

	h2::after
	{
		content: "";
		display: block;
		height: 100px;
		margin-bottom: -100px;
	}

	h3
	{
		color: #999999;
		font-size: 16pt;
		font-weight: normal;
		line-height: 18pt;
		page-break-inside: avoid;
	}

	h3::after
	{
		content: "";
		display: block;
		height: 100px;
		margin-bottom: -100px;
	}

	h4
	{
		color: #999999;
		font-size: 14pt;
		font-weight: normal;
		line-height: 16pt;
		page-break-inside: avoid;
	}

	h4::after
	{
		content: "";
		display: block;
		height: 100px;
		margin-bottom: -100px;
	}

	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|glossaryProxy
	{
		border-top: none;
		color: #595959;
	}

	MadCap|xref
	{
		color: #404040;
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	ol.LowerAlpha
	{
		margin-left: 30px;
	}

	ol.LowerRoman
	{
		margin-left: 30px;
	}

	p
	{
		font-size: 12pt;
	}

	p.GlossaryPrintHead
	{
		color: #595959;
		font-family: 'Century Gothic';
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}
}

/* 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;
}

code
{
	background: #f0f0f0;
	font-size: 13px;
	color: #333;
	/*  word-break: break-all; */
	/* word-wrap: break-word; */
	white-space: nowrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 3px 0 3px;
}

a
{
	color: #3278c8;
}

p.tip,
div.tip
{
	mc-auto-number-format: '{b}Tip: {/b} ';
	border-left: solid medium #F8C471;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	overflow: auto;
}

pre.sqlref
{
	margin-left: 20px;
	word-break: break-word;
	width: fit-content;
	line-height: normal;
}

/* Media Limit Tablet/Desktop */

@media (min-width: 768px) and (max-width: 1079px)
{
	.row.outer-row.sidenav-layout
	{
		margin-left: 2%;
	}

	.logo-wrapper
	{
		position: absolute;
	}

	.main-section
	{
		margin-left: 2%;
	}

	div#printArea
	{
		position: absolute;
		margin-right: 0%;
	}

	div#mc-main-content
	{
		padding-right: 0%;
		padding-left: 10%;
	}

	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		width: 100%;
	}

	.logo-wrapper
	{
		padding: 0;
	}

	nav.title-bar
	{
		padding: 5px;
		height: 60px;
	}

	button.menu-icon
	{
		margin: -20px 0 0 0;
	}

	.back-to-top i
	{
		font-size: 40px;
	}

	.phone
	{
		display: none;
	}

	.bubbles
	{
		position: fixed;
		left: 5px;
	}

	div#mc-main-content > .fas,
	.fa-solid,
	div#mc-main-content > h2 div.fas
	{
		padding-left: 23px;
		padding-right: 5px;
	}

	.thumbvid
	{
		border: solid 1px #595959;
	}

	.title-bar-layout
	{
		display: block;
	}

	.title-bar-layout.outer-row
	{
		padding-bottom: 25px !important;
	}

	.menu-icon-container
	{
		min-height: 0px;
		margin-top: 5%;
	}

	/*	.title-bar-layout.outer-row {
    	margin: 5px 0 0 0;
	}
	.search-bar {
		width: 30%;
		right: 20% !important;
	} */

	.sideContent
	{
		margin-right: 15%;
	}

	div#printArea
	{
		margin-right: 15%;
	}

	.printArea.nonav
	{
		margin-right: 1%;
	}
}

/* Home Screen - Phone */

@media screen and (max-width: 767px)
{
	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		width: 100%;
	}

	div#printArea
	{
		position: absolute;
		margin-right: 0%;
	}

	div#mc-main-content
	{
		padding-right: 0%;
	}

	nav.title-bar
	{
		padding: 5px;
		height: 60px;
	}

	button.menu-icon
	{
		margin: -20px 0 0 0;
	}

	.back-to-top i
	{
		font-size: 40px;
	}

	.grid-item.hero
	{
		padding-left: 0px;
	}

	br.responsive
	{
		display: block !important;
	}

	.phone
	{
		display: none;
	}

	/*	.search-bar {
    	font-size: 16px;
    	border-style: solid;
    	border-width: thin;
    	position: absolute;
		width: 80%;
		left: 0;
		margin-left:2%;
	}
*/

	.title-bar-layout
	{
		display: block;
	}

	.title-bar-layout.outer-row
	{
		padding-bottom: 25px !important;
	}

	div.home-footer > table
	{
		margin: 5%;
	}

	.veeva-logo-container
	{
		width: 110px;
		float: left;
		margin-right: 10px;
	}

	.title-bar-layout.outer-row
	{
		margin-bottom: 10px;
	}

	.menu-icon-container
	{
		min-height: 43px;
		margin-top: 5%;
	}

	div.ContentRow > div
	{
		width: 100% !important;
	}

	div.sideContent
	{
		float: none;
		margin: 0 0 40px 0;
		padding: 0;
		width: 100% !important;
	}

	div.MCRelationshipsProxy_0,
	.sidetoc
	{
		width: 100%;
	}

	.sticky
	{
		width: 100% !important;
	}

	#mc-main-content
	{
		width: 100%;
		padding-left: 4%;
		padding-right: 2%;
	}

	p.vidtext
	{
		width: 100% !important;
		position: relative !important;
	}

	.thumbvid
	{
		width: 100%;
		float: none;
		border: solid 1px #595959;
	}

	.vidLink
	{
		width: 85%;
	}

	.copyGrp
	{
		float: right;
		width: 60%;
		text-align: right;
	}
}

a
{
	color: #3278c8;
}

