#TID0395208305 { 	
	--MinWidth: unset;
	--MaxWidth: 1500px;

	--FontFamily: Poppins, Arial, Verdana, sans-serif;

	--BGColorWidget: transparent;
	--FontColorWidget: #9ea0a4;

	--BGColorChart: #183663;
	--FontColorChart: #FFFFFF;

	--BGColorColHead: #9ea0a4;
	--FontColorColHead: #183663;

	--FontColorUp: #007500;
	--FontColorDown: #930000;
	--FontColorFlat: #052C1F;

	--AccentColor: #183663;
	
	--TableHeaderBorderColor: #9ea0a4;

	--FontColorCopyright: #C0C0C0;
	
		/* hard coded */
	--BGColorSelected: #EEEEEE;	
}


.tfcWidget{
	text-align: center;
}
#TID0395208305.widgetContainer {
	width: 100%;
 	flex-flow: column;
	font-family: var(--FontFamily);
	color: #000000;
	font-size: 100%;
    display: inline-block;
	margin: auto;
	border: solid 1px var(--BGColorChart);
	padding: .1em;
}
#TID0395208305 [class^="widgetTableCell header"] {
	padding-bottom: 2%;
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0%;
	padding-top: 1%;
	padding-bottom: 1%;
}
#TID0395208305 [class^="widgetTableCell field"] {
	font-size: 78%;
	padding-left: 0;
	padding-right: 0%;
	padding-top: 1%;
	padding-bottom: 1%;
}

#TID0395208305 .sectionBreakRow {
	background-color: #var(--FontColorColHead);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
}
#TID0395208305 #timeframeButtons {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding-top: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	background-color: var(--BGColorChart);
	color: var(--FontColorChart);
	font-size: 90%;
	font-weight: bold;
	white-space:nowrap;
}
#TID0395208305 .timeframeButton {
	line-height: 250%;
	flex-grow: 1;
	flex-basis: 20%;
	text-align: center;
	display: inline-block;
	color: var(--FontColorChart);
	border-left: 1px solid #ffffff;
	background: var(--BGColorChart);
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	cursor: pointer;
}
#TID0395208305 .Title {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	background-color: var(--BGColorChart);
	padding: 1%;
	padding-top: 1%;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}
#TID0395208305 #TableHeaderRow {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	color: var(--FontColorColHead); 
	background-color: var(--BGColorColHead);
	font-size: 70%;
	font-weight: bold;
}
#TID0395208305 #chartTD {
	width: 100%;
	box-sizing: border-box;
	background-color: var(--FontColorColHead);
	padding-bottom: 0px;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
#TID0395208305 .timeframeButton.first {
	border-left: none;
}
#TID0395208305 .timeframeButton.last {
	border-right: none;
}
#TID0395208305 .timeframeButton.pushed {
	background-color: white;
	color: var(--FontColorColHead);
}
#TID0395208305 .selected {
	font-weight: bold !important;
	font-style: italic !important;
	color: #000000 !important;
}
#TID0395208305 .sectionBreakLine {
	width: 100%;
	border: none;
	height: 1px;
	color: var(--FontColorColHead);
	background-color: var(--FontColorColHead);
	padding: 0px;
	margin-top: 1%;
	margin-bottom: 1%;
}

#TID0395208305 .footerLine {
    width: 100%;
    height: 1.2px;
    color: rgb(0, 51, 102);
    background-color: var(--FontColorColHead);
    margin-top: 1%;
    margin-bottom: 1%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px;
}

#TID0395208305 .titleContainer {
	width: 100%;
	display: flex;
	order: 0;
}
#TID0395208305 #chartContainer {
	width: 100%;
	flex-wrap: wrap;
	order: 1;
}
#TID0395208305 #chartImage {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#TID0395208305 .TableRow {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}
#TID0395208305 .down {
	color: #FF0000;
}
#TID0395208305 .up {
	color: #008000;
}
#TID0395208305 .flat {
	color: #000000;
}
#TID0395208305 #TimeStampContainer {
	display: flex;
	order: 6;
	padding: .2em;
}
#TID0395208305 #TimeStamp {
	color: var(--FontColorWidget);
	width: 100%;
	font-size: 65%;
	text-align: center;
}
#TID0395208305 #copyright {
	color: var(--FontColorWidget);
	width: 100%;
	font-size: 60%;
	text-align: center;
	padding-top: 1%;
}
#TID0395208305 .even {
	background-color: #EEEEEE;
}
#TID0395208305 .odd {
}
#TID0395208305 .widgetTableCell.firstHeaderIsNotBlank {
	padding-left: 2%;
	text-align: left;
}

#TID0395208305 .widgetTableCell.lastHeaderOrField {
	padding-right: 1% !important; 
	text-align: right !important;
}

#TID0395208305 .subHead {
	align-self:center;
}

#TID0395208305 .col1 {
	text-align: left !important;
	padding-left: 1% !important;
}

#TID0395208305 .col2 {
}
#TID0395208305 .col3 {
}
#TID0395208305 .col4 {
	padding-right: 5%;
}

#TID0395208305 .col5 {
}
#TID0395208305 .col6 {
	padding-right: 5%;
}
#TID0395208305 .col7 {
}
#TID0395208305 .col8 {
	padding-right: 5%;
}

#TID0395208305 .col9 {
}
#TID0395208305 .col10 {
}

#TID0395208305 #footerLineContainer {
	width: 100%;
	display: flex;
	order: 4;
	display: block;
	background-color: #FFFFFF;
}

#TID0395208305 .sectionBreak {
	padding: 1%;
	text-align: left;
	width: 100%;
}
#TID0395208305 #messageContainer {
	display: none;
	order: 5;
}
#TID0395208305 #message {
	color: #000000;
	width: 100%;
	font-size: 65%;
	text-align: center;
	padding-top: 2%;
}
#TID0395208305 .getWidget {
	font-family: var(--FontFamily);
	font-size: 100%;
}
#TID0395208305 #copyrightContainer {
	width: 100%;
	display: flex;
	text-align: center;
	order: 6;
	line-height: 1.5;
	padding: .2em;
}
#TID0395208305 .widgetTableCell {
	box-sizing: border-box;
	flex-grow: 1;
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: space-around;
	text-align: center;
	cursor: pointer;
}
#TID0395208305 #drilldownLink {
	width: 100%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	font-size: 100%;
	text-align: center;
}
#TID0395208305 #TableRows {
	display: flex;
	flex-direction: column;
	order: 3;
}
#TID0395208305 #TableRows a {
	color: inherit;
	text-decoration: inherit;
}
#TID0395208305 #dataButton {
	vertical-align: middle;
	text-align: right;
	padding: 0;
}
#TID0395208305 #dataButtonImage {
}
#preview {
	position: absolute;
	background-color: #183663;
	padding: 0.1%;
	display: none;
	color: #fff;
	z-index: 99999;
}