/* 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=objective-finder) ***/
/*** Skipping CSS Section common (only-param=objective-finder) ***/
/*** Skipping CSS Section navigation (only-param=objective-finder) ***/
/*** Skipping CSS Section forms (only-param=objective-finder) ***/
/*** Skipping CSS Section tsg (only-param=objective-finder) ***/
/*** Skipping CSS Section buttons (only-param=objective-finder) ***/
/*** Skipping CSS Section side-boxes (only-param=objective-finder) ***/
/*** Skipping CSS Section specifications-table (only-param=objective-finder) ***/
/*** Skipping CSS Section blog (only-param=objective-finder) ***/
/*** Skipping CSS Section home (only-param=objective-finder) ***/
/*** Skipping CSS Section sub (only-param=objective-finder) ***/
/*** Skipping CSS Section slider (only-param=objective-finder) ***/
/*** Skipping CSS Section product (only-param=objective-finder) ***/
/*** Skipping CSS Section product-child (only-param=objective-finder) ***/
/*** Skipping CSS Section landing (only-param=objective-finder) ***/
/*** Skipping CSS Section landing-directory (only-param=objective-finder) ***/
/*** Skipping CSS Section slideshow (only-param=objective-finder) ***/
/*** Skipping CSS Section news (only-param=objective-finder) ***/
/*** Skipping CSS Section events (only-param=objective-finder) ***/
/*** Skipping CSS Section resources (only-param=objective-finder) ***/
/*** Skipping CSS Section micro (only-param=objective-finder) ***/
/*** Skipping CSS Section museum (only-param=objective-finder) ***/
/*** Skipping CSS Section product-gallery (only-param=objective-finder) ***/
/*** Skipping CSS Section search (only-param=objective-finder) ***/
/*** START ls20/global/objective-finder.css ***/
:root {
	--i-angle-right: "\276F";
	--i-angle-left: "\276E";
	--i-angle-right-2: "\276D";
	--i-angle-left-2: "\276C";
	--i-close: "\2716";
	--i-check: "\2714";	
}

/* remove double scrolling taskId.16811004 */
#page5631 .iPopData,
.page-finder .iPopData {
	/* remove double scrolling */
	overflow-y: hidden;
	/* taskId.16811196 ipad vertical scrolling doesn't appear and scrolling is impossible */
	/* overflow-y: auto !for(ipad iphone) !important; */
}
#page5631 .breadcrumb,
.page-finder .breadcrumb {
	margin-bottom: 20px;
}

/* spacing and scrolling removal for product popup for taskId.16811292 */
@media (min-width: 480px) {
	.iframe #page5634 .table-responsive {
		margin: 0; 	border: 0 none;
		overflow-x: hidden;
		/* overflow-x: auto !for(ipad iphone) !important; */
	}
	.iframe #page5634 .table-responsive .specifications-table {margin: 0;}
	.iframe #page5634 .col-content {padding: 0px;}
	.iframe #page5634 p {margin: 0px;}

}

/* Objective Selector */
.dir-match-count {
    color: gray;
    font-size: 0.9em;
    padding-left: 0.5em;
}
[dir-match-count-max="0"] { /* Options that always match nothing */
    display: none !important;
}
.objective-selector-table > tbody > tr > td:first-child {
	width: 285px;
	/* display: block !for(ie); */
}
.objective-selector-table > tbody > tr > td:last-child {
	width: calc(100% - 300px);
	/* display: block !for(ie); */
}
/* taskId.16815065, taskId.16815137 2019/02/25 AM - if on product/landing page */
.objective-selector-table > tbody > tr > td:only-child {
	width: 100%;
}

.objective-selector-table {
    width: 100%;
}

@media (min-width: 768px) {
	.objective-selector-table > tbody > tr > td:first-child form {
		background-color: var(--light-grey-2);
		padding: 10px;
	}
	/* taskId.16815065, taskId.16815137 2019/02/25 AM - custom colors */
	.objective-selector-table > tbody > tr > td:first-child form#search-results {
		background-color: #fff;
	}
	.section-light-grey .objective-selector-table > tbody > tr > td:first-child form#search-results {
		background-color: var(--light-grey-2);
	}
	/* taskId.16815065, taskId.16815137 2019/02/25 AM - if on product/landing page */
	.objective-selector-table > tbody > tr > td:only-child form {
		padding: 0;
	}
	.objective-selector-table > tbody > tr > td:first-child form h2 {
		margin-top: 5px;
	}
	.objective-selector-table > tbody > tr {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.objective-selector-table > tbody > tr::before,
	.objective-selector-table > tbody > tr::after {
		display: none;
	}
}
@media (max-width: 979px) {
	.objective-selector-table > tbody > tr > td:first-child {
		width: 225px;
	}
	.objective-selector-table > tbody > tr > td:last-child {
		width: calc(100% - 240px);
	}
	/* taskId.16815065, taskId.16815137 2019/02/25 AM - if on product/landing page */
	.objective-selector-table > tbody > tr > td:only-child {
		width: 100%;
	}
}
@media (max-width: 767px) {
    .objective-selector-table,
    .objective-selector-table > tbody,
    .objective-selector-table > tbody > tr,
	.objective-selector-table > tbody > tr > td:first-child,
	.objective-selector-table > tbody > tr > td:last-child {
		width: 100%;
        display: block;
	}
}

/* aside */
.dir-dynamic-search .btn {
	margin-top: 15px;
}
.dir-dynamic-search .btn.dir-dynamic-search-reset {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	border: 0 none;
	padding: 0;
	margin: 0 0 10px;
	background-color: transparent;
	color: var(--blue);
	width: 100%;
	cursor: default;
}
.dir-dynamic-search .btn.dir-dynamic-search-reset span {
	cursor: pointer;
}
.dir-dynamic-search .btn.dir-dynamic-search-reset::before {
	content: var(--i-close);
	cursor: pointer;
	display: inline-block;
	padding-right: 5px;
}
.dir-dynamic-search .btn.dir-dynamic-search-reset[dir-active-filters="0"] {
	display: none;
}
.objective-selector-table label {
	padding: 0; margin: 0;
	font-weight: normal;
}
.objective-selector-table input[type="checkbox"] {
	margin: 0;
	margin-right: 5px;
	margin-top: 2px;
}
.objective-selector-table select {
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
}
.objective-selector-table p {
	margin: 0;
	margin-bottom: 10px;
}
.objective-selector-checkboxes-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.objective-selector-checkboxes > * {
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
    line-height: 1.3em;
}
/* taskId.16818658 2021/02/22 remove the functionality */
/*.objective-selector-table button + h3,
.objective-selector-table h3:first-child {
	margin-top: 0px;
}*/

