/* CSS Document */

@page {
	size: portrait;
	margin: 0.5cm;
}
* {
	margin: 0 !important;
}
aside {
	display: none;
}
.invoice {
	width: 100%;
	background: #fff;
	border: 1px solid #f4f4f4;
	padding: 20px;
	margin: 10px 25px;
}
.invoice2 {
	width: 100%;

	border: 1px solid #f4f4f4;
	padding: 20px;
	margin: 10px 25px;
}

input[type=number].bg-gray-active {
	display: none;
}
input {
	border:none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.hiddenPrint, footer {
	display: none;
}
.hidden {
	display: inline !important;
}
.tace {
	text-align: center;
}

.print {
	display: none;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px 0px 8px 0px;
  border-top: 0px solid #ddd;
}
.table-bordered td, .table-bordered th {
  border: none !important;
}
