.print_flyer_wrap,
.ui-dialog .ui-dialog-titlebar-close1 {
	display: none;
}

.print_flyer_wrap .list-view {
	width: 100%;
	float: left;
	padding: 20px;
}

.print_flyer_wrap .list-view .listing {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	background: #f5f5f5;
	box-shadow: 0 0 5px #ccc !important;
}

.print_flyer_wrap .list-view .listing h1 {
    background-color: #0b3271 !important;
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-print-color-adjust: exact;
}

.print_flyer_wrap .info,
.print_flyer_wrap .content {
	width: 100%;
	float: left;
	padding: 10px;
}

.print_flyer_wrap .info .image {
	width: 24%;
	float: left;
	position: relative;
	margin-right: 1%;
}

.sel-list-img img {
	width: 100%;
}

.print_flyer_wrap .info .right-part {
	width: 75%;
	float: left;
}

.print_flyer_wrap .info .right-part .block-one {
	width: 49%;
	float: left;
}

.print_flyer_wrap .info .right-part .block-two,
.print_flyer_wrap #listing_print_flyer .right-part {
	float: right;
	width: 49%;
}
.print_flyer_wrap ul {
	list-style-type: none;
	padding: 0px;
}

.print_flyer_wrap .center {
	text-align: center;
	padding: 10px;
}

.print_flyer_wrap #listing_print_flyer .image {
	float: left;
	width: 40%;
}

.ui-dialog .action-send-via-email-widget {
	top: 0px !important;
}

.subject-text input {
	height: 44px !important;
}

.send-in-email label {
	font-size: 14px;
}

@media print {
	.contentdiv *,
	#footerbase * {
		display: none;
	}

	.print_flyer_wrap {
		display: block;
	}
}
