video::cue {
	opacity: 0;
	display: none;
}

/* ONLINE HELP RESPONSIBE LAYOUT */
.x-panel-body-default {
	overflow: hidden;
	border-bottom: none;
}

.x-docked-noborder-left{
	overflow-y: auto;
}
html[dir="rtl"] .x-grid-cell-inner-treecolumn {
	text-align: right !important;
}
html[dir="rtl"] .fa-arrow-right:before {
	content: "\f060";
}
html[dir="rtl"] .fa-arrow-left:before {
	content: "\f061";
}
html[dir="rtl"] .x-tree-arrows .x-tree-expander {
	background-image: url(../images/arrows-rtl.png);
	background-position: -24px center;
}
html[dir="rtl"] .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander {
    background-position: 0 center;
}
.button-search {
	width: 0px;
	height: 0px;
	opacity: 0.8;
	margin-top: 1px;
	margin-left: 6px;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.content-search {
	float: right;
	display: flex;
	margin-left: auto;
    flex-direction: row-reverse;
		width: 0px;
}

html[dir="rtl"] .content-search {
	float: left;
}

html[dir="rtl"] .sidebar {
	float: right;
}

html[dir="rtl"] .navigation  {
	padding: 0
}
.smc-main-ct > .x-panel-header .content-search .x-form-trigger-wrap-default{
    width: calc(100% - 38px);
    max-width: 300px;
}

.smc-main-ct > .x-panel-header .x-title-text {
	padding-left: 300px;
	font-size: 33px !important;
	font-weight: bold;
	line-height: 35px;
	white-space: initial;
	display: flex;
    column-gap: 8px;
}
html[dir = "rtl"] .smc-main-ct > .x-panel-header .x-title-text {
	padding: 0 300px 0 0;
}
.banner-header-section {
	margin-left: 0px;
	min-width: 0px;
	width: 0px;
}
.x-panel-header-title-default > .x-title-text-default {
	color: #EC7326;
	text-transform: none;
	padding: 0;
}

.smc-main-ct > .x-panel-header {
	background-size: 37px !important;
	background: white url(../images/logo.svg) no-repeat 15px;
	font-family: Arial;
	font-size: 32px;
	overflow: visible;
}
html[dir = "rtl"] .smc-main-ct > .x-panel-header {
	background-position: right;
}
.website-custom-logo .smc-main-ct > .x-panel-header {
	background: white;
}
@media screen and (max-width: 575px) {
	.menu-mobile {
		margin-right: 2px;
		background-image: url('../images/menu_mobile_orange.svg');
		background-color: transparent;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		height: 30px;
		width: 30px;
		border: none;
		display: block !important;
	}

	.logo-container {
		display: none;
	}

	.x-tool-img {
		display: none;
	}

	.headline-content {
		margin-top: 14px;
	}

	.container-navButtons {
		display: flex;
	}

	.content-search {
		margin-left: auto;
	}

	.section-header {
		padding-top: 5px;
	}

	.fuzzyComplete {
		width: 200px !important;
	}

	.smc-round-borders {
		left: 0 !important;
		width: 100% !important;
	}

	.smc-content-ct {
		width: 100% !important;
		z-index: 0;
	}

	.x-tab-bar-horizontal {
		width: 100% !important;
	}

	.x-tabpanel-child {
		width: 100% !important;
	}

	.filter-combo-book {
		margin-top: 5px;
		margin-right: 5px;
	}

	.x-result-counter {
		margin-top: 5px;
	}

	.smc-main-ct > .x-panel-header {
		background-image: none;
	}

	.smc-round-borders > .x-panel-body {
		width: 100% !important;
	}

	.x-panel-header-default-collapsed-border-left {
		display: none !important;
	}

	.content > .x-panel-bodyWrap > .x-panel-body-default {
		width: 100% !important;
	}

	.x-panel-header-title > .x-title-text > .marker {
		display: none;
	}

	.smc-content-ct > .smc-round-borders > .x-panel-body {
		width: 100% !important;
	}

	.smc-content-ct > .x-panel-bodyWrap > .x-panel-body {
		width: 100% !important;
	}

}

.menu-mobile {
	display: none;
}

.background-menu-mobile {
	background-color: lightgrey;
	opacity: .65;
	width: 100% !important;
}

.smc-sidebar .x-tree-node-text {
	font-size: 12px;
	font-family: Helvetica;
}

.smc-loading {
	position: absolute;
	left: 45%;
	top: 40%;
	padding: 2px;
	z-index: 1001;
	height: auto;
}

.smc-loading-indicator {
	font-size: 11px;
	background: no-repeat top left;
	padding-left: 20px;
	height: 18px;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
}

#smc-tab-search-result-bodyWrap {
	padding: 10px 3px 2px 10px;
}

#smc-tab-search-result-body {
	max-width: 800px !important;
}

.x-bookName {
	float: right;
	font-size: small;
	border-radius: 3px;
	margin-right: 5px;
	color: #fff;
	background-color: #157fcc;
	padding: 2px 2px 2px 2px;
}

.smc-search-result-counter {
	margin-bottom: 15px;
	margin-top: 5px;
}

.x-result {
	background-color: #f5f5f5;
	max-width: 800px;
	overflow: auto;
}

.smc-search-result-item {
	background-color: #f5f5f5;
	max-width: 800px;
	margin-bottom: 8px;
}

.filter-combo-book {
	float: right;
	min-width: 200px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	padding: 0px 20px 0px 5px;
	border-color: #909090;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-image: url(../images/expand-drop.svg);
	margin-bottom: 5px;
}

