@media print {
    #PrintBarcode{
        padding: 0px;
        font-size: 50px;
        height: 3.5cm;
        width: 5cm;
        margin: 0 auto;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border: 0px solid #000000;
    }



    /* page */
    @page {
        margin: .75cm .5cm;
        size: A5 landscape;
    }


    /* print rights */
    .printRights{
        text-align: center;
        border-bottom: black solid 1px;
        height: 25px;
        width: 100%;
    }
    .printRights2{
        text-align: center;
        border-bottom: black solid 1px;
        height: 25px;
        width: 100%;
    }
    .printRights span:first-child, .printRights2 span:first-child{
        float: right;
        font-size: 15px;
    }
    .printRights span:nth-child(2), .printRights2 span:nth-child(2){
        float: left;
        font-size: 15px;
    }



    /* general */
    body{
        width: 100%;
        margin: 0;
        direction: rtl;
    }
    .form-control{
        display: inline-block;
        width: auto;
        font-size: 10px;
    }
    * {
        font-size: 12px;
        font-weight: normal !important;
    }
    nav, footer{
        display: none;
    }
    input[type=submit]{
        display: none;
    }
    .hidePrint{
        display: none;
    }


    /* header */
    .pageHeader{
        display: block;
        text-align: center;
        font-size: 20px;
    }



    /* inputs */
    input, select{
        background-color:transparent !important;
        border: 0 !important;
    }
    input[type='date']{
        width: auto;
    }
    a[href]:after {
        content: none !important;
    }
    input::-webkit-calendar-picker-indicator,
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button,
    input::-webkit-clear-button {
        display: none;
        margin: 0;
    }
    select, input{
        -moz-appearance:textfield;
        -webkit-appearance: textfield;
    }
    .btnRight, .btnRight2, .btnLeft, .btnLeft2{
        display: none;
    }


        /* datatables */
    .dataTables_length, .dataTables_filter, .dt-buttons, .dataTables_paginate, .dataTables_info, tr.trSearch, .dataTables_processing {
        display: none !important;
    }
    .dataTables_scrollBody, .dataTables_scrollHead, .dataTables_scrollFoot{
        overflow: unset !important;
    }
    #dataTable table, #table table, .dataTable table, .dataTables_wrapper table {
        width: 100% !important;
    }
    .col-sm-12, .row{
        padding: 0 !important;
        margin: 0 !important;
    }
    #example_wrapper .tdEditDT, #example_wrapper .tdReturn{
        display: none;
    }
    th {
        text-align: right;
    }
    table#example{
        border: 0 !important;
    }



    /* user bill page */
    a#add, a#print, a#addMore, a#delete, a#addQueue, input#done, input#print{
        display: none;
    }
    .billNumber {
        display: flex;
        justify-content: center;
    }
    .billNumber #billId{
        width: 70px;
    }


    /* table data container */
    .tableDataContainer{
        border: solid #3c3c3c 1px;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
        margin: 10px 0;
        page-break-inside: avoid;
    }


    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
      }
}