﻿@media print
{
    .no-print
    {
        display: none;
    }

    html, body { 
        height: auto; 
        width: auto;
        }

    .mdl-layout__container
    {
        position: relative !important;
    }
    .mdl-layout__container #fullPageContentContainer 
    {
        overflow: visible;
    }
    .mdl-layout__container #fullPageContentContainer .mdl-layout__drawer 
    {
        display: none;
    }
    .mdl-layout__container #fullPageContentContainer #sectionBody .mdl-grid-container 
    {
        display: block; /* Need this becuase of Firefox issue on boarding pass print view  */
    }

    .checkin-print-pass-banner-heading{
        color: white !important;
    }
   
    .checkin-print-pass:nth-of-type(2n)
    {
        page-break-after: always;
    }   

  
     

}

