
/* 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=content-slideshow) ***/
/*** Skipping CSS Section common (only-param=content-slideshow) ***/
/*** Skipping CSS Section navigation (only-param=content-slideshow) ***/
/*** Skipping CSS Section forms (only-param=content-slideshow) ***/
/*** Skipping CSS Section tsg (only-param=content-slideshow) ***/
/*** Skipping CSS Section buttons (only-param=content-slideshow) ***/
/*** Skipping CSS Section side-boxes (only-param=content-slideshow) ***/
/*** Skipping CSS Section specifications-table (only-param=content-slideshow) ***/
/*** Skipping CSS Section blog (only-param=content-slideshow) ***/
/*** Skipping CSS Section home (only-param=content-slideshow) ***/
/*** Skipping CSS Section sub (only-param=content-slideshow) ***/
/*** Skipping CSS Section slider (only-param=content-slideshow) ***/
/*** Skipping CSS Section product (only-param=content-slideshow) ***/
/*** Skipping CSS Section product-child (only-param=content-slideshow) ***/
/*** Skipping CSS Section landing (only-param=content-slideshow) ***/
/*** Skipping CSS Section landing-directory (only-param=content-slideshow) ***/
/*** Skipping CSS Section slideshow (only-param=content-slideshow) ***/
/*** Skipping CSS Section news (only-param=content-slideshow) ***/
/*** Skipping CSS Section events (only-param=content-slideshow) ***/
/*** Skipping CSS Section resources (only-param=content-slideshow) ***/
/*** Skipping CSS Section micro (only-param=content-slideshow) ***/
/*** Skipping CSS Section museum (only-param=content-slideshow) ***/
/*** Skipping CSS Section product-gallery (only-param=content-slideshow) ***/
/*** Skipping CSS Section search (only-param=content-slideshow) ***/
/*** Skipping CSS Section objective-finder (only-param=content-slideshow) ***/
/*** START ls20/global/content-slideshow.css ***/
/* ------- content slideshow START -------- */
/* content slideshow */
#content-slideshow {
	/* to hide arrows when needed */
	z-index: 1;
}
.content-slideshow-container {
	width: 800px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}
@media (max-width: 800px) {
    .content-slideshow-container {
        width: 100%;
    }
}
.landing-alt .content-slideshow-container {
	width: 600px;	
}
@media (max-width: 600px) {
    .landing-alt .content-slideshow-container {
        width: 100%;	
    }
}
h2.content-slideshow-title {
	margin-bottom: 20px;
	margin-top: 0px;	
	color: #999;
}
.landing-alt h2.content-slideshow-title {
	color: #08107b;
}

