@media print {
 .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
	
 .navbar, .pageTitle, .first-widget {
        display: none;
    }
	 .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }

    .sidebar-nav {
        display: none;
    }
	
  .col-sm-12 {
    width: 100%;
  }	
	  .col-md-8 {
    width: 100%;
  }
	  .col-md-4 {
    width: 100%;
  }
.tab-pane .fade	{
    display: inherit !important;
	width: 100%;
  }

  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

 
}