Required PDF output

by Ahmed Nawaz Butt

HTML

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>pdF</title>
     <link rel="stylesheet" href="http://localhost/spiro365/public/admin/css/formstyles.css">



    <div class="templateContentPane" style="font-family: Helvetica; padding: 0px; font-size: 8px; height: 750px; with:700px;">
        <div class="bold" style="background-color: rgb(220, 233, 241); font-family: Helvetica;">
            <div class="">
                <div id="page-wrap" class="templateBody" style="padding: 0.5in 0.25in 0.25in; background: #DCE9F1;">
                    <div id="header" class="">
                        <div id="overlayId" class=""></div>
                        <div class="headerSection" style="display: block;">
                            <div>
                                <div class="companyAdd1">
                                    <div>
                                        <div class="txt-head-business-name-d tm-font-size tm-font-family tm-font-bold tpl_company_name-d" style="font-size: 10px !important; font-family: Helvetica;">Ahmed Nawaz Corp</div>
                                        <div class="txt-head-business-address-d">
                                            <div class="tm-font-size tm-font-family tpl_company_address-d" style="font-size: 10px !important; font-family: Helvetica;"></div>
                                            <div>
                                                <span class="tm-font-size tm-font-family tpl_company_city-d" style="font-size: 10px !important; font-family: Helvetica;"></span>
                                                <span class="tm-font-size tm-font-family tpl_customer_country_code-d" style="font-size: 10px !important; font-family: Helvetica;"></span>
                                            </div>
                                            <div></div>
                                        </div>
       ...

CSS

.btn_new_style_from {
    box-shadow: none;
    background: transparent;
    border: 1px solid #6B6C72;
    color: #000;
    height: 34px;
    outline: none !important;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn_new_style_from:hover {
    border: 1px solid #6B6C72;
    color: #000;
    -webkit-box-shadow: 0px 0px 0px 1px #A0A0A0, 0px 1px 0px -26px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px #A0A0A0, 0px 1px 0px -26px rgba(0, 0, 0, 0);
}

.btn_new_style_from span {
    margin-left: 10px !important
}

.arrow_box_form_style5 {
    background: transparent;
    width: 100%;
    padding: 0px;
    padding-bottom: 5px;
}

.modal-dialog {
    width: 600px;
    margin: auto;
    height: 100%;
}

.btn_edit_detail {
    box-shadow: none;
    background: transparent;
    border: 1px solid #6B6C72;
    color: #000;
    height: 34px;
    outline: none !important;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn_edit_detail:hover {
    border: 1px solid #6B6C72;
    color: #000;
    -webkit-box-shadow: 0px 0px 0px 1px #A0A0A0, 0px 1px 0px -26px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px #A0A0A0, 0px 1px 0px -26px rgba(0, 0, 0, 0);
}

.btn_next_manageuser {
    background: #2ca01c !important;
    border: solid 1px #2ca01c !important;
    padding-left: 40px;
    padding-right: 40px;
}

.btn_next_manageuser:hover {
    background: #1C6612 !important;
    border-color: #1C6612 !important;
    color: #fff;
}

.body_maanageuser {
    background: #f4f5f8;
    color: #000 !important;
}

.journal_modal_header h4 {
    color: #000 !important;
}

.trans_ul_select ul {
    height: 200px;
}

.trans_ul_select button {
    width: auto !important;
    background-color: #fff !important;
}

.trans_ul_select button:hover {
    border: solid 1px #2ca01c !important;
}

.trans_ul_select .dropdown-menu {
    min-width: 170px !important;
    width: 170px...