/*<meta />*/

/* ------------------------------
	Imprivata Flare Templates
	Filename: 	_IMP_OneSign.css
	Date:		February 28, 2025
	Version:	6.0
---------------------------------*/

/* imports specific styles needed for Top Navigation menus, side menus, footers from _IMP_TopNav_OtherTopics.css 
For some unknown reason, calling the styles from the OtherTopics master page is not currently working */

@import url('_imp_topnav_othertopics.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

.tree-node div
{
	font-family: Calibri, Arial, sans-serif;
}

/*====Begin paragraphs and divs===*/

body
{
	margin-bottom: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

p
{
	line-height: 1.25em;
	color: #333333;
	font-family: 'Calibri', Arial, sans-serif;
	mc-hyphenate: never;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Need to determine why we have this paragraph Code + pre tags */

p.Code
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	mc-hyphenate: never;
	font-size: 14px;
	line-height: 1em;
}

code	/*This is inline span code used for filenames and file paths */
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	mc-hyphenate: never;
	font-size: 14px;
	line-height: 1em;
}

/* Indented Code block styles in-use by some of the API Guides - in future, we should be turning these into Flare code snippets*/

p.Code_Indented
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 14px;
	margin-left: 50px;
}

p.Code_Indented2
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 14px;
	margin-left: 65px;
}

p.Code_Indented3
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 14px;
	margin-left: 80px;
}

p.Code_Indented4
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 14px;
	margin-left: 95px;
}

p.Code_Indented5
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 14px;
	margin-left: 110px;
}

p.Code_Indented6
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 14px;
	margin-left: 125px;
}

/* Pre tag for code blocks - where we don't use Flare's code snippets feature */

pre
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	mc-hyphenate: never;
	font-size: 14px;
	max-width: 95%;
	overflow: auto;
}

/* START modify Flare's code snippet Divs to have smaller padding around them */

.codeSnippetBody
{
	padding: 0 0 100 !important;
}

.codeSnippet
{
	padding: 5px !important;
}

.codeSnippetBody > pre > code
{
	line-height: 1em !important;
}

/* END modify Flare's code snippet to have smaller padding around them */

p.before
{
	margin-bottom: 3px;
}

p.Note
{
	font: Calibri, Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0pt;
	margin-top: 0px;
	background-position-y: center;
	background-position-x: left;
	background-image: url('../images/_imp_icons/_imp_note.png');
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
	font-weight: normal;
}

p.NoteContinue
{
	font: Calibri, Arial, sans-serif;
	border-top: none;
	border-bottom: none;
	margin-top: 0px;
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
}

p.BestPractice
{
	font: Calibri, Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	border-top: none;
	border-bottom: none;
	background-position-y: center;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url('../images/_imp_icons/_imp_bestpractice.png');
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
}

p.DownloadPDF
{
	font: Calibri, Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
	background-position-y: center;
	background-position-x: left;
	background-image: url('../images/_imp_icons/_imp_pdf-download.png');
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-style: none;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
}

p.Warning
{
	font: Calibri, Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
	background-position-y: center;
	background-position-x: left;
	background-image: url('../images/_imp_icons/_imp_warning.png');
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-style: none;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
}

p.FooterTopicMasterLastLine
{
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 2px;
}

p.FooterTopicMasterLastLineLeftPadding
{
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
}

p.FooterTopicMasterLeftPadding
{
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 5px;
	padding: 0px;
	padding-right: 3px;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 0px;
}

p.TitlePageHeader
{
	color: #666666;
	font-family: 'Segoe UI';
	font-size: 37px;
	line-height: 1.25em;
}

p.TitlePageVersionNumber
{
	margin-top: 2px;
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	color: #808080;
	font-family: 'Segoe UI';
	margin-bottom: 0px;
	margin: 0;
	line-height: 28px;
}

/* == Images - START */

img.favicon
{
	cursor: url('../images/_imp_icons/_imp_favicon.ico');
}

img
{
	border: none;
}

img.para
{
	padding-top: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
}

