Amended IEMPart A
Amended IEMPart A
DOCTYPE html>
<html>
<head>
<style>
.table-container {
margin-bottom: 20px;
}
body {
font-family: sans-serif;
font-size: 10px; /* Adjusted font size for better fit */
position: relative;
z-index: 1; /* Ensure body content stays above the watermark */
background-image:
url('http://192.168.50.208:8888/Template/UAT/WaterMark/png.pdf');
background-repeat: repeat;
background-size: 700px; /* Adjust size as needed */
}
body::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 70%; /* Adjust the size of the watermark */
opacity: 0.1; /* Adjust opacity for visibility */
z-index: -1; /* Make sure it appears behind other content */
}
table {
border-collapse: collapse;
width: 100%;
max-width: 100%;
table-layout: fixed; /* Prevents columns from expanding */
}
th, td {
min-width: 100px; /* Adjust this value as needed */
text-align: left;
vertical-align: top;
padding: 4px;
border: 1px solid #ddd;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
}
th {
background-color: #f2f2f2;
}
@media print {
.page-break {
page-break-before: always;
}
}
/* CSS for table counters */
#table1 {
counter-reset: serialNumber1;
}
#table1 tbody tr {
counter-increment: serialNumber1;
}
#table1 tbody tr td:first-child::before {
content: counter(serialNumber1);
display: block;
text-align: left;
}
#table2 {
counter-reset: serialNumber2;
}
#table2 tbody tr {
counter-increment: serialNumber2;
}
#table2 tbody tr td:first-child::before {
content: counter(serialNumber2);
display: block;
text-align: left;
}
.header-1, .header-2 {
text-align: center; /* Center content within the div */
}
.header-1 img, .header-2 img {
margin: 0 auto; /* Center the image horizontally */
display: block; /* Ensure the image behaves as a block-level element */
}
th.description-column, td.description-column {
white-space: nowrap; /* Prevents text from wrapping */
}
.watermark-container {
position: relative;
display: inline-block;
width: 100%; /* Ensure the container takes up the full width */
text-align: center; /* Center the image and watermark */
}
.watermark-container img {
display: inline-block;
position: relative;
max-width: 100%; /* Ensure the image does not exceed the container's width */
height: auto; /* Maintain the aspect ratio of the image */
z-index: 0;
}
.date-left {
display: flex;
flex-direction: column;
align-content: end;
flex-wrap: wrap;
top: -7px;
position: relative;
}
</style>
</head>
<body>
<div class="header-main">
<div class="header-1 watermark-container">
<img class="ack" src="http://192.168.50.208:8888/images/header_Iem-removebg.png"
width="350" height="168" alt="Header" />
<div class="watermark"></div>
</div>
</div>
<p>Online Ref No.:- <span>"<:RegistNumber>"</span></p>
<p><img class="sankhya" src="http://192.168.50.208:8888/images/Sankhyaa_IEM-
removebg-preview.png" width="60" height="9" alt="sankhya" /> No.:-
<span>"<:AppliactionNos>"/N/SIA/IMO/"<:onlyYear>"</span></p>
<p style="text-align: right;">Authenticity of the document<br/> can be verified by
scanning <br/>the QR code. </p>
<p>Status :"<:IEMStatus>"</p>
</body>
</html>