@media print {

    .box {
        min-height: 15em;
    }

    div.highlight.box.total {
        margin-left: -8px !important;
        margin-right: -15px !important;
    }

    div.highlight.box.vat {
        margin-left: -15px !important;
        margin-right: -8px !important;
    }

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-md-"] {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    img.visible-print-inline {
        margin-right: 10px;
        height: 60px;
        width: auto;
    }
    
    div.content{
        display: block !important;
    }

    tr, td, th{
        page-break-inside:avoid;
        page-break-after:auto;
    }   

    div.load-show{
        display:none !important;
    }

    span.phone {
        margin-right: 10px;
    }
}
