/*<meta />*/

/* <meta /> */
/* Flare indicates imported styles as Undefined in reports (it's a bug) */

@import url('info_messages.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	line-height: 18pt;
	mc-hyphenate: never;
	font-family: Roboto;
	font-size: 15px;
}

/* This dt element definition is to match the \begin{description} formatting in LaTex */

dt
{
	font-style: italic;
	margin-bottom: 0px;
}

dd
{
	margin-left: 25px;
	margin-bottom: 8px;
}

body.home-topic	/* Used on some topics to override padding set in the skin */
{
	
}

/* TODO: Seems like Flare has a bug with ::after, clear: both; */

.clear-fix
{
	clear: both;
}

.body-container
{
	padding-left: 3%;
	padding-right: 3%;
}

MadCap|miniTocProxy.section-root
{
	border-top: none;
	padding-top: 0;
	padding-left: 30px;
	margin: 1em 0;
	mc-toc-depth: 1;
}

table
{
	margin-top: 10pt;
	/* margin-left: auto;
	margin-right: auto; */
	font-family: Roboto;
}

td p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

th p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Table used for formatting. No visible borders/ */

table.no-border td
{
	border: none;
}

/* Here go special styles for tables from LaTex */

table.ur-tex-um-table-1 td
{
	border: 1px solid #ffffff;
	padding: 2px 4px;
}

table.ur-tex-um-table-1 th
{
	border: 1px solid #ffffff;
	padding: 2px 4px;
}

table.ur-tex-um-table-1 thead
{
	background: #AAAAAA;
}

