/**************font-declaration******************/
@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Graphik-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Graphik-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Graphik-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Graphik-Light.otf') format('opentype');
}


@font-face {
	font-family: 'icofont';
	src: url('fonts/icofont.eot');
	src: url('fonts/icofont.eot?#iefix') format('embedded-opentype'),
		url('fonts/icofont.woff2') format('woff2'),
		url('fonts/icofont.woff') format('woff'),
		url('fonts/icofont.ttf') format('truetype'),
		url('fonts/icofont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***********************/

html,
body,
.ControllTD,
#TD_print,
#TD_detach_graph,
#TD_download_excel,
#TD_color_blind_mode,
.navigation ul li,
.PerformanceTab_DDL_Performance_Function,
.PerformanceTab_Performance_NA_Value {
    font-family: 'Graphik';
	font-size: 14px;
	color: #005C00;
	font-weight: 400;
}
.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
	color:   #003A00 !important;
}
.highstocklegend {
	font-size: 14px!important;
}

body {
	margin: 0;
	background: #FEFDF9;
}

a:visited,
a:link {
	color: #005C00;
	
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

a:active,
a:hover {
	color: #005C00;
	
	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

/* Tool max-width */

#container {
    max-width: 1200px;
    margin:0 auto;
    position: relative;
}

#shareGraph {
	min-height: 0;
}

/* PLUS AND MINUS START */

.minus span,
.Minus span,
.PerformanceTab_Performance_Negative_Value,
.PerformanceTab_Performance_By_Year_Negative_Value {
    color: #CF6679;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.minus span:before,
.Minus span:before,
.PerformanceTab_Performance_Negative_Value:before,
.PerformanceTab_Performance_By_Year_Negative_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #CF6679;
}

.plus span,
.Plus,
.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #46A814;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
	
}
.plus span:before,
.Plus:before,
.PerformanceTab_Performance_Positive_Value:before,
.PerformanceTab_Performance_By_Year_Positive_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #46A814;
}
/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/****************************************** HEADINGS *******************************************************/

.legenddate {
	color:  #003A00 !important;
	font-size: 1em;
	font-weight: bold;
}
.Orders_TitleTD_Right {
	color: #313B2C;
	font-weight: bold;
}

.Orders_TitleTD_Left,
.TradesByBroker,
.DivLastestShareTrades span,
.PerformanceTab_TD_Select_Type_Label {
    line-height: normal;
	margin: 0px;
	padding: 0px;
	
	font-family: inherit;
	font-size: 1.25em !important;
	color: #313B2C !important;
	font-weight: bold;
	
	padding-top: 0em;
	padding-bottom: 1.0em;
	
	display: block;
}

.TickerDateTD {
	padding-bottom: 0.6em;
    padding-left: 0em;
    padding-top: 0.6em;
    padding-right: 0.6em;

	text-align: left;
}
/********************************************************************************** TABLES *****************************************************************************************/

/*
#container {
	overflow: visible;
}
*/

/****************************************** BORDER CONTROLS *******************************************************/

/*** Table ***/

.PerformanceTab_Table_Performance_By_Year,
.PerformanceTab_Table_Price_Performance,
.PerformanceTab_Performance_By_Year_Header_Row,
.orderBorder > table:first-child,
.BrokerHeaderTable,
.ShareDataTable,
.TickerTbl {
	width: 100%;
	box-sizing: border-box;	
	border-collapse: collapse;
    border-spacing: 0px;
}

/*** Inner Borders ***/

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.Orders_HeaderTD_Date.tdOrderMiddle,
.Orders_HeaderTD_Ask.tdOrderRight,
.BrokerHeaderTable tr:first-child .Broker_ColumnPercent,
.BrokerHeaderTable tr:first-child .Broker_ColumnVolume,
.Trades_VolumeHeading,
.Trades_LastHeading,
.TickerNameTD {
	border-left: 0em solid #E1E1E1;
}


.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td,
.tdOrderMiddle,
.tdOrderRight,
.BrokerHeaderTable tr .Broker_ColumnPercent.Broker_ColumnBrokerValue,
.BrokerHeaderTable tr .Broker_ColumnVolume.Broker_ColumnBrokerValue,
.Trades_Close_Change,
.Trades_Size,
.DataValueTD,
.TickerValueTD {
	border-left: 0em solid #E1E1E1;
}

.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Row td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value,
.TickerNameTD_ShareName,
.TickerValueTD_ShareName {
	border-left: 0px;
}


.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td,
.Orders_RowTR > td,
.Broker_EvenRow td,
.Broker_OddRow td,
.Trades_Row td,
.DataNameTD,
.DataValueTD,
.TickerValueTD {
	border-bottom: 1.5px solid #EDEBE4  !important;
}


/*** Outter borders ***/

.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Row td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value,
.tdOrderLeft,
.Broker_ColumnOrder,
.Trades_TradeTime,
.DataNameTD,
.Trades_TimeHeading,
.TickerValueTD_ShareName,
.TickerNameTD_ShareName {
	border-left: 0em solid #E1E1E1;
}

.PerformanceTab_Performance_By_Year_Prev4_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Value,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.tdOrderRight,
.Broker_ColumnVolume,
.Trades_Size,
.DataValueTD,
.Trades_VolumeHeading,
.TickerValueTD_Volume,
.TickerNameTD_Volume {
	border-right: 0em solid #E1E1E1;
}

