﻿
.pdf-broch-header {
    margin: 1% 3% 1% 7%;
    margin-top: -11%;
}
﻿.pdf-header {
    margin: 1% 3% 1% 7%;
    margin-top: -5%;
}
.pdf-broch-title-header {
    padding: 0% 0%;
    background-color: #006798;
    border-radius: 0px 5px 5px 0px;
    border: 2px solid #efefef;
}
.pdf-title-header {
    padding: 1% 0%;
    background-color: #006798;
    border-radius: 0px 5px 5px 0px;
    border: 2px solid #efefef;
}
.pdf-logo-area {
    padding: 1% 1%;
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
    border: 2px solid #efefef;
}

.pdf-broch-body {
    padding: 0% 7%;
    color: #000;
}
.pdf-body {
    padding: 1% 7%;
    color: #000;
}
.pdf-broch-body > ul {
    padding: 0% 3%;
    list-style-type: none;
    color: #000;
}
    .pdf-body > ul {
        padding: 0% 3%;
        list-style-type: none;
        color: #000;
    }

.pdf-broch-body > p {
      color:#000;
}
.pdf-body > p {
    color: #000;
}
.pdf-broch-body > ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #006798; /* Change the color */
    font-weight: 900; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

  .pdf-body > ul li::before {
            content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: #006798; /* Change the color */
            font-weight: 900; /* If you want it to be bold */
            display: inline-block; /* Needed to add space between the bullet and the text */
            width: 1em; /* Also needed for space (tweak if needed) */
            margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
.pdf-title-area{
    background-color:#fff;
    text-align:left;
    padding:15px;
    margin : 0px 4%;
    border-radius:5px;
    border-bottom:1px solid #006798;
    border-top:1px solid #efefef;
}
.pdf-title-area > h3 {
    
    margin: 0%;
    text-align:left;
    font-size:20px;
}

.pdf-broch-footer {
    margin-top: -10%;
    padding: 0% 18%;
    border-bottom: 3px solid #006798;
}
.pdf-footer {
    margin-top: 15%;
    padding: 0% 18%;
    border-bottom: 3px solid #006798;
}
    .pdf-footer > p {
       text-align:center;
    }

    .pdf-broch-footer > p {
        text-align: center;
    }

.table-ProductAdd {
    border-collapse: collapse; 
}
    .table-ProductAdd td {
        border: 1px solid black;
        padding: 10px;
    }

    .table-ProductAdd thead td {
        font-weight: 900;
        text-align:center
    }
    .table-ProductAdd tbody td {
        text-align: justify;
    }