<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap');

/*@import url('https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css');*/

@import url('highlightdefault.css');

@import url('https://docs.hidglobal.com/dev/dist/swagger-ui.css');

@import url('https://docs.hidglobal.com/dev/Resources/Stylesheets/swagger-custo.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #00539b;
	--Brand2: #002e56;
	--Black: #000000;
	--Dark: #222222;
	--Medium: #b6b6b6;
	--Light: #dddddd;
	--Verylight: #eaeaea;
	--White: #ffffff;
	--Offwhite: #f6f6f6;
	--Sidegray: #e6e6e6;
	--Gray: #999999;
	--Background: #f2f2f2;
	--Lightblue: #b0cbea;
	--Brightblue: #00AEEF;
	--Orange: #f8971d;
	--Red: #d31245;
	--Green: #007176;
	--Lightgreen: #94bb20;
}

/* for top-nav, uncomment following element to set body container width
.off-canvas-wrapper-inner .outer-row 
{
    max-width: 95%;
    padding-left: 1em;
    padding-right: 1em;
}*/

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: var(--Gray);
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	background: var(--White);
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 60px;
}

/*
.height-container
{
	position: inherit;
}
*/

nav.sidenav-wrapper
{
	overflow-y: scroll;
	padding-bottom: 60px;
}

.title-bar-layout a.logo
{
	z-index: 2;
	background: none !important;
	width: 100px;
}

div#skin-heading
{
	margin-left: -100px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	z-index: 1;
}

div#skin-heading::before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 85px;
	height: 31px;
	background: url('../Images/main/hid-logo-blueonwhite.png') no-repeat;
	background-size: contain;
}

div#version-dd
{
	float: right;
	padding-right: 5%;
}

label
{
	color: #ffffff;
	padding-right: 10px;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	color: var(--Gray);
	mc-breadcrumbs-prefix: ' ';
}

div.topbanner
{
	width: 100%;
	background-color: var(--Background);
	color: var(--Dark);
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #d3d3d3;
	position: absolute;
	top: 60px;
	left: 0px;
	font-size: 8pt;
	display: none;
}

/* Glossary and Index */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/main/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline;
}

MadCap|glossaryTerm
{
	mc-open-image: none;
	mc-closed-image: none;
	display: inline;
	color: var(--Brand1);
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/main/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: 'Roboto', sans-serif;
	color: var(--Dark);
}

p.table-text
{
	font-size: 10pt;
}