.PerformanceTab_Performance_By_Year_Row:last-child td,
.PerformanceTab_Performance_Row:last-child td,
.Orders_RowTR:last-child > td,
.BrokerHeader tr:last-child td,
.Trades_Row:last-child td, 
.DataTable tr:last-child .DataNameTD,
.DataTable tr:last-child .DataValueTD,
.TickerRow:last-child .TickerValueTD {
	border-bottom: 0em solid #E1E1E1;
}

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.DataTable tr:first-child .DataNameTD,
.DataTable tr:first-child .DataValueTD {
	border-top: 0em solid #E1E1E1;
}

/*** Header Top/Bottom Borders ***/

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.Orders_HeaderTD,
.BrokerHeaderTable tr:first-child td,
.Trades_RowHeader td,
.TickerNameTD {
	border-top: 0em solid #E1E1E1;
	border-bottom: 1.5px solid #DEDEDE;
}

/*** Header Left/Right Borders ***/

.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.Orders_HeaderTD_Bid,
.BrokerHeader tr:first-child td.Broker_ColumnOrder,
.Trades_TimeHeading,
.TickerNameTD_ShareName {
	border-left-color: #E1E1E1;
}


.PerformanceTab_Performance_Header_Row th:last-child,
.PerformanceTab_Performance_By_Year_Header_Row th:last-child,
.Orders_HeaderTD_Ask,
.BrokerHeader tr:first-child td.Broker_ColumnVolume,
.Trades_VolumeHeading,
.TickerNameTD_Volume {
	border-right-color: #E1E1E1;
}


/*** Ticker date fix, needed because the date and the ticker table are actually in a single table ***/

td.TickerDateTD {
    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
}

/*** Table Backgrounds ***/

/*** Head ***/

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.Orders_HeaderTD_Date,
.BrokerHeader tr:first-child td,
.Trades_VolumeHeading,
.Trades_LastHeading,
.TickerNameTD {
	background: transparent;
	color: #003A00;
	text-align: right;
	
	font-weight: bold;
	text-transform: uppercase;
}


.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.Orders_HeaderTD_Bid,
.Orders_HeaderTD_Ask,
.BrokerHeader tr:first-child td.Broker_ColumnOrder,
.BrokerHeader tr:first-child td.Broker_ColumnBroker,
.Trades_TimeHeading,
.TickerNameTD_ShareName {
	background: transparent;
    color: #003A00;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-size: 14px;
}

/*** Body ***/

.PerformanceTab_Performance_By_Year_Row_EvenRow td,
.PerformanceTab_Performance_Row_EvenRow td,
.Orders_EvenRowTR > td,
.Broker_EvenRow td,
.TradesTable .EvenRow td,
.EvenRowTR .DataNameTD,
.EvenRowTR .DataValueTD,
.Ticker_OddRow .TickerValueTD {
	background: transparent ;
}

.PerformanceTab_Performance_By_Year_Row_OddRow td,
.PerformanceTab_Performance_Row_OddRow td,
.Orders_OddRowTR > td,
.Broker_OddRow td,
.TradesTable .OddRow td,
.OddRowTR .DataNameTD,
.OddRowTR .DataValueTD,
.Ticker_EvenRow .TickerValueTD {
	background: transparent ;
}

.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td,
.Orders_RowTR > td.tdOrderMiddle,
.BrokerHeaderTable tr td,
.TradesTable .Trades_Row .Trades_Close_Change,
.TradesTable .Trades_Row .Trades_Size,
.ShareDataTable tr .DataValueTD,
.TickerRow .TickerValueTD {
	background: transparent;
	text-align: right;
	color: #005C00;
	
	font-weight: normal;
	font-size: 18px;
    line-height: 32px;
}

.PerformanceTab_Performance_By_Year_Row td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value,
.Orders_RowTR > td.tdOrderLeft,
.Orders_RowTR > td.tdOrderRight,
.BrokerHeaderTable tr td.Broker_ColumnOrderValue,
.BrokerHeaderTable tr td.Broker_ColumnOrderValue + .Broker_ColumnBrokerValue,
.TradesTable .Trades_Row .Trades_TradeTime,
.ShareDataTable tr .DataNameTD,
.TickerRow .TickerValueTD_ShareName {
	background: transparent;
    text-align: left;
    color: #005C00;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    line-height: 32px;
}


/***************************************** Order Depth *****************************************/

.Orders_RowTR > td.tdOrderLeft,
.Orders_HeaderTD_Bid {
	text-align: left;
}
.Orders_RowTR > td.tdOrderRight,
.Orders_HeaderTD_Ask {
	text-align: right;
}
	
/***************************************** END OF BORDER CONTROL **************************************************/

.DataTable,
.TickerTbl,
table.TradesTable,
.orderBorder table {
    border-collapse: collapse;
    border-spacing:0;
}

.TradesTable {
	margin-bottom: 1em;
}

.orderBorder .tdOrderMiddle table {
	border-bottom: 0em;
}

.BrokerHeaderTable {
	border-collapse: collapse;
}

