/* hide some blocks... */
button.print {
	display: none;
}

div.ap_top_login {
	display: none;
}

div#footer-employer {
	display: none;
}

div.previous,
div.next {
	display: none;
}

div.ap_application_log {
	display: none;
}

div.show-all-rows {
	display: none;
}

div.noprint,
div.ap_preview div.submit {
	display: none;
}

/* try to prevent text clipping on answer rows on page breaks */
div.answer_row {
	page-break-inside: avoid;
}

div.cont16 {
	display: block;
}

/* ie had problems showing answer texts that clipped from right side */
/* this should solve the problem. reset main containers for printing */
html,
body,
div.main_cont1,
div.main_cont2,
div.cont3,
div.answer_col,
div.employer {
/* set background color and font color */
	background-color: #FFF;
	color: #000;
	text-align: left;
/* important to make cont3 border visible from right side of the page */
	width: 99%;
	padding: 0;
	border: 0;
}

/* set possible floats off */
html,
body,
div.main_cont1,
div.main_cont2,
div.cont3,
div.employer {
	clear: both;
}

/* no borders */
div.main_cont1 div.employer div.cont3 {
	left: 10px;
	border: 0;
}

div.em-page {
	page-break-before: always;
	page-break-inside: avoid;
	margin-top: 10px;
	padding-bottom: 10px;
	min-height: 600px;
}

/* set after photo to correct width for printing */
div.em_open div.after-photo {
	width: 420px;
}

div.em_open div.after-photo div.question_col,
div.em_open div.after-photo div.answer_col {
	width: 48%;
}

div.em_open div.with_photo div.question_col {
	width: 273px;
}

div.em_open div.with_photo div.answer_col {
	width: 200px;
}

/* Application font */
div.employer div.em-application-print-title,
div.employer div.question_col,
div.employer div.answer_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* Print list with smaller font*/
table#auto_list_table_the_list {
	font-size: 9px;
	line-height: 1.35em;
}

table#auto_list_table_the_list tr {
	page-break-inside: avoid;
}

table#auto_list_table_the_list td.col_ListOrder input {
	font-size: 9px;
	border: none;
	padding: 0;
	margin-top: -4px;
	background: transparent;
}

table#auto_list_table_the_list .col_RemoveFromList {
	display: none;
}

/* Content printing. */
div.employer div.em-content-print div.content {
	width: 700px;
}

div.em-log-project {
	display: none;
}

div.em-log-project {
	overflow-y: visible;
	max-height: 2000px;
}

div.section,
div.sectiontitle,
div.answer_row {
	width: auto;
	border: 0;
	padding: 0;
	float: none;
	position: static;
	page-break-inside: avoid;
}

div.em_open div.answer_row div.answer_col {
	width: 65%;
}

/* Printing with logo */
.center-print-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

/* Fix for empty last page problem on IE. */
div#wrapper-employer {
	padding-bottom: 0;
}

div.cont3 {
	margin-bottom: 0;
}

/* Same margin for all the browser printing and remove scrollbars in IE */
@page {
	margin: 9.9mm 5.7mm;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html,
	body {
		overflow: visible !important;
	}
}