/* Thumbnail Popups for web targets - START */

p.ThumbnailCaption
{
	font-size: 12px;
	font-style: italic;
}

.MCPopupThumbnailLink
{
	
}

.MCPopupThumbnail
{
	background-color: #FFFFFF;
	border: solid 1px #8B8B8B;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.MCPopupFullImage
{
	width: 0px;
	height: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 1024px !important;
}

/* Thumbnail Popups for OnlineHelp targets - END */
/* == Images - END */
/* == TEXT BOXES - START == */

div.TextBox
{
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
	mc-leader-format: 'none';
	mc-hyphenate: never;
	color: #333;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-image: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
}

div.TextBox ul
{
	margin-left: 16px;
	margin-top: -5px;
	margin-bottom: 20px;
}

div.TextBox ul li
{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: disc;
}

/*Autonumbered text boxes for Notes Divs - no need for p.Note and p.NoteContinue  -- START*/

div.TextBox_BestPractice
{
	background-image: url('../images/_imp_icons/_imp_bestpractice.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	/*localizable */
	mc-auto-number-format: '{b}BEST PRACTICE: {/b}';
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

div.TextBox_Download
{
	background-image: url('../images/_imp_icons/_imp_pdf-download.png');
	background-position: 9px 12px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

div.TextBox_Important
{
	background-image: url('../images/_imp_icons/_imp_note.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	/*localizable */
	mc-auto-number-format: '{b}IMPORTANT: {/b}';
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

div.TextBox_Note
{
	background-image: url('../images/_imp_icons/_imp_note.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	/*localizable */
	mc-auto-number-format: '{b}NOTE: {/b}';
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

div.TextBox_Tip
{
	background-image: url('../images/_imp_icons/_imp_note.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	/*localizable */
	mc-auto-number-format: '{b}TIP: {/b}';
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

/* texbox for "related videos" */

div.TextBox_videos
{
	background-image: url('../images/_imp_icons/_imp_video.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	/*localizable */
	mc-auto-number-format: '{b}Related videos {/b}';
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

div.TextBox_Warning
{
	background-image: url('../images/_imp_icons/_imp_warning.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	/*localizable */
	mc-auto-number-format: '{b}CAUTION: {/b}';
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

div.TextBox_Example	/* Example textbox can be used to highlight a code block to visually separate it. */
{
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	padding: 12px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

div.TextBox_Deprecated	/* Can be used for API Guides where we want to mark a method as deprecated or obsolete */
{
	background-image: url('../images/_imp_icons/_imp_warning.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-color: #2171CD;
	border-style: solid;
	border-left-width: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #2171CD;
	background-color: #e0e1e3;
	overflow: hidden;
	page-break-inside: avoid;
	line-height: 18px;
	/*localizable */
	mc-auto-number-format: '{b}DEPRECATED: {/b}';
	padding: 12px;
	padding-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}

/* ===== END -- Autonumbered text boxes for Notes - no need for p.Note and p.NoteContinue*/

Div.FooterTable
{
	background-repeat: repeat;
	margin-left: -17px;
	margin-right: -17px;
	border-top-style: none;
	border-top-width: 8px;
	padding-right: 18px;
	padding-bottom: 20px;
	background-color: #333333;
	color: #ffffff;
	border-top-color: #2171CD;
	padding-top: 15px;
	margin-top: 25px;
	padding-left: 18px;
}

/*====End paragraphs and divs===*/
/*====Begin Headings====*/

h1
{
	color: #cc0033;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	line-height: 1.25em;
	mc-hyphenate: never;
	page-break-before: avoid;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 2px;
	page-break-after: avoid;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-style: none;
}

h1.DocTitle
{
	font-size: 32px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #cc0033;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	mc-heading-level: 0;
}

h1.HomePage
{
	border-bottom-style: none;
	mc-heading-level: 0;
	color: #ffffff;
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none 3px;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: normal;
}

h1.Title
{
	border-bottom-style: none;
	border-bottom-width: 4px;
	border-bottom-color: #474646;
	padding-bottom: 0px;
}

h1.TOC
{
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
	padding-bottom: 0px;
}

h2
{
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	line-height: 1.25em;
	mc-hyphenate: never;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}

h2.noUnderline
{
	border-bottom-style: none;
}

h3
{
	color: #333;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	line-height: 1.25em;
	text-align: left;
	mc-hyphenate: never;
	margin-top: 5px;
	margin-bottom: 7px;
}

h4
{
	color: #333;
	line-height: 1.25em;
	font-size: 18.6px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

h5
{
	color: #333;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.25em;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

/* START == headings not part of the TOC. added for API guides where headings are in-use for some of the reference material subheadings.*/

h4.noTOC,
h5.noTOC,
h6.noTOC
{
	mc-heading-level: 0;
}

/* END == headings not part of the TOC.*/

h6
{
	color: #333;
	font-size: 16px;
	line-height: 1.25em;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-top: 10px;
}

/*====End Headings====*/
/*==== Links - START ====*/

a:link,
a:visited,
a:active
{
	text-decoration: underline;
	color: #2171CD;
}

a:hover
{
	/* cursor: hand; */
	text-decoration: underline;
	color: #c0c0c0;
}

ul.navigation ul > li > a:hover
{
	margin-top: 5px;
	padding-left: 3px;
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.navigation > li > a:hover
{
	background: none;
}

ul.navigation ul > li > a:hover
{
	margin-top: 5px;
	padding-left: 3px;
	margin-left: 0px;
	margin-bottom: 5px;
}

/*==== Links - END ====*/
/*====   Lists - START   ====*/

li
{
	font-family: Calibri, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 1.25em;
}

/* li continue - Only used for a plain paragraph item inside a ordered or unordered list item */

li.continue
{
	list-style-type: none;
	display: block;
}

li.HomePage
{
	margin-bottom: 15px;
	display: block;
}

ol
{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: -12pt;
}

/*******************************************************
  Ordered lists   
    -- 1st or 4th level in any list: decimal (1,2,3)
	-- 2nd or 5th level in any list: lower-alpha (a,b,c)
	-- 3rd level in any list: lower-roman (i, ii, iii)
	-- 6th level or deeper: 
			based on pattern of last 5 <ol> / <ul> tags
********************************************************/

ol > li,
ul ol > li,
ul ul ol > li,
ol ol ol ol > li,
ul ul ul ol > li,
ol ol ol ul ol > li,
ol ol ul ol ol > li,
ol ul ol ol ol > li,
ul ol ol ol ol > li,
ul ul ul ul ol > li
{
	list-style-type: decimal;
}

ol ol > li,
ul ol ol > li,
ol ul ol > li,
ol ul ul ol > li,
ul ol ul ol > li,
ul ul ol ol > li,
ol ol ol ol ol > li,
ol ul ul ul ol > li,
ul ol ul ul ol > li,
ul ul ol ul ol > li,
ul ul ul ol ol > li
{
	list-style-type: lower-alpha;
}

ol ol ol > li,
ol ol ul ol > li,
ol ul ol ol > li,
ul ol ol ol > li,
ul ul ol ol ol > li,
ul ol ul ol ol > li,
ul ol ol ul ol > li,
ol ol ul ul ol > li,
ol ul ol ul ol > li,
ol ul ul ol ol > li
{
	list-style-type: lower-roman;
}

/* End of ordered lists */

/*******************************************************
  Ordered lists inside of Tables   
    -- 1st or 4th level in any list: decimal (1,2,3)
	-- 2nd or 5th level in any list: lower-alpha (a,b,c)
	-- 3rd level in any list: lower-roman (i, ii, iii)
	-- 6th level or deeper: 
			based on pattern of last 5 <ol> / <ul> tags
********************************************************/

td ol > li,
td ul ol > li,
td ul ul ol > li,
td ol ol ol ol > li,
td ul ul ul ol > li,
td ol ol ol ul ol > li,
td ol ol ul ol ol > li,
td ol ul ol ol ol > li,
td ul ol ol ol ol > li,
td ul ul ul ul ol > li
{
	list-style-type: decimal;
}

td ol ol > li,
td ul ol ol > li,
td ol ul ol > li,
td ol ul ul ol > li,
td ul ol ul ol > li,
td ul ul ol ol > li,
td ol ol ol ol ol > li,
td ol ul ul ul ol > li,
td ul ol ul ul ol > li,
td ul ul ol ul ol > li,
td ul ul ul ol ol > li
{
	list-style-type: lower-alpha;
}

td ol ol ol > li,
td ol ol ul ol > li,
td ol ul ol ol > li,
td ul ol ol ol > li,
td ul ul ol ol ol > li,
td ul ol ul ol ol > li,
td ul ol ol ul ol > li,
td ol ol ul ul ol > li,
td ol ul ol ul ol > li,
td ol ul ul ol ol > li
{
	list-style-type: lower-roman;
}

td ul
{
	/*margin-bottom: 5pt; */
	margin-bottom: 5px;
	margin-left: -18pt;
	margin-top: 0pt;
}

td ul li
{
	font-size: 16px;
	list-style-type: disc;
}

ul
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: -15pt;
}

ul ul
{
	margin-left: -15pt;
}

ul ul li
{
	list-style-type: circle;
}

ul ol li
{
	list-style-type: decimal;
}

/*====  Lists - END ====*/
/*==== MadCap Specials - START ====*/

.dropDownHotspot:link,
.dropDownHotspot.dropDownHotspotbig:link
{
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #333;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 5px;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	border-top: none;
	margin-bottom: 0px;
	margin-left: -17px;
	margin-right: -17px;
	mc-breadcrumbs-prefix: 'You are here: ';
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10px;
	font-family: Calibri, Arial, sans-serif;
	font-style: normal;
	color: #a9a9a9;
}

MadCap|tocProxy
{
	border-top-style: none;
	font-family: Calibri, Arial, sans-serif;
	font-size: 10pt;
	color: #2171CD;
	margin-left: 10px;
	line-height: 10px;
}

MadCap|miniTocProxy
{
	color: #2171CD;
	font-family: Calibri, Arial, sans-serif;
	font-size: 10pt;
	border-top-style: none;
	mc-toc-depth: 2;
}

/* Dropdowns - style classes for embiggened dropdowns - large black font with a red/black arrow --START */

MadCap|dropDown,
MadCap|dropDown.big
{
	mc-open-image: url('../images/_imp_icons/_imp_closearrow.png');
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 24px;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	margin-top: -10px;
	margin-left: 0px;
	mc-closed-image: url('../images/_imp_icons/_imp_openarrow.png');
	mc-open-image-alt-text: More;
	mc-closed-image-alt-text: Less;
	border-bottom: solid 1px #f3f4f4;
	mc-image-spacing: 20px;
}

MadCap|dropDownBody,
MadCap|dropDownBody.big
{
	border: none;
	padding-left: 15px;
	padding-bottom: 5px;
}

MadCap|dropDownHead,
MadCap|dropDownHead.big
{
	mc-disabled: false;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-style: normal;
	text-decoration: none;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #333;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
}

MadCap|dropDownHotspot,
MadCap|dropDownHotspot.big
{
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #333;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 5px;
}

MadCap|conceptsProxy
{
	border-top-width: 1px;
}

MadCap|conceptLink
{
	color: #c0c0c0;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	mc-image: url('../images/_imp_icons/_imp_listicon.png');
	mc-help-control-display: list;
	mc-label: 'Related Topics';
}

MadCap|conceptLinkControlListItemLink
{
	color: #c0c0c0;
	font-family: Calibri, Arial, sans-serif;
}

MadCap|conceptLink:hover
{
	color: #c0c0c0;
}

MadCap|conceptLinkControlList
{
	font-family: Calibri, Arial, sans-serif;
}

MadCap|conceptLinkControlListItem
{
	font-family: Calibri, Arial, sans-serif;
}

MadCap|conceptLinkControlListItemLink:hover
{
	color: #c0c0c0;
}

MadCap|dropDownHotspot:hover,
MadCap|dropDownHotspot.big:hover
{
	color: #333;
}

MadCap|xref
{
	color: #2171CD;
	mc-format: '{paratext}';
}

MadCap|footnoteBlock
{
	font-size: 12px;
}

MadCap|xref.autoNumberedSections
{
	mc-format: '{paratext}';
	mc-hyphenate: never;
	color: #2171CD;
}

/* === TABLES - START ==== */

td > p.Code
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	mc-hyphenate: never;
	font-size: 11px !important;
}

/* Inline code fonts inside the _IMP_LargeTables table style - START */

Table.TableStyle-_IMP_LargeTables tbody tr td p.Code,
Table.TableStyle-_IMP_LargeTables tbody tr td code,
Table.TableStyle-_IMP_LargeTables tbody tr td p code,
Table.TableStyle-_IMP_LargeTables tbody tr td ul li p code,
Table.TableStyle-_IMP_LargeTables tbody tr td ol li p code,
Table.TableStyle-_IMP_LargeTables tbody tr td ol li p p.Code,
Table.TableStyle-_IMP_LargeTables tbody tr td ul li p p.Code,
Table.TableStyle-_IMP_LargeTables tbody tr td ul li ul li p code
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	mc-hyphenate: never;
	font-size: 11px !important;
}

/* Inline code inside the _IMP_LargeTables table style - END */
/* Pre tag fonts inside the _IMP_LargeTables table style - START */

Table.TableStyle-_IMP_LargeTables tbody tr td pre,
Table.TableStyle-_IMP_LargeTables tbody tr td p pre
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	mc-hyphenate: never;
	font-size: 11px !important;
}

/* Pre tag  fonts inside the _IMP_LargeTables table style - END */
/* Flare's code snippet fonts inside the _IMP_LargeTables table style - START */

Table.TableStyle-_IMP_LargeTables tbody tr td .codeSnippetBody > pre > code,
Table.TableStyle-_IMP_LargeTables tbody tr td p .codeSnippetBody > pre > code
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	mc-hyphenate: never;
	font-size: 11px !important;
}

/* Flare's code snippet fonts inside the _IMP_LargeTables table style - END */
/* Ordered and unordered lists inside the _IMP_LargeTables table style - START - adjust the margins */

Table.TableStyle-_IMP_LargeTables tbody tr td p
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

Table.TableStyle-_IMP_LargeTables tbody tr td ul
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	line-height: .5em;
	list-style-type: lower-alpha;
	font-size: 12px;
}

Table.TableStyle-_IMP_LargeTables tbody tr td ol
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	line-height: .5em;
	list-style-type: decimal;
	font-size: 12px;
}

/* numbered lists inside LargeTables - resize the font of the number */

Table.TableStyle-_IMP_LargeTables tbody tr td ol li::marker
{
	font-size: 12px !important;
}

/* Ordered and unordered lists inside the _IMP_LargeTables table style - END */
/* === TABLES - END === */
/*==== MadCap Specials - START ====*/
/* ===== Media - Print START ===== */

@media print
{
	body
	{
		margin-bottom: 5pt;
		margin-left: 0pt;
		margin-right: 0pt;
	}

	p
	{
		font-size: 12pt;
	}

	p.before
	{
		margin-top: 15px;
		margin-bottom: 0px;
		font-size: 12pt;
	}

	p.Code
	{
		font-family: Consolas, Monaco, 'Courier New', monospace;
		mc-hyphenate: never;
		font-size: 10.5pt;
	}

	code
	{
		font-family: Consolas, Monaco, 'Courier New', monospace;
		mc-hyphenate: never;
		font-size: 10.5pt;
	}

	p.MiniTOC1,
	p.TOC1
	{
		font-size: 10pt;
		font-style: bold;
	}

	p.TOC2,
	p.MiniTOC2,
	p.TOC3,
	p.MiniTOC3,
	p.TOC4,
	p.MiniTOC4,
	p.TOC5,
	p.MiniTOC5,
	p.TOC6,
	p.MiniTOC6
	{
		font-size: 10pt;
	}

	p.TitlePageHeader
	{
		font-family: 'Segoe UI';
		margin-top: 0;
		margin-bottom: 0;
	}

	p.TitlePageVersionNumber
	{
		margin-bottom: 0;
		margin-top: 0;
		font-size: 18pt;
		font-family: 'Segoe UI;';
	}

	/* HEADINGS === START */

	h1
	{
		font-family: 'Segoe UI';
		font-size: 26pt;
		page-break-before: always !important;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #cc0033;
		padding-bottom: none;
		margin-bottom: 10px;
		mc-heading-level: 1;
	}

	h1.Title
	{
		mc-heading-level: 0;
		border-bottom: none;
	}

	h1.DocTitle
	{
		line-height: 1.25em;
		font-size: 22pt;
		mc-heading-level: 0;
		border-bottom: none;
	}

	h2
	{
		font-size: 22pt;
		color: #2C3F57;
		font-family: 'Segoe UI';
		margin-top: 15px;
		page-break-before: avoid;
		page-break-after: avoid;
		border-bottom: none;
		mc-heading-level: 2;
		margin-bottom: 5px;
	}

	h3
	{
		font-size: 18pt;
		font-family: 'Segoe UI';
		page-break-before: avoid;
		page-break-after: avoid;
		mc-heading-level: 3;
		padding-bottom: 5px;
		margin-bottom: none;
	}

	h4
	{
		font-size: 16pt;
		font-family: 'Segoe UI';
		page-break-before: avoid;
		page-break-after: avoid;
	}

	h5
	{
		color: #333;
		font-size: 14pt;
		font-weight: 600;
		font-family: 'Segoe UI';
		page-break-before: avoid;
		page-break-after: avoid;
		margin-top: 5px;
	}

	h6
	{
		font-size: 12pt;
		color: #2C3F57;
		font-family: 'Segoe UI';
		page-break-before: avoid;
		page-break-after: avoid;
		margin-top: 5px;
	}

	/* == HEADINGS - END == */
	/* == Headings with chapter and section numbering for the API Guides. Change to print media to view in text editor == START */

	h1.chapternum
	{
		mc-auto-number-format: 'Chapter {chapnum}: ';
		/* Localizable */
		page-break-after: avoid;
	}

	h2.sectionnum
	{
		mc-auto-number-format: 'CH:{chapnum}.{n+} ';
	}

	h3.sectionnum
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} ';
	}

	h4.sectionnum
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+} ';
	}

	h5.sectionnum
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n+} ';
	}

	h6.sectionnum
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n}.{n+} ';
	}

	/* END == Headings with chapter and section numbering for the API Guides */

	.img,
	img,
	img > p
	{
		max-width: 610px;
	}

	li
	{
		font-size: 12pt;
	}

	MadCap|dropDown,
	MadCap|dropDown.big
	{
		mc-image-spacing: 0px !important;
		border-left: none;
		border-bottom: none !important;
		padding-left: 1px !important;
		padding-bottom: 0px;
		padding-top: 0px !important;
	}

	MadCap|dropDownBody,
	MadCap|dropDownBody.big
	{
		padding-left: 0px !important;
	}

	MadCap|miniTocProxy
	{
		font-family: 'Calibri', 'Arial', sans-serif;
		color: #333;
		font-size: 10pt;
		margin-left: 10px;
		line-height: 1.25em;
		padding-bottom: 5pt;
		mc-toc-depth: 2;
	}

	MadCap|tocProxy
	{
		border-top-width: 0px;
		border-top-style: none;
		padding-left: 0px;
		margin-left: 15px;
		font-size: 10pt;
		mc-toc-depth: 2;
	}

	MadCap|xref
	{
		mc-hyphenate: never;
		color: #2171CD;
		mc-format: '{paratext}';
	}

	p.Note
	{
		background-image: url('../images/_imp_icons/_imp_note.svg');
		background-size: 29px 29px;
		font-size: 10.5pt;
	}

	div.TextBox ul
	{
		margin-left: 33px;
		margin-top: -5px;
		margin-bottom: 20px;
		font-size: 10.5pt;
	}

	div.TextBox ul li
	{
		margin-left: 33px;
		margin-top: 0px;
		margin-bottom: 2px;
		list-style-type: disc;
		font-size: 10.5pt;
	}

	div.TextBox_Note,
	div.TextBox_Tip,
	div.TextBox_Important
	{
		background-image: url('../images/_imp_icons/_imp_note.svg');
		background-size: 29px 29px;
		background-position: 25px 20px;
		font-size: 10.5pt;
	}

	p.BestPractice
	{
		background-image: url('../images/_imp_icons/_imp_bestpractice.svg');
		background-size: 29px 29px;
		font-size: 10.5pt;
	}

	div.TextBox_BestPractice
	{
		background-image: url('../images/_imp_icons/_imp_bestpractice.svg');
		background-size: 29px 29px;
		background-position: 25px 20px;
		font-size: 10.5pt;
	}

	div.TextBox_Download
	{
		background-image: url('../images/_imp_icons/_imp_pdf-download.svg');
		background-size: 29px 29px;
		background-position: 25px 7px;
		font-size: 10.5pt;
	}

	p.DownloadPDF
	{
		background-image: url('../images/_imp_icons/_imp_pdf-download.svg');
		background-size: 29px 29px;
		font-size: 10.5pt;
	}

	div.TextBox_videos
	{
		background-image: url('../images/_imp_icons/_imp_video_icon.svg');
		background-size: 29px 29px;
		background-position: 25px 12px;
		font-size: 10.5pt;
	}

	p.Warning
	{
		background-image: url('../images/_imp_icons/_imp_warning.svg');
		background-size: 29px 29px;
		font-size: 10.5pt;
	}

	div.TextBox_Warning,
	div.TextBox_Deprecated
	{
		background-image: url('../images/_imp_icons/_imp_warning.svg');
		background-size: 29px 29px;
		background-position: 25px 20px;
		font-size: 10.5pt;
	}

	ol
	{
		margin-top: 0px;
		margin-left: 20pt;
		font-size: 10.5pt;
	}

	ul
	{
		margin-top: 0px;
		margin-left: 12pt;
		font-size: 10.5pt;
	}

	/* ==== TABLES PRINT MEDIA - START ====== */

	td
	{
		page-break-inside: avoid;
	}

	th,
	td
	{
		mc-hyphenate: never;
	}

	td p,
	td ol li,
	td ul li
	{
		font-size: 11pt;
	}

	td > p.Code
	{
		font-family: Consolas, Monaco, 'Courier New', monospace;
		mc-hyphenate: never;
		font-size: 11px;
	}

	td ul
	{
		margin-bottom: 5pt;
		margin-left: 10pt;
		margin-top: 0pt;
	}

	td ol
	{
		margin-left: 18pt;
	}

	/* Ordered and unordered lists - print media - inside the _IMP_LargeTables table style - START */

	Table.TableStyle-_IMP_LargeTables tbody tr td p
	{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	Table.TableStyle-_IMP_LargeTables tbody tr td ul
	{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 10pt;
		list-style-type: lower-alpha;
	}

	Table.TableStyle-_IMP_LargeTables tbody tr td ol
	{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 14pt;
		list-style-type: decimal;
	}

	Table.TableStyle-_IMP_LargeTables tbody tr td ol li::marker,
	Table.TableStyle-_IMP_LargeTables tbody tr td p ol li::marker,
	Table.TableStyle-_IMP_LargeTables tbody tr td ol::marker
	{
		font-size: 8pt !important;
	}

	/* Ordered and unordered lists - print media - inside the _IMP_LargeTables table style - END */
	/* ==== TABLES PRINT MEDIA - END ====== */
	/* ==== LISTS PRINT MEDIA - START ====*/

	ul ul,
	ul ol,
	ol ul
	{
		margin-left: 12pt;
		font-size: 10.5pt;
	}

	ol ol
	{
		margin-left: 20pt;
		font-size: 10.5pt;
	}

	/* ==== LISTS PRINT MEDIA - START ====*/

	MadCap|glossaryTerm
	{
		font-size: 14pt;
		font-family: Calibri;
		color: #000000;
	}

	div.GlossaryPageTerm
	{
		font-family: 'Calibri', Arial, sans-serif;
		font-size: 14pt;
	}

	div.GlossaryPageEntry
	{
		font-family: 'Calibri', Arial, sans-serif;
		font-size: 14pt;
	}

	div.GlossaryPageDefinition
	{
		font-size: 14pt;
		font-family: 'Calibri', Arial, sans-serif;
	}

	div.GlossaryPageHeading
	{
		font-family: 'Calibri', Arial, sans-serif;
		font-size: 14pt;
	}
}

/* ===== Media - Print END ===== */
/* TopNav style that needs to be here */

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

/* additional styles from PatientSecure analysis */

caption
{
	font-size: 12pt;
	font-family: 'Calibri', 'Arial', sans-serif;
}

MadCap|relatedTopics,
MadCap|relatedTopics:focus,
MadCap|relatedTopics:hover
{
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 12pt;
	color: #2171CD;
}

MadCap|xref.For_more_information
{
	mc-format: 'For more information, see {paratext}.';
}

/* Styles to hide from the Flare UI  - START */

ul.menu,
ul.navigation,
div.footerBar,
div.footer-icons,
div.footer-links,
div.language-css,
.token.atrule,
.token.attr-name,
.token.attr-value,
.token.bold,
.token.boolean,
.token.builtin,
.token.cdata,
.token.char,
.token.comment,
.token.constant,
.token.deleted,
.token.doctype,
.token.entity,
.token.function,
.token.important,
.token.inserted,
.feedback-question,
.feedback-reason
{
	mc-hidden: hidden;
}

/* Styles to hide from the Flare UI - END */
/* ==== Feedback button styles == START */
/* Feedback styles include UI color pallette */

p.feedback-question
{
	line-height: 1.25em;
	font-style: normal;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
}

p.feedback-response
{
	line-height: 1.25em;
	font-style: normal;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
}

.feedback-response i:hover,
.feedback-response i:focus
{
	cursor: pointer;
}

a.feedback-button
{
	background-color: #ffffff;
	display: inline-block;
	line-height: 1em;
	padding: 0.75em;
	margin: 0.5em 0.5em 0.5em 0;
	text-align: center;
	min-width: 10em;
}

a.feedback
{
	color: #666666 !important;
	border: 1px solid #666666;
	padding: 0 .25em;
	text-decoration: none !important;
}

a.feedback:hover,
a.feedback:focus
{
	background-color: #A0A7B1;
	color: #ffffff !important;
	text-decoration: none;
}

/* Feedback styles - END */

.popupHead:link,
.popupHead
{
	color: #2171CD;
}

MadCap|xref.ConceptPageNumber
{
	mc-format: '{paratext}';
}

MadCap|xref.autoNumberedSections
{
	mc-format: '{paranum} {paratext}';
	mc-hyphenate: never;
	color: #2171CD;
}

/* Button for View PDF in the header of topics using the _IMP_TopNav_OtherTopics_PDF masterpage*/

.PDFbutton
{
	background-color: #ffffff;
	display: inline-block;
	line-height: 1em;
	padding: 0.5em;
	margin: 0.5em 0.5em 0.5em 0;
	text-align: center;
	min-width: 6em;
	color: #666666 !important;
	border: 1px solid #666666;
	text-decoration: none !important;
	font-size: 10px;
}

/* Copyright 2024 - Imprivata Inc. */

