<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @description Custom stylesheet
 * @file        print.css
 * @author      Esteem Soft Limited
 * @contact     http://esteemsoftbd.com/contact.php
 * @copyright   Copyright 2011-2017 Esteem Soft Limited.
*/
@media print  {
    label{
        font-weight: 600;
    }
    .printing_option {
        display: block;
    }

    .col-lg-6 {
        width: 50%;
        float: left;
    }

    body {
        background-color: #fff;
        color: #333;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 11px;
        line-height: 1.22857;
    }
    .col-md-2{
        width: 20%;
        float: left;
    }
    .col-md-3{
        width: 25%;
        float: left;
    }
    .col-md-4{
        width: 33.33333%;
        float: left;
    }
    .form-control {
        font-size: 12px;
    }
    .input-group-btn .btn {
        padding: 12px 12px;
    }
    .table thead &gt; tr &gt; th, .table tbody &gt; tr &gt; th, .table tfoot &gt; tr &gt; th, .table thead &gt; tr &gt; td, .table tbody &gt; tr &gt; td, .table tfoot &gt; tr &gt; td {
        border-top: 1px solid #ddd;
        line-height: 1.1;
        font-family: "Arial",Helvetica,sans-serif;
        padding: 4px;
        vertical-align: top;
        font-size: 10px;
    }
    h4 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
    }
    .form-group label.radio-inline{
        display: inline!important;
    }
    .panel-info&gt;.panel-heading {
        color: #fff!important;
        background: linear-gradient(145deg,#68ccdf,#92dae8)!important;
    }
    .panel-info&gt;.panel-heading &gt;i{
        color: #fff!important;
    }
    .table thead &gt; tr &gt; th, .table tbody &gt; tr &gt; th, .table tfoot &gt; tr &gt; th, .table thead &gt; tr &gt; td, .table tbody &gt; tr &gt; td, .table tfoot &gt; tr &gt; td {
        border-top: 1px solid #ddd;
        line-height: 1.1;
        padding: 6px;
        vertical-align: top;
    }

    /* Hide Anchor tag link value in print view */
    a[href]:after {
        visibility: hidden;
        display: none;
    }

}


</pre></body></html>