p.breaklong
{
	word-break: break-all;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.alluppercase
{
	color: var(--Dark);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.TOC1
{
	color: var(--Dark);
	font-size: 19pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
}

p.TOC2
{
	color: var(--Dark);
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .3in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--Dark);
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: .8in;
	margin-top: 10px;
}

/* Headings */

h1
{
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	color: var(--Brand1);
	margin-top: 5px;
	margin-bottom: 10px;
}

h2
{
	font-weight: bold;
	page-break-before: always;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	color: var(--Dark);
	margin-top: 2rem;
	margin-bottom: 10px;
}

h3
{
	font-weight: bold;
	font-family: Montserrat, Gotham, Raleway;
	color: var(--Dark);
	margin-top: 2rem;
	margin-bottom: 10px;
	font-size: 1.1rem;
}

h4
{
	font-family: Montserrat, Gotham, Raleway;
	color: var(--Dark);
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
}

h5
{
	font-style: italic;
	margin-bottom: 10px;
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
}

h6
{
	font-style: italic;
	margin-bottom: 10px;
	color: #000000;
	font-size: 0.9rem;
}

p.seealsoonpage	/* Use for the topics on page heading */
{
	font-weight: normal;
	page-break-before: always;
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	color: var(--Dark);
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: var(--Sidegray);
	margin-top: 60px;
	padding-top: 10px;
}

p.caption
{
	color: var(--Medium);
	font-style: italic;
}

.platforms
{
	text-align: right;
	margin-bottom: 40px;
}

.nocontent
{
	display: inline-block !important;
}

/* Home page topic */

div.topic-hero
{
	background-size: cover;
	background-attachment: scroll;
	/*background-image: url('../Images/iams_bk.png');*/
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	color: #ffffff;
	padding-right: 20px;
	margin-top: 40px;
}

div.topic-hero h1
{
	font-family: 'Montserrat', sans-serif;
	color: var(--Brand1);
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 400;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0px;
}

div.topic-hero h2
{
	font-family: 'Montserrat', sans-serif;
	color: var(--Dark);
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: 100;
	text-align: left;
	margin-top: 3px;
}

section-title
{
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: var(--Brand1);
	margin-left: 10px;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section &gt; .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

div.home-layout
{
	text-align: left;
	background: var(--Offwhite);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding-left: 2%;
	padding-right: 2%;
}

div.home-section
{
	margin-top: 5%;
	padding: 1% 0;
	/*border-bottom: solid 1px var(--Light);*/
	background: var(--White);
}

div.home-header
{
	padding-left: 5%;
	padding-right: 5%;
	padding: 2%;
	padding-bottom: 1%;
	padding-top: 1%;
	background-color: #00539b;
	color: #f5f5f5;
	font-family: Gotham, 'Raleway';
	letter-spacing: 0.1em;
}

div.home-row-layout	/*This is a custom responsive layout row style (div class) used in the home with video. It can also be used to manually apply a two-column layout.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background: var(--White);
	margin-top: 20px;
}

div.home-row-layout::before
{
	content: ' ';
	display: table;
}

div.home-row-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-row-layout &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-row-layout &gt; div:nth-child(1)
{
	width: 55%;
	margin-left: 5%;
}

div.home-row-layout &gt; div:nth-child(2)
{
	width: 35%;
	margin-left: 2%;
}

div.home-tiles	/*This is blue tile layout for information/reference content on the home page. Do not use for instructional info - use quick-tiles.*/
{
	mc-grid-row: true;
	margin-left: 10px;
	margin-top: 10px;
}

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

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

div.home-tiles &gt; div
{
	float: left;
	text-align: center;
	max-height: 130px;
	padding: 1% 1%;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	background-color: var(--Brand1);
	color: var(--Offwhite);
	border-radius: 4px;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: var(--White);
	display: block;
	width: 100%;
}

div.home-tiles &gt; div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

div.home-tiles &gt; div:nth-child(1)
{
	width: 15%;
}

div.home-tiles &gt; div:nth-child(2)
{
	margin-left: 1%;
	width: 15%;
}

div.home-tiles &gt; div:nth-child(3)
{
	margin-left: 1%;
	width: 15%;
}

div.home-tiles &gt; div:nth-child(4)
{
	margin-left: 1%;
	width: 15%;
}

div.quick-tiles	/*This is the tile layout with blue top borders. Only four tiles per row. Use div.home-layout to apply grey background.*/
{
	mc-grid-row: true;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

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

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

div.quick-tiles &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1% 1%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f6f6f6;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f6f6f6;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
	border-radius: 5px 5px;
	background: white;
	display: inline-block;
	height: 160px;
	/*overflow: auto;*/
}

div.quick-tiles a	/*Complex Selector: Links within the quick tiles will have the following properties*/
{
	display: block;
	width: 100%;
}

div.quick-tiles &gt; div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.16), 0 10px 10px rgba(0,0,0,0.23);
	transform: scale(1.05);
}

div.quick-tiles &gt; div:nth-child(1)
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: var(--Brand1);
	width: 15%;
}

div.quick-tiles &gt; div:nth-child(2)
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: var(--Lightblue);
	margin-left: 1%;
	width: 15%;
}

div.quick-tiles &gt; div:nth-child(3)
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: var(--Brightblue);
	margin-left: 1%;
	width: 15%;
}

div.quick-tiles &gt; div:nth-child(4)
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: var(--Sidegray);
	margin-left: 1%;
	width: 15%;
}

div.quick-tiles &gt; div:nth-child(5)
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: var(--Orange);
	margin-left: 1%;
	width: 15%;
}

div.quick-tiles &gt; div:nth-child(6)
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: var(--Lightgreen);
	margin-left: 1%;
	width: 15%;
}

/* Main Topic Layouts*/

