/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of PluXml : https://www.pluxml.org
#
# Package:		print.css
# Copyright (c) 2019 PluXml
# Authors		Thomas "sudwebdesign" Ingles.
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
#
# ------------------- END LICENSE BLOCK -------------------
*/

/* ----- Menu ----- */

@media print {
	body, .logo{
		padding: 0;
		margin: 0;
	}
	.bg{
		height: 2.22rem;
		background: #fff;
		
	#pasimpression{
		display:none;
	}
	.pasimpression{
		display:none;
	}
.footer {
		display:none;
	}
   .pasimpression
    {
        display: none !important;
        height: 0;
    }


    .pasimpression, .pasimpression*{
        display: none !important;
        height: 0;
    }
}