
// Print
// -------------------------
@media print {
    .wizard{
        border-color: transparent !important;
    }
    .wizard .steps-container,
    .wizard .actions,
    .wizard .step-content .step-pane[data-step="1"],
    .wizard .step-content .step-pane[data-step="2"],
    .wizard .step-content .step-pane[data-step="3"],
    .print-hide,
    .bottom-next-prev{
            display: none !important;
    }
    
    a[href]:after {
      content: none !important;
    }
    
    .wizard .step-content .step-pane[data-step="4"],
    .wizard .step-content .step-pane[data-step="4"] .step-pane[data-step="1"],
    .wizard .step-content .step-pane[data-step="4"] .step-pane[data-step="2"],
    .wizard .step-content .step-pane[data-step="4"] .step-pane[data-step="3"]{
            display: block !important;
    }
    
    .claimRegisterProductAccountForm, .claimRegisterProductNonAccountForm {
            display: block !important;
    }
    
    .print-show {
        display: block !important;
    }
    
    a[href*='//']:after {
		content:" (" attr(href) ") ";
		color: @text-color;
	}
	a:after {
		content:" (" attr(href) ") ";
		color: @text-color;
	}
	@page {
		margin-top: 2cm;
		margin-bottom: 2cm;
		margin-left: 2cm;
		margin-right: 2cm;
	}
	p {
		page-break-inside: avoid;
	}
	.footer-blocks-top,.footer-blocks-bottom, .main-footer {
		display: none;
	}
}
div.pages, div.commentArea, div.footerOuter {
    display: none;
}
.modulePage a.backToMyLearning, .modulePage a.print {
    display: none;
}
.adminToolbar {
    display: none;
}
.commentArea, div.pages, .panelBox {
    border-left: none;
    border-right: none;
}
.btnHideFollowing {
    display: none;
}
.jp-gui {
    display: none;
}
.dropdown div {
  /*  display: block !important; */
}