/* 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=downloads) ***/
/*** Skipping CSS Section common (only-param=downloads) ***/
/*** Skipping CSS Section navigation (only-param=downloads) ***/
/*** Skipping CSS Section forms (only-param=downloads) ***/
/*** Skipping CSS Section tsg (only-param=downloads) ***/
/*** Skipping CSS Section buttons (only-param=downloads) ***/
/*** Skipping CSS Section side-boxes (only-param=downloads) ***/
/*** Skipping CSS Section specifications-table (only-param=downloads) ***/
/*** Skipping CSS Section blog (only-param=downloads) ***/
/*** Skipping CSS Section home (only-param=downloads) ***/
/*** Skipping CSS Section sub (only-param=downloads) ***/
/*** Skipping CSS Section slider (only-param=downloads) ***/
/*** Skipping CSS Section product (only-param=downloads) ***/
/*** Skipping CSS Section product-child (only-param=downloads) ***/
/*** Skipping CSS Section landing (only-param=downloads) ***/
/*** Skipping CSS Section landing-directory (only-param=downloads) ***/
/*** Skipping CSS Section slideshow (only-param=downloads) ***/
/*** Skipping CSS Section news (only-param=downloads) ***/
/*** Skipping CSS Section events (only-param=downloads) ***/
/*** Skipping CSS Section resources (only-param=downloads) ***/
/*** Skipping CSS Section micro (only-param=downloads) ***/
/*** Skipping CSS Section museum (only-param=downloads) ***/
/*** Skipping CSS Section product-gallery (only-param=downloads) ***/
/*** Skipping CSS Section search (only-param=downloads) ***/
/*** Skipping CSS Section objective-finder (only-param=downloads) ***/
/*** Skipping CSS Section content-slideshow (only-param=downloads) ***/
/*** Skipping CSS Section microscopes-configurator (only-param=downloads) ***/
/*** Skipping CSS Section related-applications (only-param=downloads) ***/
/*** Skipping CSS Section grayed-out (only-param=downloads) ***/
/*** START ls20/global/downloads.css ***/
/* jquery ui restyling */

/* accordion heading */
.downloadItemGroup.ui-accordion .ui-accordion-header {
    padding: 0; margin: 0;
    border: 0 none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    background-image: none;
    background-color: #fff;
    background-color: transparent;
    color: #08107b;
    border-top: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight: 300;
}
html[lang="ja-JP"] .downloadItemGroup.ui-accordion .ui-accordion-header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
@media (max-width: 1023px) {
	.downloadItemGroup.ui-accordion .ui-accordion-header {
		font-size: 18px;
	}
}
.downloadItemGroup.ui-accordion .ui-accordion-header:first-child {
    border: 0 none;
}
.downloadItemGroup.ui-accordion {
    border-bottom: 1px solid #d7d7d7;
}
.downloadItemGroup.ui-accordion .ui-accordion-header::before {
	content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: var(--sprite);
    background-position: -225px -250px;
    background-repeat: no-repeat;
    transition: all 0.3s;
    margin-right: 10px;
}
.downloadItemGroup.ui-accordion .ui-accordion-header.ui-accordion-header-active:before {
    transform: rotate(90deg);
}
@media (max-width: 1023px) {
	.downloadItemGroup.ui-accordion .ui-accordion-header::before {
		background-position: -175px 0px;
		width: 6px;
		height: 10px;
	}
}
.downloadItemGroup .ui-state-default .ui-icon {
    background-image: none;
}
.downloadItemGroup .ui-state-default a,
.downloadItemGroup .ui-state-default a:link,
.downloadItemGroup .ui-state-default a:visited {
    color: #08107b;
}
.downloadItemGroup h2:empty {
	display: none;
}