.smc-button-collapse {
	width: 32px !important;
	height: 32px !important;
	position: absolute;
	top: 6px !important;
	left: auto !important;
	right: 6px !important;
	z-index: 99;
}
.actionButton {
	text-decoration: none;
	background-color: #c5c5c5;
	color: rgb(51 51 51);
	position: absolute;
	right: 40px;
	margin-top: 5px;
	z-index: 1;
	background-image: url("../images/copy.svg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 24px;
}
html[dir="rtl"] .smc-button-collapse {
	right: auto !important;
	left: 6px !important;
}

.actionButton:hover {
	background-color: #c5c5c5;
	color: rgb(51 51 51);
	position: absolute;
	float: right;
	right: 40px;
	margin-top: 5px;
	z-index: 1;
}
.smc-sidebar .x-tool-expand-left {
	background-image: url('../images/left-arrow.svg');
	background-position: center center;
	background-color: transparent;
}
html[dir = "rtl"] .smc-sidebar .x-tool-expand-left {
	background-image: url('../images/right-arrow.svg');
}

.smc-main-ct .x-tool-expand-right {
	background-image: url('../images/right-arrow.svg');
	background-position: center center;
	background-color: transparent;
}

html[dir = "rtl"] .smc-main-ct .x-tool-expand-right {
	background-image: url('../images/left-arrow.svg');
}

.smc-sidebar .x-tool-focus,
.smc-main-ct .x-tool-focus {
	text-decoration: none;
	outline-offset: 1px;
	outline: #55464B solid 1px;
}

.smc-main-ct > .x-panel-header .fuzzyComplete,
.smc-main-ct > .x-panel-header .fuzzyResults {
	font-family: Arial, serif;
	font-size: 12px;
	color: #000;
	width: 300px;
}

.smc-main-ct > .x-panel-header .fuzzyComplete {
	height: 0px;
	margin-top: 1px;
	padding: 0px;
	float: right;
}

.smc-main-ct > .x-panel-header .fuzzyResults {
	clear: both;
	display: none;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	position: absolute;
	list-style: none;
	padding: 0;
}
html[dir = "rtl"] .smc-main-ct > .x-panel-header .fuzzyResults {
	text-align: right;
}

.smc-main-ct > .x-panel-header .fuzzyResults li {
	padding: 0px 2px;
}

/* END ONLINE HELP RESPONSIVE LAYOUT */

ol.instruction:not(.Continue):not(.Numeric) {
	counter-reset: itemC var(--lastC);
}

ol.instruction.Numeric,
ol.enum-standard,
ul.enum-standard {
	counter-reset: item var(--lastC);
}

ol.instruction.Continue {
	counter-reset: itemC var(--lastC);
}

ol.instruction.Continue > li.step:not(.result)::before {
	content: counter(itemC) ".";
}

ol.instruction.Continue > li.step:not(.result) {
	counter-increment: itemC;
}

ol.instruction.Continue > li.step:not(.result)::before {
	content: counter(itemC) ".";
}

ol.instruction li.step.result {
	counter-increment: none;
}

ol.instruction:not(.Continue):not(.Numeric) > li.step:not(.result) {
	counter-increment: itemC;
	margin-left: 16px;
}

ol.instruction:not(.Continue):not(.Numeric) > li.step:not(.result)::before {
	content: counter(itemC) ".";
}

#section-column-main-content {
	padding-bottom: 15px;
}

.h1, h1 {
	font-size: 2.571em;
}

.h2, h2 {
	font-size: 1.857em;
}

.h3, h3 {
	font-size: 25px;
}

.h1, h1, .h2, h2, .h3, h3 {
	font-weight: bold;
}

.column-main {
	padding-top: 17px;
}

