/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #ED1C24;
	/* CHA 21/07/2023 */
	--Brand2: #CDE0E7;
	--Black: #000000;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
	--Green: #7ab41d;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
}

/* Modified 08/05/2024 */

.body-container
{
	/*padding-left: 2%;
	padding-top: 2%;*/
	padding: 0;
}

/* Added 08/05/2024 */

.height-container-sidenav
{
	padding-bottom: 0px;
}

/* Added 08/05/2024 */

#contentBody
{
	padding: 2rem;
	min-height: 600px;
}

/* Backmatter */

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;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	/*	background-image: url('../Images/Backmatter-Heading-Background.png'); */
	background-repeat: no-repeat;
	color: inherit;
	display: block;
}

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: 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-repeat: no-repeat;
}

/* Content */
/*ADDED CAREL 22/08/2023*/
/*START*/

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-width: 250px;
	mc-thumbnail-max-height: auto;
}

/*END*/

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
}

p.table-text
{
	font-size: 12pt;
}

/* Frontmatter */
/*ADDED CAREL 22/08/2023*/
/*START*/

hr
{
	border: 1px solid var(--Brand1);
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

p.description
{
	margin-bottom: 30px;
	margin-top: 5px;
	font-style: italic;
	font-size: 1em;
}

.attention-alert,
.note-alert,
.tip-alert,
.example-alert,
.standard
{
	margin: 1em 0em;
	text-align: left;
	padding: 12px 20px;
	border-radius: 4px;
}

.attention-alert
{
	color: #721c24;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
}

.note-alert
{
	color: #856404;
	background: #fff3cd;
	border: 1px solid #ffeeba;
}

.tip-alert
{
	color: #155724;
	background: #d4edda;
	border: 1px solid #c3e6cb;
}

.example-alert
{
	color: #004085;
	background: #cce5ff;
	border: 1px solid #b8daff;
}

.standard
{
	color: #0c5460;
	background: #d1ecf1;
	border: 1px solid #d1ecf1;
}

.attention-alert p:first-child::before
{
	content: "Attention: ";
	font-weight: bold;
}

.note-alert p:first-child::before
{
	content: "Note: ";
	font-weight: bold;
}

.tip-alert p:first-child::before
{
	content: "Tip: ";
	font-weight: bold;
}

.example-alert p:first-child::before
{
	content: "Example: ";
	font-weight: bold;
}

.standard p:first-child::before
{
	content: "STANDARD: technical specifications of entities, objects, concepts for CAREL INDUSTRIES S.p.A.";
	/*s.z shortener text only in 1 row*/
	font-weight: bold;
}

.breaking-change p::before,
.fixed-release p::before,
.changed-release p::before,
.deprecated-release p::before,
.enhanced-release p::before,
.new-release p::before,
.documentation-release p::before	/* ADD 11/06/2023 */
{
	border-radius: 4px;
	padding: 0.25em 0.5em;
	font-weight: bold;
	margin-right: 0.5em;
}

.fixed-release p:first-child::before
{
	content: 'FIX';
	background: #c3e6cb;
	color: #155724;
}

.changed-release p:first-child::before
{
	content: 'CHA';
	color: #856404;
	background: #fff3cd;
}

.deprecated-release p:first-child::before
{
	content: 'DEP';
	color: #721c24;
	background: #f8d7da;
}

.enhanced-release p:first-child::before
{
	content: 'ENH';
	color: #31708F;
	background: #D9EDF7;
}

.documentation-release p:first-child::before
{
	content: 'DOC';
	color: #383d41;
	background: #e2e3e5;
}

.new-release p:first-child::before
{
	content: 'NEW';
	color: #730099;
	background: #f2ccff;
	/* CHA 11/06/2023 */
}

.breaking-change p:first-child::before	/* ADD 11/02/2023 */
{
	content: 'BRE';
	color: #ffffff;
	background: #ED1C24;
}

.release-note-header
{
	display: inline-block;
	float: right;
}

.release-note-header-title
{
	display: inline-block;
}

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.created-using-flare
{
	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.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
}

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: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--Dark);
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

/* Headings */

h1
{
	font-weight: bold;
	/*font-size: 24.0pt;*/
	font-size: 2rem;
	color: var(--Brand1);
	margin: .10em 0;
}