/* taskId.16818658 2021/02/22 */
@media (min-width: 768px) {
	.dir-dynamic-search-box {
		background-color: #fff;
		padding: 10px 10px 5px;
		margin: 0 0 10px;
	}
	.objective-selector-table:not(.camera-finder-table) .dir-dynamic-search h3.collapsed + * {
		display: none;
	}
	.objective-selector-table:not(.camera-finder-table) .dir-dynamic-search h3 {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: baseline;
		font-size: 16px;
		cursor: pointer;
		border-bottom: 2px solid var(--bdc);
		padding: 0 0 5px 0;
		margin: 0px 0 15px 0;
	}
	.objective-selector-table:not(.camera-finder-table) .dir-dynamic-search h3.collapsed {
		border-color: transparent;
		margin-bottom: 0;
	}
	.objective-selector-table:not(.camera-finder-table) .dir-dynamic-search button + h3 {
		margin-top: 0;
	}
	.objective-selector-table:not(.camera-finder-table) .dir-dynamic-search h3::after {
		content: '';
		flex: 0 0 auto;
		background: url(../data/i/sprite.png) no-repeat -225px -75px;
		width: 8px;
		height: 14px;
		display: inline-block;
		transform: rotate(-90deg);
		padding: 0 0 0 5px;
		transition: transform 0.3s;
	}
	.objective-selector-table:not(.camera-finder-table) .dir-dynamic-search h3.collapsed::after {
		transform: rotate(90deg);
	}	
}

/* taskId.16818658 2021/02/22 remove the functionality */
/*.objective-selector-additional-options {
	margin-top: 20px;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.3s;
	height: 0px;
}
.objective-selector-options-expanded .objective-selector-additional-options {
	transform: scale(1);
	opacity: 1;
	height: auto;
}*/

