@charset "UTF-8";

body,
td,
th,
h1 {
	font-family: sans-serif;
	font-size: 14px;
}

h2 {
	font-family: sans-serif;
	border-bottom: 1px dashed #eee;
	line-height: 1;
}

pre {
	margin: 0px;
	font-family: monospace;
}

caption {
	background-color: #ccffcc;
	font-weight: bold;
	color: #000000;
	font-size: 110%;
}

main a:link, a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: none
}

a:hover {
	color: #FF8C1E;
}

a.help {
	float: right;
	color: #900;
	padding: 2px;
}

.material-tooltip .tooltip-content {
	text-align: left !important;
}

.material-tooltip {
	max-width: 20em !important;
}

.uline {
	text-decoration: underline;
}

table.-table {
	border:none;
	border-style:none;
	background-color:#FFC;
	padding:2px;
	margin-left: auto;
	margin-right: auto;
	max-width: 40em;
}

td,
th {
	border: 1px solid #000000;
	vertical-align: baseline;
}

.footnote {
	border-style: none
}

input {
	width: 8em;
	height: auto !important;
	margin: auto !important;
	padding: 0 !important;
	border: none !important;
	line-height: normal !important;
}

input#submit {
	font-size: 110%;
	background-color: #97FF9F;
	width: 7em;
}

input#reset {
	font-size: 110%;
	background-color: #FF9093;
	width: 7em;
}

td#submit {
	border-style: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

td#reset {
	border-style: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.h {
	background-color: #ccffcc;
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}

.e {
	background-color: #ffe01a17;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.v {
	background-color: #cccccc;
	color: #000000;
}

.v input {
	font-size: 14px !important;
}

.ftbl {
	table-layout: fixed;
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	width: auto !important;
}

.ftbl td.e {
	width: 12em;
}

.ftbl td.v {
	width: 10em;
}

.ftbl th {
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: gray;
}

.ftbl td {
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: gray;
}

table.overview {
	float: left;
	font-size: 85%;
}

table.overview tr th {
	padding: 4px;
}

table.overview tr td {
	padding: 4px;
}

table.cf {
	font-size: 80%;
	width: 100%;
}

table.cf tr th {
	padding: 1px;
}

table.cf tr td {
	padding: 1px;
}

table.explanation {
	font-size: 80%;
	width: 100%;
}

h1 {
	font-size: 160%;
}

.e2 {
	background-color: #ccccff;
	font-weight: bold;
	color: #000000;
	padding: 1px 3px 1px 3px;
}

.E2 {
	background-color: #ccccff;
	font-weight: bold;
	font-size: 105%;
	color: #027800;
}

.h2 {
	background-color: #508AAB;
	font-weight: bold;
	color: #FFFFFF;
}

.h3 {
	background-color: #8DCA86;
	font-weight: bold;
	color: #000000;
}

.v2 {
	background-color: #e0e0e0;
	text-align: right;
	color: #000000;
	padding: 1px 3px 1px 3px;
}

tr.cfbold {
	font-weight: bold;
}

tr.cfbold td.e2 {
	background-color: #7a7ac7;
	color: white;
}

tr.cfbold td.v2 {
	background-color: #767676;
	color: white;
}

tr.cfcumulative {
	font-weight: bold;
}

tr.cfcumulative td.e2 {
	background-color: #9696f5;
}

tr.cfcumulative td.v2 {
	color: #f5f4f4;
}

table.input-table {
	width: auto !important;
	margin: auto;
}

table.input-table td, th {
	padding: 2px 2px 2px 2px !important;
}

table.wide-centered {
	width: auto;
	max-width: calc(100vw - 10px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
}

table.error {
	border-style: solid;
	border-width: 1px;
	background-color: #FF6950;
	color: white;
}

table.error th {
	border-color: #B14837;
	font-size: 115%;
	padding: 6px;
	text-align: left;
}

table.warn {
	border-style: solid;
	border-width: 1px;
	background-color: #FFb950;
	color: white;
}

table.warn th {
	border-color: #C8923E;
	font-size: 115%;
	padding: 6px;
	text-align: left;
}

table.link {
	width: 100%;
	table-layout: fixed;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: grey;
	color: white;
}

table.link td {
	font-size: 70%;
	color: #B4C9E3;
	overflow: hidden;
}

img {
	float: right;
	border: 0px;
}

/* hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;} */
p {
	color: #000000;
}

.big {
	font-size: 24;
	font-weight: bold;
	background-color: #dcdcff;
}

.highlight {
	background-color: #dcdcff;
}

.footnote {
	font-size: 75%;
	background-color: #dfdfff;
}

.disclaimer {
	font-size: 85%;
	font-weight: bold;
	background-color: #D00;
	color: #ffffff;
}

.disclaimer a {
	color: white;
}

.disclaimer a:hover {
	background-color: blue;
}

#linkquery {
	font-size: 80%;
	background-color: #dfdfff;
}

.fn {
	font-size: 50%;
}

#header ul {
	list-style: none;
	padding: 0;
	padding-left: 1em;
	margin: 0;
}

#header li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
}

#header a {
	text-decoration: none;
	display: block;
	background: #eee url(arrow.png) no-repeat center left;
	padding: 0.24em 1em;
	color: #000;
	width: 10em;
	text-align: center;
}

#header a:hover {
	background: url(arrow.png) no-repeat center left;
	background-color: #D00;
	color: white;
}

#header #selected {
	border-color: #D00;
	border-top-width: 3px;
}

#header #selected a {
	border-top-width: 3px;
	border-color: #D00;
	position: relative;
	top: 1px;
	background: white url(arrow_down.png) no-repeat center left;
	color: black;
	font-weight: bold;
}

#content {
	border: 1px solid #D00;
	clear: both;
	padding: 0 1em;
}

h1 {
	padding: 0;
	margin: 0;
}

p {
	margin-top: 10px;
}

td.tabletext {
	background-color: #FF9;
	border: none;
	text-align: left;
	vertical-align: top;
	padding: 1em;
}

.result-container {
	display: flex;
	align-items: stretch;
}
  
.result-table {
	flex: 0 0 auto;
}
  
.result-chart {
	flex: 1 1 auto;
}
  
div.plot-title {
	text-align: center; 
	font-size: 16px;	
}

ul#tabs-bar {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}

.tabs .tab a {
	text-decoration: none;
	font-size: 18px;
}

/* Change color on hover to weak yellow */
.tabs .tab a:hover {
	background-color: rgba(255, 255, 0, 0.1);
}

/* Apply focus style to active tab */
.tabs .tab a.active {
	background-color: rgba(246,178,181,0.2);
	outline: none;
}

.pie-chart-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pie-chart-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

#income-pie-chart {
	max-width: 500px;
	margin: 0 auto;
}

hr.full {
	width:100vw;
	position:relative;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;	
}

div#output {
	margin-top: 12px;
}

#cf-table td,th {
	font-size: 90%;
}

.modal-content {
	padding-bottom: 0 !important;
}

.save-modal {
    width: 300px !important;   /* Set the modal's width to 50% */
}

.save-modal .modal-footer {
    display: flex;
    justify-content: space-between;
	margin-bottom: 12px;
}

.save-modal .btn {
    margin: 10px;
	text-decoration: none;
}