.main-nav > .container {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-header {
	width: 100%;
}
.navbar-title{
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.navbar-product-name {
	display: inline-block;
	font-size: 24px;
	position: absolute;
	left: 25%;
	margin: 10px 0px 0px 10px;
}

html[dir="rtl"] .navbar-title{
	white-space: nowrap;
	overflow: visible;
}

.logo-container {
	position: absolute;
	left: 8px;
	top: 0px;
	background-color: transparent !important;
	background-image: none !important;
}
.navbar-brand, .secondLogo {
	display: block;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.navbar-brand > img {
	max-width: 85% !important;
	max-height: 85%;
	margin: 5%  10px 0px 0px;
}

.secondLogo {
	float: right;
}

ol.breadcrumb {
	padding: 10px 0px;
	background-color: transparent;
	margin-bottom: 10px;
	border-bottom: 1px #EFEFEF solid;
}

.breadcrumb > li + li:before {
	content: ">";
	color: rgb(119, 119, 119);
}

.breadcrumb > .active {
	color: rgb(119, 119, 119);
}

.breadcrumb > li a {
	color: rgb(119, 119, 119);
}

.par {
	max-width: 769px;
	overflow-wrap: break-word;
}

.container-enum {
	list-style-position: outside;
	padding: 0;
	position: relative;
	max-width: 769px;
}

.container-enum > *{
	margin-left: 16px;
}
html[dir="rtl"] .container-enum > *{
	margin-left: 0;
	margin-right: 16px;
}
.container-enum li
{margin-bottom: 8px;}

.container-enum li.enum-element,
.container-enum li.step {
	position: relative;
	list-style: none;
}

li.enum-element::before,
li.step::before {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
html[dir="rtl"] li.enum-element::before,
html[dir="rtl"] li.step::before {
	margin-left: 5px;
}

.container-enum.Line > li.enum-element::before {
	content: '-';
	vertical-align: 1px;
	margin-right: 10px;
}

.container-enum.standard > li.enum-element::before,
.container-enum.Bullet > li.enum-element::before,
li.none-style > .enum-container > ul.evenList > li.enum-element::before  {
	content: '\2022';
	vertical-align: middle;
	margin: 0 8px 0 -16px;
	font-size: 22px;
	line-height: 16px;
}
li.none-style > .enum-container > ul.oddList > li.enum-element::before{
	content: '\25E6';
}

html[dir="rtl"] .container-enum.standard > li.enum-element::before,
html[dir="rtl"] .container-enum.Bullet > li.enum-element::before {
	margin: 0 -16px 0 8px;
}

td[dir="ltr"] .container-enum.standard > li.enum-element::before,
td[dir="ltr"] .container-enum.Bullet > li.enum-element::before {
	margin: 0 8px 0 0px;
}

.container-enum.Arrow > li.enum-element::before {
	content: '►';
	font-size: 10px;
	vertical-align: middle;
}
html[dir="rtl"] .container-enum.Arrow > li.enum-element::before {
	content: '\25C4';
}

.container-enum.Check > li.enum-element::before {
	content: '\2713';
	vertical-align: middle;
}

.container-enum.Point > li.enum-element::before {
	content: '•';
	font-size: 18px;
	margin: 0 10px 0 -16px;
}

.container-enum li.enum-element span.line {
	display: none;
}

.enum-container > p.enum-title,
.instruction-container > p.enum-title {
	list-style: none;
	color: #4d4d4d;
	margin-left: 0;
	font-weight: bold;
}

html[dir="rtl"] .container-enum li.enum-title {
	margin-right: 0;
}

.container-enum.Numeric > li:not( .none-style),
.container-enum.Alpha > li:not( .none-style) {
	counter-increment: item;
}

.container-enum.Numeric > li:not( .none-style)::before {
	content: counter(item) ".";
}

.container-enum.Alpha > li:not( .none-style)::before {
	content: counter(item, lower-alpha) ".";
	vertical-align: baseline;
}
.container-enum.instruction {
	position: relative;
}

.none-style {
	list-style: none;
}

li.step:before,
.container-enum > li:before {
	margin-left: -16px;
}

html[dir="rtl"] li.step:before,
html[dir="rtl"] .container-enum > li:before {
	margin-right: -16px;
}

li.step.result::before {
	content: '\2713';
}

ol.instruction.DontNumber:not(.Continue):not(.Numeric) > li.step:not(.result)::before {
	content: '>';
}

.titlepage-title-theme {
	font-weight: bold;
	font-size: 1.571em;
}

.titlepage-title {
	font-weight: bold;
	font-size: 1.285em;
}

.sidebar-toggle .icon-bar {
	background-color: #000;
	height: 3px;
}

.sidebar .navbar-nav {
	width: 100%;
}

.sidebar .navbar-nav li {
	display: block;
	clear: both;
	border-bottom: 1px #FFF solid;
}

.sidebar .navbar-nav li.dropdown-submenu > a {
	padding-right: 25px;
}

.sidebar .navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0 none;
}

.sidebar .navbar-nav li a {
	color: #4d4d4d;
	vertical-align: top;
	position: relative;
	min-height: 50px;
	padding: 10px 15px;
	background-color: #EFEFEF;
	line-height: 25px;
	white-space: normal;
}

.sidebar .navbar-nav li.level-3 a {
	padding-left: 25px;
}

.sidebar .navbar-nav li.hasSubmenu a {
	padding-right: 50px;
}

.sidebar .navbar-nav li:last-child a {
	margin-bottom: 0;
}

.sidebar .navbar-nav li.active > a {
	background-color: #E3E3E3;
}

.sidebar .navbar-nav li.active.level-1 > a,
.sidebar .navbar-nav li.active.level-1 > a:hover {
	background-color: #2C97D4;
	color: #FFF;
}

.sidebar .navbar-nav li.level-2 > a {
	background-color: rgb(119, 119, 119);
	color: #FFF;
}
html[dir="rtl"] .sidebar  a {
	text-align: right;
}
.sidebar .navbar-nav li.active.level-2 > a,
.sidebar .navbar-nav li.active.level-2 > a:hover,
.sidebar .navbar-nav li.level-2 > a:hover {
	background-color: rgb(102, 102, 102);
	color: #FFF;
}

.sidebar .navbar-nav li > a:hover {
	background-color: #E3E3E3;
	color: #000;
}

.sidebar .navbar-nav li.ancestorActive.hasSubmenu > .submenu li > a.sidebar-nav-link-active {
	background-color: #2C97D4;
}

.sidebar .navbar-nav li.active > a .submenuArrow.right:before {
	content: "\f078";
	color: #FFF;
	font-size: 16px;
}

.sidebar .navbar-nav li.active > a .submenuArrow.left:before {
	color: #FFF;
}

.sidebar .active > .submenuArrow {
	display: none;
}

.sidebar .navbar-nav li.active.level-2 > a .submenuArrow,
.sidebar .navbar-nav li.active.level-1 > a .submenuArrow {
	display: block;
}

.sidebar .navbar-nav li.active.level-2 > a .submenuArrow:before {
	content: "\f078";
}

.nav-icon {
	vertical-align: top;
}

.submenuArrow {
	display: block;
	float: right;
	height: 25px;
	line-height: 25px;
	width: auto;
	position: absolute;
	right: 10px;
	top: 13px;
	text-align: center;
	color: #CFCFCF;
}
html[dir="rtl"] .submenuArrow {
	float: left;
	left: -93%;
}

.submenuArrow.left {
	display: block;
	float: left;
	right: auto;
	left: 10px;
	color: #4d4d4d;
}

a > .submenuArrow:before {
	content: "\f054";
}

html[dir="rtl"] a > .submenuArrow:before {
	content: "\f053";
}

a.active > .submenuArrow:before,
html[dir="rtl"] a.active > .submenuArrow:before {
	content: "\f078";
}

.sidebar .dropdown-menu {
	padding: 0;
	background-color: #fff;
	margin: 0;
	display: none;
	width: 100%;
	border: 0;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .dropdown-menu li:first-child {
	border-top: 1px #FFF solid;
}

.sidebar .navbar-default {
	background-color: transparent;
	border: 0;
	min-height: 0;
	margin-bottom: 0;
}

.sidebar .navbar-default .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	border: 0;
}

.sidebar .active > .dropdown-menu {
	display: block;
	float: none;
}

.sidebar li.active.hasSubmenu > .submenu li > a,
.sidebar li.ancestorActive.hasSubmenu > .submenu li > a {
	background-color: #F7F4BD;
}

.sidebar .navbar-nav > li {
	float: none;
}

.searchBox {
	background-color: #efefef;
	padding: 7px 15px;
	margin: 17px 0;
	clear: both;
}

.searchBoxCt {
	position: relative;
}

.searchBoxCt .searchform input {
	width: 100%;
	border-color: #ccc;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	/* box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset; */
	color: #4d4d4d;
	float: none;
	padding: 4px 22px 4px 4px;
}

.searchBoxCt .searchButton {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 6px;
	color: #4d4d4d;
	border: none;
	background-color: transparent;
}

html[dir="rtl"] .searchBoxCt .searchButton {
	margin-top: -12px;
	left: 0;
	right: initial;
	width: 26px;
}

html[dir="rtl"] header.banner-header-section{
	margin-right: auto;
	margin-left: initial;
}

.x-result {
	margin-top: 10px;
}

.x-result:last-child {
	margin-bottom: 15px;
}

.highlight {
	background-color: yellow;
}

.link-icon {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #8A8A8A;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.link-icon.number {
	font-size: 30px;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	display: none;
}

.active > a .link-icon, .submenu > li > a .link-icon {
	background-color: transparent;
}

.link-text {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

.block-ct {
	margin-bottom: 15px;
}

.block:after, .block-inner-infoIcon:after {
	display: table;
	content: " ";
	clear: both;
}

.block-ct:last-child > .block {
	margin-bottom: 0;
}

.block.infoIcon {
	background-color: #F5F5F5;
	padding: 8px 35px 8px 0;
	position: relative;
}

.block-inner-infoIcon {
	padding-top: 40px;
}

*[data-empty-content="true"] .block-inner-infoIcon {
	padding-top: 30px;
}

*[data-empty-content="true"] .block-inner-infoIcon .infoButton {
	top: -27px;
}

article.block > header, .h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
}

.headline-content, .childBlockCt .header-label {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.infoButton {
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	background-color: #2C97D4;
	border-radius: 50%;
	padding: 3px;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: -35px;
	cursor: pointer;
	z-index: 1051;
}

.infoButton i:before {
	content: "\f129";
	font-size: 20px;
}

.media-theme:not(.has-caption):not(.has-video-caption) {
	margin-bottom: 15px;
}

figcaption {
	text-align: left;
	font-weight: bold;
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 4px;
	font-style: normal;
}

.container-media-legend {
	padding-bottom: 8px;
}

.pan-zoom-frame {
	border: 1px solid #4d4d4d;
}
figure.media{
	max-width: 100%;
}
figure.zoom-tool {
	position: relative;
	margin-bottom: 10px;
}

img.zoom-tool {
	width: auto !important;
}

.responsiveHotspot {
	width: 100%;
	position: relative;
	max-width: fit-content;
}
.table-responsive .responsiveHotspot {
	width: initial;
}

.responsiveHotspot .hotspot {
	position: absolute;
	display: flex;
}

.responsiveHotspot .hotspot a {
	width: 100%;
	height: 100%;
}
span.responsiveHotspot {
	width: max-content;
	position: relative;
	max-width: 100%;
	display: inline-block;
}
.responsiveHotspot .circle-hotspot {
	border-radius: 50%;
}
.inlineResponsiveHotspot {
	position: absolute;
	background-color: red;
}
.string {
	font-family: monospace;
	font-weight: bold;
}

.table {
	width: 100%;
	margin-bottom: 0;
}

.table-responsive {
	overflow-x: auto;
}

.table-header {
	background-color: #EEE;
	font-weight: bold;
}

.table > tbody > tr > td.table-header-vertical {
	border-right-width: 2px;
}

.table-striped.inverse.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: transparent;
}

.table-striped.inverse.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #f9f9f9;
}

*[align="center"] {
	text-align: center;
}

*[align="left"] {
	text-align: left;
}

*[align="right"] {
	text-align: right;
}

*[align="justify"] {
	text-align: justify;
}

*[valign="middle"],
.table > thead > tr > th[valign="middle"],
.table > tbody > tr > td[valign="middle"],
.table > tbody > tr > th[valign="middle"],
.table > tfoot > tr > td[valign="middle"],
.table > tfoot > tr > th[valign="middle"],
.table > thead > tr > td[valign="middle"],
.table > thead > tr > th[valign="middle"] {
	vertical-align: middle;
}

*[valign="top"],
.table > thead > tr > th[valign="top"],
.table > tbody > tr > td[valign="top"],
.table > tbody > tr > th[valign="top"],
.table > tfoot > tr > td[valign="top"],
.table > tfoot > tr > th[valign="top"],
.table > thead > tr > td[valign="top"],
.table > thead > tr > th[valign="top"] {
	vertical-align: top;
}

*[valign="bottom"],
.table > thead > tr > th[valign="bottom"],
.table > tbody > tr > td[valign="bottom"],
.table > tbody > tr > th[valign="bottom"],
.table > tfoot > tr > td[valign="bottom"],
.table > tfoot > tr > th[valign="bottom"],
.table > thead > tr > td[valign="bottom"],
.table > thead > tr > th[valign="bottom"] {
	vertical-align: bottom;
}

.table > tbody > tr > td.table-cell-Nolines,
.table > tbody > tr > th.table-cell-Nolines,
.table > tfoot > tr > td.table-cell-Nolines,
.table > tfoot > tr > th.table-cell-Nolines,
.table > thead > tr > td.table-cell-Nolines,
.table > thead > tr > th.table-cell-Nolines {
	border-width: 0;
}

.table caption {
	text-align: left;
	caption-side: bottom;
	color: #000;
}

html[dir="rtl"] .table caption,
html[dir="rtl"] .table-header .par {
	text-align: right;
}

.table-title {
	margin-top: 0;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0;
}

.table p {
	margin-bottom: 0;
}

.padding-left {
	padding-left: 7px;
}

.padding-right {
	padding-right: 7px;
}

.table-cell-firstcolumn.content-level2 {
	padding-left: 1.5em;
}

.table-cell-firstcolumn.content-level3 {
	padding-left: 2.0em;
}

.table-cell-firstcolumn.content-level4 {
	padding-left: 2.5em;
}

.table-cell-firstcolumn.content-level5 {
	padding-left: 3.0em;
}

.table-cell-firstcolumn.content-level6 {
	padding-left: 3.5em;
}

.container-cms .table-row.inherited > .table-cell {
	color: #707070;
}

/* ############### CONTENT - NOTICE ###############*/


.notice-container {
	overflow: hidden;
	max-width: 769px;
}

.notice-end {
	clear: both;
	height: 1px;
	width: 100%;
	background-color: transparent;
}


/* default notices */
.notice:not(.ANSI) {
	border: 0 none;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.notice.hasCustomIcon:not(.ANSI) .notice-body {
	margin-left: 50px;
}

.notice:not(.ANSI) .notice-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 3px;
}
html[dir="rtl"] .notice:not(.ANSI) .notice-icon {
	float: right;
	margin-left: 3px;
}

.notice:not(.ANSI) .notice-icon.custom-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 40px;
	height: auto;
	float: left;
	margin: 25px 0 0 0;
}

.notice:not(.ANSI) .notice-icon.custom-icon img {
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 5px;
}

.notice:not(.ANSI) .notice-title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 16px;
}
html[dir="rtl"] .notice:not(.ANSI) .notice-title {
	text-align: right;
}

