@charset "UTF-8";

/* ===========================
   Unified Report Layout - Screen Only
   =========================== */


.date-dropdown-container {
  text-align: center;
}

/*.manager-program-large-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center; /* Optional: center the title */
/* } 

.manager-program-large-header b {
  white-space: nowrap;
}
*/

/*.
.report-dates {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: right; /* Optional: center the title */
/*.}

.report-container,
#globalContainerWide,
#globalContainer_770,
#globalContainer_650 {
  margin: 0 auto;
  overflow: hidden;
}
*/
#globalContainer {
  margin: 0 auto;
  padding: 0;
  width: 100% !important;
  max-width: 970px !important;
  box-sizing: border-box;
  background: #fff;
  
}

#Leaf_Report {
  transform: scale(0.95);
  transform-origin: top center;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
}


/* === Base Styles (Screen Only) === */
* {
  box-sizing: border-box;
}

.large-title b {
  font-size: 18px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333;
  text-align: left;
  margin: 0;
  padding: 5px;
  background-color: white;
}

/* Utility */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.do_not_print {
  display: inline !important;
}

.hidden_except_when_printing {
  display: none !important;
}

.header-block {
  width: 100%;
  max-width: 970px; /* or 960px if that matches Leaf_Report */
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  color: #000;
}

.program-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  line-height: 1.4;
  margin-top: 6px;
	
}

.program_title {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  margin-top: 4px;
  margin-bottom: 2px;
}	

/* Tables */
/*.directory th,
.directory td {
  font-size: 10px !important;
}

table.directory {
  width: 750px;
  margin: 20px auto;
  vertical-align: top;
  text-align: left;
  color: #666;
}

.directory th {
  font-weight: normal;
  text-align: center;
  padding: 2px;
}

.directory td {
  line-height: 14px;
  font-weight: normal;
  text-align: left;
  padding: 2px;
}
*/
td.data {
  width: 75px;
  text-align: right;
}

td.label {
  width: 350px;
  text-align: left;
}

.report-table,
.report-table th,
.report-table td {
  font-size: 10px;
  padding: 3px 6px;
  line-height: 1.2;
  border-collapse: collapse;
}

/* Emphasized section titles */
.data_title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 2px;
  text-align: left;
}

td.accountingnotes {
  width: 600px;
  font-size: 10.5px;
  text-align: left;
}


/* Highlighting */
.highlight {
  background-color: #f8fafb;
}

/* Links */
a:active,
a:hover {
  color: #CC9900;
  text-decoration: underline;
}

em {
  color: #CC9900;
}

/* Headings */
h2 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 2px;
}
/*
.risk-disclaimer {
  max-width: 980px;
  margin: 0 auto;
  padding: 2px;
  font-size: 10px;
  line-height: 1.0;
  text-align: justify;
  box-sizing: border-box;
}*/

.risk-disclaimer strong {
  text-transform: uppercase;
  font-weight: bold;
}
/*
.report-dates {
  font-size: 9.5px;
  line-height: 1.0;
  margin-bottom: 8px;
}
*/
#Leaf_Report .line_header2 {
  text-align: left !important;
}

.line_data,
.align-right {
  text-align: right !important;
}

.line_data {
  vertical-align: middle;
}

.statistical-comparisons-table {
  width: 90%;
  max-width: 800px;
  margin: 10px auto;
  border-collapse: collapse;
  font-size: 9.5px;
}

.statistical-comparisons-table th,
.statistical-comparisons-table td {
  padding: 4px 8px;
  text-align: right;
  white-space: nowrap;
}

.statistical-comparisons-table th:first-child,
.statistical-comparisons-table td:first-child {
  text-align: left;
  width: 180px;
}

/* PDF Button */
.btn-pdf {
  display: inline-block;
  background-color: #0074cc;
  color: #fff !important;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 4px;
  border: 1px solid #005fa3;
  margin-top: 5px;
  transition: background-color 0.2s ease-in-out;
}


@media screen and (max-width: 768px) {
  body {
    font-size: 9px;
  }
  .btn-pdf {
    font-size: 10px;
    padding: 5px 8px;
  }
}