div.user-tiles	/*This is a custom responsive layout row style (div class) for end-user procedures requiring a more cosmetic/marketing feel. use with p.numcircle for the step numbering*/
{
	mc-grid-row: true;
	margin: auto;
}

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

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

div.user-tiles &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	margin-top: 2%;
	/*height: 160px;
	overflow: auto;*/
}

div.user-tiles a	/*Complex Selector: Links within the quick tiles will have the following properties*/
{
	display: block;
	width: 80%;
}

div.user-tiles ol
{
	list-style-type: decimal;
}

div.user-tiles &gt; div:nth-child(1)
{
	margin-left: 2%;
	width: 30%;
	text-align: center;
}

div.user-tiles &gt; div:nth-child(2)
{
	text-align: left;
	padding: 5px 5px;
	border-top-style: solid;
	border-top-width: 20px;
	border-top-color: var(--Lightblue);
	margin-left: 2%;
	width: 40%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f6f6f6;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
	border-radius: 5px 5px;
}

/* Other page layout used in the masterpage - two columns for main body and side column containing the onpage TOC */

div.other-layout
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background: var(--White);
	padding: 10px;
}

div.other-section
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background: var(--White);
	padding: 10px 30px;
}

div.other-row-layout	/*This is a custom responsive layout row style (div class) used in the masterpage with box. It can also be used to manually apply a two-column layout.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background: var(--White);
	padding: 10px 30px;
}

div.other-row-layout::before
{
	content: ' ';
	display: table;
}

div.other-row-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.other-row-layout &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.other-row-layout &gt; div:nth-child(1)
{
	padding-right: 20px;
	width: 73%;
	margin-left: 0%;
}

div.other-row-layout &gt; div:nth-child(2)
{
	width: 25%;
	margin-left: 2%;
}

div.other-tiles	/*This is a custom responsive layout row style - placeholder for the moment*/
{
	mc-grid-row: true;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
}

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

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

div.other-tiles &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	height: auto;
	line-height: 18px;
	padding-top: 3%;
	padding-bottom: 2%;
	padding-left: 115px;
	padding-right: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f6f6f6;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #f6f6f6;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	display: inline-block;
	background: var(--White);
}

div.other-tiles &gt; div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.16), 0 10px 10px rgba(0,0,0,0.23);
	transform: scale(1.05);
}

div.other-tiles &gt; div:nth-child(1)
{
	width: 47%;
}

div.other-tiles &gt; div:nth-child(2)
{
	width: 47%;
	margin-left: 6%;
}

div.other-tiles &gt; div:nth-child(3)
{
	width: 20%;
	margin-left: 2%;
}

div.other-tiles &gt; div:nth-child(4)
{
	width: 20%;
	margin-left: 2%;
}

onpagetopics	/* heading above topics on this page box */
{
	font-weight: bold;
	font-family: montserrat;
	font-size: 10pt;
	color: #333333;
	display: block;
	padding: 5px 5px;
}

/* Tile Content Styles */

.bluetiletitle
{
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	font-color: var(--White);
}

.buttonlink
{
	letter-spacing: 0.25;
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	font-color: var(--Dark);
	vertical-align: middle;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.onpagebox
{
	/*background: #f2f2f2;*/
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
}

/* Links */

a
{
	color: #00539b;
}

a:link
{
	color: #00539b;
	text-decoration: none;
}

.topicbutton a:link
{
	color: var(--White);
}

.topicbutton a:link
{
	color: var(--White);
}

table.alt th a:link
{
	color: var(--White);
}

a:visited
{
	text-decoration: none;
	color: #00539b;
}

.topicbutton a:visited
{
	color: var(--White);
}

.topicbutton a:visited
{
	color: var(--White);
}

a.external
{
	color: #00539b;
	text-decoration: underline;
}

a.external::after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: url('../Images/external-link.svg') 2px 0 no-repeat;
	background-size: contain;
}

a.expand
{
	display: block;
	width: 100%;
	color: var(--Dark);
}

a.titlebarheading
{
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	color: var(--Lightblue);
	vertical-align: middle;
}

a.white
{
	color: var(--White);
}

/* Lists */

