
@media print{

    @font-face {
        font-family: "Roman";
        src: url("../fonts/roman/Roman Regular.ttf");
    }

    @font-face {
        font-family: "Roman2";
        src: url("../fonts/roman/Roman2.ttf");
    }

    @font-face {
        font-family: "Roman3";
        src: url("../fonts/roman/Roman3.ttf");
    }

    @font-face {
        font-family: "Roman4";
        src: url("../fonts/roman/Roman4.ttf");
    }

    @font-face {
        font-family: "Roman5";
        src: url("../fonts/roman/Roman5.ttf");
    }

    @font-face {
        font-family: "Roman6";
        src: url("../fonts/roman/Roman6.ttf");
    }

    @font-face {
        font-family: "roman_2";
        src: url("../fonts/roman/roman_2.ttf");
    }

    @font-face {
        font-family: "roman_4";
        src: url("../fonts/roman/roman_4.ttf");
    }

    @font-face {
        font-family: "ROMAN_3";
        src: url("../fonts/roman/ROMAN_3.ttf");
    }

    @font-face {
        font-family: "ROMAN_4";
        src: url("../fonts/roman/ROMAN_4.ttf");
    }

    body{
        -webkit-print-color-adjust:exact;
        /* margin-top: 50mm !important;*/
        /* margin-bottom: 50mm !important;*/
    }

    tr td,div{
        font-size: 20px !important;
    }

    tr th,tr th span{
        font-size: 18px !important;
    }

    *{
        font-weight: 900 !important;
        font-family: Courier,Roman,sans-serif, Arial,"Helvetica Neue",Helvetica !important;
    }

    /*.classe_a_ne_pas_imprimer*/
    .fixed-table-footer,.fixed-table-pagination,.bloc-no-print,
    .fixed-table-toolbar,.btn,table tr td.td-no-print,table tr th.td-no-print {
        visibility:hidden;
        display: none;
    }

    .print-content {
        margin-top: 50mm !important;

    }

    .mb-120-mm{
        margin-bottom: 50mm !important;
        display: block;
    }
    .mt-50-mm{
        margin-top: 20mm !important;
        display: block;
    }

    .table tr.no-border,.table tr td.no-border{
        border: none !important;
    }
    .facture_A5 {
        /*margin-top: 10mm*/
    }

    .list-group-paiement {
        height: auto;
    }

    h6.print-size-20{
        font-size: 20px;
    }

    h6.print-size-25{
        font-size: 25px;
    }

    .table tr.black-cell td{
        background: #122b40;
        color: white;
        font-weight: 700;
        font-size: 14px;
    }

    .table tr.yelllow-cell td{
        background: #ffcf22;
        color: #122b40;
        font-weight: 700;
        font-size: 14px;
    }

    td.right,th.right{
        text-align: right;
    }

    td.center,th.center{
        text-align: center;
    }

    td.left,th.left{
        text-align: left;
    }

    .float-left {
        float: left !important;
    }

    .float-right {
        float: right !important;
    }

    .text-danger,.text-success,.text-primary,.text-warning,.text-info{
        color: black;
        font-weight: 700;
    }

    /* td{
        font-weight: 500;
     }*/

    table.table-bordered tr,
    table.table-bordered th,
    table.table-bordered td ,
    table.table-striped tr,
    table.table-striped th,
    table.table-striped td,
    table.table-condensed tr,
    table.table-condensed th,
    table.table-condensed tr {
        border: 1px  dashed #000 !important;
    }
    .table td, .table th {
        padding: 5px !important;
        vertical-align: middle !important;

    }

    .order-summary {
        margin: 15px 0;
    }
    .order-summary .order-col {
        display: table;
        width: 100%;
    }
    .order-details {
        position: relative;
        padding: 0 30px 30px;
        border-right: 1px solid #E4E7ED;
        border-left: 1px solid #E4E7ED;
        border-bottom: 1px solid #E4E7ED;
    }

    .order-details:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        top: -15px;
        height: 30px;
        border-top: 1px solid #E4E7ED;
        border-left: 1px solid #E4E7ED;
        border-right: 1px solid #E4E7ED;
    }

    .order-summary {
        margin: 15px 0;
    }

    .order-summary .order-col {
        display: table;
        width: 100%;
    }

    .order-summary .order-col:after {
        content: "";
        display: block;
        clear: both;
    }

    .order-summary .order-col>div {
        display: table-cell;
        padding: 10px 0;
        font-size: 13px;
    }

    .order-summary .order-col>div:first-child {
        width: calc(100% - 150px);
    }

    .order-summary .order-col>div:last-child {
        width: 150px;
        text-align: right;
    }

    .order-summary .order-col .order-total {
        font-size: 24px;
        color: #D10024;
    }

    .order-summary .order-col .order-total-1 {
        font-size: 24px;
        color: #00ad5f;
    }

    .order-summary .order-col .order-total-2 {
        font-size: 24px;
        color: #0d4197;
    }

    .order-details .payment-method {
        margin: 30px 0;
    }

    .order-details .order-submit {
        display: block;
        margin-top: 30px;
    }

}