table.ur-tex-um-table-1 thead th
{
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

table.ur-tex-um-table-1 td:first-child
{
	text-align: left;
}

table.ur-tex-um-table-1 thead th:first-child
{
	text-align: left;
}

tr.odd
{
	
}

tr.even
{
	background: #f0f2f2;
}

/* End of special table styles for tables from LaTex */

div.copyright
{
	border: solid 1px #000000;
	padding: 8pt;
	margin-top: 20pt;
	mc-hidden: hidden;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #b9bec1;
	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('../graphics/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

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: #b9bec1;
	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('../graphics/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Content */

span.ui-elem
{
	font-weight: bold;
	font-family: Roboto;
}

span.list-highlight
{
	font-weight: bold;
}

/* OLKO: For some reason the display property is not overridden by Flare as expected,
   so I'm specifying it on each img style explicitly */

img
{
	border: none;
	max-width: 100%;
	margin-bottom: 0;
}

img.large
{
	display: block;
	max-width: 90%;
	margin-top: 0.25em;
}

img.medium
{
	display: block;
	max-width: 50%;
	margin-top: 0.25em;
}

img.narrow
{
	display: block;
	max-width: 35%;
	margin-top: 0.25em;
}

img.narrow-s
{
	display: block;
	max-width: 160px;
	margin-top: 0.25em;
}

img.narrow-xxs
{
	display: block;
	max-width: 60px;
	margin-top: 0.25em;
}

img.float-left-s
{
	display: block;
	max-width: 80px;
	float: left;
	margin-right: 8pt;
}

img.height-s
{
	display: block;
	max-height: 120px;
	margin-top: 0.25em;
}

/* Use for small UI elements, for example: Icons, horizontal sliders, etc. */

img.inline-s
{
	display: inline-block;
	height: 40px;
	margin: 0;
	padding: 0;
}

img.inline-xs
{
	display: inline-block;
	height: 16px;
	margin: 0;
	padding: 0;
}

img.right
{
	display: block;
	max-width: 30%;
	float: right;
	margin-left: 10pt;
}

/* This clear property does not work in the Flare PDF output.
Use the clear-fix class on the next elements where it doesn't work.*/

img.right::after
{
	content: ' ';
	clear: both;
}

img.max-width
{
	display: block;
	max-width: 100%;
}

p
{
	margin-top: 16px;
	margin-bottom: 16px;
	widows: 3;
	orphans: 3;
	mc-hyphenate: never;
	font-family: Roboto;
	color: #002B39;
}

p.subtopic
{
	font-weight: bold;
	page-break-after: avoid;
}

/* styles for error codes */

p.explanation
{
	
}

p.suggestion
{
	
}

p.variable
{
	font-weight: bold;
	font-size: 12.0pt;
}

p.tech_note
{
	border-top: solid 1px #d0d3d5;
	padding-top: 8px;
}

/* Headings */

h1
{
	font-size: 24.0pt;
	color: #45494c;
	line-height: normal;
	font-family: 'Red Hat Display';
	font-weight: 500;
}

h2
{
	font-size: 18.0pt;
	font-family: 'Red Hat Display';
	font-weight: 500;
}

h3
{
	font-size: 14.0pt;
	font-family: 'Red Hat Display';
	font-weight: 500;
}

h4
{
	font-size: 12.0pt;
	font-family: 'Red Hat Display';
	font-weight: 500;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 9.0pt;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	mc-hidden: hidden;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #d0d3d5;
	mc-hidden: hidden;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	mc-hidden: hidden;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 24, 32, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.12);
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	mc-hidden: hidden;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2em;
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../graphics/frontmatter/UR10e_html_background.jpg');
	background-size: cover;
	background-attachment: fixed;
	mc-hidden: hidden;
}

div.topic-hero h1
{
	font-size: 48pt;
	text-align: center;
}

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;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #45494c;
	font-size: 8pt;
}

/* Links */

a
{
	color: #3E769B;
}

a:link
{
	color: #3E769B;
}

a:visited
{
	color: #3E769B;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../graphics/Minus.png');
	mc-closed-image: url('../graphics/Plus.png');
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 10px 0;
	margin-left: -5%;
}

MadCap|dropDownBody
{
	padding: 10px 0px 0;
	margin-left: 24%;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	margin-left: 27.8%;
	color: #002B39;
}

MadCap|expandingBody
{
	
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #45494c;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #3869B4;
}

MadCap|xref.img-ref
{
	mc-format: '{paranumonly} {pageref}';
}

/* Lists */

li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li img
{
	margin-left: 0 !important;
}

ol,
ul
{
	margin-top: 0;
	margin-bottom: 1.25em;
	widows: 3;
	orphans: 3;
	page-break-before: avoid;
}

/* Page layout */
/* Master page */

div.home-footer
{
	background-color: #3869B4;
	padding: 2% 5%;
	mc-hidden: hidden;
}

MadCap|miniTocProxy
{
	border-top-style: none;
	padding-top: 0px;
	padding-left: 30px;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding: 25px;
	min-height: 95vh;
	box-shadow: 0 1px 10px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: solid 0token #696969;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 24%;
}

div.home-tiles > div:nth-child(3)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(4)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(5)
{
	width: 8.3333%;
	margin-left: 0%;
}

MadCap|expandingBody.Header
{
	font-weight: bold;
}

div.design-box-top
{
	border-style: solid none none;
	border-top-length: 825px;
	border-top-color: #56a0d3;
	border-top-align: right;
	margin-left: 150px;
	border-top-width: 2px;
	border-width: 2px;
	page-break-after: avoid;
	margin-right: 320px;
}

th
{
	mc-hyphenate: never;
}

MadCap|searchBarProxy
{
	right: 10px;
	top: 10px;
	position: absolute;
}

input
{
	outline: solid 1px #d3d3d3;
}

div
{
	
}

MadCap|slideshowCaption
{
	color: #002b39;
}

MadCap|dropDownHead
{
	padding-left: 30px;
}

/* The print medium */

@media print
{
	body
	{
		color: #000000;
		margin: 8px;
		background-color: transparent;
		font-size: 10pt;
		line-height: 13pt;
	}

	td
	{
		widows: 3;
		orphans: 3;
		page-break-inside: avoid;
	}

	.pg-br-inside-avoid
	{
		page-break-inside: avoid;
	}

	.pg-br-after-avoid
	{
		page-break-after: avoid;
	}

	div.barcode-area
	{
		position: absolute;
		bottom: 3%;
		left: 20px;
		width: 4.5cm;
		text-align: center;
	}

	p.barcode-number
	{
		margin-top: 0;
	}

	div.front-title
	{
		margin-top: 18%;
		mc-hidden: hidden;
	}

	div.front-title > p
	{
		text-align: center;
	}

	div.front-title-install
	{
		margin-top: 18%;
		mc-hidden: hidden;
	}

	div.front-bottom
	{
		position: absolute;
		bottom: 4%;
		mc-hidden: hidden;
	}

	div.front-bottom > p
	{
		font-size: 1.5em;
		margin-top: 0.875em;
		text-align: center;
	}

	div.side-decoration
	{
		width: 430px;
		font-size: 8pt;
		line-height: 14pt;
		padding: 0 10px;
		margin: 0;
		background-color: #e6e8e8;
		border-radius: 10px;
		mc-hidden: hidden;
	}

	div.pg-br-inside-avoid
	{
		page-break-inside: avoid;
	}

	/* The div.img-tiles style works with quirks in PDF output (due to Flare formatter bugs).
	Commenting them out for now. */

	/* div.img-tiles
	{
		padding-bottom: 0;
	}

	div.img-tiles::after
	{
		content: ' ';
		display: table;
		padding: 0;
		margin: 0;
		clear: both;
	}

	div.img-tiles > div
	{
		float: left;
		width: 45%;
		padding: 0 2mm;
	} */

	h1
	{
		color: #3869B4;
		font-size: 26pt;
		line-height: 26pt;
		margin-top: 18pt;
		margin-bottom: 14pt;
		mc-auto-number-format: 'GH:{n+}. ';
	}

	h1.docpart
	{
		mc-auto-number-format: '';
		color: #000000;
		text-align: center;
		line-height: 48pt;
		margin-top: 8em;
	}

	h2
	{
		font-size: 20pt;
		font-weight: normal;
		line-height: 20pt;
		margin-bottom: 10pt;
		margin-top: 22pt;
		mc-auto-number-format: 'GH:{n}.{n+}. ';
	}

	h3
	{
		font-size: 16pt;
		font-weight: normal;
		line-height: 16pt;
		margin-bottom: 12pt;
		margin-top: 20pt;
		mc-auto-number-format: 'GH:{n}.{n}.{n+}. ';
	}

	h4
	{
		font-size: 14pt;
		font-weight: bold;
		margin-bottom: 12pt;
		margin-top: 18pt;
		mc-heading-level: 0;
	}

	h5
	{
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 10pt;
		margin-top: 18pt;
		mc-heading-level: 0;
	}

	img.large
	{
		max-width: 85%;
	}

	img.medium
	{
		max-width: 50%;
	}

	/* Use this class to put two images in one line on A4 page */

	img.medium-s
	{
		display: block;
		max-width: 75mm;
	}

	img.narrow
	{
		max-width: 60mm;
	}

	img.narrow-s
	{
		max-width: 40mm;
	}

	img.narrow-xxs
	{
		max-width: 15mm;
	}

	img.float-left-s
	{
		max-width: 25mm;
	}

	img.height-s
	{
		height: 30mm;
	}

	img.inline-s
	{
		height: 10mm;
		margin-bottom: -0.05em;
	}

	img.inline-xs
	{
		height: 3mm;
	}

	img.full-height-with-heading
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		/* TODO: find a better way to fit a document inside a page */
		height: 59vh;
	}

	img.front-top
	{
		max-width: 95%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		mc-hidden: hidden;
	}

	img.front-product
	{
		max-width: 45%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		mc-hidden: hidden;
	}

	img#install.front-product
	{
		max-width: 75%;
		margin-top: 20mm;
	}

	img.print-header-logo
	{
		display: inline-block;
		height: 7mm;
		margin: 0;
		padding: 0;
		mc-hidden: hidden;
	}

	img.back-cover-barcode
	{
		display: block;
		margin: 0;
		padding: 0;
		mc-hidden: hidden;
		width: 4cm;
	}

	p img
	{
		margin-left: auto;
		margin-right: auto;
	}

	p
	{
		margin-bottom: 0.8em;
		margin-top: 0.8em;
		mc-hyphenate: never;
		word-break: keep-all;
	}

	p.subtopic
	{
		font-weight: bold;
		color: #494a4a;
		page-break-after: avoid;
		font-size: 12pt;
		margin-top: 16pt;
		margin-bottom: 10pt;
	}

	p.TOC1
	{
		font-weight: bold;
		margin-bottom: 0.9em;
		margin-top: 0.9em;
		margin-right: 1em;
		/*page-break-after: avoid;*/
	}

	p.TOC2
	{
		font-weight: normal;
		margin-bottom: 0.75em;
		margin-left: 1cm;
		margin-top: 0.75em;
		margin-right: 1em;
	}

	p.TOC3
	{
		font-weight: normal;
		font-size: 10pt;
		margin-bottom: 0.5em;
		margin-left: 2cm;
		margin-top: 0.5em;
		margin-right: 1em;
	}

	p.print-toc
	{
		color: #3869B4;
		font-size: 26pt;
		line-height: 26pt;
		margin-bottom: 0.8em;
		mc-hidden: hidden;
	}

	p.chapter-footer
	{
		font-size: 10pt;
		color: #444444;
		padding: 0;
		margin: 0;
		mc-hidden: hidden;
	}

	p.print-header
	{
		font-size: 10pt;
		color: #444444;
		padding: 0;
		margin: 0;
		mc-hidden: hidden;
	}

	p.front-title
	{
		font-size: 2em;
		/* line-height: 1.125em; */
		margin: 0.75em 0 0 0;
		mc-hidden: hidden;
	}

	/* TODO: Clean this up. Create two distinct style sets for the user manual and the inst instruction */

	p.front-doc-type
	{
		font-size: 2.5em;
		mc-hidden: hidden;
		margin-top: 1.2em;
	}

	/* TODO: Improve this. This is just a fix for the font setting from parent div. */

	p#prod-name.front-title
	{
		font-size: 2em;
		mc-hidden: hidden;
	}

	/* TODO: Improve this when the front matter is stable. */

	p#install-prod-name.front-title
	{
		font-size: 3.5em;
		margin-bottom: 24pt;
		mc-hidden: hidden;
		line-height: 1.125em;
	}

	p.front-top
	{
		margin: 3% 0 0 0;
		mc-hidden: hidden;
	}

	p.front-product-img
	{
		margin: 10% 0 0 0;
		mc-hidden: hidden;
	}

	ul > li::marker
	{
		content: '•';
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{paranumonly} {paratext} {pageref}';
		text-decoration: none;
	}

	MadCap|xref.NoPage
	{
		font-weight: normal;
		mc-format: '{paranumonly} {paratext}';
		text-decoration: none;
	}

	MadCap|xref.only-number
	{
		font-weight: normal;
		mc-format: '{paranumonly}';
		text-decoration: none;
	}

	MadCap|tocProxy
	{
		border-top: none;
		mc-toc-depth: 3;
	}

	div.ScriptmanualFunction
	{
		border: solid 2px #000000;
	}

	span.mc-variable.header-robotsize
	{
		page-break-after: avoid;
		page-break-before: always;
		page-break-inside: avoid;
		margin-top: 60px;
		font-size: 32pt;
		font-family: 'Red Hat Display';
		font-weight: 700;
		line-height: 22pt;
		color: #F7F8F7;
	}

	div.design-box-top
	{
		margin-right: 0;
		border-width: 1px;
		border-top-width: 1px;
		margin-left: 120px;
	}

	div.design-box-body
	{
		border-top-width: 1px;
		margin-left: 120px;
	}

	ol
	{
		line-height: 11pt;
		margin-bottom: 1.1em;
	}

	span.ui-elem
	{
		font-size: 10pt;
	}

	ul
	{
		margin-bottom: 1.1em;
		line-height: 11pt;
	}

	td p
	{
		word-break: ;
	}
}

@media only screen and (max-width: 1279px)
{
	/* 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%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.newlayout > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.newlayout > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.newlayout1 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.newlayout1 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.headerboxSW
	{
		float: none;
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: auto auto auto 5%;
		margin-left: 5%;
		width: 42.5em;
		padding-left: 0px;
		line-height: 1.5rem;
		color: #002b39;
		font-family: Roboto;
		background: #ffffff;
		font-size: 15px;
		padding-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: auto;
		margin-right: auto;
		padding-right: 10px;
	}

	body
	{
		line-height: 14pt;
		font-size: 12px;
	}

	div.headerbox
	{
		margin: auto auto auto 5%;
	}

	div.design-box-top
	{
		margin-right: 145px;
	}

	MadCap|dropDownHead#dropdown_url
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	/* 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.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.newlayout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.newlayout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.newlayout1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.newlayout1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.headerboxSW
	{
		float: none;
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: auto auto auto 5%;
		margin-left: 5%;
		width: 42.5em;
		padding-left: 0px;
		line-height: 1.5rem;
		color: #002b39;
		font-family: Roboto;
		background: #ffffff;
		font-size: 15px;
		padding-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: auto;
		margin-right: auto;
		padding-right: 10px;
	}

	body
	{
		line-height: 14pt;
		font-size: 12px;
	}

	div.design-box-body
	{
		border-top-length: 100px;
		margin-left: 75px;
	}

	div.headerbox
	{
		margin: auto auto auto 5%;
	}

	div.design-box-top
	{
		border-top-length: 100px;
		margin-left: 75px;
		margin-right: 0px;
	}
}

div.ScriptmanualFunction
{
	border: solid 0px #000000;
}

div.CableProduct
{
	line-height: 1em;
	padding: 25px;
	font-size: 11px;
}

div.CableProduct .info-msg
{
	padding-left: 40px !important;
	background-size: 20px 20px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.notice
{
	border-left: solid 4px #3498db !important;
	background-image: url('../graphics/icons/notice20px.svg');
}

.notice p
{
	padding: 4px 0;
}

.warning
{
	border-left: solid 4px #e77724;
	background-image: url('../graphics/icons/warning20px.svg');
}

.caution
{
	border-left: solid 4px #f0cb06 !important;
	background-image: url('../graphics/icons/caution20px.svg');
}

div.CableProduct .info-msg .test
{
	display: block;
	position: relative;
	left: -59px;
	background-image: url('../graphics/icons/noticeTest.svg');
	background-repeat: no-repeat;
	border-left-color: #3498db;
	background-size: 20px 20px;
	background-position: top left;
	width: 20px;
	height: 20px;
}

div.ScriptmanualFunction
{
	padding: 8pt;
	margin-top: 20pt;
	mc-hidden: hidden;
	border-bottom-color: #000000;
	border: solid 0px #000000;
}

div.design-box-body
{
	border-style: solid none none;
	border-top-length: 825px;
	border-top-color: #56a0d3;
	border-top-align: right;
	margin-left: 150px;
	border-top-width: 2px;
	border-width: 2px;
}

p.WelcomeHeader
{
	font-family: 'Red Hat Display';
	color: #3183bc;
	color: device-cmyk(0.8,0.47,0.24,0.03);
	font-size: 26pt;
	font-weight: bold;
}

div.headerbox
{
	float: none;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: auto auto auto 24%;
	margin-left: 24%;
	width: 42.5em;
	background: #fffff;
	font-family: 'Red Hat Display';
	line-height: 48px;
	font-weight: 500;
	padding-left: 0px;
	font-size: 32px;
	color: #002b39;
}

div.headerboxMain
{
	float: none;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: auto auto auto 24%;
	margin-left: 24%;
	width: 42.5em;
	background: #fffff;
	font-family: 'Red Hat Display';
	font-weight: 500;
	padding-left: 0px;
	font-size: 60px;
	line-height: 28px;
	color: #002b39;
}

div.searchbar
{
	position: relative;
	top: -20px;
	right: 0px;
}

div.headerboxSW
{
	float: none;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: auto auto auto 24%;
	margin-left: 24%;
	width: 42.5em;
	padding-left: 0px;
	line-height: 1.5rem;
	color: #002b39;
	font-family: Roboto;
	background: #ffffff;
	font-size: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: auto;
	margin-right: auto;
	padding-right: 10px;
}

div.pagebox_text
{
	float: none;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: auto auto auto 24%;
	margin-left: 24%;
	line-height: 1.5rem;
	color: #002b39;
	font-family: Roboto;
	background: #F5F6F7;
	font-size: 1.25rem;
	height: 200px;
	padding-left: 50px;
	padding-top: 25px;
	width: 34.2%;
	padding-right: 50px;
}

div.PDFtable
{
	margin-left: 20%;
}

img.frontimg
{
	width: 75%;
	height: auto;
}

div.toptext
{
	margin-left: 24%;
	margin-right: 24%;
}

img.UR-full
{
	width: 530px;
	height: 860px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-icon-key
{
	height: 70px;
	width: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-icon-key-wide
{
	height: 70px;
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-narrow-one-fourth
{
	height: 205px;
	width: 115px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-narrow-one-half
{
	height: 480px;
	width: 420px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-panorama-big
{
	height: 220px;
	width: 1520px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-panorama-small
{
	height: 130px;
	width: 780px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-screenshot
{
	position: inherit;
	height: auto;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-square-one-fourth
{
	mc-thumbnail-max-height: 0;
	height: 200px;
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-square-one-half
{
	height: 400px;
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-wide-one-fourth
{
	height: 150px;
	width: 280px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-wide-one-half
{
	height: 400px;
	width: 580px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.UR-icon-mini
{
	height: 35px;
	width: 35px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

p.UR-FigureCaption
{
	column-break-before: avoid;
	page-break-before: avoid;
	text-align: center;
	font-size: 9pt;
	mc-auto-number-format: 'mc-auto-number-format: \'CF:Figure {chapnum}-{n+}   \'; 	mc-auto-number-class: \'boldText\'; }';
}

MadCap|dropDownHotspot#dropdown_url
{
	
}

img.UR-wide-one-half-web
{
	height: 400px;
	width: 580px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-wide-one-fourth-web
{
	height: 150px;
	width: 280px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-screenshot-web
{
	position: inherit;
	height: auto;
	width: 90%;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-full-web
{
	width: 530px;
	height: 860px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-icon-key-web
{
	height: 70px;
	width: 70px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-icon-key-wide-web
{
	height: 70px;
	width: 200px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-icon-mini-web
{
	display: inline-block;
	border: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	height: 30px;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	mc-thumbnail-max-height: 48px;
	mc-thumbnail-max-width: auto;
	mc-dita-type: image;
	max-width: 100%;
}

img.UR-narrow-one-fourth-Web
{
	height: 205px;
	width: 115px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-narrow-one-half-Web
{
	height: 480px;
	width: 420px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-panorama-big-Web
{
	height: 220px;
	width: 1520px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-panorama-small-Web
{
	height: 130px;
	width: 780px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-square-one-fourth-web
{
	mc-thumbnail-max-height: 0;
	height: 200px;
	width: 200px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-square-one-half-web
{
	height: 400px;
	width: 400px;
	display: block;
	margin-left: none;
	margin-right: none;
}

img.UR-icon-mini-wide-web
{
	display: inline-block;
	border: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	mc-thumbnail-max-height: 48px;
	mc-thumbnail-max-width: auto;
	mc-dita-type: image;
	height: 30px;
}

/*<meta sourceDocument="C:\Users\daqu\OneDrive - Universal Robots A S\Skrivebord\ServiceManual\ServiceManual_UR3_en_3.2.4.docx" />*/

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

/*<meta sourceDocument="C:\Users\daqu\Downloads\The URScript Programming Language.docx" />*/
/*<meta sourceDocument="C:\Users\daqu\Downloads\ERROR CODES_all Service_Manual_en.docx" />*/

p.p_1
{
	font-weight: normal;
}

p.p_2
{
	font-weight: bold;
}

p.p_3
{
	font-family: Calibri;
	color: #000000;
	font-size: 11pt;
}

p.p_4
{
	color: #000000;
	font-size: 11pt;
}

p.p_5
{
	text-align: center;
	color: #000000;
	font-size: 11pt;
}

col.col_9
{
	width: 247pt;
}

p.p_7
{
	text-align: right;
}

col.col_10
{
	width: 163pt;
}

col.col_11
{
	width: 168pt;
}

p.p_8
{
	text-align: center;
}

/*<meta sourceDocument="C:\Users\daqu\OneDrive - Universal Robots A S\Skrivebord\ERROR CODES_all Service_Manual_en_2021_ToSend.docx" />*/

MadCap|dropDown#dropdown_url
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 10px 0;
	margin-left: -33%;
}

MadCap|dropDownHead#dropdown_url
{
	mc-image-spacing: 30px;
	mc-image-position: left;
	mc-open-image: url('../graphics/Minus.png');
	mc-open-image-alt-text: Open;
	mc-closed-image: url('../graphics/Plus.png');
	mc-closed-image-alt-text: Closed;
	font-size: 16pt;
}

