/*----------Print-----------*/
@media print {
* {
	text-shadow: none !important;
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
}
a,
a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: none !important;
}
abbr[title]:after {
	content: none !important;
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: none !important;
}
@page {
	margin: 0.5cm;
}
p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}
/*-Styles-*/
.alwaysBreakAfter{
    page-break-after: always !important;
}
.alwaysBreakBefore{
    page-break-before: always !important;
}
.avoidBreakInside{
	page-break-inside: avoid !important;
}
#flexicontent .buttons a,
div#maincontent1, div#b-centre, div#a-centrebis, div#a-centre, div#z-centre {
    display: none;
}
.collapse {
    height: auto !important;
}
.accordion-group{
	page-break-inside: avoid !important;
}
}