/*
    #print_modal
 */

.modal-A4 {
    width: calc(40vw + 200px);
    max-width: 90vw;
}

#cashier form#print_modal .print-actions > div {
    max-width: 200px;
    width: 200px;
}

.print-preview {
    max-width: none;
}

.print-preview iframe {
    width: 40vw;
    height: 58vw;
    max-height: 90vh;
    max-width: 100%;
}

.modal-A4 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.modal-A4 .col, .modal-A4 .col-1, .modal-A4 .col-10, .modal-A4 .col-11, .modal-A4 .col-12, .modal-A4 .col-2, .modal-A4 .col-3, .modal-A4 .col-4, .modal-A4 .col-5, .modal-A4 .col-6, .modal-A4 .col-7, .modal-A4 .col-8, .modal-A4 .col-9, .modal-A4 .col-auto, .modal-A4 .col-lg, .modal-A4 .col-lg-1, .modal-A4 .col-lg-10, .modal-A4 .col-lg-11, .modal-A4 .col-lg-12, .modal-A4 .col-lg-2, .modal-A4 .col-lg-3, .modal-A4 .col-lg-4, .modal-A4 .col-lg-5, .modal-A4 .col-lg-6, .modal-A4 .col-lg-7, .modal-A4 .col-lg-8, .modal-A4 .col-lg-9, .modal-A4 .col-lg-auto, .modal-A4 .col-md, .modal-A4 .col-md-1, .modal-A4 .col-md-10, .modal-A4 .col-md-11, .modal-A4 .col-md-12, .modal-A4 .col-md-2, .modal-A4 .col-md-3, .modal-A4 .col-md-4, .modal-A4 .col-md-5, .modal-A4 .col-md-6, .modal-A4 .col-md-7, .modal-A4 .col-md-8, .modal-A4 .col-md-9, .modal-A4 .col-md-auto, .modal-A4 .col-sm, .modal-A4 .col-sm-1, .modal-A4 .col-sm-10, .modal-A4 .col-sm-11, .modal-A4 .col-sm-12, .modal-A4 .col-sm-2, .modal-A4 .col-sm-3, .modal-A4 .col-sm-4, .modal-A4 .col-sm-5, .modal-A4 .col-sm-6, .modal-A4 .col-sm-7, .modal-A4 .col-sm-8, .modal-A4 .col-sm-9, .modal-A4 .col-sm-auto, .modal-A4 .col-xl, .modal-A4 .col-xl-1, .modal-A4 .col-xl-10, .modal-A4 .col-xl-11, .modal-A4 .col-xl-12, .modal-A4 .col-xl-2, .modal-A4 .col-xl-3, .modal-A4 .col-xl-4, .modal-A4 .col-xl-5, .modal-A4 .col-xl-6, .modal-A4 .col-xl-7, .modal-A4 .col-xl-8, .modal-A4 .col-xl-9, .modal-A4 .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.modal-A4 .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.modal-A4 .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.modal-A4 .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.modal-A4 .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.modal-A4 .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.modal-A4 .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.modal-A4 .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.modal-A4 .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.modal-A4 .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.modal-A4 .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.modal-A4 .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.modal-A4 .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.modal-A4 .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.modal-A4 .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}


.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

@media (min-width: 576px) {
    .modal-A4 .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .modal-A4 .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .modal-A4 .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .modal-A4 .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .modal-A4 .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .modal-A4 .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .modal-A4 .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .modal-A4 .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .modal-A4 .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .modal-A4 .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .modal-A4 .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .modal-A4 .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .modal-A4 .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .modal-A4 .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}