
/*
@media print {
	@page {
		size: landscape;
	}
}*/

/* ------- Basic ------- */

@page {
	size: auto;   /* auto is the initial value */
	/* this affects the margin in the printer settings */
	margin: 10mm 5mm 10mm 5mm;
}

body {
	/* this affects the margin on the content before sending to printer */
	background-color: #fff;
	background-position: 98% 5%;
	color: #000;
	margin: 30px 10px;
	-webkit-print-color-adjust: exact;
}

table,
.widget {
	width: 100% !important;
	border-collapse: collapse !important;
		page-break-inside: avoid;
}

.widget {
	border: 1px solid #000 !important;
}

td, th,
.table.no-border td, .table.no-border th {
	padding: 1px 3px 1px 3px !important;
	border-bottom: 1px solid #000 !important;
	border-top: 1px solid #000 !important;
	page-break-inside: avoid;
}

.widget table tr:first-child th,
.widget table tr:first-child td {
	border-top: none !important;
}

a img { border: none; }

a[href]:after {
  content: none !important;
}

/* ------- Layout ------- */

.no-print,
.sidebar,
#nette-debug,
form {
	display: none !important;
}

.sidebar + .mainbar {
	margin-left: 0;
}

.mainbar .page-head {
	background-color: transparent;
	border: none !important;
}


/* ------- Typography ------- */

* {
	font-size: 8pt !important;
	line-height: 11pt !important;
}

*:not(.fa) {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 8pt !important;
	line-height: 11pt !important;
}

.mainbar .page-head,
.mainbar .page-head h1,
.widget-head {
	min-height: 0 !important;
	font-size: 8pt !important;
	line-height: 10pt !important;
}

.widget {
	margin: 0 !important;
	background-color: transparent;
	box-shadow: none !important;
}

.widget .widget-head {
	border: none !important;
}

.widget .widget-head h2 {
	font-size: 12pt !important;
	line-height: 16pt !important;
}

.widget-content,
.widget-foot {
	font-size: 6pt !important;
}

table,
th,
td,
.upper-row,
.aircraft-col-full {
	font-size: 8pt !important;
	line-height: 11pt !important;
}

table,
th,
td {
	background-color: transparent !important;
}

.upper-row {
	font-weight: normal;
}
.lower-row,
.print-lower {
	font-size: 7pt !important;
	line-height: 10pt !important;
}


/* ------- Content ------- */

.widget,
.widget-head,
.widget-content,
.widget-foot {
	border-radius: 0 !important;
	border-color: #000 !important;
}

.widget + .widget {
	margin-top: 12px !important;
}

.widget-printable {
	border: none !important;
}

.widget-printable .widget-head {
	padding: 0 0 8px !important;
}

.table-printable tfoot {
	border-top: 2px solid #000;
}

.table-printable tfoot th,
.table-printable tfoot td {
	padding: 5px 3px 5px 3px !important;
	border-color: #000 !important;
}

.flightStatistics.widget .filterTitle {
	color: #000 !important;
}

.flightStatistics .fa-stop {
	display: none;
}


.profilePage-hero {
	text-align: left !important;
}

.profilePage-hero h1 {
	font-size: 18px !important;
}

.profilePage-hero h2,
.profilePage .widget-title {
	font-size: 13px !important;
	padding-left: 0 !important;
	margin: 12px 0 6px 0 !important;
}

.profilePage .btn {
	display: none !important;
}
	
.documentsTable-nameCol {
	min-width: 240px;
}

.profilePage-notes .widget-content {
	border-top: 1px solid #000 !important;
	padding: 1px 3px 1px 3px !important;
}

.documentsWidget-nature {
	page-break-inside: avoid;
	page-break-after: auto;
	page-break-before: auto;
}