@charset "utf-8";

.no-print {
	display: none;
}
.container-print {
	margin-left: 0;
}
.tab-body-print {
	top: 0;
}
.card-body-print {
	height: 100% !important;
}
.table-height-print {
	height: 100% !important;
}
.card-height-print {
	height: 100% !important;
}
.input-print, .select-print {
	border: 1px solid transparent;
	appearance: none;
}