.Orders_HeaderTD,
.BrokerTypeRow,
.BrokerHeaderTable tbody tr:first-child td,
.TickerNameTD,
.TradesTable .Trades_RowHeader td,
.PerformanceTab_Performance_Header_Row th,
.PerformanceTab_Performance_By_Year_Header_Row th {
	padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
.BrokerTypeRow {
	border-bottom: 0;
	padding-bottom: 0em;
}

.Orders_RowTR .tdOrderLeft,
.Orders_RowTR .tdOrderMiddle,
.Orders_RowTR .tdOrderRight,
.Broker_EvenRow td,
.Broker_OddRow td,
.TickerValueTD,
.DataNameTD,
.DataValueTD,
.TradesTable .Trades_Row td,
.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td {
	padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.6em;
    padding-right: 1em;
    height: auto;
    line-height: normal;
}

.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_Row td.Trades_Close_Change {
	padding-right: 1.5em;
}

.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange {
	padding-right: 1.5em;	
}

.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange {
	padding-right: 0.6em;
}

.TickerValueTD {
	width: 8.8%;
	white-space: nowrap;
}
.TickerValueTD_ShareName {
	width: 20.08%;
	white-space: normal;
}
.TickerNameTD {
	white-space: nowrap;
}



#tblCalendarSelector > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
    position: relative; /* needed for ::before positioning */
}

#tblCalendarSelector > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #007364; /* vertical line color */
}

/* Selected row controls */
.Ticker_SelectedRow {

}

.TickerNameTD_MarketName,
.TickerValueTD_MarketName {
    display: none;
}

@media (min-width: 0px) and (max-width: 881px) {  
	
	.TickerValueTD_Ask,
	.TickerValueTD_Bid,
	.TickerNameTD_Ask,
	.TickerNameTD_Bid {
		display: none;
	}
	
	.TickerValueTD {
		width: 12.5%;
	}
	.TickerValueTD_ShareName {
		width: 25%;
	}
}

@media (min-width: 0px) and (max-width: 750px) {  
	
	.TickerValueTD_High,
	.TickerValueTD_Low,
	.TickerNameTD_High,
	.TickerNameTD_Low{
		display: none;
	}
	
	.TickerValueTD {
		width: 17.5%;
	}
	.TickerValueTD_ShareName {
		width: 30%;
	}
	
	.DynarchCalendar, .DynarchCalendar table {
  font-size: 12px !important;
}
	.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  padding: 0px 3.1px !important;
  border-color: #005C00;

}
}

@media (min-width: 0px) and (max-width: 558px) {  
	
	.TickerValueTD_LastPricePercentChange,
	.TickerNameTD_LastPricePercentChange {
		display: none;
	}
	
	.TickerValueTD {
		width: 20%;
	}
	.TickerValueTD_ShareName {
		width: 40%;
	}
}


/* END OF TICKER AREA */

/********************************************************************************* TABS AREA START */

#tabPanel {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
	
	position: relative;
	z-index: 0;
}

#tabPanel:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #FFFFFF;	
}

#tabPanel ul {
	text-align:  left !important;
	font-size: 0em;
	border-bottom: 1px solid #DEDEDE;
}
/* Unselected tab rules */

.navigation ul li a {
	display: block;
    height: auto;
	line-height: 24px;
	
	padding-top: 1em;
    padding-right: 0.1em;
    padding-bottom: 5px;
    padding-left: 0.1em;
	
	margin-top: 0.0em;
	margin-right: 0.08em;
	margin-bottom: 0.0em;
	margin-left: 0.08em;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	text-transform: capitalize;	
	color: #003A00;
	
	font-style: normal;
	text-decoration: none;	
	
	/*! border-top: 0.08em solid #DCD8CC; */
/* 	border-right: 0.08em solid #DCD8CC; */
/* 	border-bottom: 0.08em solid #DCD8CC; */
/* 	border-left: 0.08em solid #DCD8CC; */
	
	background: transparent;
	
	transition: none;
	
	position: relative;
	top: 0;
	left: 0em;
	letter-spacing: 0.5px;
}

.navigation ul li a:hover {
    /*! background: #005C00; */
	/*! border-top: 0.08em solid #005C00; */
	/*! border-right: 0.08em solid #005C00; */
	/*! border-bottom: 0.08em solid #005C00; */
	/*! border-left: 0.08em solid #005C00; */
	
	text-decoration: none;
	font-style: normal;
	
	z-index: 9;
    font-weight: bold;
    color: #005C00;
    border-bottom: 2px solid #005C00;
}
/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: #FEFDF9;
	color: #005C00;	
	/*! border-top: 0.08em solid #005C00; */
	/*! border-right: 0.08em solid #005C00; */
	border-bottom: 2px solid #005C00;
	/*! border-left: 0.08em solid #005C00; */
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 10;
    font-weight: bold;
    padding-bottom: 5px;
}
.tab_selected:hover
{

}
.tab_selected:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0em;
	
	border-left: 0em solid transparent; 
	border-right: 0em solid transparent; 
	border-top: 0em solid #313B2C;
}
/* END OF TABS AREA */
/* Corrections for period selection & graph legend display */

/*************************************** Start of: Graph interval selection & legend ****************************************/

