

.auth_border_dotted {
    border-top: 1px dotted black;
}



.print_header_table tr {
    border: 0px;
    border-color: rgba(255, 0, 0, 0)
}

.print_header_table tr td {
    width: 30%
}

.print_header_table tr td.center {
    width: 40% !important;
}

.logo-container {
    text-align: center;
    margin-bottom: 0px;
}

.logo-container img {
    max-height: 50px;
}

#invoice .logo-container p {
    margin-bottom: 0px;
}

#invoice .logo-container h4 {
    margin-bottom: 0px;
}


.table-print thead {
    background: #e5e5e5 !important;
}


#printableArea p {
    margin-bottom: 0px;
}

#printableArea .print_header_table tr td {
    padding: 0px !important;
}

@media print {

    body * {
        visibility: hidden;
    }
.print-d-none{
    display: none;
}
    #printableArea,
    #printableArea * {
        visibility: visible;
    }

    .card {
        box-shadow: none !important;
    }

    #printableArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        background: white;
    }

    .page-wrapper {
        margin-top: 0px;
    }

    #printableArea p {
        margin-bottom: 0px !important;
    }

 .calender_head_m{
    margin: 10px 0px !important;
 }
#printableArea tr:last-child {
    display: none;
}
}



.print_header {
    display: none;
}

@media print {
    .print_header {
        display: block;
    }

    .dataTables_length,
    .dt-buttons,
    .dataTables_filter,
    .dataTables_info,
    .pagination {
        display: none;
    }
}
