<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>@reportTitle@</title>
    <style>
        * {
            -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
            color-adjust: exact;
        }

        th,
        td {
            border: 1px solid silver;
            padding: 5px;
        }

        table {
            border-spacing: 0;
            width: 100%
        }

        .header {
            display: flex;
            align-items: center;
        }

        .table {
            width: 100%;
            margin: 0 25px;
        }

        .logo {
            margin: 0 25px;
        }

        img {
            width: 150px;
            height: 60px;
        }

        .element>th {
            padding: 0;
            background: #c0c0c0;
            
        }
        
        		
        .element>th>.number {
            padding: 0 5px;
            text-align: center;
            
        }
        .element>th:first-child {
            padding: 0 5px
        }

 
        .piece>td {
            padding: 0
        }
       
 		.piece>.number {
            padding: 0 5px;
            text-align: right;
        }
        .piece>.text {
            padding: 0 25px
        }


        .text {
            text-align: left
        }

        .colored {
            background: #8b8b8b6b;
        }

        .content {
            margin: 5px
        }

        .pageBreak {
            border: 0px;

        }
        .tableheader{
        	   background-color:#919197;
        }
        .tableTitle{
        	text-align: center ;
        	border: none;
        	background-color: #bdbdc5;
        }
        .order{
        	text-align: left;
    		width:1cm;
    		padding: 0 5px
        }
    </style>

</head>

<body>
    @body@

</body>

</html>