﻿/*** hide flow tabs*/
@media print{
    .flowTabs{
        display:none !important;
    }
    .sidebarWrapper .col-sm-3{
        width:100% !important;
    }
    .sidebar{
        width:75% !important;
        margin-top:50px;
        text-align:left !important;
    }
    .checkoutProcess .collapseHeader a.collapse, .checkoutProcess .collapseHeader .collapseMobile{
        display:none !important;
    }
    .checkoutProcess .widthTarget, .fullTotal p{
        text-align:left !important;
    }
    .checkoutProcess .widthTarget .tickets ul.item > li:first-child{
        width:100% !important;
    }
    .checkoutProcess .widthTarget .tickets ul.item li, .subtotal, .fullTotal{
        float:left !important;
    }
    .checkoutProcess .widthTarget .tickets ul.item li.hidden-xs{
        display:inline !important;
        width:60px;
    }
    .subtotalWrapper{
        border:none !important;
    }
    .checkoutProcess .widthTarget .tickets ul.item li.quantity{
        width:50px;
    }
    .checkoutProcess .widthTarget .tickets ul.item li.quantity:before{
        content: "x";
    }
    .widthTarget .col-sm-9{
        width:100% !important;
    }
    .information{
        display:none !important;
    }
    #loading{
        display:none !important;
    }
}
