/* 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=microscopes-configurator) ***/
/*** Skipping CSS Section common (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section navigation (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section forms (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section tsg (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section buttons (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section side-boxes (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section specifications-table (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section blog (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section home (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section sub (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section slider (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section product (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section product-child (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section landing (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section landing-directory (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section slideshow (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section news (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section events (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section resources (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section micro (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section museum (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section product-gallery (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section search (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section objective-finder (only-param=microscopes-configurator) ***/
/*** Skipping CSS Section content-slideshow (only-param=microscopes-configurator) ***/
/*** START ls20/global/microscopes-configurator.css ***/
/* system CSS /scripts/ondt.lifesciences/microscopes-configurator-2.css disappeaared - styles moved here START */
/* taskId.16819185 2021/09/02 -------------------------------------------------------------------------------- */
.theatre-actor.component-selected .btn-unselected,
.theatre-actor:not(.component-selected) .btn-selected {
    display: none !important;
}

.theatre-actor.component-selected .btn-selected,
.theatre-actor:not(.component-selected) .btn-unselected {
    display: inline-block !important;
}

.component-next, .component-prev {
    margin: 0px !important; /* We use FLEX, right? Why margin? */
    width: 20px;
}

html body .theatre-actor.component.component-dummy {
    display: none !important;
}
/* system CSS /scripts/ondt.lifesciences/microscopes-configurator-2.css disappeaared - styles moved here END */
/* taskId.16819185 2021/09/02 ------------------------------------------------------------------------------ */

/* Related */
table.grid, 
table.grid > tbody, 
table.grid > tbody > tr > *:only-child {
	width: 100%;
}
/* align components (slides) */
.microscopes-configurator .theatre-responsive-filmstrip .theatre-container {
	display: flex !important;
	flex-flow: row nowrap;
}
.microscopes-configurator .theatre-responsive-filmstrip .theatre-container > * {
	height: auto !important;
}
.theatre-responsive-filmstrip .theatre-actor.component {
	display: flex !important;
	flex-flow: column nowrap;	
}
.theatre-responsive-filmstrip .theatre-actor.component > * {
	height: auto !important;
}
.component-desc-container {
	display: flex;
	flex-flow: column nowrap;
}
.component-link {
	margin-top: auto;
}
.component-link .btn,
.component-link .btn:hover,
.component-link .btn:focus {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0 none;
    color: #005cb9;
	/* taskId.16817580 2020/05/28 */ 
	color: #9f6000;
	color: #08107b;
    text-decoration: none;
}
.component-link .more::before {
	transform: translateY(-2px) ; /* !for(webkit) */
}
.component .component-desc-container {
	flex: 1 1 auto;
}

.components {
	padding: 20px 0 30px;
	border-top: 1px solid #d7d7d7;
}
.components h2 {
	margin: 0 0 20px;
	font-size: 22px;
}
.component-slider-container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 1199px) {
	.component-slider-container {
		justify-content: center;
	}
}
.component-prev,
.component-next {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;    
    align-self: stretch;    
    flex: 0 0 auto;
    z-index: 24;
    position: relative;
}
.component-prev .fa,
.component-next .fa {
	cursor: pointer;
	padding: 0 5px;
    background: var(--sprite) -350px -175px no-repeat;
    width: 19px;
    height: 32px;
    content: '';
    display: inline-block;
    opacity: 0.2;
	flex: 0 0 auto;
}
.component-prev {
	order: 1;
    transform: rotate(180deg);
}
.component-next {
	order: 3;
	transform: translateX(10px);
}
.theatre-end ~ .component-next,
.theatre-start ~ .component-prev {
	opacity: 0;
	pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.component-next {
		transform: translateX(20px);
	}	
}
@media (max-width: 767px) {
	.component-next {
		transform: translateX(15px);
	}	
}
@media (max-width: 799px) {
	.component-next {
		margin-left: -15px;
	}
}
@media (max-width: 767px) {
	.component-next {
		margin-left: -5px;
	}
	.component-prev,
	.component-next {
		font-size: 40px;
		background-color: #fff;
	}
}
@media (max-width: 479px) {
	.component-next {
		margin-left: -15px;
	}
}