.notice.hasCustomIcon:not(.ANSI) .notice-title {
	margin-left: 50px;
}

.notice.Danger:not(.ANSI) {
	border-left: 5px #D0454C solid;
	background-color: #FFBDBD;
}

.notice.Danger:not(.ANSI) .notice-icon:not(.custom-icon) {
	background-image: url('../images/warning_icon.svg');
}

.notice.Warning:not(.ANSI) {
	border-left: 5px #E1C542 solid;
	background-color: #FEF1B6;
}
html[dir="rtl"] .notice.Warning:not(.ANSI) {
	border-left: 0;
	border-right: 5px #E1C542 solid;
}

.notice.Warning:not(.ANSI) .notice-icon:not(.custom-icon) {
	background-image: url('../images/warning_icon.svg');
}

.notice.Caution:not(.ANSI) {
	border-left: 5px #E1C542 solid;
	background-color: #FEF1B6;
}

.notice.Caution:not(.ANSI) .notice-icon:not(.custom-icon) {
	background-image: url('../images/warning_icon.svg');
}

.notice.Advice:not(.ANSI) {
	border-left: 5px #1E7F9D solid;
	background-color: #DCF4FF;
}

.notice.Advice:not(.ANSI) .notice-icon:not(.custom-icon) {
	background-image: url('../images/advice_icon.svg');
}

