	/* CSS Document 
* Developed by Freddie Stewart (otg3@cdc.gov)
*/

@media print {
  body * {
    visibility: hidden;
  }
  
  div.thead-dark {
  	color: #000 !important;
  }
  
  #clia_srt_image, #lab_srt_image, #cert_srt_image, #facility_srt_image {
  	visibility: hidden;
	display: none !important;
  }

  .sortable:after{
	visibility: hidden;
	display: none !important;
}
#labSearch th.asc:after{
	visibility: hidden;
	display: none !important;
}
#labSearch th.desc:after{
    visibility: hidden;
	display: none !important;
}
#labSearch td:nth-child(5), th:nth-child(5),
td:nth-child(6), th:nth-child(6),
td:nth-child(7), th:nth-child(7),
td:nth-child(8), th:nth-child(8),
td:nth-child(9), th:nth-child(9),
td:nth-child(10), th:nth-child(10)
 {
   	visibility: hidden;
	display: none !important;
}
  
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  
  #labSearch {
    visibility: visible;
  }
  
  #section-to-print .thead-dark {
    background-color: #005eaa;
    border-color: #005eaa;
    color: #fff;
  }
  
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}