/*@media print {*/

body {
	font-size: 12pt;
}

header {
	display: none;
	height: 0;
	overflow: hidden;
}

footer {
	display: none;
}

.progress-bar-wrapper {
	display: none;
}

.collapse:not(.show) {
	display: unset;
}

.edit-log, .edit-dig, .print-log {
	display: none;
}

.single-section-title img {
	display: none;
}

/*.dig-images {
	display: none;
}
*/
#heading10 {
	display: none;
}

.harvest-photos {
	display: none;
}
.no-images-attached {
	display: none;
}

.col-md-12.dig-images {
	display: none;
}

.digpanel-body .row.space .col-md-12 .col-md-2 {
	border-bottom:0;
	padding:0 auto;
}

a[data-parent='#accordion'], a:link, a:visited {
	pointer-events: none!important;
	text-decoration: none;
	cursor:default;
}

.print-summary {
	display: none;
}

.contain {
	min-height: unset!important;
}

#view-edit {
	display: none;
}

#example_filter label {
	display: none;
}

#example_length label {
	display: none;
}

#example_paginate {
	display: none;
}

table#example tfoot {
	display: none;
}

table#example thead tr th:after, table#example thead tr th:before {
	display: none;
}

table#view-logs th {
	width: unset!important;
}

#heading7, #digheading4, #heading8 {
	page-break-before: always;
}

.plus-icon {
	display: none;
}



/*}*/