 @font-face {
                font-family: 'SolaimanLipi';
                src: url('./../../assets/fonts/solaiman-lipi.eot');
                src: url('./../../assets/fonts/solaiman-lipi?#iefix') format('embedded-opentype'),
                    /* url('./../../assets/fonts/solaiman-lipi.woff') format('woff'), */
                    url('./../../assets/fonts/solaiman-lipi.ttf') format('truetype'),
                    url('./../../assets/fonts/solaiman-lipi.svg#SolaimanLipi') format('svg');
                font-weight: normal;
                font-style: normal;
            }
            body {
                font-family: "SolaimanLipi", "Helvetica Neue", Helvetica, Arial !important;
            }
            .wrapper {
                border: 1px solid #e3e3e3;
                clear: both;
                display: block;
                margin: 0 auto;
                overflow: hidden;
                max-width: 1000px;
            }
            .mainTable tr th{
                width: 20% !important;
            }
            .header{
                height: 220px;
                /* background-image: url('../../themes/img/report_bg.png');
                background-repeat: no-repeat;
                background-size: cover;
                color: #FFFFFF;*/
                font-size: 13px;
                position: relative;
            }
            .pull-left{float: left;}
            .pull-right{float: right;}
            .clearfix{clear: both; overflow: hidden;}

            /* .heading-right-top{
                padding: 20px 20px 0 0;
                top: 0;
                right: 0;
                position: absolute;
            } */
            /* .heading-middle {
                margin-left: 5.4cm;
                padding: 15px 0 0 5px;
            } */
            .heading-left-top{
                padding: 20px 0px 0 20px;
                text-align: left;
                top: 0;
                left: 0;
                position: absolute;
            }
            .heading-right-bottom {
                bottom: 0;
                padding: 0 40px 20px 0;
                position: absolute;
                right: 0;
                text-align: right;
            }
            .from-header{
                text-align: center;
                font-weight: bold;
                font-size: 16px;
                border-bottom: 1px solid #e3e3e3;
                text-decoration: none;
            }
            .emp-name{font-size: 20px;}
            table {
                font-size: 12px;
                border-collapse: collapse;
                line-height: 150%;
            }
            table tr td:first-child {
                width: 160px;
            }
            table tr td:nth-child(3) {
                padding-left: 10px;
            }
            .padding-top-5 {
                padding: 5px 5px 5px 5px;
            }
            .padding-only-top-5 {
                padding: 5px 0 0 0 ;
            }
            .padding-left-15 {
                padding: 5px 5px 0px 15px;
            }
            .padding-only-left-22 {
                padding:  0 0 0 22px;
            }
            .report-body {
                clear: both;
                overflow: hidden;
                padding: 20px;
            }
            .profile-picture {
                width: 150px;
                padding-bottom: 8px;
            }
            .profile-picture > img {
                max-width: 100%;
            }
            .bar-code {
                padding-bottom: 8px;
            }
            .auth-text {
                padding-bottom: 8px;
                text-align: right;
            }
            .report-body {
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 40% auto;
            }
            .central{
                width:100%;
                cell-padding: 10px 0 0 0;
            }
            .citizen_id{
                font-size: 12px;
                text-align: center;
                text-decoration: underline;
            }

            