.content-slideshow-figure-container {
	position: relative;
}
.content-slide-desc {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	padding: 15px;
	line-height: 1.6em;
	width: 100%;
	z-index: 90;
}
.content-slide-desc table {
	width: 100%;
}
.content-slide-desc p {
	margin: 0;
}
.content-slide-desc .h3 {
	margin: 0px 0px 5px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
html[lang="ja-JP"] .content-slide-desc .h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.content-slideshow-prev,
.content-slideshow-next {
    background: var(--sprite) -425px -275px no-repeat;
    width: 20px;
    height: 34px;
    opacity: 0.9;
    display: inline-block;
    position: absolute;
    top: calc(50% - 40px);
    cursor: pointer;
    z-index: 89;
}
.content-slideshow-prev {
    transform: rotate(180deg);
    left: 5px;
}
.content-slideshow-next {
    right: 5px;
}
@media (max-width: 1023px) {
    .content-slideshow-prev,
    .content-slideshow-next {
        background-position: -225px -200px;
        width: 25px;
        height: 25px;
        opacity: 1;
        
    }
}
#content-slideshow[position="first"] ~ .content-slideshow-prev,
#content-slideshow[position="last"] ~ .content-slideshow-next,
.hide-prev .content-slideshow-prev,
.hide-next .content-slideshow-next,
.hide-prev[data-arrows-inside="1"] .content-slideshow-prev,
.hide-next[data-arrows-inside="1"] .content-slideshow-next {
	opacity: 0;
	z-index: 0;
	cursor: default;
	pointer-events: none;
}
@media (min-width: 980px) {
	.hide-prev .content-slideshow-prev,
	.hide-next .content-slideshow-next {
		opacity: 1;
		cursor: pointer;
		pointer-events: auto;	
	}
}
.content-slideshow-prev i,
.content-slideshow-next i {
	position: relative;
	z-index: 2;
}
.content-slideshow-prev {
	left: 15px;
}
.content-slideshow-next {
	right: 15px;
}
.content-slideshow-paging {
	position: absolute;
	right: 0px;
	bottom: 10px;
	z-index: 24;
}

@media (min-width: 980px) {
	.content-slideshow-prev	.fa-chevron-circle-left, 
	.content-slideshow-next .fa-chevron-circle-right {
		display: none;
	}
	.content-slideshow-prev {left: -50px;}
	.content-slideshow-next {right: -50px;}
	.content-slideshow-container[data-arrows-inside] .content-slideshow-prev {left: 10px;}
	.content-slideshow-container[data-arrows-inside] .content-slideshow-next {right: 10px;}
	.content-slideshow-prev {left: -50px;}
	.content-slideshow-next {right: -50px;}
	.content-slideshow-prev::before,
	.content-slideshow-next::before {
		display: none;
	}
	
}
@media (max-width: 979px) {
	.content-slideshow-prev	.fa-angle-left, 
	.content-slideshow-next	.fa-angle-right {
		display: none;
	}
}
@media (min-width: 1024px) {
	.content-slideshow-paging {
		right: -webkit-calc(50% - 50px);
		right: -moz-calc(50% - 50px);
		right: calc(50% - 50px);
	}
	/* centering depending on page count */
	.content-slideshow-paging[data-paging-count="2"] {right: calc(50% - 16px);}
	.content-slideshow-paging[data-paging-count="3"] {right: calc(50% - 27px);}
	.content-slideshow-paging[data-paging-count="4"] {right: calc(50% - 38px);}
	.content-slideshow-paging[data-paging-count="5"] {right: calc(50% - 49px);}
	.content-slideshow-paging[data-paging-count="6"] {right: calc(50% - 60px);}
	.content-slideshow-paging[data-paging-count="7"] {right: calc(50% - 71px);}
	.content-slideshow-paging[data-paging-count="8"] {right: calc(50% - 82px);}
	/* align paging to the right if needed */
	.content-slideshow-container[data-paging-right="1"] .content-slideshow-paging {right: 0px;}
}
.content-slideshow-paging span {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: #cccccc;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
}
.content-slideshow-paging span.active {
	background-color: #666;
	cursor: default;
}
@media (min-width: 480px) {
	.content-slide-desc p,
	.content-slide-desc .h3 {
		color: #fff;
		margin: 0;
	}
}
@media (max-width: 479px) {
	.content-slide-desc {
		position: static;
	}
	.content-slide-desc .h3 {
		margin-top: 5px;
	}
	.content-slide-desc {
		background-color: transparent;
		padding: 0px;
	}
}

/* flip */
/* flip effect new START */
.content-slideshow-flip-images {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: -o-transform 1s;
	-moz-transition: transform 1s, -moz-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
	-webkit-transform-style: preserve-3d ; /* !for(-ie) */
	   -moz-transform-style: preserve-3d ; /* !for(-ie) */
		transform-style: preserve-3d ; /* !for(-ie) */
}
.content-slideshow-flip-images.flipped {
	-webkit-transform: rotateY( 180deg ) ; /* !for(-ie) */
	   -moz-transform: rotateY( 180deg ) ; /* !for(-ie) */
		transform: rotateY( 180deg ) ; /* !for(-ie) */
}
.content-slideshow-flip-images img.img-flip {
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* ipad fix: description was half hiding on flip */
	z-index: 89;
	-webkit-backface-visibility: hidden ; /* !for(-ie) */
	   -moz-backface-visibility: hidden ; /* !for(-ie) */
		backface-visibility: hidden ; /* !for(-ie) */
}
.content-slideshow-flip-images img.img-flip-back {
	-webkit-transform: rotateY( 180deg ) ; /* !for(-ie) */
	   -moz-transform: rotateY( 180deg ) ; /* !for(-ie) */
		transform: rotateY( 180deg ) ; /* !for(-ie) */
}

.content-slideshow-flip-buttons {
	margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
}
.content-slideshow-flip-buttons button,
.content-slideshow-flip-buttons button:hover,
.content-slideshow-flip-buttons button:focus {
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	outline: none;
	margin-right: 10px;
	line-height: 1.6em;
	transition: all 0.3s;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #444;
	background-image: none;
	border: 0 none;
	padding: 6px 12px;
}
html[lang="ja-JP"] .content-slideshow-flip-buttons button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;		
}
.content-slideshow-flip-buttons button:hover,
.content-slideshow-flip-buttons button:focus {
	box-shadow: none;
	background-color: #E49900;
	border-color: #E49900;
	outline: none;
	color: #fff;
}
.content-slideshow-flip-buttons button.button-flip-active {
	background-color: #E49900;
	border-color: #E49900;
	color: #fff;
	cursor: default;
}
.content-slideshow-flip-images.flipped img.img-flip-back {
	/* opacity: 1 !for(ie); */
	/* transition: all 0.3s !for(ie); */
}
.content-slideshow-flip-images img.img-flip-back {
	/* opacity: 0 !for(ie); */
	/* transition: all 0.3s !for(ie); */
}
.content-slideshow-flip-images img,
.draggable-container img {
	margin: inherit;
}

