/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-ExtraLightItalic.woff2') format('woff2'), url('TitilliumWeb-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-Bold.woff2') format('woff2'), url('TitilliumWeb-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-ExtraLight.woff2') format('woff2'), url('TitilliumWeb-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-Light.woff2') format('woff2'), url('TitilliumWeb-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-BoldItalic.woff2') format('woff2'), url('TitilliumWeb-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-Italic.woff2') format('woff2'), url('TitilliumWeb-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-Black.woff2') format('woff2'), url('TitilliumWeb-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-Regular.woff2') format('woff2'), url('TitilliumWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-SemiBold.woff2') format('woff2'), url('TitilliumWeb-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-SemiBoldItalic.woff2') format('woff2'), url('TitilliumWeb-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Titillium Web';
	src: url('TitilliumWeb-LightItalic.woff2') format('woff2'), url('TitilliumWeb-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

body
{
	color: #000000;
	font-family: Titillium Web, Arial, Avenir, Myriad;
}

.body-container
{
	padding-top: 2%;
}

nav.title-bar.tab-bar.sticky.is-stuck.is-at-top
{
	background-size: cover;
}

/* removes padding from  */

.height-container-sidenav
{
	padding-bottom: 0px;
}

/* div#mc-main-content {
    padding: 30px;
} */

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
}

p.table-text
{
	font-size: 12pt;
}

p.note-new	/*new, less intrusive, note paragraph*/
{
	mc-auto-number-format: 'Note: ';
	mc-auto-number-class: note;
	padding: 3px 10px 3px 0px;
	margin: 2% 2% 2% 0;
	background-image: none;
	mc-next-tag: p;
}

p.Introline
{
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: solid 1px #7da4c7;
}

/* TOC displayed on top level topics */

.MCMiniTocBox_0.miniToc.nocontent a
{
	color: #3f7298;
}

.MCMiniTocBox_0.miniToc.nocontent a:visited
{
	color: #3f7298;
}

a:visited
{
	color: #ffa29b;
}

.home-master-page-footer a:visited	/* Keeps links from changing colour */
{
	color: #3f7298;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #3f7298;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #3f7298;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #000000;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* ul.navigation li:hover
{
	border-radius: 10px;
} */

/* Home page topic */

.nav-search	/*Does not display search in Top Nav for desktop*/
{
	display: none;
}

/* layout of home page */

div.home-layout
{
	padding-left: 3%;
	padding-right: 3%;
	background-color: #ffffff;
}

div.home-section
{
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: solid 1px #7da4c7;
}

/* tiles for each product's documentation */

div.quick-links
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background-color: #d6d8e2;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.docs-links-container
{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.docs-links-container > div
{
	flex: 1;
	background-color: #ffffff;
	margin: 20px;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

/* buttons on the homepage for the documentation linking to each product */

div.docs-link-button
{
	background: #3f7298;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
}

div.docs-link-button p
{
	font-size: 13pt;
}

div.docs-link-button a
{
	color: #ffffff;
	text-decoration: none;
}

/* button on the homepage linking to the Ubisense Academy page */

div.browse-courses-button
{
	background: #3f7298;
	margin-right: 84%;
	margin-bottom: 10px;
	border-radius: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

div.browse-courses-button p
{
	font-size: 13pt;
}

div.browse-courses-button a
{
	color: #ffffff;
	text-decoration: none;
}

/* hero containing the search bar */

div.topic-hero
{
	padding: 1%;
	/* background-image: var(--HeroImage); */
	background-color: #ffffff;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: #3f7298;
	font-size: 40pt;
	text-align: center;
}

/* top nav customisation */

.title-bar a.logo	/* logo as svg */
{
	background-color: transparent;
	background-image: url('../Images/Ubisense-documentation-white-v2.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 350px;
}

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 > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

/* Links */

a
{
	color: #3f7298;
}

/* dropdown hotspot */

MadCap|dropDown
{
	/* border-bottom: 1px solid var(--Secondary); */
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Plus.png') !important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Minus.png') !important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.MCDropDown_Open
{
	border-bottom: 1px solid #d6d8e2;
}

a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_.MCHotSpotImage
{
	color: #000000;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: none;
}

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('../Images/Plus.png') !important;
	padding-left: 10px;
	padding-right: 0;
	color: #3f7298;
}

.MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('../Images/Minus.png') !important;
	padding-left: 10px;
	padding-right: 0;
	color: #3f7298;
}

/* Dropdowns on home page - uses larger font than in topics */

/* div.home-section .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage 
{
    font-size: 20pt;
}

div.home-section .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage 
{
    font-size: 20pt;
} */

MadCap|expandingBody
{
	color: #2d557a;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #3f7298;
}

MadCap|xref
{
	/* font-weight: bold; */
	mc-format: '{para}';
	text-decoration: underline;
	color: #3f7298;
}

a.MCXref.xref
{
	color: #3f7298;
}

a.MCXref.xref:visited
{
	color: #ffa29b;
}

/* breadcrumb */

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #2d557a;
	margin-top: 20px;
	font-style: italic;
	padding-top: 15px;
	padding-left: 10px;
}

a.MCBreadcrumbsLink:visited
{
	color: #3f7298;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* footer */

div.home-master-page-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	padding-top: 10px;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* follow us section of footer */

div.home-master-page-footer > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

/* Ubisense copyright section of footer */

div.home-master-page-footer > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

/* About Us section of footer */

div.home-master-page-footer > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

.home-master-page-footer p
{
	font-size: 11pt;
	margin: 5px;
}

/* image size for black pdf icon in Archive > PDF Library */

img.docs-icon
{
	width: 20px;
	height: 25px;
}

caption.h2
{
	display: none;
}

caption.no-display
{
	display: none;
}

div.Code
{
	font-family: 'Courier New';
	margin-left: 50px;
}

pre
{
	margin-left: 50px;
	mc-language: none;
	margin-top: 2.24em;
	margin-bottom: 2.24em;
	font-family: monospace;
}

span.GUI
{
	font-family: 'Segoe UI Semibold';
}

span.filename
{
	font-family: 'Segoe UI Semibold';
	white-space: nowrap;
}

span.definition
{
	font: inherit;
	font-style: italic;
}

span.note
{
	font-weight: bold;
}

span.command
{
	font-family: 'Segoe UI Semibold';
}

@media only screen and (max-width: 1279px)
{
	.title-bar-layout a.logo
	{
		margin-left: 80px;
	}

	.serach-bar .search-field
	{
		margin-left: 40px;
	}

	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	ul.menu._Skins_Side_Menu_site_navigation.mc-component
	{
		display: none;
	}
}

@media (max-width: 1048px)
{
	.docs-links-container
	{
		flex-direction: column;
		align-items: center;
	}

	.docs-links-container > div
	{
		width: 90%;
		margin-bottom: 1em;
	}

	div.quick-links
	{
		width: 70%;
	}
}

@media only screen and (max-width: 767px)
{
	.sticky-menu
	{
		display: none;
	}

	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}

	ul.menu._Skins_Side_Menu_site_navigation.mc-component
	{
		display: none;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	div.MCBreadcrumbsBox_0
	{
		display: none;
	}

	.sticky-menu
	{
		display: none;
	}

	div#mc-main-content
	{
		width: 95vw;
	}

	div.home-master-page-footer
	{
		display: none;
	}
}

