/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** Skipping CSS Section grid (only-param=subpages) ***/
/*** Skipping CSS Section common (only-param=subpages) ***/
/*** Skipping CSS Section navigation (only-param=subpages) ***/
/*** Skipping CSS Section buttons (only-param=subpages) ***/
/*** Skipping CSS Section slideshow (only-param=subpages) ***/
/*** Skipping CSS Section productsnavigation (only-param=subpages) ***/
/*** Skipping CSS Section sidebox (only-param=subpages) ***/
/*** Skipping CSS Section forms (only-param=subpages) ***/
/*** Skipping CSS Section resources (only-param=subpages) ***/
/*** Skipping CSS Section resources-temp (only-param=subpages) ***/
/*** Skipping CSS Section directory (only-param=subpages) ***/
/*** Skipping CSS Section boxes-slider (only-param=subpages) ***/
/*** Skipping CSS Section slider (only-param=subpages) ***/
/*** Skipping CSS Section homepage (only-param=subpages) ***/
/*** START ims20/global/subpages.css ***/

html.iframe header,
html.iframe .navbar,
html.iframe footer,
html.iframe .share-box,
html.iframe .copyright,
html.iframe #scrollUp,
html.iframe .printlink,
html.iframe .breadcrumb,
html.iframe .sitePath,
html.iframe .body-page-title,
html.iframe .side-boxe-1,
html.iframe .hide-in-iframe {
	display: none !important;
}

@media (max-width: 767px) {
    html:not(.iframe) .col-content {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
	body.subpage .body-page-title {
		margin-bottom: 20px;
	}	
}

/* custom slideshow spacing on subpages */ 
.home-slideshow {
    /* padding-bottom: 15px; */
    
    /* issue with paging spacing on /solutions/ */
    padding-bottom: 0;
    margin-bottom: 20px;
} 
.home-slideshow .container {padding: 0;}

/* category boxes */
.col-cat-box {
    margin-bottom: 30px;
	position: relative;
}
.col-cat-box img {
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 549px) {
	.col-cat-box {
		width: 100%;
	}
}
/*.col-cat-box h3 a,
.col-cat-box .h3 a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.col-cat-box h3 a::after,
.col-cat-box .h3 a::after {
	display: inline-block;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-position: -100px -75px;
    content: '';
    width: 11px;
    height: 11px;
    margin-left: 5px;
}
.col-cat-box h3 i,
.col-cat-box .h3 i {
	color: #e49900;
	margin-left: 5px;
}*/

.col-cat-box h3 a span,
.col-cat-box .h3 a span {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: baseline;
}
.col-cat-box h3 a span::after,
.col-cat-box .h3 a span::after {
    content: '';
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-position: -100px -75px;   
    width: 11px;
    height: 11px;
    margin-left: 5px;
    display: inline-block;
}

.cat-box-img-container .new-item,
.col-cat-box .newItem {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #005cb9;
	color: #fff;
	padding: 6px 10px 4px;
	font-size: 14px;
	line-height: 1.6em;
}

/* taskId.16817020 2020/02/13 new category page design START */
/* --------------------------------------------------------------------------------------------------------- */
/* directory/custom xslt transformation generates p with margin wrapping .more link that is hidden now */
body.category-page .cms-content [style*="margin-top: 10px;"] {margin: 0 !important;}

body.category-page .body-page-title .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 479px) {
    body.category-page .body-page-title .container {
        display: block;
    }
}


@media (min-width: 1024px) {
    body.category-page.hideSidebar .cms-content {
        font-size: 14px;
        line-height: 1.8em;
    }
    
    body.category-page .cms-content h2 {
        font-size: 26px;
    }
    body.category-page .cms-content h3 {
        font-size: 22px;
    }
    
    body.category-page.hideSidebar .cms-content h2 {
        font-size: 30px;
    }
    body.category-page.hideSidebar .cms-content h3 {
        font-size: 26px;
    }
    
    body.category-page .grid p {
        margin-bottom: 20px;
    }
    body.category-page .col-sm-6 {
        width: calc(50% - 30px);
    }
}

body.category-page .category-page-cta {
    padding-left: 15px;
}
body.category-page .category-page-cta a {
    display: inline-block;
    background-color: #005cb9;
    color: #fff;
    padding: 6px 12px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 1023px) {
    body.category-page .category-page-cta {
        display: none;
    }    
}

body.category-page .grid > tbody > tr[cols="2"] {
    align-items: center;
}
body.category-page .cms-content > h2 {
    background-color: #f3f3f3;
    padding: 15px;
    margin: 40px 0;
    text-align: center;
}
body.category-page .cms-content > .grid {
    margin: 40px 0;
}
body.category-page .col-cat-box-clr {
    display: none;
}
@media (max-width: 1023px) {
    body.category-page .cms-content > h2,
    body.category-page .cms-content > .grid {
        margin: 20px 0;
    }   
    body.category-page .cms-content > .grid > tbody > tr > td:first-child:not(:only-child) {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    body.category-page .cms-content > * {
        overflow-x: hidden;
    }
    body.category-page .cms-content > h2,
    body.category-page .cms-content > .grid {
        margin: 0px 0 15px;
    }   
    body.category-page .cms-content > h2 {
        padding: 10px 15px;
    }
    html:not(.iframe) body.category-page .col-content {
        padding-top: 0;
    }
    body.category-page .multimedia-player-simple .mediaelement-player {
        margin-bottom: 0px !important;
    }
    body.category-page .col-cat-box {
        margin-bottom: 15px;
    }
    body.category-page .cms-content > .grid > tbody > tr > td:first-child:not(:only-child) {
        padding-bottom: 5px;
    }    
}

body.category-page .row-cat-box .more {
    display: none;
}
body.category-page .multimedia-player-simple .mejs-container .mejs-controls {
    opacity: 0 !important;
    margin: 0;
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
}
body.category-page .multimedia-player-simple.mediaelement-playing:hover .mejs-container .mejs-controls {
    opacity: 1 !important;
}

body.category-page #body-page-title {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
}
body.category-page .col-cat-box h3 a::after, 
body.category-page .col-cat-box .h3 a::after,
body.category-page .col-cat-box h3 a span::after, 
body.category-page .col-cat-box .h3 a span::after {
    display: none;
}

/* /handheld-xrf-analyzers-alt/ */
body.category-page .mediaelement-list {
    display: none;
}
/* taskId.16817020 2020/02/13 new category page design END */
/* --------------------------------------------------------------------------------------------------------- */

ul[type="disc"],
ul[type="circle"] {
	padding: 10px 15px 5px;
	margin: 0 0 10px;
	border: 1px dotted #d9d9d9;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
ul[type="circle"] {
    padding: 0;
    border: 0 none;
}
ul[type="disc"]::before {
	content: '';
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00000000',GradientType=0 );
}
ul[type="disc"] li,
ul[type="circle"] li {
	width: calc(50% - 15px);
	margin: 0;
	padding: 3px 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
}
ul[type="circle"] li {
    width: 100%;
}
ul[type="disc"] li::before,
ul[type="circle"] li::before {
	content: '';
	background-image:var(--sprite);
	background-repeat: no-repeat;
	background-position: -300px 0px;
	display: block;
	flex: 0 0 auto;
	width: 11px;
	height: 11px;
	margin-right: 5px;
}
@media (max-width: 1023px) {
    ul[type="disc"] li, 
    ul[type="circle"] li {
        width: 100%;
    }
}
@media (max-width: 479px) {
	ul[type="disc"],
    ul[type="circle"] {
		display: block;
	}
}

/* conditional side navigation */
.x1 li {display: none;}
.x1 .left-item-0-active, .x1 .left-item-1-active, .x1 .left-item-2-active, .x1 .left-item-3-active, .x1 .left-item-4-active, .x1 .left-item-5-active, .x1 .currentPageParentLi li, .x1 .product, .x1 .product li {display: block;}

.x2 > ul > li {display: none;}

.x2 .left-item-0-active, .x2 .left-item-1-active, .x2 .left-item-2-active, .x2 .left-item-3-active, .x2 .left-item-4-active, .x2 .left-item-5-active, .x2 .currentPageLi li, .x2 .currentPageParentLi li {display: block;}
.x3 li {display: none;}
.x3 .left-item-0-active, .x3 .left-item-1-active, .x3 .left-item-2-active, .x3 .left-item-3-active, .x3 .left-item-4-active, .x3 .left-item-5-active, .x3 .currentPageLi li {display: block;}
#slides .theatre-contror {display:none !important;}
body.product .x1 .left-item-0, body.product .x1 .left-item-1 {display: none;}

/* classic navigation on normal cms pages (not category or product */
.side-navigation-container .x4 a {
	font-family: Arial, Tahoma, sans-serif;;	font-size: 13px; color: #444; border-bottom: 1px dotted #c1c1c1;
}
html[lang="ja-JP"] .side-navigation-container .x4 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}