.notice.Tip:not(.ANSI) {
	background-color: #D2F9D2;
}

.notice.Tip:not(.ANSI) .notice-icon:not(.custom-icon) {
	background-image: url('../images/tip_icon.svg');
}

/* Ansi Notices */
.notice.ANSI {
	border: 1px #000 solid;
	padding: 0;
	box-sizing: content-box;
	margin-bottom: 10px;

}

.notice.ANSI .notice-body {
	margin-left: 50px;
	padding: 10px;
}

.notice.ANSI .notice-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 40px;
	height: 40px;
	float: left;
	margin: 25px 0 0 10px;
}

.notice.ANSI .notice-icon.custom-icon {
	background-image: none;
	height: auto;
}

.notice.ANSI .notice-icon img {
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 5px;
}

.notice.ANSI .notice-title {
	text-align: left;
	padding-left: 60px;
	font-weight: bold;
	font-size: 16px;
}

.notice.ANSI.Danger .notice-title {
	background-color: #C60C30;
	color: #FFF;
}

.notice.ANSI.Caution .notice-title {
	background-color: #FED100;
}

.notice.ANSI.Warning .notice-title {
	background-color: #FF7900;
}

.notice.ANSI.Advice .notice-title {
	background-color: #0073CF;
	color: #FFF;
}

.cause {
	font-weight: bold;
}

.consequence {
	margin: 10px 0;
}

.notice.ANSI .notice-body {
	text-align: left;
}

.notice.ANSI.Danger .notice-icon:not(.custom-icon),
.notice.ANSI.Caution .notice-icon:not(.custom-icon),
.notice.ANSI.Warning .notice-icon:not(.custom-icon) {
	background-image: url('../images/warning_ansi_icon.svg');
}

.notice.ANSI.Advice .notice-icon:not(.custom-icon) {
	background-image: url('../images/advice_ansi_icon.svg');
}


.notice-body .par:first-child {
	margin-top: 0;
}

pre.code.codeTitle::before {
	height: 30px;
    display: block;
    content: attr(aria-label);
    background-color: #c5c5c5;
    padding: 6px 10px 6px 10px;
    position: relative;
    top: -10px;
	margin: 0px -9px 3px -10px;
	overflow: hidden;

}


/* End notices */

.lexicon-icon {
	width: 16px;
	height: 16px;
}

/* Links */
.link, .link:active, .link:visited {
	color: rgb(210, 115, 29);
	position: relative;
	font-weight: bold;
}

.link:hover {
	color: #4d4d4d;
}

.link:before {
	font-size: 20px;
	left: 0;
	margin-right: 10px;
	text-align: center;
	top: -2px;
	padding: 0;
	position: absolute;
	width: 20px;
	height: 20px;
	content: ''
}

.link.disable {
	color: inherit;
	font-weight: bold;
	pointer-events: none;
}

.MoreInfo {
	padding-left: 30px;
}

.MoreInfo:before {
	background-image: url("../images/icon_pfeil_chevron_left.svg");
}

.pdfIcon,
.downloadIcon,
.videoIcon,
.zipIcon {
	display: inline-block;
	padding-left: 30px;
}

.pdfIcon:before {
	background-image: url("../images/icon_pdf.svg");
}

.downloadIcon:before {
	background-image: url("../images/icon_download.svg");
}

.videoIcon:before {
	background-image: url("../images/icon_play_video.svg");
}

.zipIcon:before {
	background-image: url("../images/icon_download.svg");
}

.mark, mark {
	background-color: transparent;
	color: inherit;
	padding: 0;
}

/* subtitles */
.mejs__overlay-play .mejs__overlay-button {
	z-index: 2;
	background-size: 0 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 !important;
}

.mejs__overlay-play:hover .mejs__overlay-button {
	background-size: inherit;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	margin: -40px 0 0 -40px !important;
}

.mejs__overlay-play {
	z-index: 2;
}

.mejs__captions-layer {
	max-width: 100%;
}

.mejs__overlay {
	width: 100% !important;
	height: 100% !important;
}

.mejs__container {
	height: min-content !important;
}

.media-theme-video-tag {
	height: min-content !important;
	width: initial !important;
}

.mejs__poster {
	background-image: none !important;
}

.mejs__container .mejs__controls {
	z-index: 6;
	background: rgba(50, 50, 50, 0.7) !important;
}