/* taskId.16814955 2019/01/21 AM */
.content-slideshow[actors-count="1"] .content-slide-dragger {
	padding-bottom: 15px;
}

/* fix collapsing buttons and paging on the smallest resolution */
@media (max-width: 369px) {
	.content-slideshow-flip-buttons {margin-top: 40px;}
}
/* flip effect new END */

/* simple slide */
.content-slide-simple {
	padding-bottom: 45px;
	position: relative;
}
/* taskId.16814955 2019/01/21 AM */
.content-slideshow[actors-count="1"] .content-slide-simple {
	padding-bottom: 15px;
}

.content-slide-simple figure a {
	margin: 0;
}
.content-slide-simple figure img {
	margin: 0;
}
.content-slide-simple .content-slide-desc {
	bottom: 45px;
}
/* taskId.16815110 2019/02/19 AM - fix description spacing when there is only one slide */
.content-slideshow-container[data-slide-count="1"] .content-slide-simple .content-slide-desc {
	bottom: 15px;
}

/* focus effect START */
.content-slideshow-focus-images {
	width: 100%;
	height: 100%;
	position: relative;
}
.content-slideshow-focus-images.focused {

}
.content-slideshow-focus-images img.img-focus {
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* ipad fix: description was half hiding on focus */
	z-index: 89;
}
.content-slideshow-focus-images img.img-focus-back {
	opacity: 0;
	transition: all 0.3s;
}
.content-slideshow-focus-images.focused img.img-focus-back {
	opacity: 1;
}