.PeriodSelectionIntervalText {	
	font-size: 0em;
	width: 0em;
	padding: 0em;
}
ul#_ulPeriod {
    padding-top: 0.5em!important;
}
#_ulPeriod li {
    padding: 0.5em;
    padding-top: 0em;
	
	
}
.ul_highstocklegend li {
	list-style: none;
	margin-left: 0em;
	line-height: 1em;
	height: auto;
	
	float: none;
	display: inline-block;
}
.comparelegend_name {
	padding: 0px;
	
	position:relative;
	top: 0em;
	left: 0em;
	margin-left: 0em;
	
	display: inline-block!important;
}
.comparelegend_name:before {	
	content: "■";
	
	font-family: 'Graphik' !important;
	font-size: 2em;
	
	position: relative;
	left: 0;
	top: 0;
	margin-top: -0.385em;
	margin-right: 0.2em;
	
	line-height: 0.5em;
	
	display: inline-block!important;
	
}
.ul_highstocklegend_color_blind_mode .comparelegend_name:before {
	content: "";
}
#_ulPeriod li label {
    white-space:nowrap;
}
div#periodSelectionPanel {
    border-bottom: 0em solid #A9A3A8;
}
.highstocklegend {
	padding: 0em 2.1em 0em 2.4em;
	font-family: 'Graphik' !important;
}
.ul_highstocklegend {
	padding: 0em 0 0.5em 1em;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    margin-bottom: 1em;
}

.comparelegend_value {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.legenddate {
    padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
    border-top: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;	
	
}
@media (min-width: 0px) and (max-width: 573px) {   
	
	/**************** Gets rid of the exsess values on the legend ****************/
	.legendSharesDiv .comparelegend_value {
		white-space: normal !important;
	}
	
	.legendSharesDiv div {
		display: inline-block;
	}
	
	.legendSharesDiv .comparelegend_value > div > div {
		display: none!important;
	}
	.legendSharesDiv .comparelegend_value > div > div:last-child {
		display: inline-block !important;
	}
	
}
/*************************************** Start of: Graph Buttons ****************************************/

#additionFunctionPanelPanel {
	padding: 0.5em 0 0 0;	
}

.additionFunction table {
	margin: 0em;
	width: 100%;
}


.button,
.button:link,
.button:visited {
	display: block;	
	
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	
	margin: 0.5em;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	border: 0.08em solid #005C00;	
	border-radius: 16px;
	background: #005C00;
	
	transition: none;	
	text-decoration: none;	
	line-height: 24px;
    letter-spacing: 1.2px;
	width: 250px;
}
.button:active,
.button:hover {
	text-decoration: none;
	
	background: #003900;
	color: #FFFFFF;
	border-color: #003900;
}
.button img {
	display: none;
}

.additionFunction table, 
.additionFunction tbody,
.additionFunction tr {
	display: block;
}

.additionFunction tr {
	font-size: 0em;
	text-align: center;
}

.additionFunction table td {
	width: auto;
	text-align: center;
	
	display: inline-block;
	
	min-width: 13.8em;
	box-sizing: border-box;
}

@media (max-width: 996px) { 	 
	.t-ie9 .additionFunction table td {
		/** Hack for IE9, but effects IE10 as well */
		float: left \ ;
		width: 100% \ ;
	}
}

/*************************************** Start of: Graph Controls ****************************************/


.ControllTD > div {
	margin: 1em 0.5em 0 0.5em;
	border: 0em solid #E1E1E1;
	background-color: transparent;
}

.title {
	
	font-family: inherit;
	font-size: 1.0em;
	color: #003A00;
	
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	
	background: transparent;
	text-align: left;
	float: center;
	
	border-bottom: 1.5px solid #D3D3D3;
	
	padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;
	
	margin-bottom: 0em;
	margin-top: 0em;
	letter-spacing: 1.2px;
    line-height: 24px;
}

.divtable {	
	padding: 0.6em 0.6em 0.6em 0.6em;
    clear: both;
    min-height: 6em;
}

.custom_label td {
	line-height: normal;
	height: auto;
}
table td.compare_part {
	padding-left: 0.4em;
	width: 100%;
}

table td.compare_part div {
	width: auto;
}

.ControllRow > tbody,
.ControllRow > tbody > tr,
.ControllRow {
	display: block;	
}

.ControllRow > tbody > tr {
	font-size: 0em;
	text-align: left;
}

.ControllTD {
	width: 33.33%;
	vertical-align: top;
	
	display: inline-block;
	/* IE 8 & below CSS correction */
	float: left;
    /* * * * * * * * * * * * * * * */
	text-align: left;
}

.ControllRow {
	padding: 0;
}

.ControllTD .table_row {
	height: auto;
}

.t-safari .ControllTD input[disabled] {
	/* Fix for iOS Safari where the disabled input boxes are cut when inside inline-block elements */
	opacity: 1.0;
	border-color: #ccc;
	background: #fafafa;
}

@media (min-width: 0px) and (max-width: 881px) {  
	
	.ControllTD {
		width: 50%;
		float: left;
		min-height: 11em;
		
		min-width: 14.28em;
	}
    .ControllRow > tbody > tr {
        text-align:center;
    }
}

