@media print {
    #footer_bottom .tinylinks a,
    body.modal-open .no-print-modal,
    .modal-header,
    .modal-footer,
    .no-print,
    .page-header .btn,
    .modal .btn,
    .icon-zoom-in,
    .add-to-cart-inputs,
    .modal-backdrop,
    .headertitlecol,
    dl dt i,
    th i,
    .container > h2,
    .span9 > h3,
    #alert-search-holder,
    .emptyDataMessage,
    .results-toolbar,
    .results-list,
    #btnPrint,
    .span3.shop-by,
    .span3.collapse,
    .datagrid-footer-left,
    .datagrid-footer-right,
    #nav-footer,
    .copyright,
    .buttons,
    .dataTables_wrapper .mb10, 
    .dataTables_wrapper .mt10 {
        display: none !important;
    }

    .yes-print {
        display: block;
    }

    .headertitlecol th, .page-header h2, .modal-body h1 {
        padding-top: 0;
        margin: 0 0 20px 0;
        font-size: 20pt;
        letter-spacing: -2px;
        text-transform: uppercase;
    }

    tbody {
        max-height: none !important;
        overflow: visible !important;
    }

    table td, table th, table tr {
        border: 0 solid #fff !important;
        line-height: 14px !important;
    }

    i.icon-info-sign {
        display: none !important;
    }

    body {
        padding-top: 0px !important;
    }

        a[href]:after {
        content: none !important;
        }

    .container {
        width: auto;
    }

    .modal, .modal.modal-wide {
        position: static !important;
        top: auto;
        left: auto;
        width: auto;
        margin-left: 0;
        border-style: none;
    }

    .modal-body, footer #footer_bottom, footer .container  { 
        padding: 0; 
    }

    .row {
        margin-left: 0;
    }

    .zoom {
        width: 100%;
    }

    .imageContainer .img-zoom {
        max-width: 200px;
        width: 200px;
    }

    body {
        border-top-color: white;
        max-height: 800px;
    }

    .modal-wide {
        min-width: 1200px;
        scrollbar-3dlight-color: white;
        border-bottom-color: white;
        border-top-color: white;
        border-left-color: white;
    }

        /* set the order info block back to 100px wide. will cause print to wrap if it is larger (screen is set to 125px) */
    .order-info-block.wide-labels dd span {
        width: 100px !important;
    }

    /* custom css to back out the weird stuff bootstrap does in print mode */

    [class*="span"],
    .row-fluid [class*="span"] {
    display: inline-block;
    float: left;
    width: auto;
    margin-left: 30px;
    }
    .span12,
    .row-fluid .span12 {
    width: 100%;
    }
    /* not 100% about this one */
    .span8,.row-fluid .span8 { width: 570px; }
    .span4,.row-fluid .span4 { width: 270px; }
    .span3,.row-fluid .span3 { width: 170px; }
    

    .row-fluid [class*="offset"]:first-child {
    margin-left: 30px;
    }

    body.print  .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .hidden-phone {
        display: block;
    }

    td.hidden-phone {
        display: table-cell;
    }

    #InvoiceDetailLayout .headertitlecol, #OrderDetailLayout .headertitlecol {
        display: table-row !important;
    }

    #footer_bottom .pull-right {
        float: none;
    }

    table, .table {
        width: auto;
    }

        .table tr th {
            white-space: normal;
        }

        table tr td, table tr th {
            font-size: 9px !important;
        }

    dl dd, dl dd span, ul li {
        font-size: 12px !important;
        margin: -5px;
    }

    hgroup h1 {
        font-size: 24px !important;
        line-height: 26px !important; /* margin-top: -20px; */
        margin-bottom: -20px;
    }

    .span4.order-info-block {
        width: 250px !important;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -10px;
    }

    .span6.order-info-block {
        width: 350px !important;
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .order-info-block.wide-labels dd span {
        width: 130px !important;
    }

    dl dt {
        font-size: 12px !important;
    }

    dl dd span {
        text-align: left !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .row {
        margin-left: 0;
    }

    .adminfilter .span4 {
        width: 33% !important;
    }

    #creditfilters {
        display: inline;
    }

    .product-details #myTabContent {
        min-height: 0;
    }

    h1, h2, .wpthemeControl, .nav {
        margin: 0;
    }

    h1, h2 {
        font-size: 24px !important;
        line-height: normal;
    }

    .zoom {
        width: 100%;
    }

    .imageContainer .img-zoom {
        max-height: 240px;
        width: auto;
    }

    hr {
        margin: 5px 0;
    }

    .table th, .table td, dl dt, dl dd {
        line-height: normal;
    }

    li {
        line-height: 16px;
    }

    .page-header {
        margin: 0 !important;
        border-style: none;
    }

    .table th, .table td {
        padding: 4px;
    }

    :root body {
        max-height: 600px;
    }
 
    div{
        page-break-inside: avoid;
    }

    .results-grid
    {
        padding-top: 0;
    }

    .imageContainer
    {
        margin-left: 0;
    }

    .tight-print
    {
        margin-top: 0;
        margin-bottom: 0;
        line-height: normal !important;
    }

}

