﻿.style16 {
    height: 10px;
    width: 100%;
    border-top: 1px dashed #8c8b8b;
}

hr.style16:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -12px;
    left: 40px;
    padding: 0 3px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}

.invoice-box {
    max-width: 100%;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    color: black !important;
}

    .invoice-box table {
        width: 100%;
        line-height: inherit;
        text-align: left;
    }

        .invoice-box table td {
            padding: 5px;
            vertical-align: top;
        }

        .invoice-box table tr.top table td {
            padding-bottom: 15px;
        }

            .invoice-box table tr.top table td.title {
                font-size: 45px;
                line-height: 45px;
                color: #333;
            }

        /*.invoice-box table tr.information table td {
            padding-bottom: 20px;
        }*/

        .invoice-box table tr.heading td {
            background: #eee;
            border-bottom: 1px solid #ddd;
            font-weight: 700;
        }

        .invoice-box table tr.details td {
            padding-bottom: 10px;
        }

        .invoice-box table tr.item td {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.item.last td {
            border-bottom: none;
        }

        .invoice-box table tr.total td:nth-child(2) {
            border-top: 2px solid #eee;
            font-weight: 700;
        }

    .invoice-box .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #000;
    }

@media only screen and (max-width:600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.rtl {
    direction: rtl;
    font-family: Tahoma,'Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
}

    .rtl table {
        text-align: right;
    }

        .rtl table tr td:nth-child(2) {
            text-align: left;
        }

@media print {
    .invoice-box {
        width: 100%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        border: 1px solid #fff;
        box-shadow: 0 0 10px rgb(255 255 255);
    }

    .noprint {
        display: none;
    }
}