/* accordion content */
.downloadItemGroup.ui-accordion .ui-accordion-content {
    padding: 0; margin: 0;
    border: 0 none;
    background-image: none;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 25px;
	
	/* taskId.16804213 fix weird height */
	height: auto !important;
}
html[lang="ja-JP"] .downloadItemGroup.ui-accordion .ui-accordion-content {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.downloadItem {
    padding: 5px 0;
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
.downloadItem:last-child {
    border-bottom: 0 none;
}
.downloadItem a {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: baseline;
}
.downloadItem a:hover::before {
	background-position: -300px -250px;
}
.downloadItem a.donwloadItemLink::before {
    content: '';
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.downloadItem a.downloadItemLink {
    text-decoration: none;
    color: #fff;
    padding: 2px 6px;
    float: right;
	background-color: #333;
	display: inline-block;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.6em;
	border-radius: 3px;
}

/* START: resource's popup preview of PDF files */
.downloadItem .pdf-preview[data-preview-count="0"] {
	display: none;
}
.downloadItem .pdf-preview {
	margin-right: 15px;
	float: left;
	width: 300px;
	height: 450px;
}
.downloadItem .pdf-preview img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: auto !important;
	margin: auto auto;
}
.downloadItem .pdf-preview + .table-responsive {
	float: left;
}
@media (max-width: 767px) {
	.downloadItem .descFiles {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;	
	}
	.downloadItem .descFiles > * {
		width: 100%;

	}
	.downloadItem h3 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.downloadItem .downloadSelector {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;	
	}
	.downloadItem .descFilesText {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;	
	}
	.downloadItem .pdf-preview {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;	
		width: 300px;
	}
}
.downloadSelector {
	padding: 15px;
}
.ui-widget-content .downloadItem h3 {
	font-size: 14px;
	margin: 0;
}
.ui-widget-content .downloadItem h3 a {
	color: #444;
}
.ui-widget-content .downloadItem h3 a:hover {
	color: #005cb9;
}

/* END: resource's popup preview of PDF files */

/* taskId.16819208 2021/08/27 custom preview START */
.download-desc-container {
	display: flex;
	flex-flow: row nowrap;
}
.download-desc-container .custom-preview {
	flex: 0 0 300px;
	margin-right: 15px;
}
.download-desc-container .download-desc {
	flex: 1 1 auto;
}
@media (max-width: 767px) {
	.download-desc-container {
		flex-flow: column nowrap;
	}
	.download-desc-container .custom-preview {
		margin-right: 0;
	}
	.download-desc-container .download-desc {
		width: 100%;
	}
}
/* taskId.16819208 2021/08/27 custom preview END */

/* popup */
.col-desc-files {width: 73%;}
.col-download-files {width: 27%;}

.fileLink, .fileLink:hover, .fileLink:focus {
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    text-shadow: none;
    border: 0 none;
    padding: 6px 12px;
    border-radius: 0px;
    margin: 0;
    display: inline-block;

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 );  
}
.fileLink::before {
	content: '';
    background: var(--sprite) no-repeat -375px -250px;
	width: 12px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
	flex: 0 0 auto;    
}
@media (max-width: 1023px) {
    .col-desc-files, 
	.col-download-files {
		width: 100%; 
		float: none;
	}
}

.fixedSize br {
	height: 0;
	display: none;
}
@media (max-width: 499px) {
	.historyFiles .fixedSize br {
		display: none;
	}	
}

/* =HISTORY */
@media (min-width: 1024px) {
	.historyFiles.downloadDetailBox {
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: baseline;
		padding-left: 0;
	}	
}
@media (max-width: 1023px) {
	.historyFiles.downloadDetailBox {
		display: flex;
		flex-flow: column nowrap;
		padding: 0;
	}	
}

.historyTableOverflow th,
.historyTableOverflow td {
    padding: 5px 10px;
    vertical-align: top;
}
.historyTableOverflow th {
    white-space: nowrap;
    background-color: #f2f2f2;
}
.historyTableOverflow td {
    border-bottom: 1px solid #d7d7d7;
}
a.historyLink, a.historyLink:hover, a.historyLink:focus {
    margin-top: 10px;
    display: block;
    text-decoration: none;
}
.historyLink:before {
    content: '\f1da';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.lastVersion span {
    margin-right: 3px;
}
@media (max-width: 499px) {
    .historyTableOverflow th {
        display: none;
    }
    .historyTableOverflow table, .historyTableOverflow tbody, .historyTableOverflow tr, .historyTableOverflow td {
        display: block;
    }
    .historyTableOverflow td {
        border: 0 none;
        padding: 2px 0px;
        text-align: left;
    }
    .historyTableOverflow td:nth-child(1):before {content: 'File Version: ';}
    .historyTableOverflow td:nth-child(2):before {content: 'Release Date: ';}
    .historyTableOverflow tr {
        border: 0 none;
    }
}

.downloadDetailBox .btn-download, 
.downloadDetailBox .btn-download:hover, 
.downloadDetailBox .btn-download:focus,
.downloadDetailBox .btn-download-2, 
.downloadDetailBox .btn-download-2:hover, 
.downloadDetailBox .btn-download-2:focus {
	border: 0 none;
	border-radius: 3px;
	color: #333;
	padding: 5px 12px;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	text-shadow: none;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	
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 );	
}
.downloadDetailBox .btn-download-2, 
.downloadDetailBox .btn-download-2:hover, 
.downloadDetailBox .btn-download-2:focus {
	background-color: #EFEFEF;
	background-image: none;
	color: #8a8a8a;	
}
table.download-file-details th,
table.download-file-details td {
	padding: 5px 10px;	
	border: 1px solid #e7e7e7;
	vertical-align: middle;
}
table.download-file-details th {
	white-space: nowrap;
	background-color: #f5f5f5;
}

table.download-file-details-noborder td {
	vertical-align: middle;	
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 479px) {
	table.download-file-details-noborder,
	table.download-file-details-noborder tr,
	table.download-file-details-noborder tbody,
	table.download-file-details-noborder td {
		display: block; padding: 0; margin: 0; border: 0 none;	
	}
	table.download-file-details-noborder td {
		padding-bottom: 5px;	
		display: inline-block;
		padding-right: 10px;
	}
	table.download-file-details-noborder td:first-child {
		display: block;	
	}
	table.download-file-details-noborder td:last-child {
		padding-right: 0px;
	}
	table.download-file-details-noborder tr {
		padding-bottom: 15px;	
	}	
}
@media (min-width: 1025px) {
	.file-lang-chooser {
		padding: 3px 0;
	}	
}
@media (max-width: 1024px) {
	.file-lang-chooser {
		padding: 5px 0;
	}
}

.download-desc .descFilesText {
	padding-left: 15px;
}

/* taskId.16817115 2020/02/24 */
.download-file-details-wrapper {
	width: 100%;
	max-width: 1024px;
}
.download-file-details-wrapper .download-file-details {
    font-size: 13px;
    margin-bottom: 15px;
}
.download-file-details-wrapper .download-file-details > tbody > tr > th,
.download-file-details-wrapper .download-file-details > tbody > tr > td {
    border: 1px solid #e7e7e7;
}
.download-file-details-wrapper .download-file-details > tbody > tr > th {
    background-image: none;
    background-color: #f5f5f5;
    white-space: nowrap;
}
.download-file-details-wrapper .download-file-details .btn-download {
    color: #fff;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    line-height: 1.6em;
    padding: 6px 12px;
    margin: 0;
    text-decoration: none;
	white-space: nowrap;
	border-radius: 3px;
	float: none;
        
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 );    
}
.download-file-details-wrapper .download-file-details .btn-download:hover,
.download-file-details-wrapper .download-file-details .btn-download:focus {
    text-decoration: none;
}
.download-file-details-wrapper .download-file-details select {
	border: 0 none;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding: 6px 20px 6px 12px;
    background-image: url(../data/i/caret.png);
    background-color: #f5f5f5;
	-webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; 
}
.download-file-details-wrapper img {
	max-width: 100%;
	height: auto !important;
}
@media (min-width: 768px) {
	.download-file-details-wrapper {
		/* taskId.16819936 2022/05/16 chrome fix */
		table-layout: fixed;
	}
}
.download-file-details-desc a {
	float: none;
}
@media (min-width: 768px) {
	.download-file-details-wrapper > tbody > tr > td.td-download-file-name-mobile {
		display: none;
	}
	.download-file-details-speci {
		width: 365px;
	}
	.download-file-details-desc {
		width: calc(100% - 365px);
		padding-right: 30px;
	}
	.download-file-details-desc h3 {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.download-file-details-wrapper,
	.download-file-details-wrapper > tbody, 
	.download-file-details-wrapper > tbody > tr > td {
		display: block;
		width: 100%;
	}
	.download-file-details-wrapper > tbody > tr {
		display: flex;
		flex-flow: column nowrap;
	}
	.download-file-details-wrapper > tbody > tr > td.td-download-file-name-mobile {
		order: 1;
	}
	.download-file-details-wrapper > tbody > tr > td.download-file-details-speci {
		order: 2;
		margin-bottom: 15px;
	}
	.download-file-details-wrapper > tbody > tr > td.download-file-details-desc {
		order: 3;
	}
	.td-download-file-name-mobile .h3 {
		margin-top: 0;
	}	
	.download-file-details-wrapper > tbody > tr > td.download-file-details-desc .descFiles > h3 {
		display: none;
	}
	.download-file-details-desc h3 {
		display: none;
	}	
}
@media (max-width: 767px) {
    .download-file-details-wrapper .download-file-details {
        border: 1px solid #e7e7e7;
		padding: 15px;
    }
	.download-file-details-wrapper .download-file-details,
	.download-file-details-wrapper .download-file-details > tbody,
	.download-file-details-wrapper .download-file-details > tbody > tr,
	.download-file-details-wrapper .download-file-details > tbody > tr > td {
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.download-file-details-wrapper .download-file-details > tbody > tr:not(:first-child) {
		padding: 15px 15px 0px;
	}
	.download-file-details-wrapper .download-file-details > tbody > tr > th {
		display: none;
	}
    .download-file-details-wrapper .download-file-details > tbody > tr > td {
        border: 0 none;
		padding: 0 0 15px;
    }
}
@media (min-width: 768px) {
    .download-file-details-wrapper .download-file-details-wrapper > tbody > tr > td:first-child {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .download-file-details-wrapper .download-file-details-wrapper,
    .download-file-details-wrapper .download-file-details-wrapper > tbody,
    .download-file-details-wrapper .download-file-details-wrapper > tbody > tr,
    .download-file-details-wrapper .download-file-details-wrapper > tbody > tr > td {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }   
    .download-file-details-wrapper .download-file-details-wrapper > tbody > tr {
        display: flex;
        flex-flow: column-reverse nowrap;
    }
}

/* taskId.16817359 2020/04/03 pdf preview is not showing */
/*.pdf-preview img {display: block !important;}
.pdf-preview img ~ img {display: none !important;}*/

select.downloadSelectorBox::-ms-expand {
	display: none;
}


/*** END ls20/global/downloads.css ***/

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