@media (min-width: 0px) and (max-width: 589px) {  
	.ControllTD {
		float: none;
		height: auto;		
	}
	
	.t-ie9 .ControllTD {
		/** Hack for IE9, but effects IE10 as well */
		float: left \ ;
		width: 100% \ ;
	}
	
	.divtable {	
		min-height: 0em;
	}
}

#footer {
	clear: both;
}

/*************************************** Start of: Share data ****************************************/

.DataNameTD,
.DataValueTD {
    width:50%;
}

/*************************************** Start of: Trades ****************************************/

.TradesTable .Trades_RowHeader td {
    width: 33.33%;
}
.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_RowHeader td.Trades_TimeHeading {
	width: 20.33%;
}



.excellink {
	text-align: right;
	padding-bottom: 1em;
}

.Buyers {
	vertical-align: top;
}

.Broker_DivBullet {
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.Broker_ColumnBroker,
.Broker_ColumnPercent,
.Broker_ColumnVolume {
    width:33.33%;
}
.fullbrokername {
	padding: 0.5em;
	background: #fff;
	border: 0.08em solid #E1E1E1;
	box-shadow: 1px 1px 2px #A9A3A8;
}
.Buyers {
	padding-right: 0.25em;
}
.Sellers {
	padding-left: 0.25em;
}
.Buyers,
.Sellers {
	vertical-align: top;
}
.Broker_Chart {
	text-align: center;
}

@media (min-width: 0px) and (max-width: 618px) {  
	.DynarchCalendar, .DynarchCalendar table {
  font-size: 11px;
}
	.calendar_header .time_frame {
  font-size: 16px;
}
	
	.Broker_Chart img {
		display: none;
	}	
	.BrokerContentTable,
	.BrokerContentTable > tbody,
	.BrokerContentTable > tbody > tr,
	.Sellers,
	.Buyers {
		display: block
	}
	.Broker_Chart {
		clear: both;
	}
	.BrokerTableContent {
		float: left;
		clear: both;
	}
	
	.Sellers .BrokerTableContent {
		margin-top: 1em;
	}
}

/*************************************** Start of: Order Depth ****************************************/

.Orders_TitleTD_Right {
	text-align: right;
}

.Orders_RowTR .tdOrderLeft {
	text-align: left;
}

.Orders_VolumeTD_AskBox {
	background: #005C00;
}
.Orders_VolumeTD_BidBox {
	background: #F3F6E5;
}

.Orders_VolumeTD_BidNumber {
	text-align: right;
	padding-right: 0.5em;
    white-space:nowrap;
}
.Orders_VolumeTD_AskNumber {
	text-align: left;
	padding-left: 0.5em;
    white-space:nowrap;
}

.Orders_HeaderTD_Date {
	text-align: center;
}

/*************************************** Start of: Performance ****************************************/

.PerformanceTab_TD_Select_Type_Label {
    width:50%;
	text-align: left;
}
.PerformanceTab_TD_Select_Type_Value {
    padding: 0 0 0.5em 0;
    width:50%;
	text-align: right;
}
.PerformanceTab_TD_Select_Currency_Label,
.PerformanceTab_TD_Select_Currency_Value  {
    display:none;
}
.PerformanceTab_DDL_Performance_Function {
    color: #333;
    font-size: 1em;
    padding: 0.62em;
    box-sizing: border-box;
    background: transparent;
    border: 0.08em solid #cccccc;
    max-width:20em;
    width:100%;
}

.PerformanceTab_Performance_Row td {
	padding-right: 1.5em;
}
.PerformanceTab_Performance_Row .PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_Row .PerformanceTab_Performance_All_Time_High_Low_Value {
	padding-right: 0.6em;
}

.PerformanceTab_Performance_By_Year_Row td {
	padding-right: 1.5em;
}

th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading {
	text-align: left;
}

td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value {
	text-align: left;
}
.PerformanceTab_Performance_Instrument_Value div,
.PerformanceTab_Performance_By_Year_Instrument_Value div {
	padding: 0px!important;
	margin: 0px!important;
}

.PerformanceTab_Table_Price_Performance ,
.PerformanceTab_Table_Performance_By_Year {
    width:100%;
}

.PerformanceTab_Performance_Header_Row th {
	padding-left: 0.5em;
}
.PerformanceTab_Performance_By_Year_Header_Row  th {
	padding-right: 1em;
	padding-left: 0.5em;
}
.PerformanceTab_Performance_By_Year_NA_Value,
.PerformanceTab_Performance_Neutral_Value,
.PerformanceTab_Performance_By_Year_Neutral_Value,
.PerformanceTab_Performance_NA_Value {
	color: inherit;
} 
.PerformanceTab_Performance_Instrument_Value span.PerformanceTab_SharePriceDevelopment_Instrument_InstrumentName {
	display: inline-block;
	padding-right: 0.5em;
}

@media (min-width: 0px) and (max-width: 753px) { 
	.PerformanceTab_Performance_By_Year_Prev4_Heading,
	.PerformanceTab_Performance_By_Year_Prev4_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 592px) { 
	.PerformanceTab_Performance_By_Year_Prev3_Heading,
	.PerformanceTab_Performance_By_Year_Prev3_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 489px) { 
	.PerformanceTab_Performance_By_Year_Prev2_Heading,
	.PerformanceTab_Performance_By_Year_Prev2_Value {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 778px) {   
	.PerformanceTab_Performance_52_Week_High_Low_Value,
	.PerformanceTab_Performance_52_Week_High_Low_Heading,
    .PerformanceTab_Performance_1_Month_Change_Heading,
    .PerformanceTab_Performance_1_Month_Change_Value {
		display: none;
	}

    .PerformanceTab_Performance_5_Year_Change_Heading,
    .PerformanceTab_Performance_5_Year_Change_Value {
        border-right: 0em solid #E1E1E1;
    }

}
@media (min-width: 0px) and (max-width: 643px) { 
    .PerformanceTab_Performance_3_Month_Change_Heading,
    .PerformanceTab_Performance_3_Month_Change_Value {
        display: none;
    }
}

/*************************************** End of: Performance data ****************************************/

#divCalendar {
	border: 0.08em solid #E1E1E1;
	background: #fff;
	box-shadow: 1px 1px 2px #A9A3A8;
}
.dbFooter {
	padding-top: 1em;
}


/*****start changes********/

.periodSelection ul {
    text-align: center !important;
}

#tabPanel ul li {
    list-style: none outside none!important;
    width: 20%;
}
.body_es-es #tabPanel ul li {
    list-style: none outside none!important;
    width: 20%;
}

