<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
html, html body{
	height:auto;
	background: transparent;
}

/*html body.ieVersion{
	background: #00ff00;
}*/

@page {
 size: auto\9;   /* auto is the current printer page size */
 margin: 0mm\9;  /* this affects the margin in the printer settings */
}
body {
	width: 100%;
	margin: 0px\9;  /* the margin on the content before printing */
}
body {
	min-width: 1024px;
	width: 1024px;
	-webkit-print-color-adjust: exact !important;
}
.myitem_list.my_pdf_div.activities_photo&gt;div.myboard_nl&gt;div.cover img{
	max-width: 100%;
}
body .bodyArea{
	background: none;
}
body .bodyArea,
body .contentArea,
body .bodyArea .mainContent{
	min-height:0;
}
.casenotarea .case_img {
	width: 100%;
}
body .headerTool .myLogo{
	position:relative;
}
	body .headerMenu,
	body .myheaderTool,
	body .leftMenu,
	body .mainHeader,
	body .printTool,
	body .btmNav,
	body .footerArea1,
	body .headerTop,
	body .clientTool,
	body .clientTool.d-flex-desktop,
	body .footerArea .fa_1{
		display:none !important;
	}
	body .mainContent{
		margin-left:0 !important;
		margin-top:30px !important;
		margin-bottom:30px !important;
		background-color:transparent !important;
	    box-shadow: none !important;
		padding:0 !important;
	}
	body .footerArea{
		box-shadow:none;
	}
	body .headerMenu .nobr,
	body .mainHeader .nobr{
		display:block;
	}
	.section_left_banner{
		display:none;
	}
	.img-wrapper{
		width : auto !important;
	}
	.section_header_banner{
		display: flex;
	}
	.section_header_banner &gt; .container{
		align-self: center;
		text-align: left;
		margin-left: unset;
		margin-right: unset;
	}
	body.indexVersion .contentArea{
		page-break-inside: avoid;
	}
	.main-page-photo-wrapper .col-md-5{
		-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
	.img-wrapper{
		margin-bottom: 10px;
	}
	.img-wrapper .wrapper .row{
		flex-wrap: nowrap;
	}
	.img-wrapper.col-md-3 .wrapper img{
		width: 100%;
	}
	.img-wrapper .wrapper ul{
		list-style: none;
	}
	.flexslider .d-lg-none{
		display: block !important;
	}
	.flexslider .d-lg-block{
		display: none !important;
	}
	.slider-height {
		height: 100% !important;
		min-height: auto !important;
	}
	.ieVersion .slider-height {
		padding-top: 50px;
	}
	.flexslider .container{
		height: auto !important;
		min-height: auto !important;
	}
	.flexslider .col-lg-4, .flexslider .col-xl-4, .flexslider .col-lg-6, .flexslider .col-xl-6{
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	a:not(.btn) {
    text-decoration: none;
	}
	.gallery-top .swiper-slide{
		width: 100% !important;
	}
	body .tab-wrapper .nav.nav-tabs{
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	body .tab-wrapper .nav.nav-tabs .nav-item{
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	body .mainContent .nav-tabs .nav-link{
		width:auto !important;
	}
}
</pre></body></html>