@import url('https://fonts.googleapis.com/css?family=Material+Icons');
@import "bootstrap.css";

/* CSS General */
* {
	font-family: Arial, sans-serif;
	-webkit-print-color-adjust: exact !important;
	print-color-adjust: exact !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 12px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
header{
	display: none;
}
.container {
	max-width: none;
}
canvas {
	max-width: 100%;
}
body.print-only > * {
	display: none;
}
body.print-only > #print {
	display: block !important;
}
input,
.select2-container {
	font-size: 100% !important;
	padding: 0 3px !important;
	max-width: 100%;
	border: none;
	background: none;
}
.btn {
	padding: 0 3px;
	line-height: 1;
}
i.material-icons {
	font-size: 100%;
}
.hide-print {
	display: none;
}
.table-bordered thead.bg-success th {
	background-color: #28a745 !important;
}
.pagebreak {
	page-break-after: always;
}