body {
	-webkit-print-color-adjust: exact
}

.attachFile, .linkBtn, .addSubmission, .optionsBar, .orderDetails .toggle, #header, #filters-trigger, #filters, #tawkchat-iframe-container, #mtawkchat-minified-iframe-element, iframe, #tawkchat-container, .simpleFilters, .orderDetails .print, .exportToExcelBtn, .orderDetails .excel {
	display: none !important
}

#mtawkchat-minified-iframe-element, #tawkchat-container, iframe, .leaveComment, .backLink {
	opacity: 0 !important;
	visibility: hidden !important
}

.resultsTable li.accepted {
	opacity: 1;
}

.resultsTable {
	background: #fff !important;
}

	.resultsTable li {
		background: #fff !important;
		border: 1px solid #000 !important;
	}

		.resultsTable li.header {
			display: none !important;
		}

		.resultsTable li .col50 {
			border: 0 !important;
			background: #fff !important;
			color: #000 !important;
		}

			.resultsTable li .col50:first-child {
				width: 150px !important;
			}

.table, img {
	max-width: 100%
}

.orderDetails .details {
	margin-top: 10px !important;
}

	.orderDetails .details .box {
		height: auto;
		margin-bottom: 0px;
	}

.attachments {
	margin-bottom: 300px;
}

.header-accordion + div {
	display: block !important
}

.submissionsTabs .submissions {
	box-shadow: none !important;
}

.submissions .tab-header {
	display: none !important
}

.header-printOnly {
	display: block !important;
	float: left;
	width: 100%;
	padding: 0 !important;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

.submissions .tab-content div {
	display: block !important;
	margin-bottom: 15px;
}

.submissions .tab-content a {
	display: none !important
}

.submissionsTabs .tab-content .row {
	width: 100% !important;
}

.orderDetails .details .col {
	clear: left;
}

/** changes **/

.form .col6 {
	width: calc(50% - 25px);
	float: left;
	padding-right: 12.5px;
}

	.form .col6 + .form .col6 {
		padding-left: 12.5px;
	}

.orderDetails > h1,
.orderDetails .button,
.orderDetails .form-group.checkbox,
.header-accordion,
.leaveComment {
	display: none;
}

.orderDetails .comments {
	display: none;
}

	.orderDetails .comments.submissions {
		display: block;
	}

.loggedIn #body {
	float: none;
	width: 100%;
}

#body > .content {
	padding: 3mm;
}


@page {
	size: A4 portrait;
	margin: 0mm;
}

@media print {

	html, body {
		height: 100vh;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}
}

.table {
	margin-bottom: 0;
}

.content {
	margin-bottom: 0;
}