.mejs__captions-position {
	background: rgba(50, 50, 50, 0.7) !important;
	bottom: 0;
	min-height: 66px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.mejs__captions-position.mejs__captions-position-hover {
    bottom: 40px;
}
.mejs__captions-text,
.mejs__captions-text * {
	padding: 3px 15px !important;
	background-color: transparent !important;
	box-shadow: none !important;
	background: hsla(0, 0%, 0%, 0) !important;
}

.mejs__captions-text * {
	padding: 0 0 0 0 !important;
}

.mejs__captions-text p {
	margin-bottom: 0;
}

.mejs__captions-text .container-enum {
	margin-bottom: 0;
}

.mejs__captions-text .container-enum.Numeric {
	list-style: decimal;
}

.mejs__captions-text .container-enum.Alpha {
	list-style: upper-alpha;
}

.mejs__captions-text .container-enum > li:before {
	display: none;
}

.mejs__captions-text .container-enum > li {
	color: #FFF;
	margin-bottom: 0;
}

.container-enum .notice-container {
	margin-bottom: 10px;
}

.mejs__captions-text .container-enum.Numeric > li,
.mejs__captions-text .container-enum.Alpha > li,
.mejs__captions-text .container-enum.Circle > li,
.mejs__captions-text .container-enum.Bullet > li {
	display: list-item;
	list-style-position: inside;
}

.mejs__captions-text .container-enum.Circle {
	list-style: circle;
}

.mejs__captions-text .container-enum.Bullet {
	list-style: disc;
}

.mejs__captions-text .container-enum.Arrow > li,
.mejs__captions-text .container-enum.Point > li,
.mejs__captions-text .container-enum.Line > li {
	display: table;
}

.mejs__captions-text .container-enum > li.enum-title {
	font-weight: bold;
	list-style: none;
}

.mejs__captions-text .container-enum.Arrow > li:not(.enum-title, .none-style)::before {
	content: "►";
	display: block;
	position: absolute;
	left: 0;
}

.mejs__captions-text .container-enum.Point > li:not(.enum-title, .none-style)::before {
	content: "•";
	display: block;
	position: absolute;
	left: 0;
}

.mejs__captions-text .container-enum.Line > li:not(.enum-title, .none-style)::before {
	content: "-";
	display: block;
	position: absolute;
	left: 0;
}

.mejs__container-fullscreen {
	padding: 0;
}

.mejs__time-slider .mejs__time-loaded {
	background: #3caac8;
	background: rgba(60, 170, 200, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
	background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
}

.mejs__controls .mejs__time-rail .mejs__time-current {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}
.table-TechData .par {
	white-space: pre-wrap;
}
.table.table-Nolines,
.table .table.table-Nolines {
	margin-bottom: 2px;
	margin-top: 5px;
	background-color: transparent;
}

.table-cell-firstcolumn-Nolines,
.table-cell-lastcolumn-Nolines,
.table .table.table-cell-firstcolumn-Nolines,
.table .table.table-cell-lastcolumn-Nolines {
	border: 0 !important;
}


.floating {
	position: relative;
}

.floating .panel-heading {
	position: absolute;
	left: 0;
	z-index: 10;
	right: 0;
}

.floating .panel-collapse {
	padding-top: 30px;
}

.NoLinkText, .popup {
	cursor: pointer;
}

.NoLinkText:before {
	content: '';
	display: inline-block;
	padding-left: 100%;
}

.edge-frame {
	width: 0 !important;
	min-width: 100%;
}

.multipleChoiceCt {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
}

.multipleChoiceForm .scroll-pane {
	border: 1px solid #003A6E;
}

.multipleChoiceForm label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.multipleChoiceForm input[type=radio] {
	display: none;
}

.multipleChoiceForm label {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-color: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #003A6E;
	margin: 0 auto;
}

.multipleChoiceForm label > i {
	display: none;
	line-height: 40px;
	font-size: 2.5em;
}

.multipleChoiceForm .table {
	margin-bottom: 0;
}

.multipleChoiceForm .table > tbody > tr:first-child > td {
	border-top: 0 none;
}

.multipleChoiceForm input[type=radio]:checked + label > i {
	display: block;
}

.table > tbody > tr > td.checkCol {
	background-color: #003A6E;
	border-color: #003A6E;
	color: #FFF;
}

.table > tbody > tr > td.contentCol {
	vertical-align: middle;
}

.notAnswered {
	color: #FF0000;
}

.correctAnswerBox {
	color: #006599;
}

.falseAnswerBox {
	color: #FF0000;
}

.counterWrongAnswers {
	font-size: 12px;
	text-align: center;
}

.checkCol1, .checkCol2 {
	width: 45px;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
}

.checkCol3 {
	font-weight: 700;
	font-size: 1.2em;
}

.test-button {
	position: relative;
}

.test-button .btn-primary {
	background-image: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: auto;
}

/* legend */
.media-legend-def p:last-child {
	margin-bottom: 0;
}

.legend-row, .table-legend-row, .media-legend-row {
	vertical-align: top;
	display: flex;
}

.media-legend-term, .table-legend-term, .legend-term {
	font-weight: bold;
	padding-right: 5px;
}

dt.legend-row, dt.table-legend-row, dt.media-legend-row, .media-legend-def {
	padding-right: 5px;
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1950px) {
	header.header {
		background-color: #EFEFEF;
	}

	.test-button .btn-primary {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.container {
		width: 100%;
	}

	header.header {
		position: relative;
	}

	.sidebar .container-fluid > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}

	header.header .container {
		background-color: #EFEFEF;
	}
}

@media (max-width: 992px) {
	.padding-left {
		padding-left: 0;
	}

	.padding-right {
		padding-right: 0;
	}

	.container {
		width: 100% !important;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.main-nav > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.header {
		margin-top: 20px;
		background-color: transparent;
		position: relative;
	}

	.main-nav {
		background-color: #EFEFEF;
	}

	.navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}

	.secondLogo {
		margin-right: 20px;
		max-width: 171px;
		width: 100%;
	}

	.topBar {
		border-bottom: 1px #EFEFEF solid;
		margin-bottom: 5px;
		padding-bottom: 5px; /* padding: 0 0 5px; */
		margin-left: 0;
		margin-right: 0;
	}

	.userDash {
		right: 0;
	}

	.sidebar {
		background-color: #FFF;
	}

	.sidebar-toggle {
		display: block;
		float: left;
		padding: 0;
	}

	.topSearchBox {
		float: right;
		padding-right: 25px;
	}

	.searchBoxCt {
		padding: 0;
		background-color: transparent;
	}

	.breadcrumb {
		float: left;
		border-bottom: 0 none;
		padding: 2px 0px;
	}

	.header > .container-fluid {
		background-color: #FFF;
		min-width: 370px;
	}

	.sidebar .navbar-collapse.collapse {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.sidebar .navbar-collapse {
		margin: 0 -15px;
	}

	.sidebar .navbar-collapse.in {
		display: block !important;
		margin: 0 -15px;
	}

	.sidebar .navbar-header {
		float: none;
	}

	.sidebar .navbar-nav {
		float: none;
	}

	.expanded .submenuArrow {
		display: block;
	}

	#section-column-ct {
		z-index: 5;
	}

	.mejs__captions-layer {
		max-width: 100%;
	}

	.item .block-ct {
		background-color: #FFF;
	}

	.carousel-inner {
		overflow: inherit;
	}

	.media-softkey {
		min-width: 35px;
	}

	.instruction-compact colgroup col:first-child {
		min-width: 120px;
	}

	.instruction-compact .media-softkey {
		min-width: 0;
	}

	.multipleChoiceCt {
		flex-direction: column;
	}
}

@media (max-width: 767px) {

	.secondLogo {
		margin-top: -6px;
	}

	.topSearchBox {
		padding-right: 25px;
	}

	.childCol {
		flex: 1 auto;
	}

	.childBlock {
		background-color: #efefef;
	}

	.hidden-tabs {
		display: block;
	}

	.carousel-inner {
		overflow: inherit;
	}

	.floating .panel-heading::after {
		display: block;
		content: '';
		width: 15px;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -15px;
		bottom: 0;
		background-color: #FFF;
	}

	.floating .panel-heading::before {
		display: block;
		content: '';
		width: 15px;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: -15px;
		bottom: 0;
		background-color: #FFF;
	}

	.h1, h1 {
		font-size: 28px;
	}

	.h2, h2 {
		font-size: 16px;
	}

	li.step:before {
		height: 14px;
		width: 9px;
	}

	li.step.result:before {
		font-size: 17px;
	}

	.bottomTabs .closeTabs.externalClose {
		top: -35px;
	}

	body,
	.table-condensed .table-cell,
	.table.table-condensed > tbody > tr > td.table-cell {
		font-size: 12px;
	}

	.table-responsive{
		border: 0;
	}
	.table-responsive > .table-bordered {
		border: 1px solid #ddd;
	}
	/*Fix: Neccesary becouse the view "compare" are taking a mediaQuery (body: font-size:12px )that the output not.*/
	.container-enum.Point > li.enum-element::before {
		line-height: 18px;
	}

}

@media (max-width: 400px) {
	.instruction-compact colgroup col:first-child {
		min-width: auto;
		width: 20% !important;
	}

	.instruction-compact colgroup col:last-child {
		width: 77% !important;
	}
}

@media (max-width: 370px) {
	.secondLogo {
		display: none;
	}

	.topSearchBox {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	/* the boostrap rule is overwritten because the paragraphs, inside the cell,
	are set to a maximum width which causes the text to overflow the column */
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
		white-space: normal;
	}
}

.rtl {
	direction: rtl;
}

/* sidebar ONLINE HELP RESPONSIVE */
.smc-sidebar .x-tree-icon-custom.hide-icon {
	display: none;
}

.smc-sidebar .x-tool-expand-left:hover {
	text-decoration: none;
}

.text-to-speech-button {
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 90%;
	background-image: url('../icons/play-button.svg');
}

.text-to-speech-button-container {
	float: right;
}

/* header navigation */
.section-header {
	position: relative;
	z-index: 2
}


.arrows-nav-header {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	list-style: none;
}

html[dir = "rtl"] .arrows-nav-header {
	left: 0;
	right: auto;
}

.smc-content-ct .section-header {
	padding-top: 25px;
}

.arrows-nav-header .arrow {
	display: inline-block;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
}

/* collapsible arrows */
.collapsibleHeader {
	position: relative;
	cursor: pointer;
}

.collapsibleArrows {
	margin-right: 5px;
}

.collapsibleArrows .arrow {
	display: inline-block;
	width: 15px;
	text-align: center;
}

.collapsible .collapsibleArrows .arrowDown {
	display: none;
}

.collapsible.closed .collapsibleArrows .arrow.arrowDown {
	display: inline-block;
}

.collapsible.closed .collapsibleArrows .arrow.arrowUp {
	display: none;
}

.collapsible.closed .collapsibleCt {
	display: none;
}

.include-content {
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: dashed;
	border-color: red;
	border-width: 1px;
}
.field-ref {
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: dashed;
	border-color: orange;
	border-width: 1px;
}
.include-block {
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: dashed;
	border-color: red;
	border-width: 1px;
}

.include-text {
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: dashed;
	border-color: red;
	border-width: 1px;
}

.legend-include-element {
	padding-left: 15px;
}

.dialog {
	font-weight: bold;
}

.inverted {
	text-decoration: overline;
}

.smc-content-ct {
	line-height: 1.4em;
	font-size: 14px;
}

.smc-content-ct td {
	font-size: 14px;
	line-height: 1.4em;
}

.product-preview-tab {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	min-width: 80px;
	max-width: 120px;
}

/*NAVIGATION ICONS ACCESSIBILITY*/

#smc-search-field {
	border-color: #F0C3AF;
	width: 0px;
}

#smc-search-field:focus {
	border-color: #55464B;
}

