/* Styles for the PDF template */
/* This generic CSS template can be overridden in a WordPress child theme.
Copy this file (pdf_styles.css) and duplicate it into "child_theme/supplier-order-email/pdf_styles.css" to modify the layout in pdf document.
 */

/* GLOBAL STYLES */

@font-face {
  font-family: "Prompt-Regular";
  src: url("../../public/fonts/prompt/Prompt-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Athiti";
  src: url("../../public/fonts/athiti/Athiti-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Athiti";
  src: url("../../public/fonts/athiti/Athiti-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Niramit";
  src: url("../../public/fonts/niramit/Niramit-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Niramit";
  src: url("../../public/fonts/niramit/Niramit-Bold.ttf") format("truetype");
  font-weight: bold;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  font-size: 15px;
}

/* HEADER */
.mcisoe_pdf_logo img {
  width: 170px;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 2200px) {
  .mcisoe_pdf_logo img {
    margin: 15px 0px 0px;
  }
}
h1.mcisoe_pdf_title {
  color: #ffffff;
  padding: 10px 15px !important;
  width: 30%;
  text-align: center;
  font-size: 20px;
}
h2.mcisoe_pdf_document_type {
  position: absolute;
  float: right;
  top: -15px;
  color: #444444;
}

/* CUSTOMER DATA */
.mcisoe_pdf_table_1 {
  margin-top: 10px;
  margin-bottom: 25px;
  float: left;
  border-collapse: collapse;
  border-spacing: 0;
  width: 48% !important;
  font-size: 13px;
  line-height: 1.3 !important;
}
/* TABLE 1 */
.mcisoe_pdf_table_1 th {
  text-align: left;
  padding-bottom: 3px;
  padding-top: 3px;
}
/* TABLE 2 */
.mcisoe_pdf_table_2 {
  float: right;
  border-collapse: collapse;
  border-spacing: 0;
  width: 45% !important;
  font-size: 14px;
  margin-top: -25px;
  margin-bottom: 25px;
  line-height: 1.2;
}
.mcisoe_pdf_table_2 th,
.mcisoe_pdf_table_2 td {
  text-align: left;
}
.mcisoe_pdf_table_2 .mcisoe_pdf_order_number {
  text-align: right;
  font-size: 16px;
  line-height: 2;
}
.mcisoe_pdf_table_2 td.mcisoe_pdf_order_date {
  text-align: right;
  padding-bottom: 15px;
}
/* CUSTOM TEXT */
.mcisoe_pdf_supplier_custom_text {
  clear: both;
  width: 100%;
  margin-bottom: 14px;
}

/* TABLE 3 */
.mcisoe_pdf_table_3 th {
  color: #fff !important;
  padding: 15px 10px !important;
  line-height: 0.8;
  font-size: 12px;
}
.mcisoe_pdf_table_3 {
  width: 100%;
  position: relative;
  clear: both;
  border-collapse: collapse;
  border-color: #cccccc;
  font-size: 13px;
  color: #444444;
}
.mcisoe_pdf_table_3 ul li {
  padding: 3px !important;
  line-height: 17px !important;
  font-size: 13px;
}
.mcisoe_shipping_info {
  font-size: 13px;
}

/* FOOTER */
.mcisoe_pdf_footer {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: grey;
}
