.d-print-none{
	display: none !important;
}

.table{
	width: calc(100% - 2px) !important;
}

table.report{
	width:calc(100% - 2px);
}
.container{
	width: 100% !important;
	padding: 0;
	margin: 0;
}

BODY{
	padding: 0;
	margin: 0;
	background: none;
}

.border-bottom-0{
	border-bottom: none !important;
}

border-left-0{
	border-left: none !important;
}

body *{
	color: black !important;
}

.detail .table-bordered tbody td:not(.noborder), .detail .table-bordered thead th:not(.noborder), .detail .table-bordered:not(.noborder){
	border: 1px solid black !important;
}

.gray{
	filter: grayscale(100%);
}

.bg-dark{
	background: black !important;
}

.text-white{
	color: white !important;
}

.noborder, .table-bordered td.noborder, .table-bordered th.noborder{
	border: none !important;
}
footer {page-break-after: always;}