/*******************************************************************************
* 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;
}
.wrapper, .footer {
    display:none !important;
}
#popup-preview {
    border:none;
    width:auto;
    height:auto;
    overflow:visible; 
    background-color:transparent;
    margin:0;
    padding:0;
    overflow-x:visible;
    position:static;
    display:block !important;
}
.nizr-boxshadow #popup-preview {
    border:none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

/* hide all print preview elements */
#popup-preview {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto !important;
    height: auto !important;
}

#popup-preview .popup-header {
    display:none;
}

#popup-preview .popup-toolbar {
    display:none;
}

#popup-preview .popup-content {
    padding: 0px;
    min-height: inherit;
    max-height: inherit;
    overflow-x: visible;
    overflow-y: visible;
}

#popup-preview .page {
    width: 7in;
    height: 9in;
    border: none;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popupBlocker {
	display:none !important;
}

/*.print-preview {
    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;
}*/