/* side navigation */
.side-navigation-container {
	margin-top: 30px;
	background-color: #f3f3f3;

background: rgb(249,249,249);
background: -moz-linear-gradient(left, rgba(249,249,249,1) 50%, rgba(244,244,244,1) 100%);
background: -webkit-linear-gradient(left, rgba(249,249,249,1) 50%,rgba(244,244,244,1) 100%);
background: linear-gradient(to right, rgba(249,249,249,1) 50%,rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=1 );

}
body.hide-side-nav .side-navigation-container {
    display: none;
}
.side-navigation-container ul {
	padding: 0; margin: 0; list-style-type: none;
}
.side-navigation-container li {
	padding: 0; margin: 0;
}
.side-navigation-container a {
	font-size: 20px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #08107b;
	padding: 14px;
	display: block;
}
html[lang="ja-JP"] .side-navigation-container a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.side-navigation-container ul ul a {
	font-size: 13px;
	font-family: Arial, Tahoma, sans-serif;;
	color: #444;
	border-bottom: 1px dotted #c1c1c1;
	padding: 4px 8px;
	line-height: 1.4em;
	border-left: 5px solid transparent;
    transition: all 0.2s ease-in-out;
}
html[lang="ja-JP"] .side-navigation-container ul ul a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.side-navigation-container ul ul a:hover {
	color: #005cb9;
	text-decoration: none;
}
.side-navigation-container ul ul ul a {
	padding-left: 20px;
}
.side-navigation-container ul ul ul ul a {
	padding-left: 35px;
}
.side-navigation-container .currentPageLi > a {
	color: #005cb9;
	border-left: 5px solid #005cb9;
}
.side-navigation-container .left-item-1-active > a {
	font-weight: bold;
}

/* CMS Tabs START */
/* ---------------------------------------------------------------------------------------- */
.cmsTabBlock a {
	color:  #464eb6;
}
.cmsTabBlock a.more {
    color: #005cb9;
}

@media (min-width: 1025px) {
    .cmsTabs {
        list-style-type: none;
        border-bottom: 10px solid #f5f5f5;
        padding: 0;
        margin: 25px 0 15px;
        display: flex;
        flex-flow: row nowrap;
        /* flex-flow: row wrap !for(ie); */
        justify-content: flex-start;   
    }
    .cmsTabs li {
        padding: 0;
        margin: 0;
        display: flex;
    }
    .cmsTabs li:not(:last-child) {
        margin-right: 5px;
    }
    .cmsTabs a {
        display: block;
        background-color: #8F8F8F;
        padding: 6px 15px;
        color: #fff;
		text-align: center;
		line-height: 1.3em;
    }
    .cmsTabs .ui-tabs-active a {
        background-color: #f5f5f5;
        color: #000;
    }    
}
@media (max-width: 1024px) {
    .cmsPanelContents {
        padding-top: 15px;
    }
    .cmsPanelTitle {
        font-size: 14px;
        font-family: Arial, Tahoma, sans-serif;;
        background-color: #f5f5f5;
        padding: 10px 15px;
        margin: 3px 0 0;
        transition: all 0.5s;
        display: flex;
        flex-flow: row nowrap;
        align-items: baseline;
    }
	html[lang="ja-JP"] .cmsPanelTitle {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
	}    
    .cmsPanel:not(.collapsed) .cmsPanelTitle {
        background-color: #E2E2E2;
    }
    .cmsPanelTitle::before {
        content: '';
        width: 5px;
        height: 8px;
        display: block;
        background-image: var(--sprite);
        background-position: -150px 0;
        margin-right: 10px;
        transition: all 0.5s;
    }
    .cmsPanel:not(.collapsed) .cmsPanelTitle::before {
        transform: rotate(90deg);
    }
}
/* CMS Tabs END */
/* ---------------------------------------------------------------------------------------- */

/* product page caption START (product page only) */
/* ---------------------------------------------------------------------------------------- */
/* =SLIDER */
.slider {
	background-color: #E2E2E2;
	border-left: 15px solid #E2E2E2;
	border-top: 15px solid #E2E2E2;
	border-bottom: 15px solid #E2E2E2;
	margin-left: 0px;
	margin-top: 30px;
}
.slider-block-outer {
	display: none;	
}
.slider-block-outer.active {
	display: block;	
}
.col-slider-content {
	background-color: #fff;	
	padding-left: 0px;
}
.slider-img-block {
	margin-right: 15px;	
	
	/* width: 30% !for(ie8); */
	/* float: left !for(ie8); */
}
.slider-img-block img {
	/* width: 100% !important !for(ie8); */
	/* height: auto !important !for(ie8); */
}
.slider-desc-block {
	padding-top: 40px;
	/* padding-top: 10px !for(ie8); */
	
	/* width: 67% !for(ie8); */
	/* float: left !for(ie8); */
	
	/* ie8 creates padding on the bottom for some reason */
	/* /*padding-top: 0px !for(ie8);* / */
	
	padding-right: 15px;
	min-height: 267px;	
	/* min-height: 229px !for(ie8); */
}
/* in addition for ie8 exclusion above */
.slider-desc-block > *:first-child {
	/* /*padding-top: 40px !for(ie8);	* / */
}

.slider-desc-block p {
	margin: 0;	
}
.slider-desc-block small {
    color: #444444;
    font-size: 10px;
    text-transform: uppercase;
}
.slider-desc-block h5 {
    font-size: 26px;
	margin: 0px 0px 10px;
	/* margin: 0px !for(ie8); */
}
.col-slider-buttons  {
	padding-left: 0px;	
}
.slider-button {
	cursor: pointer;
	
	background-image: url(../data/i/original/car1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
.slider-button-in {
	min-height: 89px;	
	/* min-height: 69px !for(ie8); */
	border-bottom: 1px dotted #444444;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 10px;
}
.slider-button:last-child .slider-button-in {
	border: 0 none;	
}
.slider-button.active {
	background-color: #F0F0F0;	
	background-position: left top;
}
.slider-button span {
	color: #444444;
	font-size: 15px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	display: block;
}
html[lang="ja-JP"] .slider-button span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;		
}
.slider-button em {
	font-style: normal;	
	display: block;
}
.sm-show {
	display: none;	
}
@media (max-width: 991px) {
	.slider {
		margin-bottom: 30px;	
	}
	.slider-img-block img {
		width: 130px;	
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
	}
	.slider-desc-block {
		padding: 15px;	
		padding-top: 40px;
		min-height: 285px;
	}
	.slider-long-desc {
		clear: both;
		overflow: hidden;	
		padding-top: 15px;
	}
	.slider-desc-block h5 {
		font-size: 18px;
		margin: 0;	
	}
	.slider-button.active {
		background-repeat: repeat-y;
		background-position: left 5px;	
	}
	.slider-button-in {
		min-height: 95px;	
	}	
	.sm-show {
		display: block;	
	}
	.sm-hide {
		display: none;	
	}
}
@media (max-width: 767px) {
	.slider-desc-block {
		padding: 15px;	
		line-height: 1.4em;
	}
}
@media (max-width: 539px) {
	.slider-button {
		background-image: none;	
	}
	.slider-button-in {
		margin-left: 0px;	
		padding-left: 10px;
	}
	.slider-img-block img {
		width: 90px;	
	}
}
@media (max-width: 479px) {
	.sm-show {
		display: none;	
	}
	.sm-hide {
		display: block;	
	}
	.slider {
		border: 0 none;	
	}	
	.slider-img-block {
		margin-right: 0px;	
	}
	.slider-img-block img {
		width: auto;
		max-width: 100%;
		margin-left: 0px;
		margin-top: 0px;	
		margin-right: 0px;
	}
	.slider-desc-block {
		padding-left: 0px;
		padding-right: 0px;	
	}
}

/* =SUBPAGE SLIDESHOW */
#subpage-slideshow {
	position: relative;	
}
.subpage-slideshow {
	position: relative;	
}
.subpage-slideshow h1.pageTitle {
	position: absolute;	
	top: 32px;
	left: 20px;
	white-space: pre-wrap;
	font-weight: normal;
}
.subpage-slideshow h1.pageTitleBottom {
	top: auto;
	bottom: 10px;	
}
.subpage-slide {
	display: none;	
}
.subpage-slide.fading-out {
	position: absolute;	
	left: 0px;
	top: 0px;
	width: 100%;
}
.subpage-slide.active {
	display: block;	
}
.subpage-slide-button img {
	border: 1px solid #959595;
	margin-right: 15px;
	cursor: pointer;
}
.subpage-slide-button.active img {
	border: 1px solid #005cb9;	
}
.subpage-slideshow-paging {
	position: absolute;
	left: 0px;
	bottom: 20px;	
}
.subpage-slideshow-container {
	position: relative;
	background-color: #f7f7f7;
	background-color: #f3f3f3;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.subpage-slideshow-container[data-appphoto="1"] {
	border: 0 none;
	background-color: transparent;
}