#smc-search-field:hover {
	border-color: #EC7326;
}

#smc-search-button:focus,
.x-panel.x-tabpanel-child.x-panel-default:focus {
	border: 1px solid #55464B;
}

.x-tab.x-tab-active.x-tab-default {
	background-color: #F0C3AF;
	border-color: #F0C3AF;
}

.x-tab.x-tab-active.x-tab-default .x-tab-close-btn {
	background-position: 0 0;
}

.x-tab.x-tab-active.x-tab-default .x-tab-inner.x-tab-inner-default {
	color: black;
}

.x-tab.x-tab-default.x-tab-over {
	background-color: #EC7326;
	border-color: #EC7326;
}

.x-tab.x-tab-default.x-tab-focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none;
	box-shadow: none !important;
	outline: none;
	border-color: #55464B;
}

html[dir="rtl"] .smc-content-tree{
	border-bottom: 1px solid #cfcfcf;
}

.smc-content-tree .x-grid-item.x-grid-item-selected,
.smc-content-tree .x-grid-item.x-grid-item-selected,
.tree-navigation-list-item[data-active = "true"] {
	background-color: #F0C3AF;
}

.smc-content-tree .x-grid-item.x-grid-item-over,
.tree-navigation-link:hover {
	background-color: #EC7326;
}

.smc-content-tree .x-grid-item-focused .x-grid-cell-inner:before {
	border-color: #55464B;
}

.smc-content-ct .header-nav.arrows-nav-header.container-navButtons a {
	color: #EC7326;
}

