/* CSS Document */
@page {
	size: A4;
}

body.alpha-print-body {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	 -webkit-print-color-adjust: exact;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 21cm;
	min-height: 29.7cm;
	padding: 0.5cm;
	background: white;
	font-family: Arial, Helvetica Neue, Helvetica, " sans-serif";
		font-size: 9pt;
}
body.alpha-print-body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.alpha-print-body.align-right {
	text-align: right;
}
.alpha-print-body * [class*="alpha"] h1, .alpha-print-body * [class*="alpha"] h2, .alpha-print-body * [class*="alpha"] h3, .alpha-print-body * [class*="alpha"] h4, .alpha-print-property, .alpha-print-property h1, .alpha-print-property h2, .alpha-print-property h3, .alpha-print-property p {
	color: #000000;
	padding-bottom: 0.5cm;
	margin: 0px;
}
.alpha-print-property {
	font-size: 9pt;
	border-radius: 5px;
	padding: 0.5cm;
	border: 1px #000000 solid;
	overflow: hidden;
	height:28.7cm;
}
.alpha-print-property h1 {
	font-size: 26pt;
	font-weight: 700;
}
.alpha-print-property h2 {
	font-size: 20pt;
	font-weight: 700;
}
.alpha-print-property h3 {
	font-size: 18pt;
	font-weight: 700;
}
.alpha-print-property h4 {
	font-size: 10pt;
	font-weight: 700;
}
.alpha-print-property h5 {
	font-size: 9pt;
	font-weight: 700;
}
.alpha-print-property p {
	font-size: 9pt;
}
.alpha-print-header {
	width: 100%;
	height: 100px;
	margin-bottom: 0.5cm;
	overflow: hidden;
}
.alpha-print-header img {
	width: auto;
	max-height: 100px;
	display: block;
}
.alpha-print-logo {
	display: inline-block;
}
.alpha-print-header-right {
	display: inline-block;
	float: right;
	width: 60%;
}
div[class^="alpha-print-image-"] {
	border: 1px solid #ffffff;
}
.alpha-print-images {
	margin-bottom: 0.5cm;
	overflow: hidden;
}
.alpha-print-image-1 {
	width: 100%;
	height: 400px;
	align-items: center;
    justify-content: center;
	display: flex;
}

* [class*="alpha-print-image"] img {
	padding: 0px;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    margin: 0px;
    height: inherit !important;
}
.alpha-print-image-2, .alpha-print-image-3, .alpha-print-image-4 {
	float: left;
	width: 33.334%;
	height: 150px;
	align-items: center;
    justify-content: center;
	display: flex;
}
.alpha-print-left {
	width: 45%;
	float: left;
}
.alpha-print-right {
	width: 45%;
	float: right;
}
.property_detail_qrcode {
	display: block;
	width:90px;
}
.property_detail_qrcode img {
	width:90px;
}
.alpha-print-property .print_detail_list span{
	display: block;
}
.alpha-print-property ul.alpha-property-features {
    overflow:inherit;
	padding-left: 16px;
}
.alpha-print-property .alpha-property-features li {
    float: left;
    width: 32%;
    margin-right: 1%;
    position: relative;
	list-style:disc !important;
    clear: none;
}
.alpha-print-property ul.alpha-property-features li:before {
    content: "";
	margin: 0px;
}