@media (max-width: 991px) {
	.subpage-slide-button img {
		width: 90px;	
	}	
}
@media (max-width: 767px) {
	.subpage-slide-button img {
		display: none;	
	}
	.subpage-slideshow-container {
		
	}
}
.subpage-slideshow-bg-block {
	display: none;	
}
.subpage-slideshow-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-size: 100% 100% ; /* !for(webkit) */
}
.subpage-slideshow-container[data-bgcolor] .subpage-slideshow-bg-block {
	display: none !important;
}
@media (min-width: 1200px) {
	.subpage-slideshow-container[data-bgcolor] .page-title-container {
		padding-left: 30px;
	}
}

/* custom header image design taskId.16812442 */
.light-blue-header .subpage-slideshow-container {
	background-color: #7DBAE6;
	border-color: #7DBAE6;
}
@media (min-width: 480px) {
	.short-description * {
		color: #fff;
	}
}

/* fix image scaling on ie8 */
.subpage-slide {

}
.subpage-slide img.img-slideshow-item {
	/* width: 100%  !important !for(ie8); */
}
.subpage-slideshow-bg {
	/* background-image: url(../data/i/ie8-img-slideshow-item-bg.png) !important !for(ie8); */
}
.img-slideshow-item-sm {
	float: right;	
}
@media (max-width: 1199px) {
	.subpage-slideshow-container .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.subpage-slideshow-paging {
		padding-left: 15px;	
	}
}
@media (max-width: 767px) {
	.subpage-slideshow-paging {
		bottom: 10px;	
	}
}
@media (min-width: 480px) {
	.img-slideshow-item-lg {
		display: inline;
		
		/* ie fix absense of border on product page like /27mg */
		/* margin-top: 1px !for(ie11 ie10 ie9); */
	}
	.img-slideshow-item-sm {display: none;}
}
@media (max-width: 479px) {
	.subpage-slideshow h1.pageTitle {
		top: 10px;	
	}
	.subpage-slideshow h1.pageTitleBottom {
		top: auto;
		bottom: 10px;	
	}	
	
	.img-slideshow-item-lg {display: none;}
	.img-slideshow-item-sm {display: inline;}	
}
@media (max-width: 479px) {
	
}

