﻿/***************************************************/
/******                PRINT                   *****/
/***************************************************/
@media print {
    /****************************************/
    /***               BODY               ***/
    /****************************************/

    /************************************/
    /***           DOCUMENT           ***/
    /************************************/
    #document {
        background-image: none;
        width: 100%;
    }

    /********************************/
    /***          HEADER          ***/
    /********************************/
    #header { display: none; }

    /********************************/
    /***          CONTENT         ***/
    /********************************/
    #content { padding: 10px 0 0 0; }

    #content h1 { text-shadow: none; }

    /********************************/
    /***          FOOTER          ***/
    /********************************/
    #footer_border { display: none; }

    #footer { display: none; }
 
 
    /****************************************/
    /***             SONSTIGES            ***/
    /****************************************/

    /*******************************/
    /***          GRIDS          ***/
    /*******************************/
    .t-grid { border: none !important; }

    .t-grid table { border-collapse: collapse !important; }

    .t-grid col.t-hierarchy-col, .t-grid th.t-hierarchy-cell, .t-grid td.t-hierarchy-cell {
        border: none !important;
        display: none;
    }

    .t-grid th, .t-grid td { border: 1px solid #156F74 !important; }

    .t-grid th, .t-grid th a.t-link {
        color: #000 !important;
        font-weight: bold !important;
    }

    td.t-detail-cell { padding-left: 25px !important; }

    .t-grid-pager { border: none !important; }

    .t-grid-pager {
        border-top: 1px solid #156F74 !important;
        display: none;
    }

    .articleContent > .t-grid > .t-grid-pager { display: block; }

    .t-pager, .t-status { display: none !important; }
    
    
    /*******************************/
    /***        ALLGEMEIN        ***/
    /*******************************/
    .hideOnPrint { display: none !important; }

    form#StatisticRequestsForCostRefundNotDone { display: none; }

    div.article div.aside { display: none; }

    a.button, p.info a.ajaxCall { display: none; }
}