@media print {
    @page {
        margin: 1cm !important;
    }

    .hidden-print {
        display: none;
    }

    body {
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    .content-heading {
        font-size: 18px;
        font-weight: bold;
    }

    .panel-body {
        margin: 0;
        padding: 0;
    }

    table {
        min-height: .01%;
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border-collapse: collapse!important;
        border-spacing: 0;
        box-sizing: border-box;
    }

    table thead {
        display: table-header-group;
        box-sizing: border-box;
    }

    table thead th {
        vertical-align: middle;
        text-align: center;
        background-color: #CACACA !important;
    }

    table td, table th{
        font-size: 10px !important;
        padding: 8px;
        line-height: 1.42857143;
    }

    table tr:nth-child(even) td{
        background: #E4E4E4 !important;
    }

    input, textarea, select {
        border: none;
        display: block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        width: 100%;
        height: auto;
        background: transparent;
        -webkit-appearance:none;
    }

    button {
        display: none;
    }

    .action-container button.dropdown-toggle {
        border: none;
        display: block;
        background: transparent;
        -webkit-appearance:none;
        font-size: 14px;
        width: 100%;
        height: auto;
    }
}