/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Aug, 2014, 3:07:16 PM
    Author     : sudhagarks
*/

@media print {
    
    body {
        margin: 0;
        padding: 0;
    }
    
    #header {
        content: none;
        display: none;
    }
    
    #left-panel {
        content: none;
        display: none;
    }
    
    #ribbon {
        content: none;
        display: none;
    }
    
    .btn {
        content: none;
        display: none;
    }
    
    a[href]:after {
    content: none !important;
    }
    
    .glyphicon {
        display: none;
        content: none;
    }
    
    .alerts {
        display: none;
    }
    
    .alert {
        display: none;
    }
    
    .env {
        display: none;
    }
    
    .status-drop-down {
        display: none;
    }
    
    .print-hide-class {
        display: none;
        content: none;
    }
}