.content-slideshow-focus-buttons {
	margin-top: 10px;
	display: flex;
	flex-flow: row nowrap;
}
.content-slideshow-container[data-slide-count="1"] .content-slideshow-focus-buttons {
	text-align: center;
}
/* reduce spacing, when there is no need for flip buttons taskId.16814327 */
.content-slideshow-container[data-slide-count="1"][data-flip-count="0"] .content-slideshow-flip-buttons {
	display: none;
}
.content-slideshow-focus-buttons button,
.content-slideshow-focus-buttons button:hover,
.content-slideshow-focus-buttons button:focus {
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	font-size: 15px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
	font-weight: 500;
	outline: none;
	margin-right: 10px;
	padding: 6px 15px 6px 20px;
	line-height: 1.6em;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	/* rewrite text color, when custom text color is defined for landing directory section */
	color: #000 !important;
	background-image: none;
	display: flex;
	flex-flow: row nowrap;
	border-radius: 20px;
	transition: all 0.3s;
	border: 1px solid #E49900;
}
.landing-directory-fullwidth[data-sep="alt"] .landing-section:nth-child(even) .content-slideshow-focus-buttons button:not(.button-focus-active) {
	background-color: #fff;
}
.landing-directory-fullwidth[data-sep="alt"] .landing-section:nth-child(even) .content-slideshow-focus-buttons button:not(.button-focus-active):hover,
.landing-directory-fullwidth[data-sep="alt"] .landing-section:nth-child(even) .content-slideshow-focus-buttons button:not(.button-focus-active):focus {
	background-color: #E49900;
}
.content-slideshow-focus-buttons button::after {
	background: var(--sprite) -250px -225px no-repeat;
    display: inline-block; 
    width: 15px;
    height: 15px;
	margin-left: 15px;
    content: '';
    flex: 0 0 auto;
}
html[lang="ja-JP"] .content-slideshow-focus-buttons button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;		
}
.content-slideshow-focus-buttons button:hover,
.content-slideshow-focus-buttons button:focus {
	box-shadow: none;
	background-color: #E49900;
	border-color: #E49900;
	outline: none;
	color: #fff;
}
.content-slideshow-focus-buttons button.button-focus-active {
	background-color: #E49900;
	border-color: #E49900;
	/* rewrite text color, when custom text color is defined for landing directory section */
	color: #fff !important;
	cursor: default;
}
.content-slideshow-focus-buttons button.button-focus-active::after {
    background-position: -225px -225px;
}
.content-slideshow-focus-images.focused img.img-focus-back {
	/* opacity: 1 !for(ie); */
}
.content-slideshow-focus-images img.img-focus-back {
	/* opacity: 0 !for(ie); */
}
.content-slideshow-focus-images img,
.draggable-container img {
	margin: inherit;
}
@media (max-width: 479px) {
	.content-slideshow-focus-buttons button {
		padding: 6px 12px;
	}
	.content-slideshow-focus-buttons button::after {
		display: none;
	}
}

/* focus effect END */
/* ------- content slideshow END ---------- */

