@media print {
body {
	color: #000;
	background: #fff;
}
* {color: #000!important;}
h2, h3 {
	page-break-after: avoid;
}

.no-print {
	display: none!important;
}

@page {
	margin: 1cm;
}

.header-rows {
	position: static!important;
}
.header-rows-spacer,
.nav-outer,
.nav-bar,
.btn,
.info a,
.account > span:first-child {
	display: none!important;
}
.account{
	float: right;
}
.account a{
	display: block;
	text-align: right;
	padding: 0;
}

.back-btn + .innertitle {
	padding: 0;
}

.header-rows {
	position: relative;
}

.heading-box {
	color: #476380;
	overflow: hidden;
	background: none;
	padding: 0;
	border: none;
	margin: 0 10px 20px;
	border-bottom: 1px solid #DDD;
}

.panel {
	overflow: hidden;
	padding: 0;
	background: none;
	border: none;
	margin: 0;
}

.paneltitle {
	color: #476380;
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	background: none;
	margin: 0 0 16px;
	border-bottom: 1px solid #DDD;
}
.innertitle {
	padding: 0;
}
.item-header {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	padding: 8px 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	margin: 0;
	text-shadow: none;
}
.module {
	padding: 10px 15px;
	background: none;
	border: 1px solid #D6D6D6;
	margin: 0 0 20px;
}

.message-panel-view {
	max-height: none;
	overflow: auto;
}

input[type="text"]{
	background: none;
	border:none;
	box-shadow: none;
	outline: none;
}

.ui-datepicker-trigger {
	display: none;
}

.size-me {
	width: 19cm;
}

} /*end media query*/