@media (min-width: 1024px) {
	.components-container[actors-count="1"] ~ .component-prev, .components-container[actors-count="1"] ~ .component-next,
	.components-container[actors-count="2"] ~ .component-prev, .components-container[actors-count="2"] ~ .component-next,
	.components-container[actors-count="3"] ~ .component-prev, .components-container[actors-count="3"] ~ .component-next/*,
	.components-container[actors-count="4"] ~ .component-prev, .components-container[actors-count="4"] ~ .component-next*/ {
		opacity: 0;
		pointer-events: none;
	}
}
@media (min-width: 600px) and (max-width: 1023px) {
	.components-container[actors-count="1"] ~ .component-prev, .components-container[actors-count="1"] ~ .component-next,
	.components-container[actors-count="2"] ~ .component-prev, .components-container[actors-count="2"] ~ .component-next,
	.components-container[actors-count="3"] ~ .component-prev, .components-container[actors-count="3"] ~ .component-next {
		opacity: 0;
		pointer-events: none;
	}	
}
@media (min-width: 400px) and (max-width: 599px) {
	.components-container[actors-count="1"] ~ .component-prev, .components-container[actors-count="1"] ~ .component-next,
	.components-container[actors-count="2"] ~ .component-prev, .components-container[actors-count="2"] ~ .component-next {
		opacity: 0;
		pointer-events: none;
		
	}	
}
@media (max-width: 399px) {
	
}