/* ------------------- dragger START ------------------- */
.draggable-container {
	width: 800px;
	max-width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

/* /applications/cellsens_deeplearning/ horizontal scrolling is created - switch max-width and width */
@media (max-width: 1023px) {
	.draggable-container {
		width: 100%;
		max-width: 800px;
	}
}
.draggable-container > img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.tv_container {
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: auto 100%;
	width: 800px;
	max-width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tv_cover {
	position: absolute;
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: auto 100%;
	width:50%;
	max-width: 100%;
	height:100%;
	top: 0px;
	left: 0px;
}
.ui-resizable-e {
	cursor: ew-resize;
	
	width: 97px;
	/* change dragger design: 1 of 4 taskId.16811520 */
	width: 46px;
	width: 58px;
	
	right: -49px;
	/* change dragger design: 2 of 4 taskId.16811520 */
	right: -23px;
	right: -24px;

	position: absolute !important; /* taskId.16817426 */
	
	background-image: url(../data/i/drag-arrows.png);
	background-position: center -webkit-calc(50% - 7px);
	background-position: center -moz-calc(50% - 7px);
	background-position: center calc(50% - 7px);
	background-repeat: no-repeat;
	background-color: transparent;
}
.tv_cover[style*="10px"] {
	x-width: 0px !important;
}
@media (max-width: 479px) {
	.ui-resizable-e {
		background-position: center center;
	}
}

/* center dragger, but make it it equal at the edges */
.ui-resizable-e {right: -28px; transition: all 0.3s;}
.hide-prev .ui-resizable-e, .hide-next .ui-resizable-e{right: -24px;}


/* taskId.16816825 2020/01/20 START */
.content-slide-dragger .tv_cover:not(.viewed-still) {
    width: 0%;
}
.content-slide-dragger .tv_cover.viewed-still {
	animation: 0.7s init-drag;
	animation-iteration-count: 1;
}
@keyframes init-drag {
    0% {width: 0%;}
    100% {width: 50%;}
}
/* taskId.16816825 2020/01/20 END */

/* ------------------- dragger END ------------------- */

/* video START */
.content-slide-video .mediaelement-details {
	position: relative;
}
.content-slide-video .mediaelement-details::after {
	content: '\f01d';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 60px;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);	
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}
.content-slide-video {
	padding-bottom: 20px;
}
/* taskId.16814955 2019/01/21 AM */
.content-slideshow[actors-count="1"] .content-slide-video {
	padding-bottom: 0;
}

.content-slide-video h4 {
	margin-top: 10px;
}
.content-slide-video[data-ar="43"],
.content-slide-video[data-ar="43520390"] {
	padding: 0 0 45px;
}
.content-slide-video[data-ar="43520390"] {
    width: 520px;
    max-width: 100%;
}
/* taskId.16815624 2019/05/31 - if no other slides, no additional elements are needed + ability to align to objects with the same aspect ratio */
.content-slideshow[actors-count="1"] .content-slide-video[data-ar="43"],
.content-slideshow[actors-count="1"] .content-slide-video[data-ar="43520390"] {
    padding-bottom: 0;
}
.content-slide-video[data-ar="43"] h4,
.content-slide-video[data-ar="43520390"] h4 {
	position: absolute;
	bottom: 0px;
	left: 0;
}
.content-slide-video[data-ar="43"] > img,
.content-slide-video[data-ar="43520390"] > img {
	width: 100%;
	height: auto;
}
.content-slide-video[data-ar="43"] .mediaelement,
.content-slide-video[data-ar="43520390"] .mediaelement {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #000;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: calc(100% - 45px);
}
/* taskId.16815624 2019/05/31 - if no other slides, no additional elements are needed + ability to align to objects with the same aspect ratio */
.content-slideshow[actors-count="1"] .content-slide-video .mediaelement {
    height: 100%;
}

.content-slide-video[data-ar="nc"] {
	width: 800px;
	max-width: 100%;
	background-color: #eee;
	position: relative;
}
.content-slide-video[data-ar="nc"] > img {
	height: auto !important;
	max-width: 100%;
}
.content-slide-video[data-ar="nc"] .mediaelement {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.content-slide-video[data-ar="nc"] .mediaelement-aspect {
	padding-top: 75% !important;
}
/* video END */

/*** END ls20/global/content-slideshow.css ***/

/*** Skipping CSS Section microscopes-configurator (only-param=content-slideshow) ***/
/*** Skipping CSS Section related-applications (only-param=content-slideshow) ***/
/*** Skipping CSS Section grayed-out (only-param=content-slideshow) ***/
/*** Skipping CSS Section downloads (only-param=content-slideshow) ***/
/*** Skipping CSS Section bioscapes (only-param=content-slideshow) ***/
/*** Skipping CSS Section camera-selection (only-param=content-slideshow) ***/
/*** Skipping CSS Section camera-migration-guide (only-param=content-slideshow) ***/
/*** Skipping CSS Section video (only-param=content-slideshow) ***/
/*** Skipping CSS Section compare (only-param=content-slideshow) ***/
/*** Skipping CSS Section empty (only-param=content-slideshow) ***/
/*** Skipping CSS Section my-account (only-param=content-slideshow) ***/
/*** Skipping CSS Section print (only-param=content-slideshow) ***/
/*** Skipping CSS Section service-provider (only-param=content-slideshow) ***/
/*** Skipping CSS Section ecs (only-param=content-slideshow) ***/
/*** Skipping CSS Section ecs-home (only-param=content-slideshow) ***/
/*** Skipping CSS Section ecs-sub (only-param=content-slideshow) ***/
/*** Skipping CSS Section sitemap (only-param=content-slideshow) ***/
/*** Skipping CSS Section dir-list-dynamic (only-param=content-slideshow) ***/
/*** Skipping CSS Section sub-slideshow (only-param=content-slideshow) ***/
/*** Skipping CSS Section objective-finder-legacy (only-param=content-slideshow) ***/
/*** Skipping CSS Section globalstyles (only-param=content-slideshow) ***/
/* TIME: 0.0052850246429443 */