/* POPUP GALLERY THUMBNAILS */
.popup-gallery-thumb {
	position: relative;
	display: block;	
	width: 172px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.pupup-gallery-link-text {
	width: auto;
	padding: 0; 
	margin: 0;
	margin-right: 3px;
	display: inline-block;
}
.subpage-slideshow-container .popup-gallery-thumb {
	/* width: 72px !for(ie8);	 */
}
.header-overlay .popup-gallery-thumb {
	width: 70px;
}
.popup-gallery-thumb i {
	font-size: 20px;	
	position: absolute;
	bottom: 10px;
	right: 5px;
	color: #444;
	text-shadow: 1px 1px 1px #fff;
	background-image: url(../data/i/product-gallery-plus.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: block;	
}
.header-overlay .popup-gallery-thumb i {
	display: none;	
}
.popup-gallery-thumb img {
    border: 3px solid #fff;
    cursor: pointer;
    margin-right: 10px;
}
@media (max-width: 479px) {
	.page-title-container {
		position: static;	
	}
	.subpage-slideshow-container {
		border-top: 0 none;	
	}
	.popup-gallery-thumb {margin-bottom: 5px;}
}

.header-block .multimedia-popup-small .video-small-popup-icon-container i {
	font-size: 30px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	opacity: 1;
	left: 49px;
	top: 32px;
}
.header-block .multimedia-popup-small .mediaelement-item,
.header-block .multimedia-popup-small .mediaelement-list  {
	width: auto;
	height: auto !important;
}
.header-block {
	position: relative;
}
@media (max-width: 767px) {
	.header-block {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.header-overlay .container {
	position: relative;
}
.header-thumbnails {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}
.header-thumbnails-right {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
@media (max-width: 991px) {
	.header-thumbnails img {
		width: 90px;
	}
	.header-block .multimedia-popup-small .video-small-popup-icon-container i {
		left: 31px;
		top: 23px;
	}
}
@media (max-width: 767px) {
	.header-thumbnails {
		display: none;
	}
}

.application-geo-warning {
	display: block !important;
}
.application-detail-container ~ .application-geo-warning {
	display: none !important;
}


.appDesc + h2 {
	margin-top: 50px;
}
/* header application */
.header-thumbnails .multimedia-popup-small,
.header-thumbnails .header-app-thumb {
	float: left;
}
/* fix thunail after clicking on it */
.header-thumbnails .multimedia-popup-small.mediaelement-played {
	width: auto;
}
.header-app-thumb span,
.header-block .multimedia-popup-small .h4 {
	color: #111;
	font-size: 13px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	clear: both;

	width: 120px;
	line-height: 1.1em;
}
html[lang="ja-JP"] .header-app-thumb span,
html[lang="ja-JP"] .header-block .multimedia-popup-small .h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.header-app-thumb span.module-label,
.header-block .multimedia-popup-small .h4.module-label {
	display: none;
}
.header-app-thumb:hover {
	text-decoration: none;
}
.header-app-thumb img,
.header-block .multimedia-popup-small .video-small-popup-icon-container img {
	border: 1px solid #959595;
	margin-right: 15px;
}
.header-thumbnails a[href*="/downloads/detail/"] {
	position: relative;
}
.header-thumbnails a[href*="/downloads/detail/"]::after {
	position: absolute;
	top: 33px;
	left: 50px;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	width: 29px;
	height: 28px;
	display: block;
	background-image: url(../data/i/downloads-icon.png);
	background-repeat: no-repeat;
	content: '';
}
@media(max-width: 991px) {
    .header-thumbnails a[href*="/downloads/detail/"]::after {
        top: 23px;
        left: 33px;
    }
}
@media (max-width: 979px) {
	.header-thumbnails {
		display: none;
	}
}
.header-thumbnails a.header-video-thumb {
	display: inline-block;
	position: relative;
}
.header-thumbnails a.header-video-thumb::after {
	position: absolute;
	left: calc(50% - 12px);
	top: 35px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* product page caption END (product page only) */
/* ---------------------------------------------------------------------------------------- */

/* after login boxes */
.after-login-boxes {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.after-login-boxes li {
    padding: 0;
    margin: 0;
    width: calc(25% - 10px);
    position: relative;
    margin-bottom: 15px;
}
.after-login-boxes li:empty {
    padding: 0;
    margin: 0;
    visibility: hidden;
}
.after-login-boxes a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    color: #aaaaaa;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1em;
    transition: all 0.3s;
}
.after-login-boxes a:hover {
    color: #005cb9;
}
.after-login-boxes figcaption {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;    
}
.after-login-boxes img {
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 1024px) {
    .after-login-boxes a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .after-login-boxes {
        margin-top: 15px;
    }
    .after-login-boxes li {
        width: calc(33.3333% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .after-login-boxes a {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .after-login-boxes li {
        width: calc(50% - 5px);
        margin-right: 0;
    }
    .after-login-boxes a {
        font-size: 13px;
    }
    .after-login-boxes figcaption {
        bottom: 5px;
    }
}

/* mediaelement video player START */
/* ---------------------------------------------------------------------------------------- */
/* Ol videos are 4:3 - set new default */
body .mediaelement-player .mediaelement-aspect {
	padding-top: 75%; /* 4:3 */
}

.mediaelement .mediaelement-player {
	transition: all 0.3s ease-in-out;
}
/* add spacing for player in popup iframe */
#page3847 .mejs-video,
#page3847 .video-gallery-playlist {
	margin-left: 15px;
}

/* custom styles for video player */
.mejs-container .mejs-controls {
background: #fdfdfd;
background: -moz-linear-gradient(top, #fdfdfd 0%, #f5f5f5 49%, #e5e6e7 50%, #dedfe0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(49%,#f5f5f5), color-stop(50%,#e5e6e7), color-stop(100%,#dedfe0));
background: -webkit-linear-gradient(top, #fdfdfd 0%,#f5f5f5 49%,#e5e6e7 50%,#dedfe0 100%);
background: -o-linear-gradient(top, #fdfdfd 0%,#f5f5f5 49%,#e5e6e7 50%,#dedfe0 100%);
background: -ms-linear-gradient(top, #fdfdfd 0%,#f5f5f5 49%,#e5e6e7 50%,#dedfe0 100%);
background: linear-gradient(to bottom, #fdfdfd 0%,#f5f5f5 49%,#e5e6e7 50%,#dedfe0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dedfe0',GradientType=0 );
}

/* move controls below the video taskId.16811785 START */
.multimedia-player-simple .mediaelement-player {
	margin-bottom: 30px !important;
}
.multimedia-player-simple .mejs-container .mejs-controls {
	top: 100% !important;
	opacity: 1 !important;
	bottom: auto !important;
}
/* move controls below the video taskId.16811785 END */

.mejs-controls .mejs-button button {
	background-image: url(../data/i/player-sprite.png);
}
.no-svg .mejs-controls .mejs-button button {
	background-image: url(../data/i/player-sprite.png);
}
.mejs-container .mejs-controls .mejs-time span {
	color: #333;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #555555;
background: -moz-linear-gradient(top, #555555 0%, #333333 50%, #555555 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(50%,#333333), color-stop(100%,#555555));
background: -webkit-linear-gradient(top, #555555 0%,#333333 50%,#555555 100%);
background: -o-linear-gradient(top, #555555 0%,#333333 50%,#555555 100%);
background: -ms-linear-gradient(top, #555555 0%,#333333 50%,#555555 100%);
background: linear-gradient(to bottom, #555555 0%,#333333 50%,#555555 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#555555',GradientType=0 );
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #555555;
background: -moz-linear-gradient(top, #888888 0%, #666666 50%, #888888 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(50%,#333333), color-stop(100%,#888888));
background: -webkit-linear-gradient(top, #888888 0%,#666666 50%,#888888 100%);
background: -o-linear-gradient(top, #888888 0%,#666666 50%,#888888 100%);
background: -ms-linear-gradient(top, #888888 0%,#666666 50%,#888888 100%);
background: linear-gradient(to bottom, #888888 0%,#666666 50%,#888888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#888888',GradientType=0 );
}
.mejs-controls .mejs-time-rail .mejs-time-total {
background: #cccccc;
background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%);
background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%);
background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%);
background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
}

/* play button */
.mejs-overlay-button {
	background-image: url(../data/i/player-play.png);
	top: calc(50% - 15px);
}

/* captions */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input,
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	display: inline-block;
	margin: 0; padding: 0;
	width: auto;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	margin-left: 3px;
}
.mejs-container-fullscreen .mejs-captions-layer {
	font-size: 200%;
	line-height: 1.1em;
}

/* Replace CC with "Subtitles" */
.mejs-controls .mejs-captions-button {
	width: 80px !important;
}
.mejs-controls .mejs-captions-button button {
	width: inherit;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: none !important;
	text-shadow: none;
}
.mejs-controls .mejs-captions-button button:after {
	content: "Subtitles";
	display: inline-block;
	padding-top: 8px;
	font-size: 12px;
	color: #333;
	font-family: Helvetica,Arial;
}
html[lang="ja-JP"] .mejs-controls .mejs-captions-button button:after {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
	content: "字幕";
	font-size: 13px;
}
.mejs-controls .mejs-captions-enabled button:after {
	content: "Subtitles ON";
}

 /* ------------------------ RESPONSIVE VIDEO GALLERY PLAYER START ------------------------ */
.video-gallery-wrapper .productNamePopUp a {
	position: static; top: auto; right: auto;
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.video-gallery-wrapper {
	position: relative;
	max-width: 850px;
	clear: both;
}
/* compensate .container padding on iframe popup video */
html.iframe .video-gallery-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
h5.related-video-title {
	position: absolute;
	left: 75%;
	top: 0px;
	color: #444;
	font-size: 20px;
	background-color: #fff;
	margin: 0;
	padding: 5px 0px;
}
.video-gallery-current-item {
	width: 100%;
}
.video-gallery-player {
	width: 71%;
	float: left;
}
.no-playlist .video-gallery-player {
	width: 100%;
	float: none;
}
.video-gallery-playlist {
	width: 25%;
	float: left;
	overflow: auto;
	clear: none;
	margin-left: 15px;
}
.video-gallery-current-item h4 {
	color: #262c85;
	font-size: 20px;
}
.video-gallery-current-item h4 small {
	display: none;
}
.video-gallery-current-item .media-desc {
	display: none;
}
.video-gallery-playlist .mediaelement-list-inner {
	padding-right: 15px;
}
.featured-popup-playlist .mediaelement-list-inner {
	padding-top: 0px;	
}
.video-gallery-playlist .mediaelement-item h4 {
	height: auto;
	margin: 5px 10px;
	color:  #464eb6;
	font-size: 13px;
	font-weight: normal;
}
.video-gallery-playlist .mediaelement-item h4 small {
	font-size: 12px;
	color: #444;
	display: block;
	line-height: 1.3em;
	margin-top: 5px;
}
.video-gallery-playlist .mediaelement-item h4 small ~ small {
	display: none;	
}
.video-gallery-playlist .mediaelement-details {
	margin-bottom: 15px;
}
.video-gallery-player {
	margin: 0% 2%;
}
.video-gallery-current-item .mediaelement-details {
	padding-left: 15px;
	padding-right: 15px;
}

.video-gallery-playlist .mediaelement-item img {
	/* width: 100% !for(ie8); */
}
.productNamePopUp a {
	color: #005cb9;	
}
.mediaelement-details .media-desc {
	display: none;	
	color: red;
}
@media (min-width: 768px) {
	.video-gallery-playlist .mediaelement-item {
		border: 1px solid #ccc;
		margin-bottom: 7px;
		width: 100%;
		float: none;
	}
	.header-thumbnails .mediaelement-list-inner {
		padding-top: 0px;
	}
	.video-gallery-playlist .mediaelement-list-inner {
		padding-right: 0px;	
	}
}
@media (max-width: 767px) {
	.mediaelement-list.video-gallery-playlist .mediaelement-list-inner {
		padding-left: 15px;
	}
	.mediaelement-current-item.video-gallery-current-item,
	.mediaelement-player.video-gallery-player,
	.mediaelement-list.video-gallery-playlist {
		width: 100%;
		float: none;
	}
	.video-gallery-playlist {
		/* rewrite js defined height */
		height: auto !important;
	}
	.video-gallery-playlist:before {
		content: 'Related Videos';
		display: block;
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 15px;
		font-size: 20px;
		color: #444;
	}
	.video-gallery-playlist .mediaelement-item {
		width: 33.3333%;
		float: left;
	}
	.video-gallery-playlist .mediaelement-item h4 {
		margin-left: 0px;
	}
}
@media (max-width: 659px) {
	.video-gallery-playlist .mediaelement-item {
		width: 50%;
	}
}
@media (max-width: 439px) {
	.video-gallery-playlist .mediaelement-item {
		width: 100%;
		float: none;
	}
}
/* ------------------------ RESPONSIVE VIDEO GALLERY PLAYER END ------------------------ */

/* ----------------------- ONE VIDEO START -------------------------- */
.product .mediaelement-player.one-video-player {
	width: 500px;
	max-width: 100%;
}
.mediaelement-player.one-video-player {
	/*width: 70%;*/
	max-width: 480px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.mediaelement-player.one-video-player {
		width: 100%;
		max-width: 480px;
	}
}
/* ----------------------- ONE VIDEO END  -------------------------- */

/*-----------------------  =HOME FEATURED VIDEOS START ----------------------- */
.featured-videos-title {
	margin-top: 5px;
	margin-bottom: 2px;	
	font-weight: bold;
}
.featured-popup-playlist {
	position: relative;
}
.featured-popup-playlist .mediaelement-item {
	width: 100%;
	float: none;
}
.featured-popup-playlist .play-btn {
	position: absolute;
	left: 43%;
	top: 50px;
}
.ipop-featured-video.iPopBlock.styled div.iPopBox {
	padding: 0;
}
@media (max-height: 549px) {
	.ipop-featured-video.iPopBlock.styled div.iPopBox {
		overflow-x: hidden;
		overflow-y: auto;
	}	
}
/*-----------------------  =HOME FEATURED VIDEOS END ----------------------- */

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	width: 150px;	
}
@media (max-width: 767px) {
	.mejs-controls .mejs-captions-button .mejs-captions-selector li,
	.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	.mejs-controls .mejs-captions-button .mejs-captions-selector li > label,
	.mejs-controls .mejs-captions-button .mejs-captions-selector li > input[type="radio"],
	.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label,
	.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input[type="radio"] {
		line-height: 10px;	
		height: 10px;
	}
}

/* taskId.16811522 patch for shaking video */
.mediaelement-player.video-gallery-player {
	width: 600px ;	 /* !for(webkit) */
	max-width: 100% ; /* !for(webkit) */
}

/* taskId.16811622 */
.video-popup-text-link {
	color:  #464eb6;
}
.video-popup-text-link:hover {
	color: #005cb9;
}
/* mediaelement video player END */
/* ---------------------------------------------------------------------------------------- */

/* =directory START */
/* ---------------------------------------------------------------------------------------- */

/* SPECIFICATIONS */
.specifications-table p {
	margin: 0;
}
.specifications-table .popup-gallery-thumb {
	margin: 0;
}
.specifications-table a {
	color:  #464eb6;
}
.specifications-table {
	margin-bottom: 15px;
}
.specifications-table td,
.specifications-table th {
	border-left: 1px solid #c7c7c7;
}

/* taskId.16803645 */
.specifications-table th.split-cell:first-child,
.specifications-table th[rowspan]:first-child,
.specifications-table td:first-child {
	border-left: 0 none;
}

.specifications-table td.table-spacer,
.specifications-table th.table-spacer {
	padding: 0; margin: 0;
	border-left: 0 none;
}

/* taskId.16806881 */
/* Patch for /en/microscope/mx51/#!cms[tab]=%2Fmicroscope%2Fmx51%2Fspecifications */
.specifications-table .split-cell-duplicate + .split-cell-duplicate.split-cell-empty {
	border: 0px solid transparent !important;
}

.specifications-table th.split-cell-empty,
.specifications-table th:empty {
	border-left: 0 none;
}
.specifications-table th,
.specifications-table td,
.specifications-table thead > tr > th,
.specifications-table thead > tr > td,
.specifications-table tbody > tr > th,
.specifications-table tbody > tr > td,
.specifications-table tfoot > tr > th,
.specifications-table tfoot > tr > td {
	padding: 8px 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Tahoma, sans-serif;;
	color: #444;
	line-height: 1.3em;
	border-top: 1px solid #c7c7c7;
}
html[lang="ja-JP"] .specifications-table th,
html[lang="ja-JP"] .specifications-table td,
html[lang="ja-JP"] .specifications-table thead > tr > th,
html[lang="ja-JP"] .specifications-table thead > tr > td,
html[lang="ja-JP"] .specifications-table tbody > tr > th,
html[lang="ja-JP"] .specifications-table tbody > tr > td,
html[lang="ja-JP"] .specifications-table tfoot > tr > th,
html[lang="ja-JP"] .specifications-table tfoot > tr > td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.specifications-table tbody > tr > th.split-cell-duplicate {
	border-top: 0 none;
}

/* taskId.16803337 - /microscopes/upright/bx63/ (Specifications) */
/* using also js http://screencast.com/t/F7hBdng7cU
/* http://screencast.com/t/dRarh56OjZ */
.specifications-table tbody > tr > th.split-cell-empty {
	border-top: 1px solid #c7c7c7;
}
/* http://screencast.com/t/EzfQvcCfc7kb */
.specifications-table tbody > tr > th.split-cell-header + th.split-cell-with-hidden {
	border-top: 1px solid #c7c7c7;
}


.specifications-table tbody > tr:first-child > th,
.specifications-table tbody > tr:first-child > td {
	border-top: 0 none;
}
.specifications-table th,
.specifications-table thead > tr > th,
.specifications-table tbody > tr > th,
.specifications-table tfoot > tr > th {
	vertical-align: top;
}
.specifications-table td,
.specifications-table thead > tr > td,
.specifications-table tbody > tr > td,
.specifications-table tfoot > tr > td {
	vertical-align: middle;
}
.specifications-table ul {
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.specifications-table p {
	margin: 0;
}
html[lang="ja-JP"] .specifications-table th,
html[lang="ja-JP"] .specifications-table td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.specifications-table th {
	background-color: #efefef;
}
.specifications-table .dt-multienum ul {padding: 0; margin: 0; list-style-type: none;}
.specifications-table .dt-multienum li {padding: 0; margin: 0;}

/* make width depend on number of columns taskId.16806930 */
.specifications-table td:nth-child(2) {width: 50%;}
.specifications-table td:nth-child(3) {width: 33%;}
.specifications-table td:nth-child(4) {width: 25%;}
.specifications-table td:nth-child(5) {width: 20%;}
.specifications-table td:nth-child(6) {width: 16%;}

/* taskId.16816702 2019/12/11 new layout for specifications table START */
/* ----------------------------------------------------------------------------------------- */
.specifications-table thead > tr > * {
    text-align: center;
    border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
    .specifications-table-hardcoded tbody th {
        border-right: 1px solid #ccc;
        border-left: 0 none;
    }
}
@media (max-width: 767px) {
    /* original styles activate the change on the vertical mobile only */
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) > tbody > tr > td, 
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) > tbody > tr > th {
        display: block;
        border-left: 0 none;
    }
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) > tbody > tr > th {
        background-color: #f5f5f5;
    }    
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th {
        text-align: center !important;
    }
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) ul {
		padding: 0;
		margin: 0 0 0 20px;
		text-align: left !important;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) ul li {
		padding: 0;
		margin: 0;
	}	
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) > tbody > tr > th:empty {
        display: none;
    }
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th ~ th {
        border-top: 0 none;
    }
    .specifications-table[data-td-cols] {
        margin-bottom: 0;
    }
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th:not([auto-labels-count]):first-child ~ th {
        padding-top: 8px;
    }
}
@media (max-width: 767px) {
    .specifications-table thead > tr > * {
        background-color: transparent;
    }
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) {
		display: block;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) thead,
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody {
		display: block;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tr {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) thead > tr > *,
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody td {
		display: block;
		flex: 1 1 auto;
        padding-left: 2px;
        padding-right: 2px;
    }
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th:first-child {
        font-weight: bold;
    }
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th:not(:first-child) .hidden {
        x-display: block !important;
        x-visibility: visible !important;
    }
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) thead > tr > * {
        border-top: 0 none;
    }
	.specifications-table[data-td-cols="2"]:not(.desktop-view-on-mobile) thead > tr > *,
	.specifications-table[data-td-cols="2"]:not(.desktop-view-on-mobile) tbody td {
		width: 50%;
	}
    
    /* multiply width of TD with colspan */
    .specifications-table[data-td-cols="2"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="2"],
    .specifications-table[data-td-cols="2"]:not(.desktop-view-on-mobile) tbody td[colspan="2"] {
        width: 100%;
    }
    .specifications-table[data-td-cols="3"]:not(.desktop-view-on-mobile) thead > tr > *,
	.specifications-table[data-td-cols="3"]:not(.desktop-view-on-mobile) tbody td {
		width: 33.3333%;
	}
    .specifications-table[data-td-cols="3"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="2"],
    .specifications-table[data-td-cols="3"]:not(.desktop-view-on-mobile) tbody td[colspan="2"] {
        width: 66.6666%;
    }
    .specifications-table[data-td-cols="3"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="3"],
    .specifications-table[data-td-cols="3"]:not(.desktop-view-on-mobile) tbody td[colspan="3"] {
        width: 100%;
    }
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) thead > tr > *,
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) tbody td {
        width: 25%;
    }
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="2"],
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) tbody td[colspan="2"] {
        width: 50%;
    }
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="3"],
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) tbody td[colspan="3"] {
        width: 75%;
    }
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="4"],
    .specifications-table[data-td-cols="4"]:not(.desktop-view-on-mobile) tbody td[colspan="4"] {
        width: 100%;
    }
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) thead > tr > *,
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) tbody td {
        width: 20%;
    }
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="2"],
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) tbody td[colspan="2"] {
        width: 40%;
    }
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="3"],
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) tbody td[colspan="3"] {
        width: 60%;
    }
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="4"],
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) tbody td[colspan="4"] {
        width: 80%;
    }
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="5"],
    .specifications-table[data-td-cols="5"]:not(.desktop-view-on-mobile) tbody td[colspan="5"] {
        width: 100%;
    }
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) thead > tr > *,
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) tbody td {
        width: 16.6666%;
    }
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="2"],
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) tbody td[colspan="2"] {
        width: 33.3333%;
    }
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="3"],
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) tbody td[colspan="3"] {
        width: 50%;
    }
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="4"],
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) tbody td[colspan="4"] {
        width: 66.6666%;
    }
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="5"],
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) tbody td[colspan="5"] {
        width: 83.33332%;
    }
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) thead > tr > *[colspan="6"],
    .specifications-table[data-td-cols="6"]:not(.desktop-view-on-mobile) tbody td[colspan="6"] {
        width: 100%;
    }
    
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody td:not(:last-child) {
		border-right: 1px solid #ccc;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th {
		padding-left: 5px;
		padding-right: 5px;
        
        /* !important for overwriting hardcoded width, e.g. /laser-scanning/fv3000/ */
		width: 100% !important;        
	}
    .table-responsive,
    .content-container,
    .cms-content {
        overflow: auto !important;
    }
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) thead > tr > * {
        font-weight: bold;
        
        /* position sitkcy doesn't work so far */
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) thead > tr > *.split-cell-header {
		display: none;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th:first-child {
		background-color: #ddd;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th.split-cell-duplicate:first-child {
		display: none;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th ~ th ~ th {
		padding-top: 0;
        font-weight: normal;
        font-style: italic;
	}
    /* sometimes there is even the 4th level /laser-scanning/fvmpe-rs/ */
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th ~ th ~ th ~ th {
        color: #999;
    }
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody td {
        border-top: 1px solid #ccc;
    }    
    
    /* hardcoded */
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) .mobile-auto-header-list {
        x-color: red;
        position: relative;
        font-style: normal;
        display: block !important;
    }
    /* hide automatic header for the 1st level... */
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) .mobile-auto-header {
        display: none;
    }
    /* ...but show for the 2nd */
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) .mobile-auto-header ~ .mobile-auto-header {
        display: block;
    }
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) thead td[colspan] {
        display: none;
    }
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th {
        font-weight: normal;
    }
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th ~ th {
        padding-top: 0;
    }
    /* The 2nd th after the 1st level th: add top padding */
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th:not([auto-labels-count]):first-child ~ th {
        padding-top: 5px;
    }
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th:not([auto-labels-count]):first-child ~ th ~ th {
        padding-top: 0;
    }
    /* The 1st th of the 1st level: bold */
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th:not([auto-labels-count]):first-child {
        font-weight: bold;
    }
    /* The 1st th of the 2nd or the 3rd level: normal, lightest grey */
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th[auto-labels-count]:first-child {
        background-color: #f5f5f5;
        font-weight: normal;
    }
    /* 
        italic:
        - the third level;
        - the 2nd level if there is only one auto-labels
        - th when there are 2 auto labels
    */
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th ~ th ~ th,
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th[auto-labels-count="1"] ~ th,
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) tbody th[auto-labels-count="2"] {
        font-style: italic;
    }
    
    /* hide repeating header 1 */

}
@media (max-width: 479px) {
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) > tbody > tr > td {
        padding-left: 2px;
        padding-right: 2px;
    }
}