.objective-selector-options-expanded .objective-selector-btn-expand {
	display: none;
	transform: scale(0);
	opacity: 0;
	height: 0px;
}
.objective-selector-btn-expand,
#objective-selector-btn-collapse {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-shadow: none !important;
}
.objective-selector-btn-expand i,
#objective-selector-btn-collapse i {
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../data/i/sprite.png) -475px -25px no-repeat;
    transform: rotate(90deg);
    flex: 0 0 auto;
    margin-left: 3px;
}
#objective-selector-btn-collapse i {
    transform: rotate(-90deg);
}
@media (max-width: 767px) {
	
	/* taskId.16818658 2021/02/22 remove the functionality */
	/*.objective-selector-additional-options {
		margin-top: 0px;
	}*/
	
	.objective-selector-table h3 {
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		color: var(--c);
		position: relative;
		margin: 0;
		padding: 5px 10px;
		background-color: var(--light-grey-2);
		margin-top: 3px;
		cursor: pointer;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	.objective-selector-table h3::after {
		transition: all 0.3s;
		position: static;
		background: url(../data/i/sprite.png?ver1600881793) no-repeat -150px -300px;
		width: 5px;
		height: 9px;
		display: inline-block;
		content: '';
		margin-left: auto;
		opacity: 0.7;
		fle: 0 0 auto;
	}
	.objective-selector-table h3.filter-options-expanded::after {
		transform: rotate(90deg);
	}
	.objective-selector-table h3 + * {
		display: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.objective-selector-table h3.filter-options-expanded + * {
		display: block;
	}
}


/* custom order */
.dir-dynamic-result-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.objective-selector-item[data-order="01"] {order: 1;}
.objective-selector-item[data-order="02"] {order: 2;}
.objective-selector-item[data-order="03"] {order: 3;}
.objective-selector-item[data-order="04"] {order: 4;}
.objective-selector-item[data-order="05"] {order: 5;}
.objective-selector-item[data-order="06"] {order: 6;}
.objective-selector-item[data-order="07"] {order: 7;}
.objective-selector-item[data-order="08"] {order: 8;}
.objective-selector-item[data-order="09"] {order: 9;}
.objective-selector-item[data-order="10"] {order: 10;}
.objective-selector-item[data-order="11"] {order: 11;}
.objective-selector-item[data-order="12"] {order: 12;}
.objective-selector-item[data-order="13"] {order: 13;}
.objective-selector-item[data-order="14"] {order: 14;}
.objective-selector-item[data-order="15"] {order: 15;}
.objective-selector-item[data-order="16"] {order: 16;}
.objective-selector-item[data-order="17"] {order: 17;}
.objective-selector-item[data-order="18"] {order: 18;}
.objective-selector-item[data-order="19"] {order: 19;}
.objective-selector-item[data-order="20"] {order: 20;}
.objective-selector-item[data-order="21"] {order: 21;}
.objective-selector-item[data-order="22"] {order: 22;}
.objective-selector-item[data-order="23"] {order: 23;}
.objective-selector-item[data-order="24"] {order: 24;}
.objective-selector-item[data-order="25"] {order: 25;}
.objective-selector-item[data-order="26"] {order: 26;}
.objective-selector-item[data-order="27"] {order: 27;}
.objective-selector-item[data-order="28"] {order: 28;}
.objective-selector-item[data-order="29"] {order: 29;}
.objective-selector-item[data-order="30"] {order: 30;}
.objective-selector-item {order: 100;}

h2.dir-no-results {
	display: none;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
*[dir-results="0"] .dir-no-results {
	display: block;
}
.objective-selector-item {
	position: relative;
	width: calc(33.3333% - 10px);
	border: 2px solid var(--bdc);
	border-radius: 15px;
	margin: 0 0 15px;
	padding: 10px;
	transition: all 0.3s;
	display: flex;
	flex-flow: column nowrap;
}
@media (max-width: 979px) {
	.objective-selector-item {
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
}
@media (max-width: 767px) {
	.objective-selector-item {
		width: calc(33.3333% - 5px);
		margin: 0 0 5px;
	}
}
@media (max-width: 699px) {
	.objective-selector-item {
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
}
@media (max-width: 479px) {
	.objective-selector-item {
		width: 100%;
		margin: 0 0 5px;
	}
}
.objective-selector-item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
body.product .objective-selector-item:last-child {
	border-bottom: 0 none;
}
body.product .dir-dynamic-result-list {
	border-bottom: 1px solid #d7d7d7;
}
.objective-selector-title-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-self: flex-start;
}
.objective-selector-item-buttons {
	display: flex;
	flex-flow: row wrap;
	padding-top: 10px;
	margin-top: auto;
}
.objective-selector-item-buttons .learn-more {
	border: 2px solid var(--blue);
	padding: 0px 6px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	flex-flow: row nowrap;
	margin-right: 10px;
	cursor: pointer;
}
.objective-selector-item-buttons .learn-more:hover {
	background-color: var(--blue);
	color: #fff;
}
.objective-selector-item-buttons .learn-more::after {
	content: var(--i-angle-right);
	margin-left: 5px;
}

.item-compare-box {
	background-color: var(--light-grey-2);
	padding: 2px 10px;
}
/* taskId.16816357 2019/10/07 - hide compare box when there is only one item */
.dir-dynamic-result-list[data-items-count="1"] .item-compare-box {
    display: none;
}
.objective-selector-title-container .item-compare-box {
	margin-top: 3px;
	margin-right: 5px;
}
@media (max-width: 849px) {
	.objective-selector-title-container {
		flex-flow: column nowrap;
	}
	.objective-selector-title-container .item-compare-box {
		margin: 5px 0 5px;
	}
}
/* don't show compare checkbox, if there is only one result */
.dir-dynamic-result-list[dir-results="1"] .item-compare-box {display: none;}

.clear-compare {
	display: none;
}

.specifications-link {
	white-space: nowrap;
}

.objective-selector-bar td {
	vertical-align: middle;
	padding: 10px 0px;
}
.objective-selector-bar td:not(:last-child) {
	padding-right: 15px;
	padding-left: 15px;
}
.objective-selector-bar td:last-child {
	width: 100%;
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
}
.objective-selector-bar td:last-child {
	text-align: right;
	padding-right: 10px;
}
@media (max-width: 1199px) {
	.objective-selector-bar td:first-child {
		padding-left: 15px;
	}
	.objective-selector-bar td:last-child {
		padding-right: 15px;
		padding-left: 0;
	}
}
@media (max-width: 479px) {
	.objective-selector-bar :is(table, tbody, tr, td) {
		display: block;
	}
	.objective-selector-bar tr {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding-left: 15px;
		padding-right: 15px;
	}	
	.objective-selector-bar td, 
	.objective-selector-bar :is(td:first-child, td:last-child) {
		text-align: left;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: auto;
	}

}
.objective-selector-bar a.btn {
    white-space: nowrap;
	background-image: none;
	background-color: transparent;
	border: 2px solid var(--blue);
	border-radius: 0;
	color: var(--blue);
	text-shadow: none;
	position: relative;
	padding: 3px 10px;
}
.objective-selector-bar a.btn-link {
	background-color: transparent;
	text-decoration: underline;
	border: 0 none;
	padding-left: 0px;
	padding-right: 0px;
	color: #005cb9;
	/* taskId.16817580 2020/05/28 */
	color: #08107b;
}
.objective-selector-bar a.btn-link:hover,
.objective-selector-bar a.btn-link:focus {
	border: 0 none;
}
.objective-selector-bar a.btn.btn-compare-selected {
	background-color: var(--blue);
	color: #fff;
	font-weight: bold;
}
.objective-selector-bar .clear-compare a.btn {
	color: #666;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
}
.objective-selector-bar .clear-compare a.btn:hover {
	color: var(--blue);
}
.objective-selector-bar .clear-compare a.btn::after {
	content: var(--i-close);
	margin-left: 5px;
	color: var(--blue);
	font-size: 11px;
}

@media (max-width: 479px) {
	.objective-selector-bar a.btn {
		font-size: 12px;
		padding: 2px 5px;
	}
}
.objective-selector-bar h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	padding: 0px;
	border: 0px;
	display: inline;
}
.objective-selector-item-details > a {
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
}
@media (max-width: 979px) {
    .objective-selector-item-details > a {
        flex: 0 0 100px
    }
}
.objective-selector-item-details span.line[data-line="a-line"],
.objective-selector-item-details span.line[data-line="x-line"] {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--blue);
	color: #fff;
	padding: 0px 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: var(--lh);
	z-index: 2;
}
.objective-selector-item-details span.line[data-line="x-line"] {
	content: 'X Line';
}
.objective-selector-item .objective-selector-item-details .objective-selector-title-container h4 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.1em;
}
.objective-selector-item .objective-selector-item-details .objective-selector-title-container h4 small {
	color: #666;
	font-size: 12px;
	display: block;
}
.objective-selector-item .objective-selector-item-details .objective-selector-title-container h4 small span:not(:last-child)::after {
	content: ', ';
}
.objective-selector-title-container h4 a {
	text-decoration: none;
	color: #000;
}
.objective-selector-title-container h4 a span.name {
	text-decoration: underline;
}
.objective-selector-title-container h4 a span.line {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddd;
	display: inline-block;
	padding: 6px 12px 4px;
	line-height: 1.6em;
	margin: 0 0 3px 10px;
}
.objective-selector-title-container[data-line="x-line"] h4 a span.line {
	background-color: #EACA68;
	color: #000;
}


@media (max-width: 599px) {
	#page5631 #scrollUp,
	.page-finder #scrollUp {
		display: none !important;
	}
}
@media (max-width: 479px) {
	.objective-selector-item-details {
		flex-flow: column nowrap;
	}
	.objective-selector-item-details > div {
		padding-left: 0px;
		padding-top: 15px;
	}
}
.dir-dynamic-filters-top {
	clear: both;
	overflow: hidden;
	min-height: 50px; /* no jump in search results after filter application */
	width: 100%;
}
.dir-dynamic-filters-top:empty {
	min-height: 0px;
	margin: 0;
}
.dir-dynamic-filters .btn,
.dir-dynamic-filters .btn:hover,
.dir-dynamic-filters .btn:focus {
	border: 2px solid var(--bdc);
	background-color: transparent;
	background-image: none;
	font-weight: normal;
	text-shadow: none;
	color: var(--c);
	font-size: 12px;
	border-radius: 4px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.dir-dynamic-filters .btn:hover,
.dir-dynamic-filters .btn:focus {
	color: var(--blue);
}
.dir-dynamic-filters .remove-active {
	color: var(--blue);
	font-weight: bold;
	margin-left: 5px;
	font-size: 14px;
}

/* compare */
.objective-selector-item .label-checked,
.objective-selector-item.compare-active .label-unchecked {
	display: none;
}
.objective-selector-item.compare-active .label-checked,
.objective-selector-item .label-unchecked {
	display: inline-block;
	margin: 0;
	cursor: pointer;
    color: #005cb9;
	/* taskId.16817580 2020/05/28 */
	color: #08107b;
	
	font-size: 12px;
}
.objective-selector-item.compare-active .label-checked {
	color: #005cb9;
	/* taskId.16817580 2020/05/28 */
	color: #08107b;
	
	text-decoration: underline;
	white-space: nowrap;
}
.objective-selector-item input[type="checkbox"] {
	display: inline-block;
	margin: 0;
}
.compare-mobile-link a {
	color: #08107b;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-bottom: 3px;
	display: block;
}
/* hide ::before title only for objective-selector compare page */
#page5633 .comparison-table .table-compare tr > :not(:first-child)::before,
#page5633 .comparison-table.no-left-th tr > :not(:first-child)::before,
#page5633 .comparison-table .table-compare tr > :not(:first-child)::before,
#page5633 .comparison-table.no-left-th tr > :not(:first-child)::before,
.compare-page .comparison-table .table-compare tr > :not(:first-child)::before,
.compare-page .comparison-table.no-left-th tr > :not(:first-child)::before,
.compare-page .comparison-table .table-compare tr > :not(:first-child)::before,
.compare-page .comparison-table.no-left-th tr > :not(:first-child)::before {
	display: none;
}
@media (min-width: 480px) {
	.compare-mobile-link {
		display: none;
	}
}

form.dir-dynamic-search [data-flags~="noDynamicSearch"] {
	display: none !important;
}


.slider-container {
	position: relative;
}
.slider-container input {
	border: 0 none;
	padding: 0;
	pointer-events: none;
	margin-top: 5px;
	background-color: transparent;
}
.slider-container input[search-type="to"] {
	text-align: right;
	float: right;
}
.slider-container .ui-slider .ui-slider-handle {
	width: 18px;
	height: 18px;
	top: -5px;
}
@media (max-width: 767px) {
	.slider-container .ui-slider .ui-slider-handle {
		width: 22px;
		height: 22px;
		top: -7px;
	}
}

html:not(.iframe) .custom-row {
	display: none;
}


.objective-selector-bar-container {
	background-color: var(--light-grey-2);
	position: sticky;
	left: 0;
	top: 80px;
	z-index: 100;
}
@media (max-width: 1023px) {
	.objective-selector-bar-container {
		top: 0;
	}
}
.objective-selector-bar {
	width: calc(var(--container) - 30px);
	max-width: 100%;
	margin: 0 auto;
}

/* taskId.16811062 */
/* rewrite system plugin styles to remove horizontal scrolling, when there is no need to scroll */
.sticky-scroller {overflow-x: auto;}

.buy-link {
	color: #005cb9;
	text-decoration: none;
}

*[data-tooltip-content] {
	position: relative;
	text-decoration: none;
	cursor: pointer;
	color: #3D5B7D;
	margin-left: 5px;
	font-size: 14px;
}
*[data-tooltip-content]:hover,
*[data-tooltip-content]:focus {
	text-decoration: none;
}
*[data-tooltip-content]::before {
	color: #fff;
	background-color: #3D5B7D;
	content: attr(data-tooltip-content);
	position: absolute;
	bottom: calc(100% + 5px);
	left: -20px;
	padding: 5px 10px;
	font-size: 13px;
	width: 200px;
	line-height: 1.4em;
	text-align: left;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.5s;
	border-radius: 3px;
}
*[data-tooltip-content]:hover::before,
*[data-tooltip-content]:focus::before {
	opacity: 1;
	transform: scale(1);
}
*[data-tooltip-content]::after {
	content: '';
	position: absolute;
	bottom: calc(100% + 1px);
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #3D5B7D transparent transparent;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.5s;
}
*[data-tooltip-content]:hover::after,
*[data-tooltip-content]:focus::after {
	opacity: 1;
	transform: scale(1);
}
@media (max-width: 479px) {
	*[data-tooltip-content]::before {
		left: -100px;
	}
}

/* ------------- =camera finder START ------------- */
/* .page-finder and page .page-iframe-popup is a cms class */
/* remove double scrolling taskId.16811004 */
.page-finder .iPopData {
	/* remove double scrolling */
	overflow-y: hidden;
	/* taskId.16811196 ipad vertical scrolling doesn't appear and scrolling is impossible */
	/* overflow-y: auto !for(ipad iphone) !important; */
}
.page-finder .breadcrumb {
	margin-bottom: 20px;
}
@media (max-width: 599px) {
	.page-finder #scrollUp {
		display: none !important;
	}
}
/* spacing and scrolling removal for product popup for taskId.16811292 */
@media (min-width: 480px) {
	.iframe .page-iframe-popup .table-responsive {
		margin: 0; 	border: 0 none;
		overflow-x: hidden;
		/* overflow-x: auto !for(ipad iphone) !important; */
	}
	.iframe .page-iframe-popup .table-responsive .specifications-table {margin: 0;}
	.iframe .page-iframe-popup .col-content {padding: 0px;}
	.iframe .page-iframe-popup p {margin: 0px;}
}