h2
{
	font-weight: bold;
	font-size: 21.0pt;
	/*	page-break-before: always;*/
	margin-top: 60pt;
	/*CHA 08/09/2023*/
	margin-bottom: 10;
	/*CHA 08/09/2023*/
	border-top: 2px solid var(--Dark);
	/*ADD 26/09/2023*/
	padding-top: 1.5%;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	margin-top: 40px;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	margin-top: 30px;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	margin-top: 20px;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	margin-top: 20px;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

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;
}

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;
	background-color: var(--Brand2);
	padding: 2%;
}

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;
}

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.2;
}

div.quick-links	/*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;
}

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;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../Images/_Assets/Hero-Image.png');
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	/*font-size: 48pt;*/
	font-size: 4rem;
	text-align: center;
	line-height: 4rem;
}

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: var(--Dark);
	margin-bottom: 15px;
	font-size: 9pt;
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
	font-weight: bold;
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/_Assets/Minus.png');
	mc-closed-image: url('../Images/_Assets/Plus.png');
	padding: 10px 0;
	/*CHA 9/08/2023*/
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 16pt;
	/*CHA 08/09/2023*/
	font-weight: bold;
	border-bottom: none;
}

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
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* 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;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

div.home-footer
{
	background-color: var(--Brand1);
	padding: 2% 5%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

/*===Contents Reserved - Add 05/04/2024===*/
/* =============== Commons ============== */
/* ------ Left border ------ */

.carelHQs,
.branches
{
	margin-left: -1rem;
	padding-left: 0.8rem;
	/*  If you want personalile for every class,
		you will move the line after this comment 
		into a separated class 
	*/
	border-left: 0.2rem outset var(--Brand1);
}

/* ------ Format label ------ */
/* - Carel HQs - */

div.carelHQs h1::before,
div.carelHQs h2::before,
div.carelHQs h3::before,
div.carelHQs h4::before,
p.carelHQs::before,
li.carelHQs,
div.carelHQs a.dropDownHotspot::before,
div.branches > .carelHQs.attention-alert::after,
div.branches > .carelHQs.example-alert::after,
div.branches > .carelHQs.note-alert::after,
div.branches > .carelHQs.tip-alert::after,
.single-note-carelHQs.attention-alert::after,
.single-note-carelHQs.example-alert::after,
.single-note-carelHQs.note-alert::after,
.single-note-carelHQs.tip-alert::after,
div.branches h1::before,
div.branches h2::before,
div.branches h3::before,
div.branches h4::before,
p.branches::before,
li.branches,
div.branches a.dropDownHotspot::before,
div.carelHQs > .branches.attention-alert::after,
div.carelHQs > .branches.example-alert::after,
div.carelHQs > .branches.note-alert::after,
div.carelHQs > .branches.tip-alert::after,
.single-note-branches.attention-alert::after,
.single-note-branches.example-alert::after,
.single-note-branches.note-alert::after,
.single-note-branches.tip-alert::after
/* Title H1 */
/* Title H2 */
/* Title H3 */
/* Title H4 */
/* Paragraph */
/* Point of a list */
/* Drop-Down */
/* Note */
/* Note */
/* Note */
/* Note */
/* Single note */
/* Single note */
/* Single note */
/* Single note */
/* - Branches - */
/* Title H1 */
/* Title H2 */
/* Title H3 */
/* Title H4 */
/* Paragraph */
/* Point of a list */
/* Drop-Down */
/* Note */
/* Note */
/* Note */
/* Note */
/* Single note */
/* Single note */
/* Single note */
/* Single note */
{
	/* Border */
	border: 2px solid;
	border-radius: 40px;
	padding: 4px 8px 4px 8px;
	margin-bottom: 0.5rem;
	line-height: 50px;
	/* Text */
	white-space: pre-wrap;
	color: var(--Brand1);
	border-color: var(--Brand1);
}

/* ------ Add margin left to the drop down ------ */

div.carelHQs a.dropDownHotspot::before,
div.branches a.dropDownHotspot::before
/* Drop-Down */
/* Drop-Down */
{
	margin-left: 15px;
}

/* ============== CAREL HQs ============= */
/* ------ Text of label with new line ------ */

p.carelHQs::before,
li.carelHQs,
div.branches > .carelHQs.attention-alert::after,
div.branches > .carelHQs.example-alert::after,
div.branches > .carelHQs.note-alert::after,
div.branches > .carelHQs.tip-alert::after,
.single-note-carelHQs.attention-alert::after,
.single-note-carelHQs.example-alert::after,
.single-note-carelHQs.note-alert::after,
.single-note-carelHQs.tip-alert::after
/* Paragraph */
/* Point of a list */
/* Note */
/* Note */
/* Note */
/* Note */
/* Single note */
/* Single note */
/* Single note */
/* Single note */
{
	content: "Reserved CAREL HQs\A";
}

/* ------ Text of label inline ------ */

div.carelHQs h1::before,
div.carelHQs h2::before,
div.carelHQs h3::before,
div.carelHQs h4::before,
li p.carelHQs::before
/* Title H1 */
/* Title H2 */
/* Title H3 */
/* Title H4 */
/* Point of a list */
{
	content: "Reserved CAREL HQs" !important;
	margin-right: 5px;
}

div.carelHQs a.dropDownHotspot:nth-child(1)::before	/* Drop-Down */
{
	content: "Reserved CAREL HQs";
	margin-right: -10px !important;
}

/* ============== Branches ============== */
/* ------ Text of label with new line ------ */

p.branches::before,
li.branches,
div.carelHQs > .branches.attention-alert::after,
div.carelHQs > .branches.example-alert::after,
div.carelHQs > .branches.note-alert::after,
div.carelHQs > .branches.tip-alert::after,
.single-note-branches.attention-alert::after,
.single-note-branches.example-alert::after,
.single-note-branches.note-alert::after,
.single-note-branches.tip-alert::after
/* Paragraph */
/* ex: :not(li p.branches) */
/* Point of a list */
/* Note */
/* Note */
/* Note */
/* Note */
/* Single note */
/* Single note */
/* Single note */
/* Single note */
{
	content: "Reserved CAREL\A";
}

/* ------ Text of label inline ------ */

div.branches h1::before,
div.branches h2::before,
div.branches h3::before,
div.branches h4::before,
li p.branches::before
/* Title H1 */
/* Title H2 */
/* Title H3 */
/* Title H4 */
/* Point of a list */
{
	content: "Reserved CAREL" !important;
	margin-right: 5px;
}

/* ------ Text of label for dropdown ------ */

div.branches a.dropDownHotspot:nth-child(1)::before	/* Drop-Down */
{
	content: "Reserved CAREL";
	margin-right: -10px !important;
}

/* ============== NOT ============== */
/* ------ Remove border left ------ */

table,
table td p,
li p.carelHQs,
li p.branches
/* Table */
/* Table cell */
/* Point of a list */
/* Point of a list */
{
	margin-left: 0;
	padding-left: 0;
	border-left: 0 !important;
}

/* ------ Remove border left ------ */

div.branches > .carelHQs.attention-alert,
div.branches > .carelHQs.example-alert,
div.branches > .carelHQs.note-alert,
div.branches > .carelHQs.tip-alert,
div.branches > .branches.attention-alert,
div.branches > .branches.example-alert,
div.branches > .branches.note-alert,
div.branches > .branches.tip-alert,
div.carelHQs > .branches.attention-alert,
div.carelHQs > .branches.example-alert,
div.carelHQs > .branches.note-alert,
div.carelHQs > .branches.tip-alert,
div.carelHQs > .carelHQs.attention-alert,
div.carelHQs > .carelHQs.example-alert,
div.carelHQs > .carelHQs.note-alert,
div.carelHQs > .carelHQs.tip-alert
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
/* Note */
{
	margin-left: 0 !important;
	border-left: 0 !important;
}

/* ------ Remove label ------ */
/* - Tag .carelHQs preceed by an <h1> - */

div.carelHQs h1 ~ h2::before,
div.carelHQs h1 ~ h3::before,
div.carelHQs h1 ~ h4::before,
div.carelHQs h1 ~ p.carelHQs::before,
div.carelHQs h1 ~ a.dropDownHotspot::before,
div.carelHQs h2 ~ h2::before,
div.carelHQs h2 ~ h3::before,
div.carelHQs h2 ~ h4::before,
div.carelHQs h2 ~ p.carelHQs::before,
div.carelHQs h2 ~ a.dropDownHotspot::before,
div.carelHQs h3 ~ h3::before,
div.carelHQs h3 ~ h4::before,
div.carelHQs h3 ~ p.carelHQs::before,
div.carelHQs h3 ~ a.dropDownHotspot::before,
div.carelHQs h4 ~ h4::before,
div.carelHQs h4 ~ p.carelHQs::before,
div.carelHQs h4 ~ a.dropDownHotspot::before,
div.carelHQs h1 ~ * h2::before,
div.carelHQs h1 ~ * h3::before,
div.carelHQs h1 ~ * h4::before,
div.carelHQs h1 ~ * p.carelHQs::before,
div.carelHQs h1 ~ * a.dropDownHotspot::before,
div.carelHQs h2 ~ * h2::before,
div.carelHQs h2 ~ * h3::before,
div.carelHQs h2 ~ * h4::before,
div.carelHQs h2 ~ * p.carelHQs::before,
div.carelHQs h2 ~ * a.dropDownHotspot::before,
div.carelHQs h3 ~ * h3::before,
div.carelHQs h3 ~ * h4::before,
div.carelHQs h3 ~ * p.carelHQs::before,
div.carelHQs h3 ~ * a.dropDownHotspot::before,
div.carelHQs h4 ~ * h4::before,
div.carelHQs h4 ~ * p.carelHQs::before,
div.carelHQs h4 ~ * a.dropDownHotspot::before,
div.branches h1 ~ h2::before,
div.branches h1 ~ h3::before,
div.branches h1 ~ h4::before,
div.branches h1 ~ p.branches::before,
div.branches h1 ~ a.dropDownHotspot::before,
div.branches h2 ~ h2::before,
div.branches h2 ~ h3::before,
div.branches h2 ~ h4::before,
div.branches h2 ~ p.branches::before,
div.branches h2 ~ a.dropDownHotspot::before,
div.branches h3 ~ h3::before,
div.branches h3 ~ h4::before,
div.branches h3 ~ p.branches::before,
div.branches h3 ~ a.dropDownHotspot::before,
div.branches h4 ~ h4::before,
div.branches h4 ~ p.branches::before,
div.branches h4 ~ a.dropDownHotspot::before,
div.branches h1 ~ * h2::before,
div.branches h1 ~ * h3::before,
div.branches h1 ~ * h4::before,
div.branches h1 ~ * p.branches::before,
div.branches h1 ~ * a.dropDownHotspot::before,
div.branches h2 ~ * h2::before,
div.branches h2 ~ * h3::before,
div.branches h2 ~ * h4::before,
div.branches h2 ~ * p.branches::before,
div.branches h2 ~ * a.dropDownHotspot::before,
div.branches h3 ~ * h3::before,
div.branches h3 ~ * h4::before,
div.branches h3 ~ * p.branches::before,
div.branches h3 ~ * a.dropDownHotspot::before,
div.branches h4 ~ * h4::before,
div.branches h4 ~ * p.branches::before,
div.branches h4 ~ * a.dropDownHotspot::before
/* If there is an h1 tag before h2, h2 tag must not to show the label */
/* If there is an h1 tag before h3, h3 tag must not to show the label */
/* If there is an h1 tag before h4, h4 tag must not to show the label */
/* If there is an h1 tag before p, p tag must not to show the label */
/* If there is an h1 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .carelHQs preceed by an <h2> - */
/* If there is an h2 tag before h2, h2 tag must not to show the label */
/* If there is an h2 tag before h3, h3 tag must not to show the label */
/* If there is an h2 tag before h4, h4 tag must not to show the label */
/* If there is an h2 tag before p, p tag must not to show the label */
/* If there is an h2 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .carelHQs preceed by an <h3> - */
/* If there is an h3 tag before h3, h3 tag must not to show the label */
/* If there is an h3 tag before h4, h4 tag must not to show the label */
/* If there is an h3 tag before p, p tag must not to show the label */
/* If there is an h3 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .carelHQs preceed by an <h4> - */
/* If there is an h4 tag before h4, h4 tag must not to show the label */
/* If there is an h4 tag before p, p tag must not to show the label */
/* If there is an h1 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .carelHQs preceed by an <h1> - */
/* If there is an h1 tag before h2, h2 tag must not to show the label */
/* If there is an h1 tag before h3, h3 tag must not to show the label */
/* If there is an h1 tag before h4, h4 tag must not to show the label */
/* If there is an h1 tag before p, p tag must not to show the label */
/* If there is an h1 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .carelHQs preceed by an <h2> - */
/* If there is an h2 tag before h2, h2 tag must not to show the label */
/* If there is an h2 tag before h3, h3 tag must not to show the label */
/* If there is an h2 tag before h4, h4 tag must not to show the label */
/* If there is an h2 tag before p, p tag must not to show the label */
/* If there is an h2 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .carelHQs preceed by an <h3> - */
/* If there is an h3 tag before h3, h3 tag must not to show the label */
/* If there is an h3 tag before h4, h4 tag must not to show the label */
/* If there is an h3 tag before p, p tag must not to show the label */
/* If there is an h3 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .carelHQs preceed by an <h4> - */
/* If there is an h4 tag before h4, h4 tag must not to show the label */
/* If there is an h4 tag before p, p tag must not to show the label */
/* If there is an h4 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h1> - */
/* If there is an h1 tag before h2, h2 tag must not to show the label */
/* If there is an h1 tag before h3, h3 tag must not to show the label */
/* If there is an h1 tag before h4, h4 tag must not to show the label */
/* If there is an h1 tag before p, p tag must not to show the label */
/* If there is an h1 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h2> - */
/* If there is an h2 tag before h2, h2 tag must not to show the label */
/* If there is an h2 tag before h3, h3 tag must not to show the label */
/* If there is an h2 tag before h4, h4 tag must not to show the label */
/* If there is an h2 tag before p, p tag must not to show the label */
/* If there is an h2 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h3> - */
/* If there is an h3 tag before h3, h3 tag must not to show the label */
/* If there is an h3 tag before h4, h4 tag must not to show the label */
/* If there is an h3 tag before p, p tag must not to show the label */
/* If there is an h3 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h4> - */
/* If there is an h4 tag before h4, h4 tag must not to show the label */
/* If there is an h4 tag before h4, h4 tag must not to show the label */
/* If there is an h4 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h1> - */
/* If there is an h1 tag before h2, h2 tag must not to show the label */
/* If there is an h1 tag before h3, h3 tag must not to show the label */
/* If there is an h1 tag before h4, h4 tag must not to show the label */
/* If there is an h1 tag before p, p tag must not to show the label */
/* If there is an h1 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h2> - */
/* If there is an h2 tag before h2, h2 tag must not to show the label */
/* If there is an h2 tag before h3, h3 tag must not to show the label */
/* If there is an h2 tag before h4, h4 tag must not to show the label */
/* If there is an h2 tag before p, p tag must not to show the label */
/* If there is an h2 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h3> - */
/* If there is an h3 tag before h3, h3 tag must not to show the label */
/* If there is an h3 tag before h4, h4 tag must not to show the label */
/* If there is an h3 tag before p, p tag must not to show the label */
/* If there is an h3 tag before a dropdown, the dropdown must not to show the label */
/* - Tag .branches preceed by an <h4> - */
/* If there is an h4 tag before h4, h4 tag must not to show the label */
/* If there is an h4 tag before p, p tag must not to show the label */
/* If there is an h4 tag before a dropdown, the dropdown must not to show the label */
{
	content: "" !important;
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	line-height: unset;
	margin-right: 0px;
}

/* =============== Permalink ============== */

.anchor span::before
{
	vertical-align: text-top;
}

h3
{
	min-height: 30px !important;
}

h4
{
	min-height: 28px !important;
}

.MCDropDownHead a div
{
	min-height: 30px !important;
}

/* ======== Table fix column width ======== */

table.tab-fix-col-100 td:nth-child(odd)
{
	width: 100px;
	height: 85px;
}

table.tab-fix-col-200 td:nth-child(odd)
{
	width: 200px;
	height: 85px;
}

/* ======================================== */
/* =========== GO TO TOP button =========== */

#go-to-top-button
{
	display: inline-block;
	background-color: var(--White);
	width: 50px;
	height: 50px;
	/*text-align: center;*/
	border-radius: 25px;
	/* ex 4px */
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	margin-bottom: 15px;
}

#go-to-top-button::after
{
	content: url("https://devicecreatordocs.carel.com/carelhelp/Resources/Scripts/up-arrow.svg");
	line-height: 50px;
}

#go-to-top-button:hover
{
	cursor: pointer;
	background-color: var(--White);
	border-color: var(--White);
}

#go-to-top-button:active
{
	background-color: var(--White);
	border-color: var(--White);
}

#go-to-top-button.show
{
	opacity: 1;
	visibility: visible;
}

/* ======================================== */
/* ================ Link ================ */

#contentBody a[target="_blank"]:after
{
	content: url("../Images/_Assets/Icons/Arrows/target_blank.svg");
	margin: 0 3px 0 5px;
}

/* ======================================== */
/* ================ Search ================ */

.SearchHighlight
{
	background-color: rgba(255, 150, 50, 1);
}

h1.SearchHighlight
{
	color: var(--Dark);
}

/* ======================================== */
/* ======== progress TOC of Topic ========= */

.post-content
{
	width: 80%;
}

.table-of-contents
{
	width: 15%;
	height: 60%;
	position: fixed;
	top: 60px;
	right: 17px;
	overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.table-of-contents::-webkit-scrollbar
{
	display: none;
}

.table-of-contents .page-toc-title
{
	font-weight: bold;
	font-size: 20px;
	color: var(--Dark);
	margin-left: 10px;
}

.table-of-contents a
{
	display: inline-block;
	font-weight: 300;
	color: var(--Dark);
	padding-left: 20px;
	height: 1.5rem;
	line-height: 1.5rem;
}

.table-of-contents a.active
{
	padding-left: 18px;
	border-left: 2px solid var(--Brand1);
	font-weight: bold;
}

.table-of-contents #right-index-menu
{
	padding-left: 10px;
}

.table-of-contents #right-index-menu .indent-h3 *
{
	padding-left: 30px;
}

.table-of-contents #right-index-menu .indent-h4 *
{
	padding-left: 50px;
}

ul#right-index-menu li
{
	list-style-type: none;
}

ul#right-index-menu li a
{
	text-decoration: none;
}

/* ======================================== */
/* ============= Menu laterale ============ */

ul.sidenav ul > li > a.selected
{
	text-decoration: underline;
	text-underline-offset: 5px;
}

/* ======================================== */
/* Table */

table	/*[ADD] 07/21/2023*/
{
	width: 100%;
}

table li,
table ul
{
	margin: 0px;
}

table th
{
	background: var(--Dark);
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 8px;
	text-align: left;
	border: 1px solid #ddd;
	border-top: none;
}

table th:first-child
{
	border-top-left-radius: 6px;
	border-left: none;
}

table th:last-child
{
	border-top-right-radius: 6px;
	border-right: none;
}

table td
{
	font-weight: normal;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #ddd;
	vertical-align: top;
}

td p	/* [ADD] CAREL 30/08/2023 */
{
	margin-bottom: 2px;
	margin-top: 2px;
}

table tr:nth-child(even)
{
	background-color: #f2f2f2;
}

table tr:hover
{
	background-color: #ddd;
}

table.first-column-italic td:first-child,
table.data-structure td:first-child
{
	font-style: italic;
}

.my-dropdown-content	/* Table [ADD] 25/08/2023 */
{
	border: solid 1px #ddd;
	padding: 8px;
	font-weight: normal;
	font-size: 0, 8em;
	margin-bottom: 2px;
}

#resultList h3.title a	/* [ADD] 11/09/2023 */
{
	color: #ed1c24;
}

MadCap|codeSnippetCopyButton
{
	mc-label: ' ';
}

MadCap|codeSnippetBody
{
	mc-code-lang: Java;
}

@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;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.topic-hero h1
	{
		font-size: 3rem;
		line-height: 3rem;
	}

	div.topic-hero h2
	{
		font-size: 2.3rem;
		line-height: 2.3rem;
	}

	div.topic-hero h3
	{
		font-size: 1.8rem;
		line-height: 1.8rem;
	}

	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;
	}

	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%;
	}
}

@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;
	}
}