li
{
	font-family: 'Roboto', sans-serif;
	color: var(--Dark);
	font-size: 14px;
}

ol,
ul
{
	letter-spacing: 0.25;
	line-height: 20pt;
	word-wrap: break-word;
	margin-left: -1.12em;
	margin-top: 5px;
}

p.numcircle
{
	margin-top: 2em;
	font-weight: bold;
	font-family: Montserrat, Gotham, Raleway;
	font-color: var(--Dark);
	font-size: 16px;
	counter-increment: index;
}

p.numcircle::before
{
	content: counter(index);
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	background-color: var(--Lightblue);
	border-radius: 50%;
}

/*to reset numcircle counter, edit topic code and add the following to the &lt;p class="numcircle"&gt; element:
style="counter-reset: index;"*/

/* Page footer */

p.contact
{
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 0px;
	color: var(--Medium);
	padding-left: 20px;
}

p.contact-header
{
	color: var(--Medium);
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.footer
{
	font-size: 9pt;
	color: var(--White) !important;
	font-family: 'Roboto', sans-serif;
}

/* MadCap Elements */

a.MiniTOC1:link
{
	font-weight: normal;
	color: var(--Brand1);
}

MadCap|dropDownHead
{
	
}

MadCap|dropDown
{
	border-bottom: 0px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/main/minus_sm_blue.png');
	mc-closed-image: url('../Images/main/plus_sm_blue.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 5px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: none;
	font-family: 'Montserrat', sans-serif;
	color: #00539b;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	mc-format: '{para}';
	color: var(--Brand1);
	text-decoration: none;
}

MadCap|pageFooter
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
}

MadCap|relatedTopics
{
	color: var(--Brand1);
}

MadCap|bodyProxy
{
	
}

MadCap|miniTocProxy
{
	border-top-width: 0px;
	margin-top: -20px;
	padding-top: 0px;
}

MadCap|pageHeader
{
	
}

MadCap|expanding
{
	mc-open-image: url('../Images/main/Minus_sm.png');
	mc-closed-image: url('../Images/main/Plus_sm.png');
}

MadCap|menuProxy
{
	
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

MadCap|xref.PageNumberOnly
{
	mc-format: '{page}';
}

ul.menu._Skins_HID_menu.mc-component ul li
{
	line-height: 1.3rem;
}

span.SearchHighlight
{
	background: var(--Brightblue);
}

MadCap|codeSnippetCaption
{
	background: #f5f5f5;
	text-decoration: none;
}

MadCap|codeSnippet
{
	margin-top: 5px;
	border-radius: 5px;
	background: var(--Offwhite);
	margin-bottom: 10px;
}

.codeSnippetCopyButton
{
	display: none;
}

.jsonsample
{
	background: white;
	line-height: normal;
}

blockquote
{
	margin-left: 24px;
	margin-bottom: 10px;
}

MadCap|toggler
{
	mc-closed-image: url('../Images/main/Plus_sm.png');
	mc-open-image: url('../Images/main/Minus_sm.png');
}

.toggler:link
{
	color: var(--Brightblue);
}

/*Grid Layout*/

.col-1
{
	width: 8.33%;
}

.col-2
{
	width: 16.66%;
}

.col-3
{
	width: 25%;
}

.col-4
{
	width: 33.33%;
}

.col-5
{
	width: 41.66%;
}

.col-6
{
	width: 50%;
}

.col-7
{
	width: 58.33%;
}

.col-8
{
	width: 66.66%;
}

.col-9
{
	width: 75%;
}

.col-10
{
	width: 83.33%;
}

.col-11
{
	width: 91.66%;
}

.col-12
{
	width: 100%;
}

[class*="col-"]
{
	float: left;
	padding: 0px 20px 10px 20px;
}

.row::after
{
	content: "";
	clear: both;
	display: table;
}

/* Responsive Layouts for Tablet and Mobile - adjusts size and position of tiles etc */

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-tiles &gt; div:nth-child(1)
	{
		width: 13%;
		margin-left: 0%;
	}

	div.home-tiles &gt; div:nth-child(2)
	{
		width: 13%;
		margin-left: 1%;
	}

	div.home-tiles &gt; div:nth-child(3)
	{
		width: 13%;
		margin-left: 1%;
	}

	div.home-tiles &gt; div:nth-child(4)
	{
		width: 13%;
		margin-left: 1%;
	}

	div.home-tiles &gt; div:nth-child(5)
	{
		width: 13%;
		margin-left: 1%;
	}

	div.quick-tiles &gt; div:nth-child(1)
	{
		width: 15%;
		margin-left: 0%;
	}

	div.quick-tiles &gt; div:nth-child(2)
	{
		width: 15%;
		margin-left: 1%;
	}

	div.quick-tiles &gt; div:nth-child(3)
	{
		width: 15%;
		margin-left: 1%;
	}

	div.quick-tiles &gt; div:nth-child(4)
	{
		width: 15%;
		margin-left: 1%;
	}

	div.quick-tiles &gt; div:nth-child(5)
	{
		width: 15%;
		margin-left: 1%;
	}

	div.quick-tiles &gt; div:nth-child(6)
	{
		width: 15%;
		margin-left: 1%;
	}

	div.quick-tiles &gt; div:nth-child(7)
	{
		width: 15%;
		margin-left: 1%;
	}

	div.other-tiles
	{
		margin-left: auto;
		margin-right: auto;
	}

	div.other-tiles &gt; div:nth-child(1)
	{
		width: 40%;
		margin-left: 8%;
	}

	div.other-tiles &gt; div:nth-child(2)
	{
		width: 40%;
		margin-left: 4%;
		margin-right: 8%;
	}

	div.other-tiles &gt; div:nth-child(3)
	{
		width: 20%;
		margin-left: 2%;
	}

	div.other-tiles &gt; div:nth-child(4)
	{
		width: 20%;
		margin-left: 2%;
	}

	div.user-tiles &gt; div:nth-child(1)
	{
		margin-left: 2%;
		width: 30%;
		text-align: center;
	}

	div.user-tiles &gt; div:nth-child(2)
	{
		text-align: left;
		padding: 5px 5px;
		border-top-style: solid;
		border-top-width: 20px;
		border-top-color: var(--Lightblue);
		margin-left: 2%;
		width: 60%;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #f6f6f6;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
		border-radius: 5px 5px;
	}

	.body-container
	{
		border-left: none;
	}

	div.topbanner
	{
		display: none;
	}

	.logo-wrapper
	{
		margin-left: 30px;
	}

	.menu-icon
	{
		top: 60% !important;
	}

	nav.sidenav-wrapper
	{
		display: none;
	}

	.buttonlink
	{
		font-size: 10pt;
	}

	div#version-dd
	{
		float: none;
		padding-right: 5%;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-layout
	{
		margin-top: 20px;
		text-align: center;
	}

	a.titlebarheading
	{
		font-size: 1.1rem;
	}

	div.home-tiles &gt; div:nth-child(1)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
	}

	div.home-tiles &gt; div:nth-child(2)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 2%;
	}

	div.home-tiles &gt; div:nth-child(3)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.home-tiles &gt; div:nth-child(4)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.home-tiles &gt; div:nth-child(5)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-tiles &gt; div
	{
		height: auto;
	}

	div.quick-tiles &gt; div:nth-child(1)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
	}

	div.quick-tiles &gt; div:nth-child(2)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.quick-tiles &gt; div:nth-child(3)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.quick-tiles &gt; div:nth-child(4)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.quick-tiles &gt; div:nth-child(5)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.quick-tiles &gt; div:nth-child(6)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.quick-tiles &gt; div:nth-child(7)
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		margin-top: 5%;
	}

	div.user-tiles &gt; div:nth-child(1)
	{
		margin-left: 2%;
		width: 30%;
		text-align: center;
	}

	div.user-tiles &gt; div:nth-child(2)
	{
		text-align: left;
		padding: 5px 5px;
		border-top-style: solid;
		border-top-width: 20px;
		border-top-color: var(--Lightblue);
		margin-left: 2%;
		width: 60%;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #f6f6f6;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
		border-radius: 5px 5px;
	}

	MadCap|miniTocProxy
	{
		padding-top: 0px;
		margin-top: 0px;
	}

	.body-container
	{
		border-left: none;
	}

	div.topbanner
	{
		display: none;
	}

	div#skin-heading
	{
		margin-top: 3%;
		font-size: 1em;
		width: 90%;
		padding-left: 1%;
	}

	div.other-tiles &gt; div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 2%;
	}

	div.other-tiles &gt; div:nth-child(2)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 2%;
	}

	div.other-tiles &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 2%;
	}

	div.other-tiles &gt; div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 2%;
	}

	nav.sidenav-wrapper
	{
		display: none;
	}

	div.topic-hero h1
	{
		text-align: center;
	}

	div.topic-hero h2
	{
		text-align: center;
		margin-bottom: 10px;
	}
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

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

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