/* IMS SPECIFIC */
/*@media (min-width: 768px) {
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) > thead > tr > th::before,
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) > thead > tr > td::after,
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) > tbody > tr > th::before,
    .specifications-table.specifications-table-hardcoded:not(.desktop-view-on-mobile) > tbody > tr > td::after {
        display: none;
    }
}*/
@media (max-width: 767px) {
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) > tbody > tr > td {
		text-align: center;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody th.split-cell-duplicate {
		padding: 0;
	}
	.specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tbody tr {
		border-top: 1px solid #ccc;
	}
    
    .specifications-table[data-td-cols]:not(.desktop-view-on-mobile) tr[class*="split-cell-3"] th + th.split-cell-duplicate .hidden {
        display: block !important;
        visibility: visible !important;
        padding-top: 8px;
        padding-bottom: 5px;
    }
    /* remove double border */
    .specifications-table th, 
    .specifications-table td, 
    .specifications-table thead > tr > th, 
    .specifications-table thead > tr > td, 
    .specifications-table tbody > tr > th, 
    .specifications-table tbody > tr > td, 
    .specifications-table tfoot > tr > th, 
    .specifications-table tfoot > tr > td {
        border-top:  0 none;
    }
}

@media (min-width: 768px) {
    .specifications-table[data-cols] {
        table-layout: fixed;
    }
    .specifications-table[data-cols="2"] th, .specifications-table[data-cols="2"] td {width: 50%;}
    .specifications-table[data-cols="3"] th, .specifications-table[data-cols="3"] td {width: 33.3333%;}
    .specifications-table[data-cols="4"] th, .specifications-table[data-cols="4"] td {width: 25%;}
    .specifications-table[data-cols="5"] th, .specifications-table[data-cols="5"] td {width: 20%;}
    .specifications-table[data-cols="6"] th, .specifications-table[data-cols="6"] td {width: 16.66666%;}
    
    .specifications-table[data-table-spacer] .table-spacer {display: none;}
    .specifications-table[data-cols="4"] th + td.table-spacer + td:last-child {width: 50%;}
    .specifications-table[data-cols="5"] th + td.table-spacer + td:last-child {width: 40%;}
    .specifications-table[data-cols="6"] th + td.table-spacer + td:last-child {width: 33.3333%;}
    
    .specifications-table[data-cols="4"] th[colspan="2"], .specifications-table[data-cols="4"] td[colspan="2"] {width: 50%;}
    .specifications-table[data-cols="4"] th[colspan="3"], .specifications-table[data-cols="4"] td[colspan="3"] {width: 75%;}
    .specifications-table[data-cols="6"] th[colspan="2"], .specifications-table[data-cols="6"] td[colspan="2"] {width: 33.3333%;}
    .specifications-table[data-cols="6"] th[colspan="3"], .specifications-table[data-cols="6"] td[colspan="3"] {width: 50%;}
}