@media (max-width: 979px) {
	.camera-finder-table .objective-selector-item-details {
		display: flex;
		flex-flow: row wrap;
	}
}
@media (max-width: 479px) {
	.camera-finder-table .objective-selector-item-details {
		flex-flow: column nowrap;
	}
}
.camera-finder-table .objective-selector-item-details > div {
	padding-top: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
@media (max-width: 979px) {
    .camera-finder-table .objective-selector-item-details > div {
        width: calc(100% - 100px);
    }
}
@media (max-width: 767px) {
	.camera-finder-table .objective-selector-item-details > div {
		flex-flow: column nowrap;
        align-items: flex-start;
	}
}
@media (max-width: 479px) {
    .camera-finder-table .objective-selector-item-details > div {
        width: 100%;
    }
}

.camera-tiles-specs {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end !important;
}
@media (max-width: 1199px) {
	.camera-tiles-specs {

	}
}
@media (max-width: 767px) {
	.camera-tiles-specs {

	}
}
@media (max-width: 479px) {
	.camera-tiles-specs {
		padding-left: 0;
		padding-top: 5px;
	}
}

.camera-tiles-specs > div {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
	color: #bbb;
	x-text-shadow: 1px 1px 0px #fff;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	padding: 7px 15px;
	cursor: help;
    background-color: #e2e2e2;
}
.camera-tiles-specs > div.active {
	color: #fff;
	text-shadow: none;

background: #3d5d8c;
background: -moz-linear-gradient(top, #3d5d8c 0%, #0f2a57 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d5d8c), color-stop(100%,#0f2a57));
background: -webkit-linear-gradient(top, #3d5d8c 0%,#0f2a57 100%);
background: -o-linear-gradient(top, #3d5d8c 0%,#0f2a57 100%);
background: -ms-linear-gradient(top, #3d5d8c 0%,#0f2a57 100%);
background: linear-gradient(to bottom, #3d5d8c 0%,#0f2a57 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5d8c', endColorstr='#0f2a57',GradientType=0 );
}
@media (max-width: 1199px) {
    .camera-tiles-specs > div {
        font-size: 12px;
        width: 40px;
        padding: 5px 10px;
    }
}
@media (max-width: 767px) {
    .camera-tiles-specs > div {
        font-size: 12px;
        width: 40px;
        padding: 3px 6px;
    }
}
.camera-tiles-type {
	display: flex;
	flex-flow: column wrap;
    margin-top: 2px;
}
.camera-tiles-type > div {
	width: 50px;
	height: 33px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	margin-bottom: 3px;
	cursor: help;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
    background-image: url(../data/i/color-mono.png);
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .camera-tiles-type {
        flex-flow: row nowrap;
    }
    .camera-tiles-type > div {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 2px;
    }
    .camera-tiles-type > div ~ div {
        margin-right: 0;
    }
}

.camera-desc-container {
    padding-left: 10px;
}
@media (max-width: 767px) {
    .camera-desc-container {
        padding-left: 0;
        padding-top: 10px;
    }
}
/* color */
.camera-tiles-type > div[data-value="camera_finder_specs_03"],
.camera-tiles-type > div[data-value="Monochrome"] {
    background-position: 0 -33px;
}
.camera-tiles-type > div[data-value="camera_finder_specs_01"],
.camera-tiles-type > div[data-value="WiFi"],
.camera-tiles-type > div[data-value="WLAN"] {
    background-position: 0 -66px;
}
.camera-tiles-type > div span {
	display: none;
}

.camera-tiles-desc {
    margin-top: 10px;
}
.camera-tiles-desc ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.camera-finder-title-container {
	width: 120px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
}
@media (max-width: 767px) {
    .camera-finder-title-container {
        align-items: flex-start;
        justify-content: flex-start;
    }
}
@media (max-width: 479px) {
    .camera-finder-title-container {
        position: absolute;
        left: 130px;
        top: 15px;
    }
}
.camera-finder-title-container h4 {
	margin-top: 0;
	margin-bottom: 5px;
}


@media (max-width: 979px) {
	.camera-finder-table .objective-selector-title-container {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
}

.camera-finder-table .dir-dynamic-search input[type="checkbox"],
.objective-selector-table .dir-dynamic-search input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.camera-finder-table .dir-dynamic-search input[type="checkbox"] ~ label,
.objective-selector-table .dir-dynamic-search input[type="checkbox"] ~ label {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}
.camera-finder-table .dir-dynamic-search input[dir-match-count="0"] ~ label,
.objective-selector-table .dir-dynamic-search input[dir-match-count="0"] ~ label {
    cursor: default;
    opacity: 0.7;
}

.camera-finder-table .dir-dynamic-search input[type="checkbox"] ~ label::before,
.objective-selector-table .dir-dynamic-search input[type="checkbox"] ~ label::before {
    content: '';
    cursor: pointer;
    z-index: 1;
    position: relative;
    background-color: var(--light-grey);
	
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
}
.camera-finder-table .dir-dynamic-search input[type="checkbox"]:checked ~ label::before,
.camera-finder-table .dir-dynamic-search input[type="checkbox"]:checked ~ label:hover::before,
.camera-finder-table .dir-dynamic-search input[type="checkbox"]:checked ~ label:focus::before,
.objective-selector-table .dir-dynamic-search input[type="checkbox"]:checked ~ label::before,
.objective-selector-table .dir-dynamic-search input[type="checkbox"]:checked ~ label:hover::before,
.objective-selector-table .dir-dynamic-search input[type="checkbox"]:checked ~ label:focus::before {
    background-color: var(--blue);
}
.camera-finder-table .dir-dynamic-search input[dir-match-count="0"] ~ label::before,
.objective-selector-table .dir-dynamic-search input[dir-match-count="0"] ~ label::before {
    background-position: -125px -50px;
    cursor: default;
    opacity: 0.5;
}

.camera-finder-table .item-compare-box,
.objective-selector-table .item-compare-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.camera-finder-table .item-compare-box input[type="checkbox"],
.objective-selector-table .item-compare-box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.camera-finder-table .item-compare-box label.label-checkbox,
.objective-selector-table .item-compare-box label.label-checkbox {
    cursor: pointer;
    z-index: 1;
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
	border: 2px solid var(--blue);
	border-radius: 4px;
}
.camera-finder-table .item-compare-box input[type="checkbox"]:checked ~ label.label-checkbox,
.objective-selector-table .item-compare-box input[type="checkbox"]:checked ~ label.label-checkbox {
    background-color: var(--blue);
}

.camera-finder-table .ui-state-default,
.camera-finder-table .ui-widget-content .ui-state-default,
.camera-finder-table .ui-widget-header .ui-state-default,
.objective-selector-table .ui-state-default,
.objective-selector-table .ui-widget-content .ui-state-default,
.objective-selector-table .ui-widget-header .ui-state-default {
    background-color: var(--blue);
    border-radius: 0;
    border: 0 none;
    background-image: none;
    cursor: pointer;
	border-radius: 4px;
}
.camera-finder-table .ui-widget-header,
.objective-selector-table .ui-widget-header {
    background-image: none;
    background-color: var(--light-grey);
    border: 0 none;
}
.camera-finder-table .slider-container,
.objective-selector-table .slider-container {
    padding-left: 7px;
}
.camera-finder-table .ui-widget-content,
.objective-selector-table .ui-widget-content {
    border-radius: 0;
    border: 0 none;
}
.camera-finder-table .slider-container .ui-slider .ui-slider-handle,
.objective-selector-table .slider-container .ui-slider .ui-slider-handle {
    top: -4px;
}
.camera-finder-table .label-from,
.camera-finder-table .label-to,
.objective-selector-table .label-from,
.objective-selector-table .label-to {
	padding-top: 10px;
}
.camera-finder-table .label-from,
.objective-selector-table .label-from {
	padding-left: 0;
	margin-left: -7px;
}
.camera-finder-table .label-to,
.objective-selector-table .label-to {
	padding-right: 0;
	margin-right: -10px;
	float: right;
	/* fix on camera-finder page */
	text-align: right;
    position: absolute;
    right: 20px;
    top: 10px;	
}
@media (max-width: 767px) {
	.camera-finder-table .ui-widget-header,
	.objective-selector-table .ui-widget-header {
		background-color: #ccc;
	}
	.camera-finder-table .ui-widget-content,
	.objective-selector-table .ui-widget-content {
		background-color: #f2f2f2;
		background-image: none;
	}
}

.camera-finder-table .dir-dynamic-filters-top {
    display: flex;
    flex-flow: row wrap;
}
.camera-finder-table .dir-dynamic-filters .btn {
    border-radius: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.camera-finder-table .dir-dynamic-filters .dir-dynamic-search-reset {
    display: none;
}
/* ------------- =camera finder END ------------- */

/* ------------- =INTERACTIVE CAMERA FINDER START ------------- */

.camera-selection-description td:first-child {
	vertical-align: top;
}
.camera-selection-description h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
	.camera-selection-description img {
		width: 150px;
		height: auto;
	}
	.camera-selection-description td:first-child {
		width: 170px;
	}
}
@media (max-width: 479px) {
	.camera-selection-description,
	.camera-selection-description tbody,
	.camera-selection-description tr,
	.camera-selection-description td {
		display: block;
		padding: 0;
		margin: 0;
	}
	.camera-selection-description img {
		margin-bottom: 10px;
	}
}
.page-camera-selection-tool .breadcrumb,
.page-camera-selection-tool .printlink {
	display: none;
}
.page-camera-selection-tool .subpage-slideshow-container {
	margin-bottom: 25px;
}

.page-camera-selection-tool .content {
	min-height: 0;
	padding-bottom: 40px;
}

table.camera-finder-thumbs,
table.camera-finder-thumbs tbody,
table.camera-finder-thumbs tr,
table.camera-finder-thumbs td {
	display: block;
	padding: 0;
	margin: 0;
}
table.camera-finder-thumbs {
	margin-top: 15px;
	margin-bottom: 20px;
}
table.camera-finder-thumbs tr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
table.camera-finder-thumbs td {
	width: calc(16.6666% - 7px);
}
table.camera-finder-thumbs a {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 7px;
}
table.camera-finder-thumbs span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
table.camera-finder-thumbs a:hover span {
	background-color: rgba(0,0,0,0.2);
}
table.camera-finder-thumbs img {
	transition: all 0.5s;
}
table.camera-finder-thumbs a:hover img {
	transform: scale(1.1);
	filter: blur(3px);
}
@media (max-width: 1024px) {
	table.camera-finder-thumbs td {
		width: calc(25% - 7px);
	}
}
@media (max-width: 767px) {
	table.camera-finder-thumbs {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	table.camera-finder-thumbs td {
		width: calc(33.3333% - 4px);
	}
	table.camera-finder-thumbs span {
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	table.camera-finder-thumbs td {
		width: calc(50% - 4px);
	}
}

.below-main {
	overflow: hidden;
}
.below-main:empty {
	display: none;
}
.section-contact-form {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 1200px) {
    .section-contact-form {
        padding-left: calc((100% - 1140px)/2);
        padding-right: calc((100% - 1140px)/2);
    }
}
@media (max-width: 1199px) {
    .section-contact-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-link-to-compare {
	background-color: var(--light-grey-2);
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
}
.section-link-to-compare h2 {
	font-size: 30px;
	color: var(--c);
	margin-bottom: 5px;
}
.section-link-to-compare .btn,
.section-link-to-compare .btn:hover,
.section-link-to-compare .btn:focus {
	background-color: #005cb9;
	color: #fff;
	border: 1px solid #005cb9;
	border-radius: 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 6px 25px;
	margin-top: 5px;
}
.section-link-to-compare td {
	width: 100%;
}

.section-caption-image {
	position: relative;
	color: #fff;
	margin: 0 auto;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}
.section-caption-image tr:nth-child(2) td {
	position: absolute;
	display: block;
	left: 30px;
	top: 15px;
}
.section-caption-image h1 {
	color: #fff;
}
@media (max-width: 767px) {
	.section-caption-image {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.section-caption-image h1 {
		font-size: 24px;
		margin-bottom: 5px;
	}
}

.section-caption-title {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	background-color: #456691;
	width: 1140px;
	max-width: 100%;
	margin: 20px auto 20px;
}
.section-caption-title td {
	padding: 30px 30px 70px;
}
.section-caption-title * {
	color: #fff;
	padding: 0;
	margin: 0;
}
.section-caption-title h1 {
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.section-caption-title td {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.section-caption-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.section-caption-title h1 {
		font-size: 24px;
		margin-bottom: 5px;
	}
}

.camera-selection-table {
	border-top: 1px solid var(--bdc);
	margin-top: 25px;
}
.camera-selection-table[data-col-count="0"] {
	display: none;
}
.camera-selection-table ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.camera-selection-table li {
	padding: 0;
	margin: 0;
	display: block;
}
.camera-selection-table th,
.camera-selection-table td {
	padding: 10px 15px;
	vertical-align: top;
}
.camera-selection-table thead th,
.camera-selection-table td {
	text-align: center;
}
.camera-selection-table thead th,
.camera-selection-table thead td {
	padding-top: 15px;
	padding-bottom: 0;
}
.camera-selection-table tbody tr:nth-child(even) td,
.camera-selection-table tbody tr:nth-child(even) th {
	background-color: var(--light-grey-2);
}
.camera-selection-table tbody tr:first-child th,
.camera-selection-table tbody tr:first-child td {
	padding-top: 0;
}
.camera-selection-table th > div {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.camera-selection-table img {
	margin-top: 5px;
}
.camera-selection-table span {
	display: block;
}
.camera-selection-table a {
	color: #005cb9;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
}
.camera-selection-table a i.fa-chevron-circle-right {
	width: 14px;
	height: 16px;
	background: url(../data/i/sprite.png) no-repeat -50px -50px;
	display: inline-block;
}
.camera-selection-table a:hover,
.camera-selection-table a:focus {
	text-decoration: none;
}
.camera-selection-table a.camera-selection-help {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	display: flex;
	flex: 0 0 auto;
	background: url(../data/i/sprite.png) no-repeat -175px -200px;
}
.camera-selection-table a.camera-selection-help:hover,
.camera-selection-table a.camera-selection-help:focus {
	color: #fff;
	text-decoration: none;
}


@media (min-width: 1200px) {
	.camera-selection-table th {
		white-space: nowrap;
	}
}
@media (min-width: 768px) {
	.camera-selection-table[data-col-count="1"] tbody td {width: 90%;}
	.camera-selection-table[data-col-count="2"] tbody td {width: 50%;}
	.camera-selection-table[data-col-count="3"] tbody td {width: 33%;}
	.camera-selection-table[data-col-count="4"] tbody td {width: 25%;}
	.camera-selection-table[data-col-count="5"] tbody td {width: 20%;}
	.camera-selection-table[data-col-count="6"] tbody td {width: 16%;}
	.camera-selection-table[data-col-count="7"] tbody td {width: 14%;}
	.camera-selection-table[data-col-count="8"] tbody td {width: 12%;}
	.camera-selection-table[data-col-count="9"] tbody td {width: 11%;}
	.camera-selection-table[data-col-count="10"] tbody td {width: 10%;}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.camera-selection-table[data-col-count="5"] tbody td,
	.camera-selection-table[data-col-count="6"] tbody td,
	.camera-selection-table[data-col-count="7"] tbody td,
	.camera-selection-table[data-col-count="8"] tbody td,
	.camera-selection-table[data-col-count="9"] tbody td,
	.camera-selection-table[data-col-count="10"] tbody td {
		padding: 10px 5px;
	}
	.camera-selection-table[data-col-count="5"] img,
	.camera-selection-table[data-col-count="6"] img,
	.camera-selection-table[data-col-count="7"] img,
	.camera-selection-table[data-col-count="8"] img,
	.camera-selection-table[data-col-count="9"] img,
	.camera-selection-table[data-col-count="10"] img,
	.camera-selection-table[data-col-count="11"] img {
		width: 70px;
		height: 70px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera-selection-table[data-col-count="7"] img,
	.camera-selection-table[data-col-count="8"] img,
	.camera-selection-table[data-col-count="9"] img,
	.camera-selection-table[data-col-count="10"] img,
	.camera-selection-table[data-col-count="11"] img {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 767px) {
	.camera-selection-table,
	.camera-selection-table tbody,
	.camera-selection-table thead,
	.camera-selection-table tr,
	.camera-selection-table td,
	.camera-selection-table th {
		display: block;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.camera-selection-table thead th,
	.camera-selection-table thead td {
		text-align: left;
	}
	.camera-selection-table img {
		margin-top: 0;
	}

	.camera-selection-table th {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
	.camera-selection-table tbody tr:nth-child(even) td,
	.camera-selection-table tbody tr:nth-child(even) th {
		background-color: transparent;
	}
	.camera-selection-table td[heading]:not(:empty) {
		display: flex;
		flex-flow: row nowrap;
		padding-bottom: 3px;
	}
	.camera-selection-table td[heading]:not(:empty)::before {
		content: attr(heading) ':';
		font-weight: bold;
		min-width: 50px;
		margin-right: 5px;
		margin-left: 10px;
	}
	.camera-selection-table tr:first-child td[heading]:not(:empty) {
		flex-flow: column nowrap;
	}
	.camera-selection-table tr:first-child td[heading]:not(:empty)::before {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 3px;
	}
	.camera-selection-table tr {
		padding: 5px 10px;
	}
	.camera-selection-table tbody tr:nth-child(even) {
		background-color: var(--light-grey-2);
	}
}

@media (min-width: 768px) {
	.tableFloatingHeaderOriginal[style*="fixed"] th {
		background-color: var(--light-grey-2);
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--bdc);
		transition: background-color 0.1s;
	}
}
@media (max-width: 767px) {
	.tableFloatingHeaderOriginal,
	.tableFloatingHeader {
		display: none !important;
	}
}
.ipop-camera-selection-feature.iPopBlock.inlineType.styled .iPopBox {
	padding: 0;
	border: 0 none;
}
.camera-selection-feature-popup {

}
.camera-selection-feature-popup .h2 {
	padding: 0;
	margin: 0 0 10px;
	color: var(--c);
}
.camera-selection-feature-popup .h4 {
	padding: 0;
	margin: 25px 0 15px 15px;
	color: var(--c);
}
.camera-selection-feature-popup > tbody > tr > td {
	vertical-align: top;
}
.camera-selection-feature-popup > tbody > tr > td:first-child {
	width: 250px;
	background-color: var(--light-grey-2);
}
.camera-selection-feature-popup > tbody > tr > td:last-child {
	padding: 20px 30px 25px;
}
.camera-selection-feature-popup > tbody > tr > td ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.camera-selection-feature-popup > tbody > tr > td li {
	padding: 0;
	margin: 0;
}
.camera-selection-feature-popup > tbody > tr > td ul a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
	color: var(--c);
}
.camera-selection-feature-popup > tbody > tr > td a:hover,
.camera-selection-feature-popup > tbody > tr > td a:focus {
	color: #08107b;
	text-decoration: none;
}
.camera-selection-feature-popup > tbody > tr > td li.active a {
	background-color: #fff;
}
.camera-selection-feature-popup .tab-content:not(.active) {
	display: none;
}
@media (max-width: 1024px) {
	.camera-selection-feature-popup table td:first-child {
		width: 280px;
	}
	.camera-selection-feature-popup img {
		width: 250px;
		height: auto;
	}
}
@media (max-width: 979px) {
	.camera-selection-feature-popup table,
	.camera-selection-feature-popup table tbody,
	.camera-selection-feature-popup table tr,
	.camera-selection-feature-popup table td {
		display: block;
	}
	.camera-selection-feature-popup table td,
	.camera-selection-feature-popup table td:first-child {
		width: 100%;
	}
	.camera-selection-feature-popup table td:first-child {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.camera-selection-feature-popup > tbody > tr > td:first-child {
		width: 150px;
	}
}
@media (max-width: 479px) {
	.camera-selection-feature-popup,
	.camera-selection-feature-popup > tbody,
	.camera-selection-feature-popup > tbody > tr,
	.camera-selection-feature-popup > tbody > tr > td,
	.camera-selection-feature-popup > tbody > tr > td:first-child,
	.camera-selection-feature-popup > tbody > tr > td:last-child {
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
		background-color: transparent;
	}
	.camera-selection-feature-popup > tbody > tr > td:first-child {
		border-bottom: 1px solid var(--bdc);
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.camera-selection-feature-popup {
		padding: 15px;
	}
	.camera-selection-feature-popup > tbody > tr > td ul {
		display: flex;
		flex-flow: row wrap;
	}
	.camera-selection-feature-popup > tbody > tr > td li {
		flex: 1 1 auto;
	}
	.camera-selection-feature-popup > tbody > tr > td ul a {
		border: 0 none;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: var(--light-grey-2);
		text-align: center;
	}
	.camera-selection-feature-popup > tbody > tr > td li.active a {
		background-color: #005cb9;
		color: #fff;
	}
	.camera-selection-feature-popup .h4 {
		padding: 0;
		margin: 0 0 10px;
	}
}
/* ------------- =INTERACTIVE CAMERA FINDER END ------------- */


/* icons */
.basic-info-container {
	display: flex;
	flex-flow: row nowrap;
}
.basic-info-big {
	width: 80px;
}
.basic-info-tile {
	line-height: 1.2em;
}
.basic-info-big .basic-info-tile {
	background-color: var(--blue);
	color: #fff;
	text-align: center;
	margin: 0 5px 5px 0;
	display: none;
	white-space: nowrap;
	padding: 2px;
	font-size: 12px;
}
.basic-info-big .basic-info-tile:last-child {
	margin-bottom: 0;
}
.basic-info-big .basic-info-tile.active-tile {
	display: block;
}
.basic-info-big .basic-info-tile::before {
	display: block;
	font-size: 10px;
}
.basic-info-big .basic-info-tile.field-objective_wd::before {content: 'W.D.';}
.basic-info-big .basic-info-tile.field-objective_magnifications::before {content: 'MAG';}
.basic-info-big .basic-info-tile.field-objective_fn::before {content: 'OFN';}
.basic-info-big .basic-info-tile.field-objective_na::before {content: 'NA';}
.basic-info-big .basic-info-tile.field-objective_immersion_liquid::before {content: 'IM';}

.basic-info-small-container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	width: calc(100% - 80px);
	position: relative;
}
.basic-info-small-container img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.basic-info-small {
	position: relative;
	min-height: 80px;
}
.basic-info-small .basic-info-tile {
	background-color: var(--light-grey-2);
	color: var(--blue);
	display: none;
	padding: 0px 10px;
	width: calc(33.3333% - 3px);
	text-align: center;
}
.basic-info-small .basic-info-tile.active-tile {
	display: inline-block;
}
.basic-info-small .basic-info-tile::before {
	font-size: 11px;
}
.basic-info-small .basic-info-tile.field-objective_brightfield::before {content: 'T-BF';}
.basic-info-small .basic-info-tile.field-objective_darkfield::before {content: 'T-DF';}
.basic-info-small .basic-info-tile.field-objective_fluorescence_bg::before {content: 'FL';}
.basic-info-small .basic-info-tile.field-objective_dic::before {content: 'T-DIC';}
.basic-info-small .basic-info-tile.field-objective_uv_fluorescence::before {content: 'IR';}
.basic-info-small .basic-info-tile.field-objective_tirf::before {content: 'TIRF';}
.basic-info-small .basic-info-tile.field-objective_multiphoton::before {content: 'MPE';}
.basic-info-small .basic-info-tile.field-objective_phase_contrast::before {content: 'PH';}
.basic-info-small .basic-info-tile.field-objective_polarized_light::before {content: 'PO';}
.basic-info-small .basic-info-tile.field-objective_relief_contrast::before {content: 'RC';}
.basic-info-small .basic-info-tile.field-objective_uv_fluorescence::before {content: 'UV';}
.basic-info-small .basic-info-tile.field-objective_cytorgy::before {content: 'CY';}
.basic-info-small .basic-info-tile.field-objective_dic_transmitted:before {content: 'R-DIC';}
.basic-info-small .basic-info-tile.field-objective_darkfield_transmitted:before {content: 'R-DF';}
.basic-info-small .basic-info-tile.field-objective_brightfield_transmitted:before {content: 'R-BF';}

/*.objective-selector-item[small-count] {
	position: relative;
}
.objective-selector-item[small-count]::before {
	content: attr(small-count);
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	background-color: var(--blue);
	border-radius: 50%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}*/

/* don't ask :( */
.basic-info-tile:nth-child(1) {order: 10;}
.basic-info-tile:nth-child(2) {order: 20;}
.basic-info-tile:nth-child(3) {order: 30;}
.basic-info-tile:nth-child(4) {order: 40;}
.basic-info-tile:nth-child(5) {order: 50;}
.basic-info-tile:nth-child(6) {order: 60;}
.basic-info-tile:nth-child(7) {order: 70;}
.basic-info-tile:nth-child(8) {order: 80;}
.basic-info-tile:nth-child(9) {order: 90;}
.basic-info-tile:nth-child(10) {order: 100;}
.basic-info-tile:nth-child(11) {order: 110;}

@media (min-width: 1025px), (max-width: 979px) {
	.basic-info-small {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		min-height: auto;
	}	
	.basic-info-small .basic-info-tile {
		width: calc(33.3333% - 2.5px);
		margin: 5px 0 0;		
	}
	
	/* don't ask :( */
	.objective-selector-item:is([small-count="4"], [small-count="7"], [small-count="10"], [small-count="13"]) .tile-placeholder:is(.basic-info-tile-1, .basic-info-tile-2) {
		order: 11;
		display: block !important;
		background-color: transparent;		
	}
	.objective-selector-item:is([small-count="2"], [small-count="5"], [small-count="8"], [small-count="11"]) .tile-placeholder.basic-info-tile-1 {
		order: 21;
		display: block !important;
		background-color: transparent;		
	}
}
@media (min-width: 980px) and (max-width: 1024px), (min-width: 700px) and (max-width: 767px), (min-width: 480px) and (max-width: 575px)  {
	.basic-info-small {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		min-height: auto;
	}
	.basic-info-small .basic-info-tile {
		width: calc(50% - 2.5px);
		margin: 5px 0 0;
	}
	
	/* don't ask :( */
	.objective-selector-item:is([small-count="3"], [small-count="5"], [small-count="7"], [small-count="9"], [small-count="11"]) .tile-placeholder.basic-info-tile-1 {
		order: 11;
		display: block !important;
		background-color: transparent;		
	}
	
}

.objective-glossary {
	border: 15px solid var(--light-grey-2);
	margin: 15px 0 0;
	padding: 15px;
}
.objective-glossary h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	border-bottom: 2px solid var(--bdc);
	padding-bottom: 10px;
}
.objective-glossary table.grid {
	display: table;
}
.objective-glossary table.grid > tbody {
	display: table-row-group;
}
.objective-glossary table.grid > tbody > tr {
	display: table-row;
}
.objective-glossary table.grid > tbody > tr > :is(th, td) {
	display: table-cell;
	vertical-align: top;
}
.objective-glossary table.grid > tbody > tr > th {
	border-right: 2px solid var(--bdc);
	font-weight: bold;
	padding-left: 0;
	width: 50px;
}
.objective-glossary table.grid > tbody > tr > td {
	border-bottom: 2px solid var(--bdc);
	position: relative;
	padding-left: 15px;
	padding-right: 0;
	width: calc(100% - 50px);
}
.objective-glossary table.grid > tbody > tr > td::before {
	content: '';
	width: 15px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #fff;
}
@media (max-width: 767px) {
	.objective-glossary {
		border: 0 none;
		padding: 0;
		margin: 0 0 10px;
		background-color: transparent;
		margin-top: 3px;
	}
	.objective-glossary h3 {
		font-size: 15px;
		font-weight: normal;
		padding: 5px 10px;
		border-bottom: 0 none;
	}
	.objective-glossary table.grid {
		display: none;
		margin: 10px 0 0px;
		width: 100%;
	}
	.objective-glossary h3.filter-options-expanded ~ table.grid {
		display: table;
	}
}

.of-caption {
	position: relative;
	overflow: hidden;
}
.of-caption img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.of-caption figcaption {
	position: absolute;
	width: calc(((100vw - var(--container))/2) + 500px);
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	top: 0;
	left: 0;
	font-size: 18px;
}
.of-caption figcaption > * {
	background-color: #fff;
	padding-left: calc(((100vw - var(--container))/2) + 15px);
	padding-right: 50px;
	margin: 0;
}
.of-caption figcaption > *:first-child {
	padding-top: 30px;
}
.of-caption figcaption > *:last-child {
	padding-bottom: 30px;
}
@media (min-width: 1921px) {
	.of-caption {
		width: 1920px;
		margin: 0 auto;
	}
	.of-caption figcaption {
		width: calc(((100vw - 1920px)/2) + 500px);
	}
	.of-caption figcaption > * {
		padding-left: calc(((1920px - var(--container))/2) + 15px);
	}
}
@media (max-width: 1199px) {
	.of-caption figcaption {
		width: 500px;
	}
	.of-caption figcaption > * {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.of-caption figcaption {
		font-size: var(--fz);
	}
}
@media (max-width: 575px) {
	.of-caption figcaption {
		width: calc(100vw - 50px);
	}
	.of-caption figcaption > * {
		padding-left: 15px;
		padding-right: 15px;
	}
	.of-caption figcaption > *:first-child {
		padding-top: 15px;
	}
	.of-caption figcaption > *:last-child {
		padding-bottom: 15px;
	}	
}

.matching {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
/*** END ls20/global/objective-finder.css ***/

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