/**
* Print stylesheet for KronosCoach
* @version         1.0
* @lastmodified    2018-10-06
*/

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {	  
	margin-top: 15px!important;    
	page-break-inside: avoid;
	page-break-before: avoid!important;
	vertical-align: text-bottom!important;
	max-width: 40% !important;
  }
   // custom print rules for KronosCoach

  h1, .h1 {
	  font-size: 18px!important;
	  font-weight: bold!important;
	  }
	h2, h3, h4 {
		font-size: 16px!important;
		font-weight: bold!important;
	}
	#menu-icon, #close-icon, #home-link, #sidebar, #sidebar2 {
		display: none!important;
	}
	#content {
		margin-left: 0!important;
	}
	#overtime-flags img {
		vertical-align: text-bottom!important;
		margin-top: 0!important;
	}
// end custom rules
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .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;
  }
}