/* taskId.16816702 2019/12/11 new layout for specifications table END */
/* ----------------------------------------------------------------------------------------- */


.info-panel {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0px 0px 20px 20px;       
}
@media (max-width: 767px) {
    .info-panel {
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
.video-share-icons {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline; 
}

.more-info-on {
	display: flex;
	flex-flow: row wrap;
}
@media (max-width: 767px) {
    /* taskId.16816735 2019/12/04 center on mobile */
    .more-info-on {
        justify-content: center;
    }
}
.more-info-on label {
	margin: 0;
	padding: 7px 0px 5px 15px;
	line-height: 1.6em;
	font-family: Arial, Tahoma, sans-serif;;
	font-size: 13px;
    /* taskId.16816735 2019/12/04 text color should be default to inherit custom text color */
    /* color: #444; */
}
.more-info-on select {
	padding: 7px 30px 5px 12px;
	margin: 0 10px;
	line-height: lineHeight;
	cursor: pointer;
	border: 0 none;
	background-color: #f5f5f5;
	font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../data/i/caret.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.more-info-on button {
	display: inline-block;
	background-image: none;
	background-color: #E49900;
	color: #fff;
	border-radius: 0;
	border: 0 none;
	padding: 7px 12px 5px 12px;
	line-height: lineHeight;
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	display: none;
}
.more-info-on select:focus,
.more-info-on button:focus {
	outline: none;
	box-shadow: none;
	border: 0 none;
}
@media (max-width: 767px) {
	.more-info-on label {
		width: 100%;
        /* taskId.16816735 2019/12/04 center on mobile */
		margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;        
	}
	.more-info-on select {
        max-width: calc(100% - 60px);
		padding-left: 8px;
        
        /* taskId.16816735 2019/12/04 center on mobile */
		margin-left: 0px;
        margin-right: 10px;
	}
}
.video-gallery-wrapper .video-desc {
    padding: 0 20px 10px 20px;
}
.video-gallery-wrapper .video-contact {
    padding: 0 20px 20px 20px;
}
.video-gallery-wrapper .video-contact .btn,
.video-gallery-wrapper .video-contact .btn:hover,
.video-gallery-wrapper .video-contact .btn:focus {
    border-radius: 0;
    background-color: #005cb9;
    color: #fff;
    box-shadow: none;
    border: 0 none;
}
/* =directory END */
/* ---------------------------------------------------------------------------------------- */

code,
.code {
	background-color: #f2f2f2;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	font-family: 'PT Mono', monospace;
	font-weight: normal;
	color: #180051;
}
span.code,
code {
	padding: 2px 5px;
}
br + code {
	padding: 5px 10px;
	margin: 10px 0px;
	display: inline-block;
}
p.code,
div.code {
    max-height: 200px;
    overflow-y: auto;
}
p.code,
div.code-small {
	font-size: 11px;
	line-height: 1.4em;
}

/* share box */
.share-box {
	background-color: #f1f1f1;
	background-image: url(../data/i/share.png);
	background-image: url(../data/i/share-ru.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	width: 210px;
	/* width: 204px !for(ie8); */
	position: relative;
    border: 0 none !important;
}
.share-expander, 
.share-expander:hover, 
.share-expander:focus {
	display: block;
	cursor: pointer;
	padding: 5px 10px !important;
	color: #444;
	font-size: 12px;
	text-decoration: none;
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
    
}
.share-expander:hover {
	color: #005cb9;
}
.share-expander .fa-share-alt {
    background: var(--sprite) -125px -350px no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    opacity: 0.7;
    margin-right: 5px;
}
.share-expander:hover .fa-share-alt {
    background-position: -150px -350px;
}
.share-icons {
	padding: 10px;
	background-color: #E2E2E2;
}
.share-box .share-icons .at-share-btn {
	display: block;
	float: none;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pagination {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-flow: row wrap;
	width: 100%;
}
.pagination .pagination {
    margin: 0;
}
.pagination li {
    padding: 0;
    margin: 0;
}
.pagination > li > a, 
.pagination > li > span {
    border: 0 none;
    border-radius: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #f2f2f2;
    color: #444;
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #005cb9;
    color: #fff;
}
.pagination > li.active > a,
.pagination > li.active > a{
    background: #3f3f3f;
    border: 0 none;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

/* ---------------------------- gating START ---------------------------- */
/*
	- there is a script in common.js
	- #C15 form is used to protect content
	- add class "gating" to CMS
	- taskId.16814715
*/
.ipop-gating.iPopBlock {
	background-color: rgba(0,0,0,0.9);
}
body.gating .cms-content,
body.gating .header-block,
body.gating .col-aside,
body.gating #C15,
body.gating .body-page-title,
body.gating .col-content > h2,
body.gating .col-content > table.grid {
	display: none;
}
/* taskId.16815300 2019/03/21 AM - hide sidebar only when there is a form, but show when the article is visible */
/*body.gating .col-content,*/
body.show-gating-form .col-content {
	width: 100%
}
body.gating.show-gating-content .cms-content,
body.gating.show-gating-content .header-block,
body.gating.show-gating-content .col-aside,
body.gating.show-gating-form #C15,
body.gating.show-gating-form .col-content > h2,
body.gating.show-gating-form .col-content > table.grid,
body.gating.show-gating-content .body-page-title {
	display: block;
}
body.gating.show-gating-content.page4YNB36HC .body-page-title,
body.gating.show-gating-content .col-content > h2,
body.gating.show-gating-content .col-content > table.grid {
	display: none;
}
body.gating .col-content h2 {
	border-bottom: 1px solid #005cb9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body.gating #C15 {
	background-color: #f5f5f5;
	padding: 30px;
}
@media (max-width: 979px) {
	body.gating #C15 {
		padding: 15px;
	}
}
body.gating #C15 input[type="text"],
body.gating #C15 input[type="password"],
body.gating #C15 input[type="email"],
body.gating #C15 select {
	background-color: #fff;
}
body.gating #C15 h3 {
	margin-top: 0;
}
body.gating .col-content > table.grid > tbody > tr > *:first-child {
	width: calc(100% - 630px);
}
body.gating .col-content > table.grid > tbody > tr > *:last-child {
	width: 600px;
}
@media (max-width: 979px) {
	body.gating .col-content > table.grid > tbody > tr > *:first-child,
	body.gating .col-content > table.grid > tbody > tr > *:last-child {
		width: 100%;

	}
	body.gating .col-content > table.grid > tbody > tr > *:last-child {
		max-width: 600px;
	}
}
/* ---------------------------- gating END ---------------------------- */ 

/* taskId.16817281 2020/03/20 /safe/ START */
/* ----------------------------------------------------------------------------- */
.industry-caption {
    position: relative;
}
.industry-caption .row + .row,
table.industry-caption tr:nth-child(2) {
    position: absolute;
    right: 15px;
    top: 15px;
}
.industry-caption.video-left .row + .row,
table.industry-caption.video-left tr:nth-child(2) {
	right: auto;
	left: 15px;
}
table.industry-caption tr:nth-child(2) td {
    float: right;
}
table.industry-caption.video-left tr:nth-child(2) td {
    float: left;
}

table.industry-caption,
table.industry-caption > tbody,
table.industry-caption > tbody > tr,
table.industry-caption > tbody > tr > td {
    display: block;
    padding: 0;
    margin: 0 0 30px;
}
table.industry-caption tr {
    width: 100%;
}
.industry-caption .multimedia-player-simple .mejs-container .mejs-controls {
    opacity: 0 !important;
    margin: 0;
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
}
.industry-caption .multimedia-player-simple.mediaelement-playing:hover .mejs-container .mejs-controls {
    opacity: 1 !important;
}
@media (max-width: 767px) {
	table.industry-caption,
	table.industry-caption > tbody,
	table.industry-caption > tbody > tr,
	table.industry-caption > tbody > tr > td {
		margin: 0;
	}
    table.industry-caption tr:nth-child(2) td {
		width: 60%;
    }
	table.industry-caption .multimedia-player-simple .mediaelement-player {
		margin-bottom: 15px !important;
	}
}
@media (max-width: 599px) {
    table.industry-caption tr:nth-child(2) td {
		width: 50%;
    }
}
@media (max-width: 479px) {
    table.industry-caption tr:nth-child(1):not(:only-child) {
		display: none;
    }
    table.industry-caption tr:nth-child(2) {
		position: static;
    }
    table.industry-caption tr:nth-child(2) td {
		width: 100%;
    }
}
/* taskId.16817281 2020/03/20 /safe/ END */
/* ----------------------------------------------------------------------------- */

/* traning */
@media (min-width: 1200px) {
	.page-training .col-cat-box {
		width: calc(33.3333% - 30px);
		margin-top: 20px;
	}
	.col-cat-box-empty,
	.page-training .col-cat-box-empty {
		padding: 0;
		margin: 0;
		visibility: hidden;
	}
}
@media (max-width: 1199px) {
	.col-cat-box-empty,
	.page-training .col-cat-box-empty {
		display: none;
	}	
}
.page-training .subaccord h3 {
	padding-left: 35px;
}
.page-training .subaccord h3:hover,
.page-training .subaccord h3:focus,
.page-training .subaccord h4:hover,
.page-training .subaccord h4:focus {
	background-color: transparent;
}
.page-training .subaccord h3.accord-active::before, 
.page-training .subaccord h4.accord-active::before {
	content: '';
}

/* taskId.16819222 2021/08/20 START */
/* ------------------------------------------------------------ */
.grid.slide[class*="box-"],
.grid.slide[class*="box-"] > tbody,
.grid.slide[class*="box-"] > tbody > tr,
.grid.slide[class*="box-"] > tbody > tr > td {
	display: block;
}
.grid.slide[class*="box-"] {
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.grid.slide[class*="box-"] > tbody::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );	
}
.grid.slide[class*="box-"] > tbody > tr {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 100px 0;
	margin: 0;
	z-index: 1;
	position: relative;
}
.grid.slide[class*="box-"] > tbody > tr > td {
	background-color: #fff;
	width: auto;
	padding: 50px;
}
@media (min-width: 1921px) {
	.grid.slide[class*="box-"] {
		width: 1920px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.grid.slide[class*="box-"] > tbody > tr > td {
		padding: 30px;
	}
}


/* taskId.16819612 2022/02/02 update styles /about-us/ */
.grid.slide[class*="box-left"] {
	background-position: right top;
	background-size: 100% auto;
}
.grid.slide[class*="box-left"] > tbody > tr,
.grid.slide[class*="box-right"] > tbody > tr {
	padding: 150px 0 50px;
}
.grid.slide[class*="box-left"] > tbody > tr {
	align-items: flex-start;
}
.grid.slide[class*="box-left"] > tbody > tr > td,
.grid.slide[class*="box-right"] > tbody > tr > td {
	width: calc(50vw - 150px);
	line-height: 1.6em;	
}
.grid.slide[class*="box-left"] > tbody > tr > td {
	padding-left: calc((100vw - 1155px)/2);
}
.grid.slide[class*="box-right"] > tbody > tr {
	align-items: flex-end;
}
.grid.slide[class*="box-right"] > tbody > tr > td {
	padding-right: calc((100vw - 1140px)/2);
}
@media (min-width: 1921px) {
	.grid.slide[class*="box-left"] > tbody > tr > td {
		padding-left: calc((1920px - 1140px)/2);
	}
	.grid.slide[class*="box-left"] {
		background-size: 100% auto;
		background-position: center bottom;
		background-attachment: scroll;
	}
}
@media (max-width: 1680px) {
	.grid.slide[class*="box-left"] {
		background-size: cover;
		background-attachment: scroll;
	}
}
@media (max-width: 1199px) {
	.grid.slide[class*="box-left"] > tbody > tr > td {
		padding-left: 30px;
	}
	.grid.slide[class*="box-right"] > tbody > tr > td {
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.grid.slide[class*="box-left"] > tbody > tr > td,
	.grid.slide[class*="box-right"] > tbody > tr > td {
		width: 50vw;
	}	
}
@media (max-width: 575px) {
	.grid.slide[class*="box-left"] > tbody > tr > td,
	.grid.slide[class*="box-right"] > tbody > tr > td {
		width: calc(100vw - 60px);
	}	
}

.grid.slide {
	font-size: 18px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;	
}
html[lang="ja-JP"] .grid.slide {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;	
}
.grid.slide h1 {
	font-size: 42px;
	color: #08107b;
	margin: 0 0 30px;
}
@media (max-width: 767px) {
	.grid.slide {
		font-size: 14px;
	}
	.grid.slide h1 {
		font-size: 30px;
		margin: 0 0 15px;
	}	
}

ul.breadcrumbs {
	list-style-type: none;
	padding: 0px 0;
	margin: 0;
	font-family: Arial, Tahoma, sans-serif;;
	font-size: 13px;
	line-height: 1.6em;
	color: #999;
	font-size: 13px;
}
html[lang="ja-JP"] ul.breadcrumbs {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
ul.breadcrumbs li {
	display: inline;
}
ul.breadcrumbs li:not(:last-child)::after {
	content: '|';
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}
ul.breadcrumbs a {
	color: #005cb9;
}
.cms-content figure {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
}
.cms-content figure img {
	transition: all 0.3s;
}
.cms-content figure:hover img {
	transform: scale(1.1);
}
a.arrow {
	font-size: 40px;
	color: #005cb9;
	transition: color 0.3s;
}
a.arrow:hover,
a.arrow:focus {
	color: #444;
}

.accord2 .subaccord h3 {
	padding-top: 12px;
	padding-bottom: 12px;
}
.accord2 .subaccord h3::before {
	position: static;
	background: none;
	width: auto;
	height: auto;
	content: '\002B';
	transform: none;
	padding: 0;
	margin: 0 10px 0 0;
	color: #005cb9;
	font-family: Arial, Tahoma, sans-serif;;
}
.accord2 .subaccord h3.accord-active::before {
	content: '\2212';
	transform: none;
}
.accord2 .subaccord > div {
	padding-left: 20px;
}
/* taskId.16819222 2021/08/20 END */
/* ------------------------------------------------------------ */

/* /service-and-support/downloads/subscribe/ after submitting form START */
#subscribeForm input, #subscribeForm select {background-color: #f5f5f5; padding: 10px 15px; border: 0 none; width: 200px;}
#subscribeForm tr > * {padding: 0 0 10px;}
.feed {display: flex; flex-flow: row nowrap; align-items: center; padding: 5px 0; border-bottom: 1px solid #e7e7e7;}
.feed:last-child {border-bottom: 0 none;}
.feed > * {order: 10;}
.feed > .rssSubscrive {order: 1; margin: 0 10px 0 0;}
.feed .rssLink {order: 11; margin-left: auto;}
.feed .rssLink a {display: inline-block; background-color: #005cb9; color: #fff; display: inline-block; padding: 3px 6px; font-size: 12px; margin: 0 10px 0 0;}
.rssTitle {font-size: 18px; padding: 0 0 5px; margin: 30px 0 15px; border-bottom: 1px solid #005cb9; color: #666;}
.rssSection ~ div.submit {border-top: 1px solid #e7e7e7; text-align: center; padding: 20px 0 0; margin: 20px 0;}
/* /service-and-support/downloads/subscribe/ after submitting form END */

/* fullwidth sections for subpage START */
/* --------------------------------------------------------------- */
body.fullwidth .container.container-content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
body.fullwidth .section-light-grey {
	background-color: #f5f5f5;
}
body.fullwidth .section-dark-gradient {
	background: rgb(153,153,153);
	background: -moz-linear-gradient(left, rgba(153,153,153,1) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-linear-gradient(left, rgba(153,153,153,1) 0%,rgba(51,51,51,1) 100%);
	background: linear-gradient(to right, rgba(153,153,153,1) 0%,rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=1 );	
}
body.fullwidth .section-dark-gradient-reversed {
	background: rgb(51,51,51);
	background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 100%);
	background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(153,153,153,1) 100%);
	background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#999999',GradientType=1 );	
}
@media (min-width: 1200px) {
	body.fullwidth .cms-content > *,
	body.fullwidth div.sitePath,
	body.fullwidth .printlink {
		padding-left: calc((100% - 1140px)/2);
		padding-right: calc((100% - 1140px)/2);
	}	
	/* there is extrra spacing on tables */
	body.fullwidth .cms-content > table.grid {
		padding-left: calc((100% - 1160px)/2);
		padding-right: calc((100% - 1160px)/2);		
	}
	body.category-page.fullwidth .cms-content > h2 {
		padding-left: 0;
		padding-right: 0;
		margin-left: calc((100% - 1140px)/2);
		margin-right: calc((100% - 1140px)/2);
	}
}
@media (max-width: 1199px) {
	body.fullwidth div.sitePath, 
	body.fullwidth .printlink {
		padding-left: 15px;
		padding-right: 15px;
	}
}
body.fullwidth .cms-content .grid.section {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 1024px) {
	body.fullwidth .cms-content .grid.section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 767px) {
	body.fullwidth .cms-content .grid.section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 979px) {
	body.fullwidth .cms-content .grid td {
		order: 2;
	}
	body.fullwidth .cms-content .grid th {
		order: 1;
	}
}

/* fullwidth sections for subpage END */
/* --------------------------------------------------------------- */

/* documentation */
body.page13147 .row-main {
	flex-flow: row-reverse nowrap;
}
body.page13147 .side-box {
	display: none;
}

/*** END ims20/global/subpages.css ***/

/*** Skipping CSS Section landing (only-param=subpages) ***/
/*** Skipping CSS Section landingdirectory (only-param=subpages) ***/
/*** Skipping CSS Section landing-custom-styles (only-param=subpages) ***/
/*** Skipping CSS Section parallax (only-param=subpages) ***/
/*** Skipping CSS Section product (only-param=subpages) ***/
/*** Skipping CSS Section downloads (only-param=subpages) ***/
/*** Skipping CSS Section custom-windturbine (only-param=subpages) ***/
/*** Skipping CSS Section custom-coatingthickness (only-param=subpages) ***/
/*** Skipping CSS Section custom-aerospaceinspectionssolutions (only-param=subpages) ***/
/*** Skipping CSS Section custom-vanta (only-param=subpages) ***/
/*** Skipping CSS Section custom-vessel (only-param=subpages) ***/
/*** Skipping CSS Section custom-360 (only-param=subpages) ***/
/*** Skipping CSS Section configurator (only-param=subpages) ***/
/*** Skipping CSS Section industries (only-param=subpages) ***/
/*** Skipping CSS Section custom-blog (only-param=subpages) ***/
/*** Skipping CSS Section customunsubscribe (only-param=subpages) ***/
/*** Skipping CSS Section news (only-param=subpages) ***/
/*** Skipping CSS Section events (only-param=subpages) ***/
/*** Skipping CSS Section careers (only-param=subpages) ***/
/*** Skipping CSS Section search (only-param=subpages) ***/
/*** Skipping CSS Section custom-academic-research (only-param=subpages) ***/
/*** Skipping CSS Section custom-training-members (only-param=subpages) ***/
/*** Skipping CSS Section content-slideshow (only-param=subpages) ***/
/*** Skipping CSS Section solutions (only-param=subpages) ***/
/*** Skipping CSS Section metal (only-param=subpages) ***/
/*** Skipping CSS Section sitemap (only-param=subpages) ***/
/*** Skipping CSS Section video (only-param=subpages) ***/
/*** Skipping CSS Section ecs-configurator (only-param=subpages) ***/
/*** Skipping CSS Section ecs (only-param=subpages) ***/
/*** Skipping CSS Section ecs-home (only-param=subpages) ***/
/*** Skipping CSS Section ecs-sub (only-param=subpages) ***/
/*** Skipping CSS Section specifications-table (only-param=subpages) ***/
/*** Skipping CSS Section specifications-table-product (only-param=subpages) ***/
/*** Skipping CSS Section training (only-param=subpages) ***/
/*** Skipping CSS Section dir-list-dynamic (only-param=subpages) ***/
/*** Skipping CSS Section globalstyles (only-param=subpages) ***/
/*** Skipping CSS Section print (only-param=subpages) ***/
/* TIME: 0.015367984771729 */