/*_*/

/* 	@page {
		size: A4;
		margin: 8mm;
		padding: 8mm;
	} */
	@media print {
		html, body {
			width: 210mm;
			min-height: 297mm;
			background-repeat: no-repeat;
			background-position: 0cm 0cm;
			background-size:210mm 297mm;
			background-image-resize:6;

		}
	}

    .bg0 {
    			position: fixed;
    			top:0.5cm;
    			left:48%;
    			background-image: url('./assets/images/logo/logo_urbido.png');
    			background-repeat: no-repeat;
    			background-position: 0cm 0cm;
    			background-size: cover;
    			width: 2.45cm;
    			height: 0.5cm;
    }

body {
	 font-family: "Arial";
	 font-size: 16px;
	 border-collapse: collapse;
	 width: 21 cm;
	 height: 27 cm;
	 float: left;
}

table, tr, td, th, tbody, thead, tfoot {
  /*  page-break-inside: avoid !important;*/
}

.table {
	margin-top:50px;
  border-collapse: collapse;
  width: 100%;
}

.table td, .table th {
  border: 1px solid #ddd;
  padding: 8px;
}



.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00a0de;
  color: white;
}
.block{
	position:absolute;
	z-index:1000;
	/*border:1px solid red;*/
}

.stripe{
	width:5px;
	height: 10px;
	display: block;
}
.left-stripe{
	left:0;
}
.right-stripe{
	right:0;
}