.component-slider-container > .components-container {
	flex: 1 1 auto;
	order: 2;
	margin-left: 15px;
	margin-right: -30px;
}
.component {
	/* width = margin + 2xborder */
	width: calc(25% - 30px) !important;
	margin-right: 30px;
	border: 2px solid transparent;
	border: 2px solid #e7e7e7;
	flex: 0 0 auto;
	transition: all 0.3s;
	font-size: 12px;
}
@media (max-width: 1199px) {
	.component-slider-container > .components-container {
		width: calc(100% - 64px);
		flex: 0 0 auto;
		margin-right: -20px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.component {
		width: calc(25% - 20px) !important;
		margin-right: 20px;
	}	
	.component-slider-container > .components-container {
		margin-left: 10px;
	}	
}
@media (max-width: 1023px) {
	.component {
		width: calc(33.3333% - 20px) !important;
		margin-right: 20px;
	}	
	.component-slider-container > .components-container {
		margin-left: 10px;
	}	
}
@media (max-width: 767px) {
	.component {
		width: calc(33.3333% - 10px) !important;
		margin-right: 10px;
	}	
	.component-slider-container > .components-container {
		margin-left: 5px;
	}	
}
@media (max-width: 599px) {
	.component {
		width: calc(50% - 20px) !important;
		margin-right: 20px;
	}	
	.component-slider-container > .components-container {
		margin-left: 5px;
	}	
}
@media (max-width: 399px) {
	.component {
		width: 100% !important;
		margin-right: 0px;
	}
	.component-slider-container > .components-container {
		margin-left: 5px;
		margin-right: 5px;
	}	
}
.component.component-selected {
	border: 2px solid #005cb9;
}
.component ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.component li {
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
}
.component li::before {
	content: '\2022';
	margin-right: 7px;
}
.component-image {
	position: relative;
	/* flexbox image fix */
	/* min-height: 1px !for(ie); */
}
.component-image img {
	width: 100%;
	height: auto;	
}
.component-image .show-desc-link {
	position: absolute;
	right: 7px;
	top: 7px;
	padding: 0;
	margin: 0;
	line-height: 0em;
	cursor: pointer;
}
.component-image .show-desc-link img {
	cursor: pointer;
	width: 19px;
	height: 18px;
}
.component-desc-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.95);
	padding: 10px;
	opacity: 0;
	transition: all 0.5s;
	color: #000;
}
.component-image:hover .component-desc-overlay {
	opacity: 1;
}
.component-desc-overlay-cut {
	max-height: calc(100% - 20px);
	overflow: hidden;
	/* width: 100% !for(ie); */
}
.component-desc-overlay-full .h4 {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.show-read-more.component-desc-overlay::after {
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	content: '';
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.component-desc-overlay .component-desc-read-more {
	align-self: flex-end;
	display: none;
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.component-desc-overlay.show-read-more .component-desc-read-more {
	display: inline-block;
}
.component-desc-overlay .component-desc-read-more a {
	font-size: 14px;
	color: #005cb9;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
}
.component-desc-overlay .component-desc-read-more a::before {
    content: '\f138';
    margin-right: 5px;
    display: inline-block;
    font-family: 'FontAwesome';
    line-height: 1.6em;
    font-size: 14px;
    display: inline-block;
    margin-left: 1px;
}
.component-image .btn {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0 none;
	display: block;
}
.component-image .btn img {
	width: 100%;
	height: auto !important;
}
.btn.component-more {
	padding: 0;
	margin: 10px 0px 0px;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;	
	border: 0 none;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	color: #005cb9;
	font-size: 13px;
}
.btn.component-more::before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	color: #fff;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	background-color: #005cb9;
	padding-left: 2px;
	x-padding-top: 1px;
}
.component-desc-container {
	padding: 5px 10px 15px;
}
.component-name {
	margin: 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
}
.component-name .btn {
	padding: 0;
	margin: 5px 0 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0 none;	
	color: #08107b;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;	
	white-space: normal;
	text-align: left;
	line-height: 1.3em;
}
.component-select {
	text-align: center;
}
.component-select .btn {
	border: 1px solid #2e4f7f;
	color: #2e4f7f;
	border-radius: 2px;
	background-color: transparent;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px 12px;
	align-items: center;
	flex-flow: row nowrap;
	font-size: 14px;
}
.theatre-actor.component-selected .btn-selected, 
.theatre-actor:not(.component-selected) .btn-unselected {
	display: inline-flex !important;
}
.component-select .btn:focus,
.component-select .btn:hover {
	box-shadow: none;
}
.component-select .btn.btn-selected {
	padding: 2px 10px 2px 12px;
	cursor: pointer;
}
.component-select .btn i {
	font-size: 14px;
}
.component-select .btn i.fa-close {
	display: inline-block;
	background: var(--sprite) no-repeat -375px -200px;
	width: 11px;
	height: 11px;
	margin-left: 3px;
}
.component:not(.component-selected) .component-select span.btn,
.component.component-selected .component-select a.btn {
	display: none;
}
.component-select span.btn {
	cursor: default;
	background-color: #E3EBF6;
}

.components .paging {
	display: none;
}

.components-submit-container {
	text-align: center;
	border-top: 1px solid #d7d7d7;
	padding-top: 30px;
}

.components-submit-container a {
	display: inline-flex;
	align-items: center;
	flex-flow: row nowrap;
	color: #fff;
	line-height: 1.8em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px 10px 24px;
	margin: 0 10px 10px;
	background: #005cb9;
	xbackground: -moz-linear-gradient(top, #d99333 0%, #a65c11 100%);
	xbackground: -webkit-linear-gradient(top, #d99333 0%,#a65c11 100%);
	xbackground: linear-gradient(to bottom, #d99333 0%,#a65c11 100%);
	xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99333', endColorstr='#a65c11',GradientType=0 );	
	
	/* taskId.16819174 2021/08/11 */
	text-transform: none;
}
.components-submit-container a:hover,
.components-submit-container a:focus {
background: #d38417;
background: -moz-linear-gradient(top, #d38417 0%, #944b01 100%);
background: -webkit-linear-gradient(top, #d38417 0%,#944b01 100%);
background: linear-gradient(to bottom, #d38417 0%,#944b01 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d38417', endColorstr='#944b01',GradientType=0 );	
}
.components-submit-container a::after {
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #005cb9;
	content: '';
	background: var(--sprite) no-repeat calc(-375px + 12px) -275px;
	width: calc(13px + 12px);
	height: 13px;
}
.components-submit-container a::after {
	padding-left: 15px;
	margin-left: 15px;
}
@media (max-width: 767px) {
	.components-submit-container a {
		font-size: 14px;
		padding: 8px 15px;
	}
	.components-submit-container a::after {
		display: none;
	}
}

.reset-configurator-container {
	padding-top: 20px;
}
.reset-configurator {
	display: block;
	text-align: right;
	margin-bottom: 15px;
	color: #005cb9;
}
.reset-configurator:hover,
.reset-configurator:focus {
	text-decoration: none;
}
.reset-configurator::before {
	content: '\f00d';
	font-family: 'FontAwesome';
	margin-right: 5px;
    
    content: '';
    background: var(--sprite) -275px -225px no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
}
@media (min-width: 1025px) {
	.reset-configurator-container-2	{
		position: fixed;
		
		margin: 0;
		padding: 10px 0;
		left: 0;
		top: 109px;
        /* taskId.16815737 */
		/* z-index: 4002; */
		box-shadow: 0 3px 3px rgba(0,0,0,0.05);
		text-align: right;
		background-color: #fff;
		opacity: 0;
        width: 0;
        height: 0;
	}
    .header-small .reset-configurator-container-2 {
        top: 69px;
    }
	body.clear-fixed .reset-configurator-container-2 {
		opacity: 1;
        width: 100%;
        height: auto;
	}
	.reset-configurator-2,
	.reset-configurator-2:hover,
	.reset-configurator-2:focus {
		color: #005cb9;
		text-decoration: none;
	}
	.reset-configurator-2::before {
		margin-right: 5px;
		content: '';
		background: var(--sprite) -275px -225px no-repeat;
		width: 10px;
		height: 10px;
		display: inline-block;
	}
}
@media (max-width: 1024px) {
	.reset-configurator-container-2	{
		display: none;
	}
}
/*** END ls20/global/microscopes-configurator.css ***/

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