/*******************************************************************************
* This tool is developed using Rich Media's proprietary code library and may   *
* not be reproduced, altered, reverse engineered, or otherwise copied or       *
* distributed in whole or in part, without the express written permission of   *
* Rich Media.                                                                  *
*                                                                              *
* Please note that this project was developed for Scotiabank with the agreement*
* that the source code will not be used for any other project, resold by       *
* Scotiabank, nor provided by Scotiabank to any other company. It is also agreed*
* that certain calculations, validation, currency, reporting, saving and       *
* graphing functionality come from Rich Media's internally developed library   *
* and have been and will continue to be freely used by Rich Media for any of   *
* its clients.                                                                 *
*******************************************************************************/
body {
	background: transparent;
}

	.tool .view, .popup-blocker, .popup-container, .view.popup , .mainview {
		display : none;
	}
	
	.tool{
		margin : 0;
		padding : 0;
		width : 100%;
	}
	.view.print{
		display : block;
	}
	.view.print .page{
		border: 0;
		margin : 0;
		padding : 0;
		box-shadow : none;
	}
	.page#page-preview_1{
		page-break-after:always;
	}
	
	.bar .fill img{
		display : inline;
	}
	
	.square1 img, .square2 img, .square3 img{
		display: inline;
	}



	.header, .body, .footer, .mainview, .view.popup {
		display:none !important;
	}
	.print-popup {
		border:none;
		width:auto;
		height:auto;
		overflow:visible; 
		background-color:transparent;
		margin:0;
		padding:0;
		overflow-x:visible;
		position:static;
		display:block !important;

	}
		.page, .nizr-boxshadow .print-popup {
			border:none;
			box-shadow: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-o-box-shadow: none;
		}

	/* hide all print preview elements */
		.print-popup .popup-close {
			display:none;
		}
		.print-popup .print-button {
			display:none;
		}
		.print-popup>h1 {
			display:none;
		}
	
	.print-preview {
		display: block;
		height: auto;
		width: auto;
		overflow:visible;
		border:none;
		background:transparent;
		margin:0;
		padding:0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
	}
		.nizr-boxshadow .print-preview {
			border: none;
			box-shadow: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			-o-box-shadow: none;
		}
		.print-preview .page-divider {
			display:none;
		}

.popup-container {
	display:block !important;
	position:static !important;
	width:auto !important;
	height:auto !important;
	opacity: 1;
}
.popup-blocker {
	display:none !important;
}
.print-page {
	margin-left:auto;
	margin-right:auto;
	top:0;
	left:0;
	padding:0;
	padding-bottom:0;
}
	.print-page .bottom-image, .print-page .legal-text {
		bottom:0;
	}

.table-image-two {
	/*position:absolute;
	left: 15px;
	top: 292px;
	z-index:1;*/
}

.margin-top {
	margin-top: 20px;
}