/* Callouts */

div.Note
{
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: var(--Dark);
	background-image: url('../Images/main/bell-blue.svg');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 3px;
	mc-auto-number-format: '{b}Note:{/b} ';
	border-left: 6px solid var(--Brightblue);
	border-top: 1px solid var(--Brightblue);
	border-right: 1px solid var(--Brightblue);
	border-bottom: 1px solid var(--Brightblue);
	border-radius: 2px;
	max-width: fit-content;
}

div.Important
{
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: var(--Dark);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 40px;
	padding-right: 10px;
	background-image: url('../Images/main/exclamation-triangle-orange-sm.svg');
	padding-bottom: 6px;
	padding-top: 3px;
	mc-auto-number-format: '{b}Important:{/b} ';
	border-left: 6px solid var(--Orange);
	border-top: 1px solid var(--Orange);
	border-right: 1px solid var(--Orange);
	border-bottom: 1px solid var(--Orange);
	border-radius: 2px;
	max-width: fit-content;
}

div.Warning
{
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: var(--Dark);
	mc-auto-number-format: '{b}Warning!{/b} ';
	background-image: url('../Images/main/circle-slash-red.svg');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-left: 6px solid var(--Red);
	border-top: 1px solid var(--Red);
	border-right: 1px solid var(--Red);
	border-bottom: 1px solid var(--Red);
	border-radius: 2px;
	max-width: fit-content;
}

