/* part1 */
/* .nativePopupShield .companyFooter */
.companyFooter {
	text-align: center;
	color: white;
	/* margin-top: 3px; */
	/* height: 45px; */ /* old footer height */
	height: 32px;
	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	z-index: 1000;
}

/*
.nativePopupShield .companyFooter, 
.nativePopupShield .companyFooter *
*/
.companyFooter, 
.companyFooter * {
	background-color: var(--popup-win-footer-bg);
}

/* part2 */
/*
.nativePopupShield .companyFooter .table {
	width: 100%;
	height: 100%;
	margin-top: 0px;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.nativePopupShield .companyFooter .table .cell {
	text-align: center;
}
.nativePopupShield .companyFooter .table .cell:first-child,
.nativePopupShield .companyFooter .table .cell:last-child {
	width: 19%;
}

@media all and (min-width: 26in) {
	.nativePopupShield .companyFooter .table .cell:first-child,
	.nativePopupShield .companyFooter .table .cell:last-child {
		width: 30%;
	}
}
*/

/* 4K 28" 3840x2160 */

/* part3 */
/* .nativePopupShield .companyFooterCentral */
.companyFooterCentral {
	/* display: inline-block; */
	display: none; /* 20260216 */
	/* float: left; */


	width: 100%;
	/*
	max-width: 407px;
	*/
	max-width: 70%;
	/*
	width: 407px;
	*/
	/* margin-top: -28px; */
	margin: -28px auto 0;
	/* begin: warning this order is important */
	position: relative !important;
	z-index: 1000 !important;
	/* end: warning this order is important */

	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}


@media all and (min-width: 4in) {
	.companyFooterCentral {
		/* max-width: 207px; */
		max-width: 70%;
	}
}

@media all and (min-width: 10in) {
	.companyFooterCentral {
		/* max-width: 207px; */
		max-width: 60%;
	}
}

@media all and (min-width: 16in) {
	.companyFooterCentral {
		max-width: 50%;
	}
}

/*
@media all and (min-width: 16in) {
}
@media all and (min-width: 18in) {
}
*/

/* .nativePopupShield .companyLogo */
.companyLogo {
	display: block;
	background: url("/fileadmin/template/pactrust.com/images.v3/LOGO1S.svg") no-repeat scroll 50% 0;
	background-size: cover;
	width: 149px;
	height: 22px;
	margin: 7px auto 12px;
}
/*
@media all and (min-width: 16in) {
}
@media all and (min-width: 18in) {
}
@media all and (min-width: 26in) {
}
*/
/* .nativePopupShield .companyCopyright */
.companyCopyright {
	/* display: inline-block; */
	display: inline-flex;    /* 20260216 */
	align-items: center;     /* 20260216 */
	justify-content: center; /* 20260216 */
	height: 100%;            /* 20260216 */
	width: 100%;
	font-size: 9px;
	white-space: nowrap;
	
	position: relative !important;
	z-index: 1000 !important;	
}
/* .nativePopupShield .companyCopyright */
@media all and (min-width: 16in) {
	.companyCopyright {
		font-size: 9px;
	}
}
/*
@media all and (min-width: 18in){
}
*/