.report-filters {
  /*.filter-info {
		padding: 0px 5px;
		background-color: @primary-color-faded;
		color: @primary-color;

		.filter-info-label {
			display: inline-block;
			padding: 5px 10px;
			font-weight: 300;
			background-color: @primary-color;
			color: #ffffff;
		}

		.filter {
			display: inline-block;
			margin: 5px 5px;
			font-weight: 300;

			.filter-value {
				font-weight: 700;
			}
		}
	}*/
}
.report-filters .filter-info {
  background-color: #ddf2ea;
  padding: 5px;
}
.report-filters .filter-info .filter-info-label {
  display: block;
  padding: 5px 10px;
  margin: -5px;
  color: #48bb91;
  font-weight: 400;
  font-family: 'Oswald';
  text-transform: uppercase;
}
.report-filters .filter-info .filter {
  font-size: 0;
  margin: 2px;
  white-space: nowrap;
  display: inline-block;
}
.report-filters .filter-info .filter .filter-type {
  display: inline-block;
  font-size: 12px;
  padding: 2px 2px 2px 10px;
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  background-color: #48bb91;
  color: #ffffff;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 3px;
}
.report-filters .filter-info .filter .filter-value {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px 2px 2px;
  border-radius: 0 10px 10px 0;
  font-weight: 300;
  background-color: #48bb91;
  color: #ffffff;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 3px;
}
.report-filters div[datepicker] {
  width: 360px;
}
.report-filters .widget-box {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.report-filters .widget-box .form-control {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 20px;
  box-shadow: none;
  font-weight: 300;
}
.report-filters .widget-box .form-group {
  margin: 10px 10px;
}
.report-filters .widget-box .form-group .control-label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
}
.report-filters .widget-box .input-group input.form-control:first-child {
  border-radius: 4px 0 0 4px !important;
}
.report-filters .widget-box .input-group .input-group-btn .btn {
  border: 0;
  padding: 14px 14px;
  border-radius: 0 4px 4px 0;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu .btn {
  padding: 10px 20px;
  border: 0;
  font-size: 16px;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table {
  border-spacing: 2px;
  border-collapse: separate;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table .btn {
  background: none !important;
  color: #4e4e4e !important;
  text-shadow: none !important;
  border: 1px solid #d8d8d8;
  padding: 5px 12px;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table .btn .text-info {
  color: #4e4e4e !important;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table .btn.active {
  background-color: #48bb91 !important;
  color: #ffffff !important;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table .btn.active .text-info {
  color: #ffffff !important;
}
.report-filters .widget-box .filter.filter-multiselect {
  margin: 5px -5px;
  display: flex;
  align-items: stretch;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option {
  width: 33%;
  padding: 5px;
  cursor: pointer;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner {
  height: 100%;
  padding: 10px 10px;
  border: 1px solid #cccccc;
  font-size: 1.2em;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner:hover {
  background-color: #eff9f6;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner .option-checkmark {
  width: 28px;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option.selected .filter-multiselect-option-inner {
  border: 1px solid #48bb91;
  background-color: #48bb91;
  color: #ffffff;
}
.report-filters .widget-box .filter.filter-multiselect.filter-multiselect-column {
  margin: -5px;
  flex-direction: column;
}
.report-filters .widget-box .filter.filter-multiselect.filter-multiselect-column .filter-multiselect-option {
  width: 100%;
}
.report-filters .widget-box .filter.filter-multiselect.filter-multiselect-column .filter-multiselect-option.filter-multiselect-option-text-sm .filter-multiselect-option-inner {
  font-size: 1em;
}
.report-filters .widget-box .btn-default {
  padding: 20px;
  border: none;
}
.report-result {
  padding: 0 15px;
}
.report-result .report-status-message {
  padding: 150px 15px;
  text-align: center;
}
.report-result .report-status-message .fa {
  color: #9b9b9b;
}
.report-result .report-status-message .status-message-title {
  font-family: 'Oswald';
  font-size: 4em;
  font-weight: 300;
  color: #4E4E4E;
}
.report-result .report-status-message .status-message-description {
  font-family: 'Oswald';
  font-size: 1.5em;
  font-weight: 300;
  color: #b4b4b4;
}
.report-result .report-default-prompt .report-default-prompt-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 60px;
}
.report-result .report-default-prompt .report-default-prompt-inner .report-status-message {
  padding: 15px 0px;
}
.report-result .report-default-prompt .report-default-prompt-inner .report-status-message .status-message-title {
  font-size: 3.2em;
}
.report-result .report-default-prompt .report-default-prompt-inner .report-filters .widget-box {
  border: none;
}
.downloadable-report .screen-hidden {
  display: none !important;
}
.downloadable-report table.report-table thead {
  display: table-row-group !important;
}
.downloadable-report table.report-table tfoot {
  display: table-row-group !important;
}
.downloadable-report table.report-table tr {
  page-break-inside: avoid !important;
}
#SummaryReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#SummaryReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#SummaryReportInner .downloadable-report .report-content .row {
  page-break-inside: avoid !important;
}
#SummaryReportInner .downloadable-report .report-content .report-section {
  margin: 30px 30px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header {
  margin: 10px 0;
  text-align: center;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-decorator-1 {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  margin-right: 10px;
  content: ' ';
  border-top: 1px solid #cecece;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #48bb91;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-icon svg {
  width: 100%;
  height: 100%;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-decorator-2 {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  margin-left: 10px;
  content: ' ';
  border-top: 1px solid #cecece;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary {
  font-weight: 300;
  font-size: 1.4em;
  margin: 10px 15px;
  text-align: center;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary .summary-value {
  font-size: 1.8em;
  font-family: 'Oswald';
  color: #48bb91;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary .summary-value.value-text-small {
  font-size: 1em;
  text-transform: initial;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary.summary-empty .summary-description {
  color: #9b9b9b;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart {
  max-width: 600px;
  margin: 0 auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description {
  width: 100%;
  text-align: center;
  margin: 5px auto;
  line-height: 2em;
  font-weight: 300;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value {
  display: block;
  font-size: 2.5em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value-unit {
  display: block;
  line-height: 1.2em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-graphic {
  height: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-label {
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 5px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-description {
  color: #48bb91;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart {
  max-width: 450px;
  margin: 15px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars {
  align-items: flex-start;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description {
  order: 3;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  font-weight: 300;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value {
  display: block;
  font-size: 2.5em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value-unit {
  display: block;
  line-height: 1.2em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-graphic {
  order: 1;
  height: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-label {
  order: 2;
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 5px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-description {
  color: #48bb91;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic {
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic .bar-graphic-inner {
  left: 50%;
  width: 50px;
  margin-left: -25px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart {
  max-width: 450px;
  margin: 15px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars {
  align-items: flex-start;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description {
  order: 3;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  font-weight: 300;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value {
  display: block;
  font-size: 2.5em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value-unit {
  display: block;
  line-height: 1.2em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-graphic {
  order: 1;
  height: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-label {
  order: 2;
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 5px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-description {
  color: #48bb91;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic {
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic .bar-graphic-inner {
  left: 50%;
  width: 50px;
  margin-left: -25px;
}
#SummaryReportInner .downloadable-report .report-content .report-section-group {
  margin: 15px -30px;
  padding: 30px;
  background-color: #f4f4f4;
}
#SummaryReportInner .downloadable-report .report-content .report-section-group .report-section {
  margin: 15px 0;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour {
  margin: 15px -30px;
  align-items: center;
  padding-bottom: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary {
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px;
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-decorator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  border-top: 1px solid #4E4E4E;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -36px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic {
  display: block;
  margin: 5px auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: #4E4E4E;
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 6px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick {
  position: absolute;
  transform-origin: 32px;
  width: 2px;
  height: 2px;
  background-color: #b4b4b4;
  left: 36px;
  top: 36px;
  margin-left: -32px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(1) {
  transform: rotate(0deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(2) {
  transform: rotate(30deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(3) {
  transform: rotate(60deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(4) {
  transform: rotate(90deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(5) {
  transform: rotate(120deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(6) {
  transform: rotate(150deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(7) {
  transform: rotate(180deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(8) {
  transform: rotate(210deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(9) {
  transform: rotate(240deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(10) {
  transform: rotate(270deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(11) {
  transform: rotate(300deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(12) {
  transform: rotate(330deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-value {
  position: absolute;
  color: #f4f4f4;
  padding: 18px 0;
  font-size: 24px;
  line-height: 36px;
  top: 0;
  left: 0;
  right: 0;
}
.hiddenBlock {
  visibility: hidden;
}
#TransactionReport {
  width: 100%;
  margin: 15px auto;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#TransactionReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#TransactionReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
}
#TransactionReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
	    	   inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
	    	   over a table seems to solve an issue where the report prints additional blank pages
	    	   before and after the reports - potentially a Chrome bug. Therefore, this is commented
	    	   out to be safe */
  /*page-break-inside: avoid !important;*/
}
#TransactionReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#TransactionReportInner .downloadable-report table.report-table th.column-section-summary {
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#TransactionReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
}
#TransactionReportInner .downloadable-report table.report-table td.column-section-summary {
  background-color: #48bb91;
  color: #ffffff;
}
#TransactionReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #4E4E4E;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.header-group-category .header-label {
  font-weight: 700;
  text-transform: uppercase;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row {
  font-weight: inherit;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th {
  padding: 3px 3px;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th.subheader-group {
  background-color: #f0f0f0;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th .subheader-label {
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: center;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr td.column-section-summary {
  background-color: #e8e8e8;
  color: #4E4E4E;
  padding: 8px 5px;
  text-align: right;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  font-weight: 700;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-date td {
  background-color: #36906f;
  border: 1px solid #36906f;
  color: #ffffff;
  font-size: 1.2em;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-location td {
  background-color: #3b9f7b;
  border: 1px solid #3b9f7b;
  color: #ffffff;
  font-size: 1.1em;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-meal-period td {
  background-color: #41ae86;
  border: 1px solid #41ae86;
  color: #ffffff;
  font-size: 1em;
}
#SalesReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#SalesReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#SalesReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
}
#SalesReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
	    	   inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
	    	   over a table seems to solve an issue where the report prints additional blank pages
	    	   before and after the reports - potentially a Chrome bug. Therefore, this is commented
	    	   out to be safe */
  /*page-break-inside: avoid !important;*/
}
#SalesReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#SalesReportInner .downloadable-report table.report-table th.column-section-summary {
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#SalesReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
}
#SalesReportInner .downloadable-report table.report-table td.column-section-summary {
  background-color: #48bb91;
  color: #ffffff;
}
#SalesReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #4E4E4E;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.header-group-category .header-label {
  font-weight: 700;
  text-transform: uppercase;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row {
  font-weight: inherit;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th {
  padding: 3px 3px;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th.subheader-group {
  background-color: #f0f0f0;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th .subheader-label {
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: center;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr td.column-section-summary {
  background-color: #e8e8e8;
  color: #4E4E4E;
  padding: 8px 5px;
  text-align: right;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  font-weight: 700;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-date td {
  background-color: #36906f;
  border: 1px solid #36906f;
  color: #ffffff;
  font-size: 1.2em;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-location td {
  background-color: #3b9f7b;
  border: 1px solid #3b9f7b;
  color: #ffffff;
  font-size: 1.1em;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-meal-period td {
  background-color: #41ae86;
  border: 1px solid #41ae86;
  color: #ffffff;
  font-size: 1em;
}
#DailySalesMealsServedReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DailySalesMealsServedReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DailySalesMealsServedReportInner .downloadable-report .report-tables .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#DailySalesMealsServedReportInner .downloadable-report .report-tables:last-child .report-table-container:last-child {
  page-break-after: auto;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
	    	   inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
	    	   over a table seems to solve an issue where the report prints additional blank pages
	    	   before and after the reports - potentially a Chrome bug. Therefore, this is commented
	    	   out to be safe */
  /*page-break-inside: avoid !important;*/
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table th.column-section-summary {
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table td.column-section-summary {
  background-color: #48bb91;
  color: #ffffff;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #4E4E4E;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated {
  background-color: #48bb91;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated .header-label {
  color: #ffffff;
  font-size: 1.2em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: left;
  padding: 8px 5px;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.report-content-section-header {
  background-color: #36906f;
  color: #ffffff;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value {
  color: #4E4E4E;
  text-align: right;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value.aggregated {
  background-color: #48bb91;
  color: #ffffff;
  font-size: 1.2em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value .data-value-note {
  font-weight: 300;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.aggregated {
  font-weight: 700;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  background-color: #41ae86;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
}
#MealPlanUsageReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#MealPlanUsageReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MealPlanUsageReportInner .downloadable-report .report-tables .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#MealPlanUsageReportInner .downloadable-report .report-tables:last-child .report-table-container:last-child {
  page-break-after: auto;
}
#MealPlanUsageReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
	    	   inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
	    	   over a table seems to solve an issue where the report prints additional blank pages
	    	   before and after the reports - potentially a Chrome bug. Therefore, this is commented
	    	   out to be safe */
  /*page-break-inside: avoid !important;*/
}
#MealPlanUsageReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#MealPlanUsageReportInner .downloadable-report table.report-table th.column-section-summary {
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#MealPlanUsageReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
}
#MealPlanUsageReportInner .downloadable-report table.report-table td.column-section-summary {
  background-color: #48bb91;
  color: #ffffff;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #4E4E4E;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #4E4E4E;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated {
  background-color: #48bb91;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated .header-label {
  color: #ffffff;
  font-size: 1.2em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: left;
  padding: 8px 5px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.report-content-section-header {
  background-color: #36906f;
  color: #ffffff;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value {
  color: #4E4E4E;
  text-align: right;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value.aggregated {
  background-color: #48bb91;
  color: #ffffff;
  font-size: 1.2em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.aggregated {
  font-weight: 700;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  background-color: #41ae86;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph {
  margin: 40px 0;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-svg {
  width: 15vw;
  height: 15vw;
  margin: 0 auto;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-svg svg .nvd3 .nv-legend .nv-series text {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-svg svg .nvd3 .nv-label text {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend {
  width: 550px;
  margin: 0 auto;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table {
  margin: 0 auto;
  font-size: 12px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table td {
  border: none;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table .legend-series .legend-series-icon {
  padding: 5px;
  width: 16px;
  height: 16px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table .legend-series .legend-series-label {
  padding: 5px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table .legend-series .legend-series-value {
  padding: 5px;
}
#PatronCountsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronCountsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronCountsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#PatronCountsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronCountsReportInner .downloadable-report table.report-table {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
	    	   inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
	    	   over a table seems to solve an issue where the report prints additional blank pages
	    	   before and after the reports - potentially a Chrome bug. Therefore, this is commented
	    	   out to be safe */
  /*page-break-inside: avoid !important;*/
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #4E4E4E;
  padding: 5px 5px 5px;
  border: none !important;
  vertical-align: top;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row {
  text-align: center;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .report-legend {
  text-align: center;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile.text-emphasis {
  font-weight: bold;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile.heatmap-scale-1 {
  background-color: #eff9f6;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile.heatmap-scale-2 {
  background-color: #a5dec9;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile.heatmap-scale-3 {
  color: #ffffff;
  background-color: #48bb91;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile.heatmap-tile-inline {
  display: inline-block;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 3px;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile {
  width: auto;
  height: 24px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile.text-emphasis {
  font-weight: bold;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile.heatmap-scale-1 {
  background-color: #eff9f6;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile.heatmap-scale-2 {
  background-color: #a5dec9;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile.heatmap-scale-3 {
  color: #ffffff;
  background-color: #48bb91;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile.heatmap-scale-none {
  background: none !important;
  opacity: 0.8;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr.row-highlight td {
  background-color: #f8f8f8;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr.aggregated td {
  background-color: #48bb91;
  color: #ffffff;
}
#ActivePatronsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#ActivePatronsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#ActivePatronsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#ActivePatronsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#ActivePatronsReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#ActivePatronsReportInner .downloadable-report table.report-table thead tr th .report-section-header {
  text-align: left;
  padding: 0.2em 5px;
  font-size: 1.4em;
  font-weight: 300;
}
#ActivePatronsReportInner .downloadable-report table.report-table thead tr th .report-entity-header {
  text-align: left;
  padding: 0.2em 5px;
  font-size: 1em;
}
#ActivePatronsReportInner .downloadable-report table.report-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
#ActivePatronsReportInner .downloadable-report table.report-table tbody tr td .entity-info {
  padding: 0.2em 5px;
}
#PatronActivityReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronActivityReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronActivityReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#PatronActivityReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronActivityReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #4E4E4E;
  padding: 5px 0px;
  border: none !important;
  vertical-align: top;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td.column-data-value {
  padding: 8px 5px;
  color: #4E4E4E;
  text-align: right;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-row {
  display: table-row;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-text-lg {
  font-size: 1.5em;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label {
  text-transform: uppercase;
  color: #818181;
  display: table-cell;
  padding: 3px 10px 3px 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value {
  padding: 3px 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value .text-emphasis {
  font-weight: 400;
  font-size: 1.2em;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label + .patron-info-value {
  display: table-cell;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values {
  display: table-cell;
  vertical-align: top;
  padding: 3px 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values .patron-info-value {
  display: block;
  padding: 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr.aggregated td {
  background-color: #48bb91;
  color: #ffffff;
  font-weight: 700;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#EndOfShiftReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#EndOfShiftReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#EndOfShiftReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#EndOfShiftReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#EndOfShiftReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#EndOfShiftReportInner .downloadable-report table.report-table thead {
  background-color: #48bb91;
  color: #ffffff;
}
#EndOfShiftReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #48bb91;
  background-color: #ddf2ea;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 700;
  text-align: right;
  text-align: left;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item {
  border-bottom: 1px solid #cccccc;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
#SessionAuditReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#SessionAuditReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#SessionAuditReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#SessionAuditReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#SessionAuditReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#SessionAuditReportInner .downloadable-report table.report-table thead {
  background-color: #48bb91;
  color: #ffffff;
}
#SessionAuditReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #48bb91;
  background-color: #ddf2ea;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 700;
  text-align: right;
  text-align: left;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-thick {
  font-size: 1.4em;
  font-weight: 500;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-count {
  font-size: 1.4em;
  font-weight: 300;
  text-align: right;
  padding-right: 25px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-count {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
  padding-right: 25px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value-thick {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.highlight {
  background-color: #DDF2EA;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.underline {
  border-bottom: 1px solid #cccccc;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
#DepositRefundReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DepositRefundReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DepositRefundReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#DepositRefundReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#DepositRefundReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#DepositRefundReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#DepositRefundReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#LocationRevenueReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#LocationRevenueReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#LocationRevenueReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#LocationRevenueReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#LocationRevenueReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#LocationRevenueReportInner .downloadable-report table.report-table thead {
  background-color: #48bb91;
  color: #ffffff;
}
#LocationRevenueReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #48bb91;
  background-color: #ddf2ea;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 700;
  text-align: right;
  text-align: left;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-thick {
  font-size: 1.4em;
  font-weight: 500;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-count {
  font-size: 1.4em;
  font-weight: 300;
  text-align: right;
  padding-right: 25px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-count {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
  padding-right: 25px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value-thick {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.highlight {
  background-color: #DDF2EA;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.underline {
  border-bottom: 1px solid #cccccc;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
#PatronMealPlanHistoryReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronMealPlanHistoryReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronMealPlanHistoryReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#PatronMealPlanHistoryReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #4E4E4E;
  padding: 5px 0px;
  border: none !important;
  vertical-align: top;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td.column-data-value {
  padding: 8px 5px;
  color: #4E4E4E;
  text-align: right;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-row {
  display: table-row;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-text-lg {
  font-size: 1.5em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label {
  text-transform: uppercase;
  color: #818181;
  display: table-cell;
  padding: 3px 10px 3px 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value {
  padding: 3px 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value .text-emphasis {
  font-weight: 400;
  font-size: 1.2em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label + .patron-info-value {
  display: table-cell;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values {
  display: table-cell;
  vertical-align: top;
  padding: 3px 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values .patron-info-value {
  display: block;
  padding: 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr.aggregated td {
  background-color: #48bb91;
  color: #ffffff;
  font-weight: 700;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated) td.column-data-value.highlight {
  font-weight: bold;
  color: #ffffff;
  background-color: #48bb91;
}
#MobileTransactionsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#MobileTransactionsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MobileTransactionsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#MobileTransactionsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#MobileTransactionsReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#MobileTransactionsReportInner .downloadable-report table.report-table thead {
  background-color: #48bb91;
  color: #ffffff;
}
#MobileTransactionsReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #48bb91;
  background-color: #ddf2ea;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 700;
  text-align: right;
  text-align: left;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-thick {
  font-size: 1.4em;
  font-weight: 500;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-count {
  font-size: 1.4em;
  font-weight: 300;
  text-align: right;
  padding-right: 25px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-count {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
  padding-right: 25px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value-thick {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.highlight {
  background-color: #DDF2EA;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.underline {
  border-bottom: 1px solid #cccccc;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.overline {
  border-top: 1px solid #cccccc;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
.simple-bar-chart {
  height: 100%;
}
.simple-bar-chart .bar-chart-inner {
  height: 100%;
}
.simple-bar-chart .bar-chart-inner .chart-area {
  height: 100%;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars {
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar {
  font-size: 12px;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-description {
  order: 1;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-description .bar-value {
  display: block;
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
  font-family: 'Oswald';
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-description .bar-value-suffix {
  display: block;
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-graphic {
  order: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-graphic .bar-graphic-inner {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #cecece;
  border-bottom: 1px solid #cecece;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-label {
  order: 3;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic {
  position: relative;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic .bar-graphic-inner {
  left: 50%;
  width: 60px;
  margin-left: -30px;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-graphic .bar-graphic-inner {
  background-color: #48bb91;
}
#ItemSalesReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#ItemSalesReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#ItemSalesReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#ItemSalesReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#ItemSalesReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#PatronSpendReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronSpendReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronSpendReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#PatronSpendReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronSpendReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#PatronSpendReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#PatronSpendReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#ParticipationRateReport,
#MealPlanSalesReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#ParticipationRateReportInner .downloadable-report,
#MealPlanSalesReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#ParticipationRateReportInner .downloadable-report .report-table-container,
#MealPlanSalesReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#ParticipationRateReportInner .downloadable-report .report-table-container:last-child,
#MealPlanSalesReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#ParticipationRateReportInner .downloadable-report table.report-table,
#MealPlanSalesReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr th .header-label,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr th .text-fade,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr.report-content-header-row th,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody tr td,
#MealPlanSalesReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td,
#MealPlanSalesReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td,
#MealPlanSalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  background-color: #48bb91;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody.report-content [ng-click],
#MealPlanSalesReportInner .downloadable-report table.report-table tbody.report-content [ng-click] {
  color: #48bb91;
  cursor: pointer;
}
/* copied over from angular to ensure ng-hide is properly hidden when printed as pdf */
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  #SalesReport .downloadable-report table.report-table {
    font-size: 16px;
  }
  #DailySalesMealsServedReport .downloadable-report table.report-table {
    font-size: 16px;
  }
  #MealPlanUsageReport .downloadable-report table.report-table {
    font-size: 16px;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-svg {
    margin: 0 auto;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-svg svg .nvd3 .nv-label text {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-legend table.legend-table {
    font-size: 16px;
    font-weight: 300;
  }
  #PatronActivityReportInner .downloadable-report table.report-table {
    font-size: 16px;
  }
}
.downloadable-report.printable .print-visible {
  display: block !important;
}
.downloadable-report.printable .print-hidden {
  display: none !important;
}
.downloadable-report.printable .report-filters .filter-info .filter-info-label {
  color: #4E4E4E;
}
.downloadable-report.printable .report-filters .filter-info .filter .filter-type {
  color: #4E4E4E;
  font-size: 10px;
}
.downloadable-report.printable .report-filters .filter-info .filter .filter-value {
  color: #4E4E4E;
  font-size: 10px;
}
.reports-dashboard {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.reports-page {
  display: flex;
  flex-direction: row;
}
.reports-page > .main-container-inner {
  flex: 1;
  height: 100%;
  overflow: scroll;
  background-color: #eff9f6;
}
.reports-dashboard-sidenav {
  min-width: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  background: #EEE;
  border-right: 1px solid #CCC;
  height: 100%;
  overflow: scroll;
}
.reports-dashboard-sidenav div {
  width: 100%;
}
.reports-dashboard-sidenav button {
  font-family: 'Open Sans', sans-serif;
  padding: 30px 30px 30px 40px;
  background: #FFF;
  text-align: left;
  border: 0px;
  outline: none;
  width: 100%;
  display: flex;
}
.reports-dashboard-sidenav button div:last-child {
  width: 30px;
  text-align: right;
}
.reports-dashboard-sidenav-btn-active {
  background: #F4F4F4 !important;
  border-left: 5px solid #48bb91 !important;
  padding-left: 35px !important;
}
.reports-dashboard-view {
  width: 100%;
  overflow: scroll;
}
.reports-dashboard-container {
  padding: 30px;
}
.reports-dashboard-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #CCC;
}
.reports-dashboard-nav button {
  background: transparent;
  border: 0px;
  padding: 20px 20px;
  position: relative;
  top: 2px;
  color: #CCC;
}
.reports-dashboard-nav button.active {
  color: #333;
  border-bottom: 2px solid #333;
}
.reports-dashboard-subnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 10px 10px 20px;
}
.reports-dashboard-subnav div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.reports-dashboard-subnav i {
  margin: 0px 10px 0px 0px;
}
.reports-dashboard-subnav > button {
  color: #48bb91;
  background: #FFF;
  border: 0px;
  font-size: 14px;
  padding: 15px 30px;
}
.reports-dashboard-subnav div button {
  color: #48bb91;
  background: transparent;
  border: 0px;
  font-size: 12px;
  margin-left: 5px;
}
.reports-dashboard-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.reports-dashboard-col {
  display: flex;
  flex-direction: column;
}
.reports-dashboard-block {
  font-size: 12px;
  box-shadow: 2px 2px 8px #EEE;
  border-radius: 10px;
  margin: 5px;
  flex: 1;
  background: #FFF;
}
.flex-mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.reports-dashboard-view h1 {
  color: #48bb91;
  font-size: 45px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.reports-dashboard-view h1 span {
  font-size: 15px;
}
.reports-dashboard-block-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
}
.reports-dashboard-block-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.data-movement {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  margin-left: 20px;
  display: none;
}
.data-movement i {
  margin-right: 10px;
  font-size: 16px;
}
.data-increase {
  color: #48bb91;
}
.data-decrease {
  color: #db3e3e;
}
.reports-dashboard-bar-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.reports-dashboard-bar {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #e8e8e4;
  overflow: hidden;
}
.reports-dashboard-bar-fill {
  width: 0%;
  height: 100%;
  background: #48bb91;
}
.reports-dashboard-lg-padding {
  padding: 25px 30px;
}
.reports-dashboard-separated-block {
  border-bottom: 1px solid #EEE;
}
.reports-dashboard-separated-block:last-child {
  border-bottom: 0px;
}
.reports-dashboard-sm-padding {
  padding: 10px !important;
}
.reports-dashboard-number-stat {
  white-space: nowrap;
  font-size: 20px;
}
.reports-dashboard-number-stat span {
  font-size: 40px;
  color: #BBB;
}
.reports-dashboard-view ul {
  margin: 0px;
  padding: 0px;
}
.reports-dashboard-view ul li {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reports-dashboard-top-users {
  background: #FFF;
  padding: 40px;
}
.reports-dashboard-top-users-list {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  margin-top: 20px;
}
.reports-dashboard-top-user {
  min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #48bb91;
  margin-right: 40px;
}
.reports-dashboard-mobile-order {
  position: relative;
}
.reports-dashboard-mobile-order div {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
}
.pie-chart {
  position: relative;
}
.pie-chart-legend {
  flex: 1;
  display: flex;
  justify-content: center;
  align-content: center;
}
.legend-circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #48bb91;
  margin-right: 10px;
}
.flex1 {
  flex: 1;
}
nvd3 {
  width: 100%;
}
.pie-overlay {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
h4 {
  margin-bottom: 20px !important;
  font-size: 14px;
  font-weight: bold;
}
.histogram {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.histogram div {
  flex: 1;
  background: #48bb91;
  border: 0px;
  margin: 0px;
}
.histogram-label {
  flex: initial !important;
  width: 30px !important;
  text-align: center;
  background: #FFF !important;
}
.histogram-time-label {
  background: #FFF !important;
}
.reports-loader {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}
@page {
  margin: 0.25in;
}
@media print {
  .main-view {
    padding-top: 0;
  }
  .reports-dashboard-sidenav {
    display: none;
  }
  .reports-page > .main-container-inner {
    overflow: visible;
  }
  .navbar,
  .breadcrumbs,
  .page-header,
  .fiitmps-table-toolbar,
  .widget-box,
  .filter-info {
    display: none;
  }
  .downloadble-report-outer-container {
    width: auto !important;
    margin: 0 -15px !important;
    padding: 15px !important;
    box-shadow: none !important;
    border: none !important;
  }
  .downloadable-report .filter-info {
    display: block;
  }
  .downloadable-report .print-visible {
    display: block !important;
  }
  .downloadable-report .print-hidden {
    display: none;
  }
  .downloadable-report .report-table-container {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    page-break-after: always;
  }
  .downloadable-report .report-table-container:last-child {
    page-break-after: auto;
  }
  .downloadable-report table.report-table {
    font-size: 10px;
    cell-padding: 5px;
  }
  .downloadable-report table.report-table th.column-section-summary,
  .downloadable-report table.report-table td.column-section-summary {
    border-left: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
  }
  #SummaryReportInner .downloadable-report {
    font-size: 10px;
  }
  #SummaryReportInner .downloadable-report .report-content {
    display: table;
    width: 100%;
  }
  #SummaryReportInner .downloadable-report .report-content .report-section-group {
    page-break-inside: avoid !important;
  }
  #MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
  }
  #MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph-svg {
    width: 200px;
    height: 200px;
  }
  #MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend table.legend-table {
    font-size: 10px;
    font-weight: 300;
  }
  #ActivePatronsReportInner .downloadable-report table.report-table {
    font-size: 8px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table {
    width: 600px;
    cell-padding: 0;
    font-size: 8px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .report-legend {
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile {
    width: 12px;
    height: 12px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile {
    width: auto;
    height: 12px;
    font-size: 8px;
  }
  #PatronActivityReportInner .downloadable-report .report-table-container {
    page-break-after: auto;
  }
  #PatronMealPlanHistoryReportInner .downloadable-report .report-table-container {
    page-break-after: auto;
  }
}