div.prereq
{
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: var(--Dark);
	mc-auto-number-format: '{b}Prerequisites:{/b} ';
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-left: 6px solid var(--Lightblue);
	border-top: 1px solid var(--Lightblue);
	border-right: 1px solid var(--Lightblue);
	border-bottom: 1px solid var(--Lightblue);
	border-radius: 2px;
	max-width: fit-content;
}

/*Tables*/

td
{
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #d3d3d3;
	color: var(--Dark);
	padding: 5px 5px 5px 5px;
}

td p
{
	margin-top: 5px;
	margin-bottom: 2px;
}

th
{
	padding: 10px 5px;
}

td.expand a
{
	display: block;
	width: 100%;
}

caption
{
	text-align: left;
}

table.noborder
{
	border: none;
	width: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

table.noborder tr,
table.noborder td
{
	border-collaspe: collapse;
	background: #fff;
}

table.noborder td
{
	padding-right: 10px;
	vertical-align: top;
}

table.noborder td p
{
	margin-top: 0px;
	margin-bottom: 5px;
}

/*Table all rows white*/

table.normal
{
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	margin-top: 10px;
}

.cell-breakWord
{
	word-wrap: break-word;
	max-width: 700px;
}

table.normal th
{
	color: white;
	background: var(--Brand1);
	border-right: 1px solid white;
	text-align: left;
	vertical-align: middle;
}

table.normal th:first-child
{
	border-top-left-radius: 3px;
}

table.normal th:last-child
{
	border-top-right-radius: 3px;
	border-right: none;
}

table.normal tr
{
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	color: #666B85;
}

table.normal tr:first-child
{
	border-top: 1px solid #C1C3D1;
}

table.normal tr:last-child
{
	border-bottom: 1px solid #C1C3D1;
}

table.normal tr:nth-child(odd) td
{
	background: #FFFFFF;
}

table.normal tr:last-child td:first-child
{
	border-bottom-left-radius: 3px;
}

table.normal tr:last-child td:last-child
{
	border-bottom-right-radius: 3px;
}

table.normal td
{
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #C1C3D1;
}

table.normal td:last-child
{
	border-right: 0px;
}

/*Table Alternate row colors*/

table.alt
{
	margin-top: 10px;
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

table.alt th
{
	color: white;
	background: var(--Brand1);
	border-right: 1px solid white;
	text-align: left;
	vertical-align: middle;
}

table.alt th:first-child
{
	border-top-left-radius: 3px;
}

table.alt th:last-child
{
	border-top-right-radius: 3px;
	border-right: none;
}

table.alt tr
{
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	color: #666B85;
}

table.alt tr:first-child
{
	border-top: 1px solid #C1C3D1;
}

table.alt tr:last-child
{
	border-bottom: 1px solid #C1C3D1;
}

table.alt tr:nth-child(odd) td
{
	background: var(--Offwhite);
}

table.alt tr:last-child td:first-child
{
	border-bottom-left-radius: 3px;
}

table.alt tr:last-child td:last-child
{
	border-bottom-right-radius: 3px;
}

table.alt td
{
	background: var(--White);
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #C1C3D1;
}

table.alt td:last-child
{
	border-right: 0px;
}

.nocontent
{
	display: inline-block !important;
}

/*Table parameters*/

table.param
{
	background: white;
	width: auto;
}

.cell-breakWord
{
	word-wrap: break-word;
	max-width: 700px;
}

table.param th
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding-right: 10px;
	color: var(--Sidegray);
}

table.param th p
{
	color: var(--Medium);
	margin-top: 8px;
}

table.param td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/*Tile-card for cosmetic use for a block of text - placeholder for the moment, don't use*/

div.tile-card
{
	width: 80%;
	padding: 5px;
	min-height: 300px;
	margin-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f6f6f6;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f6f6f6;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
	margin: auto;
	border-radius: 5px 5px;
}

.tile-card h3
{
	margin: 0;
	min-height: 100px;
}

/* API styles based on swagger import*/

.app-desc
{
	font-family: 'Roboto', sans-serif;
	font-size: 10.0pt;
	clear: both;
	margin-left: 20px;
}

.param-name
{
	width: 100%;
}

.license-info
{
	margin-left: 20px;
}

.license-url
{
	margin-left: 20px;
}

.model
{
	margin: 0 0 0px 20px;
}

.method
{
	margin-left: 20px;
}

.method-notes
{
	margin: 10px 0 20px 0;
	font-size: 90%;
	color: #555;
}

pre
{
	padding: 6px !important;
	background: white;
	border-radius: 3px;
	border: none !important;
	border-collapse: collapse;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	overflow: auto;
	line-height: normal;
}

.http-method
{
	text-transform: uppercase;
}

.apirefs
{
	border: 1px solid #dbd6d6;
	border-radius: 4px;
	padding: 10px;
}

.apirefs-head
{
	font-size: 14px;
	color: var(--Brand1);
}

.method-button
{
	font-size: 14px;
	font-weight: 700;
	min-width: 80px;
	text-align: center;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	float: left;
	padding: 6px 15px;
	margin-right: 6px;
	margin-top: 6px;
	cursor: pointer;
}

.apirefs:after
{
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.get
{
	background-color: #61affe;
	color: white;
}

.post
{
	background-color: #49cc90;
	color: white;
}

.patch
{
	background-color: #50e3c2;
	color: white;
}

.put
{
	background-color: #fca130;
	color: white;
}

.delete
{
	background-color: #f93e3e;
	color: white;
}

.huge
{
	color: #fff;
}

pre.example
{
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 10pt;
	margin-bottom: 2em;
}

example
{
	font-family: Arial;
}

code
{
	white-space: pre;
	background: inherit;
}

.nickname
{
	font-weight: bold;
}

.method-path
{
	font-size: 1em;
	background-color: #0f6ab4;
	color: white;
}

.up
{
	float: right;
}

.parameter
{
	width: 500px;
}

.param
{
	width: 500px;
	padding: 10px 0 0 20px;
	font-weight: bold;
}

.param-desc
{
	width: 700px;
	padding: 0 0 0 20px;
}

.param-type
{
	font-style: italic;
}

.param-enum-header
{
	width: 700px;
	padding: 0 0 0 60px;
	color: #777;
	font-weight: bold;
}

.param-enum
{
	width: 700px;
	padding: 0 0 0 80px;
	color: #777;
	font-style: italic;
}

.field-label
{
	padding: 0;
	margin: 0;
	clear: both;
}

.field-items
{
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

.return-type
{
	clear: both;
	padding-bottom: 10px;
}

.param-header
{
	font-weight: bold;
}

.method-tags
{
	text-align: right;
}

.method-tag
{
	background: none repeat scroll 0% 0% #24A600;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 2px;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
}

/*Character formats*/

.CHboldtext
{
	font-weight: bold;
}

.CHitalictext
{
	font-style: italic;
}

.CHbolditalictext
{
	font-weight: bold;
	font-style: italic;
}

.CHgreentext
{
	color: var(--Lightgreen);
}

.CHredtext
{
	color: var(--Red);
}

.CHorangetext
{
	color: var(--Orange);
}

.CHbluetext
{
	color: var(--Lightblue);
}

.CHcodeintext
{
	background: var(--Sidegray);
	font-family: 'Courier New';
}

video
{
	max-width: 100%;
	height: auto;
}

youtube-player
{
	max-width: 100%;
	height: auto;
}

.topicbutton	/*This the button based on Galaxy guidelines - archived for now.*/
{
	width: auto;
	text-align: center;
	border-radius: 4px;
	border: 3px solid transparent;
	font-family: 'Roboto', helvetica, sans-serif;
	font-size: .875rem;
	font-weight: 500;
	height: 2.25rem;
	line-height: 2rem;
	letter-spacing: 0.1em;
	padding: 0 .8175rem;
	color: var(--White);
	background: var(--Brand1);
}

div.feedback
{
	width: 75%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 6px;
}

p.internalstatus	/*This the internal status indicator - it must be hidden in public builds.*/
{
	max-width: 50px;
	text-align: center;
	border-radius: 4px;
	border: 3px solid;
	border-color: var(--Red);
	font-family: 'Roboto', helvetica, sans-serif;
	font-size: .875rem;
	font-weight: 500;
	height: 2.25rem;
	line-height: 2rem;
	letter-spacing: 0.1em;
	padding: 0 .8175rem;
	color: var(--Red);
}

[data-mc-conditions*="Default.Hidden"]
{
	border-left: solid 4px var(--Red);
	padding-left: 5px;
	color: var(--Red);
}

.lge-img
{
	cursor: zoom-in;
	transition: 0.3s;
}

.lge-img:hover
{
	opacity: 0.7;
}

.lge-img-modal
{
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	left: 10%;
	top: 10%;
	bottom: 1%;
	width: 80%;
	height: 80%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
	border: solid 4px black;
	border-radius: 4px;
}

.lge-img-modal-content
{
	margin: auto;
	display: block;
}

.close
{
	position: sticky;
	top: 0px;
	left: 0px;
	float: left;
	color: #f1f1f1;
	font-weight: bold;
	transition: 0.3s;
	background: var(--Brand1);
	padding: 1px 5px 1px 5px;
}

.close:hover,
.close:focus
{
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px)
{
	.lge-img-modal-content
	{
		width: 100%;
	}

	.lge-img-modal
	{
		top: 10%;
		height: fit-content;
	}
}

/*&lt;meta sourceDocument="C:\Users\SIS\OneDrive - Assa Abloy Inc\Desktop\Working\DigitalPersona\DigitalPersona 4.1 Documentation Sources\HID DigitalPersona - Upgrade Notes for v4.1.0 Rev 20231121.docx" /&gt;*/
/*&lt;meta sourceDocument="C:\Users\SIS\OneDrive - Assa Abloy Inc\Desktop\Working\DigitalPersona\DigitalPersona 4.1 Documentation Sources\HID DigitalPersona - Solutions CookBook IMPORTED.docx" /&gt;*/</pre></body></html>