text.highcharts-yaxis-title {
    font-size: 14px !important;
}

div#dbFooter {
    font-size: 14px;
}

#htmlgraph {
    width: 100%;
    height: 450px !important;
    float: left;
}

tspan, text {
    font-family: 'Graphik' !important;
}

div#divGraphControll {
    margin-left: 32px;
    margin-right: 20px;
}

.ControllTD .table_row {
    line-height: 1.8;
}

input#txtInsertPeriod {
    border: 1px solid #003900;
    padding: 6px;
	font-family: 'Graphik' !important;
	font-size: 14px;
	background: transparent;
}

span.LastestShareTrades, span#lblPerfomanceTable {
    display: none !important;
}

@media (max-width: 580px) {
.PerformanceTab_TD_Select_Type_Label, .PerformanceTab_TD_Select_Type_Value {
    width: 100%;
    display: block;
    text-align: center !important;
}
}


@media(max-width: 440px){
	.DynarchCalendar-dayNames div {
    font-size: 11px !important;
}
	.DynarchCalendar, .DynarchCalendar table {
  font-size: 14px !important;
}
	.button_bg {
		font-size: 14px !important;
		height: 25px !important;
  }
	.body_en-us .DynarchCalendar-dayNames div, .body_en-us .DynarchCalendar-day, .body_en-us .DynarchCalendar-weekNumber {
  width: 1.3em !important;
}
	.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  padding: 0px 3.1px;
  border-color: #005C00;
}
	
	.DynarchCalendar-day {
  text-align: center;
  color: #222;
  font-size: 10px !important;
		padding:  -10px !important;
}
}

@media(max-width: 375px){
	.DynarchCalendar, .DynarchCalendar table {
  font-size: 11px !important;
}
	.button_bg {
		font-size: 12px !important;
		height: 25px !important;
  }
	
		.DynarchCalendar-dayNames div {
    font-size: 10px !important;
}
	
	.DynarchCalendar-title div {
    padding: 1px 8px !important;
    font-size: 13px !important;

}
	
	  .DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
    padding: 1px 2px !important;
  }
}


@media(max-width: 320px){
	
	.DynarchCalendar-hover-date:hover {
    padding: 0px 4px !important;
}
	.DynarchCalendar, .DynarchCalendar table {
  font-size: 11px !important;
}
	.button_bg {
		font-size: 14px !important;
		height: 25px !important;
  }
	td.time_frame {

  font-size: 16px !important;
}
	.body_en-us .DynarchCalendar-dayNames div, .body_en-us .DynarchCalendar-day, .body_en-us .DynarchCalendar-weekNumber {
  width:  1.1em !important;
}
	
	.DynarchCalendar-day-selected {
  padding: 1px 5px !important;
}
	.DynarchCalendar-dayNames div {

  font-size: 11px !important;
}
	
	.DynarchCalendar-title div {

  font-size: 12px !important;
}

	.DynarchCalendar-title div {
  padding: 5px 46px !important;
}
	
	  .DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
    padding: 0px 1px !important;
  }
	.DynarchCalendar-dayNames div {
  font-size: 9px !important;
}
}

.PerformanceTab_Performance_Row td {
    padding-left: 0.2em;
}

@media (max-width: 768px) {
	
#tabPanel ul li {
    list-style: none outside none!important;
    width: 49%;
    margin: 1px;
}
	#tabPanel ul {
	border-bottom: 0px solid #DEDEDE !important;
}
	
/* 		#divCalendar {
		width: 50% !important;
		height: 75% !important;
		margin-right: 311px !important;
	} */
}

@media (max-width: 480px) {
	#tabPanel ul li {
		list-style: none outside none!important;
		width: 99%;
		margin: 1px;
	}
}

@media (max-width: 950px) {
	
.body_es-es #tabPanel ul li {
    list-style: none outside none!important;
    width: 49%;
    margin: 1px;
}
}

