body {
  -webkit-print-color-adjust: exact;
}
.sidebar {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: arial, sans-serif;
  color: black;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
}
.table thead > tr > th {
  min-width: auto;
}
.table-responsive table thead > tr > th {
  width: auto;
}
table {
  border: 1px solid #333;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  margin: 10px 0;
  font-size: 70%;
  min-width: 100%;
}
table#print_calendar_events thead tr th {
  background-color: #ddd;
  text-align: left;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  border: 1px solid #333;
  padding: 5px;
}
table#print_calendar_events thead tr th:nth-child(1) {
  width: 10%;
}
table#print_calendar_events thead tr th:nth-child(2) {
  width: 10%;
}
table#print_calendar_events thead tr th:nth-child(3) {
  width: 30%;
}
table#print_calendar_events thead tr th:nth-child(4) {
  width: 50%;
}
table#print_calendar_events tbody tr td {
  border: 1px solid #333;
  border-collapse: collapse;
  padding: 5px;
}
table#wellnessTable {
  border: 1px solid #333;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  margin: 10px 0;
  font-size: 70%;
}
table#wellnessTable thead tr th {
  background-color: #ddd;
  text-align: left;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  border: 1px solid #333;
  padding: 5px;
}
table#wellnessTable tbody tr td {
  border: 1px solid #333;
  border-collapse: collapse;
  padding: 5px;
}
table#wellnessTable tbody tr td a {
  color: black;
  text-decoration: none;
}
table#wellnessTable tbody tr td.bg-danger-print {
  background-color: #d65c4f;
  color: #fff;
}
table#wellnessTable tbody tr td.bg-success-print {
  background-color: #47a314;
  color: #fff;
}
table#wellnessTable tbody tr td.bg-info-print {
  background-color: #50abc2;
  color: #fff;
}
table#legend tbody tr td.bg-danger-print {
  background-color: #d65c4f;
  color: #fff;
}
.bg-danger-print {
  background-color: #d65c4f;
  color: #fff;
}
table#legend tbody tr td.bg-success-print {
  background-color: #47a314;
  color: #fff;
}
.bg-success-print {
  background-color: #47a314;
  color: #fff;
}
table#legend tbody tr td.bg-info-print {
  background-color: #50abc2;
  color: #fff;
}
.bg-info-print {
  background-color: #50abc2;
  color: #fff;
}
table#legend tbody tr td {
  border: 1px solid #333;
  border-collapse: collapse;
  padding: 5px;
}
.text-center {
  text-align: center;
}
table.table-legend label {
  padding-top: 5px;
}
.legend_snapshot table tbody tr td {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 10px;
}
.small_square {
  width: 2em;
  height: 2em;
  border: 1px solid #333;
  vertical-align: middle;
  line-height: 2em;
  display: block;
  margin-right: 10px;
}
.small_square_no_border {
  border: none;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  line-height: 2em;
  display: block;
}
.logo-print {
  background-image: url("/resources/images/logos/teams/sportsmed_elite_colour.png");
  background-position: top left;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}
.baseline-theme .logo-print {
  background-image: url("/resources/images/logos/teams/sportsmed_elite_colour.png");
}
.pull-left-print {
  float: left;
}
body > .phpdebugbar {
  display: none !important;
}
.alert-block.alert-warning {
  display: none;
}
.bg-danger.with-padding {
  display: none;
}
/* POSSIBLE FIX TO FITBOX PRINT ICONS DISPLAYING INCORRECTLY */
.fitbox-theme .wrapping .btn.icon {
  display: none;
}
/*# sourceMappingURL=print.min.css.map */