#smc-quick-access .x-form-trigger-wrap-default.x-form-trigger-wrap-focus {
	border-color: #55464B;
}

#smc-quick-access .x-form-trigger-wrap-default:hover {
	border-color: #EC7326;
}

.smc-content-ct .result {
	color: #EC7326
}

.arrow.arrow-header.home:focus,
.arrow.arrow-header.smc-print:focus,
.arrow.arrow-header.prev:focus,
.arrow.arrow-header.up:focus,
.arrow.arrow-header.next:focus,
.x-splitter-vertical:focus,
.x-tab-default .x-tab-close-btn:focus,
.x-splitter-vertical:focus,
.tree-navigation-list-item:focus
 {
	outline: #55464B solid 1px;
}

.x-splitter.x-splitter-focus::after {
	border: none;
}

.arrows-nav-header .arrow .fa:before{
	font-size: 20px;
}

/*EXPAND BUTTON TOOLTIP*/

.smc-main-ct .x-box-item.x-tool-default.x-top::before {
	visibility: hidden;
	content: attr(aria-label);
	position: absolute;
	bottom: -100%;
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border: solid 1px;
	padding: 2px;
	white-space: nowrap;
}

.smc-main-ct .x-box-item.x-tool-default.x-top {
	position: relative;
	display: inline-block;
}

.smc-main-ct .x-box-item.x-tool-default.x-top:hover::before {
	visibility: visible;
}

.smc-main-ct .x-collapsed.x-panel-header-collapsed {
	overflow: visible !important;
}

li.nav-item[data-type='producttab'] {
	cursor: pointer;
}

/*COPY BUTTON MODAL*/

.alert {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	z-index: 2;
	text-align: center;
}


/* Controls */

.experience4d-box {
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 12.5px 0 12.5px 25px;
	border-color: transparent transparent transparent white;
	cursor: pointer;
}

.experience4d-pause {
	border-style: double;
	border-width: 0 0 0 25px;
}

.experience4d-player {
	text-align: center;
}

.experience4d-video-controls-container {
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 12px 12px 10px 12px;
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(70, 130, 180, 0.87);
	z-index: 2147483648;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 800px;
	transition: opacity 0.5s ease-in-out;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.experience4d-video-controls-header {
	color: white;
	text-decoration: none;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.experience4d-video-controls-header::after {
	content: "";
	display: block;
	height: 0.5px;
	background-color: #356287;
	margin-top: 12px;
	margin-bottom: 6px;
}

.experience4d-video-controls-scene-number {
	margin-right: 8px;
}

.experience4d-video-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.experience4d-full-screen {
	background-color: #356287;
	border: none;
	color: white;
	padding: 0 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	border-radius: 5px;
	cursor: pointer;
}

.experience4d-scene-controls {
	display: flex;
	flex-direction: row;
	margin: 0 8px 0 8px;
}

.experience4d-previous-scene, .experience4d-next-scene {
	background-color: transparent;
	border: none;
	color: white;
	padding: 0 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 8px;
	border-radius: 5px;
	cursor: pointer;
}

/* Range-Bar */

.experience4d-seek-bar {
	margin-left: 15px;
	margin-right: 15px;
	top: 50%;
	width: 70%;
}

.experience4d-video-controls input[type=range] {
	position: relative;
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	outline: none;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.6);
	background-image: linear-gradient(#356287, #356287);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	margin-right: 0;
}

.experience4d-time-count {
	color: white;
	font-size: 12px;
	display: inline-block;
	padding: 8px;
}

/* Chrome, Safari */

.experience4d-video-controls input[type='range']::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	background: transparent;
	border: none;
	box-shadow: none;
}

.experience4d-video-controls input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	background: white;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 0 2px 0 #555;
	transition: background .3s ease-in-out;
}

/* Firefox */

.experience4d-video-controls input[type='range']::-moz-range-track {
	background: transparent;
	border: none;
	box-shadow: none;
}

.experience4d-video-controls input[type="range"]::-moz-range-thumb {
	width: 18px;
	height: 18px;
	background: white;
	cursor: pointer;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 2px 0 #555;
}

.experience4d-video-controls input[type="range"]::-moz-range-progress {
	height: 8px;
	transition: background .3s ease-in-out;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.6);
	background-image: linear-gradient(#356287, #356287);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 0;
}

.nav-menu li {
    list-style-type: none;
}

.nav-menu li.submenu.open {
    list-style-type: circle;
}

.nav-menu li.submenu.closed {
    list-style-type: square;
}

.nav-menu li.submenu.closed li {
    display: none;
}

/*TREE LIST NAVIGATION STYLES*/


.tree-navigation-child-container,
.tree-navigation-list {
	padding: 0;
}


.tree-navigation-list-item {
	list-style: none;
	background-color: #FFFFFF;
	position: relative;
}
.tree-navigation-child-container {
	background-color: #FFFFFF;
}
.x-tree-list-expander:hover {
	cursor: pointer;
}
.tree-navigation-link[aria-expanded = "false"] > .x-tree-list-expander {
	background-image: url(../images/arrows.png);
}
.tree-navigation-link[aria-expanded = "true"] > .x-tree-list-expander{
	background-image: url(../images/arrows.png);
	background-position: 35%;
	margin-right: 0;
}
.x-tree-list-expander,
.navSpace {
	width: 25px;
}
.tree-navigation-link {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 15px 7px 6px;
	white-space: nowrap;
}
.tree-navigation-link:focus {
	text-decoration: none;
	color: #000;
	outline: 2px solid #000000;
}
.tree-navigation-link:hover {
	text-decoration: none;
	color: #000;
}

.tree-navigation-link[aria-expanded = "false"] ~ .tree-navigation-child-container {
    display: none;
}

.tree-navigation-link[aria-expanded = "true"] ~ .tree-navigation-child-container {
    display: block;
}
.navSpace {
	content: "-";
	display: inline-block;
}
.time_popup {
    text-align: center;
}
.time_popup .time_popup_strat_time {
    color: #2C97D4;
    background-color: #FFF;
    font-size: 70px;
}

.time_popup_msj {
    padding-right: 3px !important;
    font-size: 12px;
    text-align: left;
}

.time_popup_clock_ico {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
}

.time_popup_time_value {
    padding-left: 3px !important;
    text-align: left;
    font-size: 28px;
}

.feedbackSummary {
	display: none;
}