@charset "UTF-8";

@page {
	margin: 2cm;
	size: A4 portrait;
}

/* General print */

.content {
    width: 100%;
    margin: 0;
    float: none;
}

.user-nav,
.footer,
.site-header,
.c-header__logo,
.c-header__left,
.c-header__right,
.c-nav-header,
.js-search-header,
.c-nav,
.main-nav-overlay,
.menu-breadcrumb,
.c-breadcrumb__item,
.header-area {
    display: none !important;
}

body {
    font-size: 13pt !important;
    line-height: 1.3 !important;
    background: #fff !important;
    color: #000 !important;
}

h1 {
    font-size: 24pt !important;
}

h2 {
    font-size: 18pt !important;
    margin-top: 25px !important;
}

h3, h4 {
    font-size: 14pt !important;
    margin-top: 25px !important;
}
a {
    page-break-inside:avoid;
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
}
img,
.carousel,
.embed-responsive {
    page-break-inside: avoid;
    page-break-after: auto;
    page-break-before: auto;
}
table, pre {
    page-break-inside:avoid;
}
ul, ol, dl {
    page-break-before:avoid
}

.breadcrumb {
    margin-bottom: 1cm;
}

.embed-responsive {
    border: 1pt solid #000;
    margin-bottom: 0.5cm;
}

img {
    display: none !important;
}

/* Certificate */

.tx-certificate .col-md-6 {
	width: 330px;
	display:block;
	float:left;
}

.tx-certificate .col-md-3 {
	width: 145px;
	display:block;
	float: left;
}

.certificate-title {
	text-align: center;
	height: 120px !important;
	padding: 3px 0px 0px;
	width: 330px;
	display: table !important;
	vertical-align: middle !important;
	float: none;
}

.certificate-title td {
	display: table-cell !important;
	height: 120px !important;
	hyphens: auto;
	font-weight: bold;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.certificate-intro-name {
	text-align: center;
	margin: 20px 0px;
}

.certificate-logo-image,
.qrcode-image {
	display: block !important;
}

.certificate-logo-image {
	max-width:145px !important;
	max-height:120px !important;
	margin-top: 5px;
	margin-left: 7px;
}

.qrcode-image {
	max-width:120px !important;
	max-height:120px !important;
	float: right;
}

.certificate-title h2 {
	margin: 0;
	font-weight: bold;
	font-size: 1.5rem;
}

.tx-certificate .certificate-user {
	background-image: url("../Images/security_bg.png");
	background-position: 0px 0px;
	background-size: 400px;
	background-repeat: repeat;
	padding: 30px 50px;
	box-sizing: border-box;
	text-align: center;
	margin: 30px 8px;
	font-size: 2.5rem;
}

.tx-certificate .certificate-text {
	margin: 0px 8px;
}

.tx-certificate .padding-x-50 {
	padding: 0 40%;
	margin: 10px 0px 30px;
}

.tx-certificate .divider-line {
	height:1px;
	width: 100%;
	background-color: #111111;
}