@media (max-width: 490px) {
	.body_es-es #tabPanel ul li {
		list-style: none outside none!important;
		width: 99% !important;
		margin: 1px;
	}
}

@media (max-width: 346px) {
/* .body_es-es .TickerNameTD_ShareName,
.body_es-es .TickerRow .TickerValueTD_ShareName {
    font-size: 14px !important;
} */
.body_es-es .TickerValueTD {
    padding-left: 0.5em;
	font-size: 14px;
}
.body_es-es .PerformanceTab_Performance_Header_Row th {
    padding-left: 0em;
}
}

/* 
.buttonDetachGraph:after {
    content: "";
    background-image: url(inactive.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 14px;
}

.buttonDownloadExcel:after {
	content: "";
    background-image: url(inactive.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 14px;
}

.buttonPrint::after {
	content: "";
    background-image: url(inactive.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 14px;
}

.buttonDetachGraph:hover:after {
    content: "";
    background-image: url(active.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 14px;
}

.buttonDownloadExcel:hover:after {
	content: "";
    background-image: url(active.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 14px;
}

.buttonPrint:hover::after {
	content: "";
    background-image: url(active.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top:7px;
    left: 14px;
} */

/* a.button.buttonPrint span {
    position: relative;
    top: 2px;
} */

td.TickerDateTD span {
    font-size: 16px;
}

@media (max-width : 330px) {
	.TickerRow .TickerValueTD_ShareName,.TickerRow .TickerValueTD {
		font-size: 14px;
	}
}

.supplied_by_euroland a {
    position: relative;
    top: -4px;
}




/* Calendar */
table.DynarchCalendar-titleCont,
.DynarchCalendar-day,
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend {
    color: #313B2C;
}


div#divCalendar > div > div {
    position: relative;
}
/* 
.DynarchCalendar-prevYear div::before {
    content: "<<";
    font-family: "FontAwesome";
    content: "\f101";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    margin-left: -7px;
    margin-top: 21px;
    color: #313B2C;
    -ms-transform: rotate(20deg);
    transform: rotate(174deg);
    font-size: 18px;
} */

.DynarchCalendar-prevYear div {
    /*! background-image: none; */
}

/* .DynarchCalendar-nextYear div::after {
    content: ">>";
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    left: 100%;
    margin-left: -10px;
    margin-top: 7px;
    color: #313B2C;
    -ms-transform: rotate(20deg);
    transform: rotate(1deg);
    font-size: 18px;
} */

div#divCalendar td {
    border: 0 !important;
}

.DynarchCalendar-nextYear div {
    /*! background-image: none; */
}

/* .DynarchCalendar-prevMonth div::after {
    content: "<";
    font-family: "FontAwesome";
    content: "\f105";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    margin-left: 0;
    margin-top: 21px;
    color: #313B2C;
    -ms-transform: rotate(20deg);
    transform: rotate(180deg);
    font-size: 18px;
}
 */
.DynarchCalendar-navBtn div {
    padding: 0;
}

.DynarchCalendar-hover-navBtn div {
    border: 0;
    padding: 0;
    background-color: #fff;
}

.DynarchCalendar-prevMonth div {
    /*! background-image: none; */
}

/* .DynarchCalendar-nextMonth div::after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    margin-top: 7px;
    color: #313B2C;
    -ms-transform: rotate(20deg);
    transform: rotate(356deg);
    font-size: 18px;
} */

.DynarchCalendar-nextMonth div {
    /*! background-image: none; */
}

.DynarchCalendar-hover-title.DynarchCalendar-title > div:hover {
    border: 0 !important;
}

td.time_frame {
    font-weight: 700;
    font-family: 'Graphik';
    font-size: 19px;
}

.DynarchCalendar-day {
  text-align: center;
  color: #222;
  font-size: 11px;
}
.button_bg {
    background: #005C00;
    color: #fff;
    border: 0;
    height: auto;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 500;
    height: 42px;
    font-family: 'Graphik';
    width: 116px;
	border: 0.08em solid#005C00;
}

.button_bg:hover {
    background: #003900;
    color: #FFFFFF;
    border: 0px solid #003900;
}

.button_period_range {
    text-align: right;
}

div#divCalendar > div > div {
    border: 0 !important;
}

.DynarchCalendar-topBar {
    border-bottom: 0;
}

.DynarchCalendar-day-selected {
    padding: 2px -1px !important;
    border: 1px solid #005C00;
    margin: 0 !important;
    background-color: #005C00;
    color: #fff !important;
    text-align: center;
	  border-radius: 40px !important;
}

.DynarchCalendar-hover-date:hover {
    padding: 4px 4px;
    border: 1px solid #005C00;
    margin: 0 !important;
    background-color: #005C00;
    color: #fff !important;
    text-align: center;
    border-radius: 32px;
}

.DynarchCalendar-dayNames div,
.DynarchCalendar-day,
.DynarchCalendar-weekNumber {
    padding: 3px -1px;
    border-color: #005C00;
    width: 1.7em !important;
}


.DynarchCalendar-title div {
    text-shadow: none;
}

.DynarchCalendar-dayNames div {
    font-weight: 500;
    color: #313B2C;
    font-size: 13px;
}

.DynarchCalendar,
.DynarchCalendar table {
    font-size: 16px;
}