/* for debugging purposes only 

body.print #footer_bottom .tinylinks a,
   body.print  body.modal-open .no-print-modal,
   body.print  .modal-header,
   body.print  .modal-footer,
   body.print  .no-print,
   body.print  .page-header .btn,
   body.print  .modal .btn,
   body.print  .icon-zoom-in,
   body.print  .add-to-cart-inputs,
   body.print  .modal-backdrop,
   body.print  .headertitlecol,
   body.print  dl dt i,
   body.print  th i,
   body.print  .container > h2,
   body.print  .span9 > h3,
   body.print  #alert-search-holder,
   body.print  .emptyDataMessage,
   body.print  .results-toolbar,
   body.print  .results-list,
   body.print  #btnPrint,
   body.print  .span3.shop-by,
   body.print  .span3.collapse,
   body.print  .datagrid-footer-left,
   body.print  .datagrid-footer-right,
   body.print  #nav-footer,
   body.print  .copyright,
   body.print  .buttons,
   body.print  .dataTables_wrapper .mb10, 
   body.print  .dataTables_wrapper .mt10 {
        display: none !important;
    }

   body.print  .yes-print {
        display: block;
    }

   body.print  .headertitlecol th, body.print .page-header h2, body.print .modal-body h1 {
        padding-top: 0;
        margin: 0 0 20px 0;
        font-size: 20pt;
        letter-spacing: -2px;
        text-transform: uppercase;
    }

    body.print tbody {
        max-height: none !important;
        overflow: visible !important;
    }

   body.print  table td, body.print table th, body.print table tr {
        border: 0 solid #fff !important;
        line-height: 14px !important;
    }

   body.print  i.icon-info-sign {
        display: none !important;
    }

    
    body.print {
        padding-top: 0px !important;
    }
    

    body.print     a[href]:after {
        content: none !important;
        }

    body.print .container {
        width: auto;
    }

   body.print  .modal, body.print .modal.modal-wide {
        position: static !important;
        top: auto;
        left: auto;
        width: auto;
        margin-left: 0;
        border-style: none;
    }

   body.print  .modal-body, body.print footer #footer_bottom, body.print footer .container  { 
        padding: 0; 
    }

   body.print  .row {
        margin-left: 0;
    }

   body.print  .zoom {
        width: 100%;
    }

   body.print  .imageContainer .img-zoom {
        max-width: 200px;
        width: 200px;
    }

    body.print {
        border-top-color: white;
        max-height: 800px;
    }

   body.print  .modal-wide {
        min-width: 1200px;
        scrollbar-3dlight-color: white;
        border-bottom-color: white;
        border-top-color: white;
        border-left-color: white;
    }

  body.print   .order-info-block.wide-labels dd span {
        width: 100px !important;
    }

   body.print  [class*="span"],
   body.print  .row-fluid [class*="span"] {
    display: inline-block;
    float: left;
    width: auto;
    margin-left: 30px;
    }
   body.print  .span12,
    body.print .row-fluid .span12 {
    width: 100%;
    }

    body.print     .span8,body.print    .row-fluid .span8 { width: 570px; }
   body.print  .span4,body.print    .row-fluid .span4 { width: 270px; }
    body.print .span3,body.print    .row-fluid .span3 { width: 170px; }

   body.print  .row-fluid [class*="offset"]:first-child {
    margin-left: 30px;
    }

   body.print  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
   body.print  .hidden-phone {
        display: block;
    }

   body.print  td.hidden-phone {
        display: table-cell;
    }



   body.print  #InvoiceDetailLayout .headertitlecol, body.print #OrderDetailLayout .headertitlecol {
        display: table-row !important;
    }

   body.print  #footer_bottom .pull-right {
        float: none;
    }

   body.print  table, body.print .table {
        width: auto;
    }

       body.print  .table tr th {
            white-space: normal;
        }

      body.print   table tr td, body.print table tr th {
            font-size: 9px !important;
        }

   body.print  dl dd, body.print dl dd span, body.print ul li {
        font-size: 12px !important;
        margin: -5px;
    }

   body.print  hgroup h1 {
        font-size: 24px !important;
        line-height: 26px !important;
        margin-bottom: -20px;
    }

   body.print  .span4.order-info-block {
        width: 250px !important;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -10px;
    }

   body.print  .span6.order-info-block {
        width: 350px !important;
        margin-right: -10px;
        margin-bottom: -10px;
    }

   body.print  .order-info-block.wide-labels dd span {
        width: 130px !important;
    }

   body.print  dl dt {
        font-size: 12px !important;
    }

   body.print  dl dd span {
        text-align: left !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

   body.print  .row {
        margin-left: 0;
    }

   body.print  .adminfilter .span4 {
        width: 33% !important;
    }

   body.print  #creditfilters {
        display: inline;
    }

   body.print  .product-details #myTabContent {
        min-height: 0;
    }

   body.print  h1, body.print h2, body.print .wpthemeControl, body.print .nav {
        margin: 0;
    }

    body.print h1, body.print h2 {
        font-size: 24px !important;
        line-height: normal;
    }

   body.print  .zoom {
        width: 100%;
    }

    body.print .imageContainer .img-zoom {
        max-height: 240px;
        width: auto;
    }

   body.print  hr {
        margin: 5px 0;
    }

   body.print  .table th, body.print .table td, body.print dl dt, body.print dl dd {
        line-height: normal;
    }

    body.print li {
        line-height: 16px;
    }

   body.print  .page-header {
        margin: 0 !important;
        border-style: none;
    }

   body.print  .table th, body.print .table td {
        padding: 4px;
    }

   :root body.print {
        max-height: 600px;
    }
 
   body.print  div{
        page-break-inside: avoid;
    }

body.print .results-grid
{
    padding-top: 0;
}

body.print .imageContainer
{
    margin-left: 0;
}

body.print .tight-print
{
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal !important;
}
*/