/*@page {*/
/*    margin-top: 100px;*/
/*    margin-bottom: 100px;*/
/*    margin-left: 20px;*/
/*    margin-right: 20px;*/
/*    header: mainheader;*/
/*    !*footer: mainfooter;*!*/
/*}*/
@page {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
    header: mainheader;
    footer: mainfooter;
}
.header {
    font-family: Calibri, sans-serif;
}
table.list {
    font-family: Calibri, sans-serif;
    border-collapse: collapse;
}
th {
    text-align: center;
    font-size: 9px;
}
th.topth {
    border-top: 1pt solid #000000;
}
th.topth{
    padding-top: 8px;
    padding-bottom: 8px;
}
th.bottomth {
    border-bottom: 1pt solid #000000;
}
th.bottomth{
    padding-top: 5px;
    padding-bottom: 8px;
}
th.bottom {
    border-bottom: 1pt solid #000000;
}
th.bottom {
    padding-top: 5px;
    padding-bottom: 8px;
}
table.list td {
    text-align: center;
    padding: 3px;
    font-weight: 400;
}
tr {
    font-size: 9px;
}
div {
    font-weight: bold;
    font-family: Calibri, sans-serif;
}
td {
    font-size: 9px;
    font-family: Calibri, sans-serif;
}
hr {
    color: #000000;
}
table.conclusion td {
    font-weight: bold;
}

.pagingg {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: -1 !important;
    /*text-align: right;*/
}

.target1 {
    position:absolute;
    bottom:2.15cm;
    left:3.65cm;
    right:2.15cm;
    background-color: red;
}
.target2 {
    position:absolute;
    top:5.15cm;
    left:3.65cm;
    right:2.15cm;
    background-color: green;
}
.thick {
    position: relative;
    top: 20px;
    border: none;
    height: 1.2px;
    background: #0b2e13;
    color: #0b2e13;
    margin-bottom: -10px;
}
.thick-bot {
    position: relative;
    top: 20px;
    border: none;
    height: 1.2px;
    background: #0b2e13;
    color: #0b2e13;
    /*margin-bottom: -10px;*/
}
.footer {
    font-family: "Roboto", sans-serif;
    font-size: 9pt;
}
.container {
    font-family: "Calibri", sans-serif;
    font-size: 9pt;
}
.table-info {
    width: 100%;
}
.table-info tr td {
    font-family: "Calibri", sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both
}