.DynarchCalendar table {
    line-height: 1.9;
    font-family: 'Graphik' !important;
    font-weight: 400;
}

.DynarchCalendar-day-selected {
    padding: 4px 4px;
}

.DynarchCalendar-bottomBar-today {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Graphik' !important;
	  border: 1px solid #005C00;
    background: #005C00;
    color: #fff;
    border-radius: 16px;
}


.DynarchCalendar-title div {
    padding: 5px 17px;
    text-shadow: none;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Graphik' !important;
}

.DynarchCalendar-day-today {
    color: #313B2C !important;
    font-weight: 400;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
   background-color: #005C00;
    color: #fff;
}

.DynarchCalendar-weekNumber {
    text-align: center !important;
}

.DynarchCalendar-day {
    text-align: center;
}

.DynarchCalendar-bottomBar-today:hover {
    border: 0;
    padding: 0;
    border: 1px solid #003900;
    background: #003900;
    color: #fff;
}

.DynarchCalendar-day-selected:hover {
    background-color: #005C00;
    color: #FFF !important;
    padding: 4px 4px;
}

.DynarchCalendar-weekend {
    color: #005C00;
}

.DynarchCalendar-dayNames .DynarchCalendar-weekend {
    color: #005C00;
}

.DynarchCalendar-week .DynarchCalendar-day.DynarchCalendar-day-selected {
    color:  #fff !important;
}


.body_en-us .DynarchCalendar-dayNames div, .body_en-us .DynarchCalendar-day, .body_en-us .DynarchCalendar-weekNumber {
  width: 1.8em;
}

.DynarchCalendar-week .DynarchCalendar-day.DynarchCalendar-day-selected:hover {
    color: #FFF !important;
}

.DynarchCalendar-bottomBar-today {
    padding: 0;
}

.dbFooter {
    padding-right: 1em;
}

/* SAFARI */

_::-webkit-full-page-media, _:future, :root .comparelegend_name:before {
	position: relative;
	left: 3px !important;
	top: 4px !important;
}

/* @media (max-width: 768px) {

div#pressRLcontents > div {
    position: relative;
    left: 654px;
}
} */

.body_es-es .PerformanceTab_Performance_Header_Row th {
	padding-right: 0em;
}

@media (max-width: 422px) {
.PerformanceTab_Performance_Header_Row th {
    padding-right: 0em;
}
}

.TickerRow:last-child .TickerValueTD {
    border-bottom: 1.5px solid #D3D3D3 !important;
}

table.ShareDataTable.DataTable tbody tr:last-child td,
.Trades_Row:last-child td,
table.PerformanceTab_Table_Price_Performance tbody tr:last-child td {
/*     border-bottom: 1.5px solid #D3D3D3 !important; */
}

rect#recLeftSide,rect#recRightSide,rect#recVolume,rect#recRSI,rect#recRSI {
    fill: transparent !important;
}

#_ulPeriod li span {
    position: relative;
}

input[type="radio"] {
    opacity: 0;
}


#_ulPeriod li input:checked+span::before {
    border: solid 1px #005C00;
    background: #005C00;
}
#_ulPeriod li span::before {
    position: absolute;
    content: "";
	left: -23px;
    top: -3px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #005C00;
    background: #fff;
}

#_ulPeriod li input:checked+span::after {
	content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    position: absolute;
    left: -18px;
    top: 1.9px;
    font-size: 11px;
    background: #fff;
}

input[type="checkbox"] {
    opacity: 0;
}

body TABLE.ControllRow TD.ControllTD input[type="checkbox"]+label, body TABLE.ControllRow TD.ControllTD input[type="radio"]+label {
    position: relative !important;
    top: 0;
    left: 0;
    padding-left: 14px;
    line-height: 36px;
}

input[type="checkbox"]:checked+label::before {
    background: #003A00 !important;
    border: 1px solid #003A00 !important;
}
input[type="checkbox"]+label::before {
    position: absolute;
    content: "";
    left: -18px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #003A00;
    border-radius: 0px;
    top: -3px;
}


input[type="checkbox"]:checked+label::after {
    font-family: icofont;
    content: "\eed6";
    position: absolute;
    color: #FFFFFF;
    left: -18px;
    top: -12px;
    width: 0;
    font-size: 18px;
    height: 15px;
    padding-top: 0px;
    padding-left: 0px;
}

input[type="radio"]+label::before {
    position: absolute;
    content: "";
    left: -13px;
    top: -3px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #003A00;
    background: transparent;
}

input[type="radio"]:checked+label::before {
    border: solid 1px #003A00;
    background: #003A00;
}

input[type="radio"]:checked+label::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 18px;
    position: absolute;
    left: -8px;
    top: 2px;
    font-size: 11px;
    background: #fff;
}

@media (max-width: 335px) {
	li#libt6Month label,li#libt1Year label,li#libt3Year,li#libtAll label,ul#_ulPeriod li:last-child label {
		position: relative;
		top: 3px;
	}
}

@media (max-width: 330px) {
td.TickerValueTD.TickerValueTD_ShareName {
    position: relative;
    left: 7px;
}
}

.PerformanceTab_Performance_Row {
    background-color:#FEFDF9 !important;
}