@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');

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-size: 18px;
	color: #FFF;
	background-color: transparent !important;
    /*! background: #4b77a6; */
    font-weight: 300;
}
.body_en-gb {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
.body_zh-cn,
.body_zh-tw {
    font-family: 'Microsoft JhengHei', Arial, sans-serif !important;
}
.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
	color: #777777!important;
}
.highstocklegend {
	font-size: 18px !important;
}

body {
	margin: 0;
}

a:visited,
a:link {
	color: #8dafd3;
	
	font-weight: 300;
	text-decoration: none;
	font-style: none;
}

a:active,
a:hover {
	color: #FFF;
	
	font-weight: none;
	text-decoration: none;
	font-style: none;
}

/* Tool max-width */

#container {
    max-width: 705px;
    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: #f70b0b;
    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 #f70b0b;
}

.plus span,
.Plus,
.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #a0e475;
    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 #a0e475;
}
/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/****************************************** HEADINGS *******************************************************/

.legenddate {
	color: #FFF !important;
	font-size: 1em;
	font-weight: 700;
	font-size: 16px;
}
.Orders_TitleTD_Right {
	color: #777777;
	font-weight: 700;
}

.Orders_TitleTD_Left,
.TradesByBroker,
.DivLastestShareTrades span,
.PerformanceTab_TD_Select_Type_Label {
    line-height: normal;
	margin: 0px;
	padding: 0px;
	
	font-family: inherit;
	font-size: 19.2px !important;
	color: #FFF !important;
	font-weight: 700;
	
	padding-top: 0em;
	padding-bottom: 1.0em;
	
	display: block;
}
.TickerDateTD {
	padding-bottom: 0.6em;
    padding-left: 0em;
    padding-top: 0em;
    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 #CCCCCC;
}


.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 #CCCCCC;
}

.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: 1px solid #DBE6F5  !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 #CCCCCC;
}

.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 #CCCCCC;
}

.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 #CCCCCC;
}

.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 #CCCCCC;
}

/*** 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 #CCCCCC;
	border-bottom: 2px solid #FFF;
}

/*** 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: #CCCCCC;
}


.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: #CCCCCC;
}


/*** 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: #FFFFFF;
	text-align: right;
	
	font-weight: 700;
	text-transform: none;
}


.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: #FFFFFF;
	text-align: left;
	
	font-weight: 700;
	text-transform: none;
}

/*** 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: #FFF;
	
	font-weight: 300;
	height: 45px;
	box-sizing: border-box;
}

.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: #FFF;
	
	font-weight: 300;
	text-transform: none;
	height: 45px;
	box-sizing: border-box;
	white-space: nowrap;
}


/***************************************** 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: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}
.BrokerTypeRow {
	border-bottom: 0;
	padding-bottom: 0em;
}
.DataNameTD.DataNameTD_ISIN.DataNameTD_ISIN_716_37, 
.DataNameTD.DataNameTD_Ticker.DataNameTD_Ticker_716_37 {
  text-transform: capitalize;
}
.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: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;	
	
	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; */
}



/* Selected row controls */
/* .Ticker_SelectedRow {

} */

.TickerNameTD_MarketName,
.TickerValueTD_MarketName {
    display: none;
}

@media (min-width: 0px) and (max-width: 832px) {  
	
	.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: 708px) {  
	
	.TickerValueTD_High,
	.TickerValueTD_Low,
	.TickerNameTD_High,
	.TickerNameTD_Low{
		display: none;
	}
	
	.TickerValueTD {
		width: 17.5%;
	}
	.TickerValueTD_ShareName {
		width: 30%;
	}
}

@media (min-width: 0px) and (max-width: 527px) {  
	
	.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: center !important;
	font-size: 0em;
	border: 3px solid #FFF;
	width: 416px;
	margin: 0 auto !important;
}
/*.body_en-gb*/ #tabPanel ul {
	width: 597px;
}
/* Unselected tab rules */
.navigation ul li a {
    height: auto;
	line-height: normal;
	
	padding-top: 20px !important;
	padding-right: 2em;
	padding-bottom: 20px !important;
	padding-left: 2em;
	
	margin-top: 0.0em;
	margin-right: 1px;
	margin-bottom: 0.0em;
	margin-left: 1px;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: 700;
	font-size: 20.4px;
	text-transform: uppercase;	
	color: #8dafd3;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #CCC;
	border-right: 0em solid #CCC;
	border-bottom: 0em solid #CCC;
	border-left: 0em solid #CCC;
	
	background: transparent;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	position: relative;
	top: 0;
	left: 0em;
}
.body_en-gb .navigation ul li a {
	padding-top: 20px !important;
	padding-right: 1em;
	padding-bottom: 20px !important;
	padding-left: 1em;
}
.navigation ul li a:hover {
    background: transparent;
	color: #FFF;
	border-top: 0em solid #CCC;
	border-right: 0em solid #CCC;
	border-bottom: 0em solid #CCC;
	border-left: 0em solid #CCC;
	
	text-decoration: none;
	font-style: normal;
	
	z-index: 9;
}
/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: transparent;
	color: #FFFF;	
	border-top: 0em solid #CCC;
	border-right: 0em solid #CCC;
	border-bottom: 0em solid #CCC;
	border-left: 0em solid #CCC;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 10;
}

.tab_selected:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 0.65em solid transparent; 
	border-right: 0.65em solid transparent; 
	border-top: 0.55em solid #FFFF;
}

/* 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 0.5em;
    padding-top: 0em;
	
	
    font-size: 16px;
}
.ul_highstocklegend li {
	list-style: none;
	margin-left: 0em;
	line-height: 1em;
	height: auto;
	
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
}
.comparelegend_name {
	padding: 0px;
	
	position:relative;
	top: 0em;
	left: 0em;
	margin-left: 0em;
	
	display: inline-block!important;
	font-weight: bold;
}
.comparelegend_name:before {	
	content: "■";
	
	font-family: Arial, Helvetica, sans-serif !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: 0px solid #A3A4A9;
}
.highstocklegend {
    padding: 0em;
}
.ul_highstocklegend {
	padding: 0em 1.5em 0.5em 1.5em;
	padding: 0em 0 0.5em 0;
	border-bottom: 0px solid #CCCCCC;
	margin-bottom: 1em;
}

.comparelegend_value {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 16px;
}
.comparelegend_value div {
	color: #FFF !important;
}
.legenddate {
    padding-top: 1em;
	padding-bottom: 1em;	
	
}
@media (min-width: 0px) and (max-width: 541px) {   
	
	/**************** 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: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	
	margin: 0.5em auto;
	padding: 0.9em 1.0em 1.0em 1.0em;
	
	border: 0em solid #B52D35;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background: #B52D35;
	
	transition: background 0.5s, color 0.5s, border 0.5s;	
	text-decoration: none;	
	width: 172px;
	height: 46px;
	box-sizing: border-box;
}
.body_en-gb .button {
		padding: 0.9em 1.0em 1.0em 1.0em;
}
.button:active,
.button:hover {
	text-decoration: none;
	
	background: #CF7F7F;
	color: #FFFFFF;
	border-color: #CF7F7F;
}
.button img {
	display: none;
}

.additionFunction table, 
.additionFunction tbody,
.additionFunction tr {
	display: block;
}

.additionFunction tr {
	font-size: 0em;
	text-align: center;
}

.additionFunction table td {
	width: 200px;
	text-align: center;
	
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	
	/*! min-width: 200px; */
	box-sizing: border-box;
}

@media (max-width: 941px) { 	 
	.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 #CCCCCC;
	background-color: transparent;
}

.title {
	
	font-family: inherit;
	font-size: 1.0em;
	color: #FFFF;
	
	font-weight: 600;
	font-style: 300;
	text-transform: capitalize;
	
	background: transparent;
	text-align: left;
	float: center;
	
	border-bottom: 2px solid #FFF;
	
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0em;
	padding-right: 0.0em;
	
	margin-bottom: 0em;
	margin-top: 0em;
}

.divtable {	
	padding: 0.6em 0;
	clear: both;
	min-height: 5em;
	line-height: 20px;
	font-size: 16px;
}

.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;
	*display: inline;
	*zoom: 1.0;
	/* IE 8 & below CSS correction */
	float: left\9;
    /* * * * * * * * * * * * * * * */
	text-align: left;
}
TABLE.ControllRow TD.ControllTD LABEL span, 
TABLE.ControllRow TD.ControllTD LABEL {
	color: #FFF;
	text-transform: capitalize;
}

.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: 832px) {  
	
	.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: 557px) {  
	.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: 33.33%;
}



.excellink {
	text-align: right;
	padding-bottom: 1em;
	display: none;
}

.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: 1px solid #CCCCCC;
	box-shadow: 1px 1px 2px #A3A4A9;
}
.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: 583px) {  
	.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: #DA1C23;
}
.Orders_VolumeTD_BidBox {
	background: #E1E1E1;
}

.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: #656565;
    font-size: 16px;
    padding: 0.22em;
    box-sizing: border-box;
    background: #FFF !important;
    border: 1px solid #FFF;
    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;
	background: transparent;
}

.PerformanceTab_Table_Price_Performance ,
.PerformanceTab_Table_Performance_By_Year {
    width:100%;
}

.PerformanceTab_Performance_Header_Row th {
	padding-right: 0em;
	padding-left: 0em;
}
.PerformanceTab_Performance_Header_Row th:first-child {
	padding-left: 0.6em;
}
.PerformanceTab_Performance_Header_Row th:last-child {
  padding-right: 0.6em;
}
.PerformanceTab_Performance_By_Year_Header_Row  th {
	padding-right: 1em;
	padding-left: 0.5em;
	position: relative;
}
.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;
	background: transparent;
}

@media (min-width: 0px) and (max-width: 712px) { 
	.PerformanceTab_Performance_By_Year_Prev4_Heading,
	.PerformanceTab_Performance_By_Year_Prev4_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 559px) { 
	.PerformanceTab_Performance_By_Year_Prev3_Heading,
	.PerformanceTab_Performance_By_Year_Prev3_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 462px) { 
	.PerformanceTab_Performance_By_Year_Prev2_Heading,
	.PerformanceTab_Performance_By_Year_Prev2_Value {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 735px) {   
	.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 #CCCCCC;
    }

}
@media (min-width: 0px) and (max-width: 608px) { 
    .PerformanceTab_Performance_3_Month_Change_Heading,
    .PerformanceTab_Performance_3_Month_Change_Value {
        display: none;
    }
}

/*************************************** End of: Performance data ****************************************/

#divCalendar {
	border: 1px solid #CCCCCC;
	background: #fff;
	box-shadow: 1px 1px 2px #A3A4A9;
}
.dbFooter {
	padding-top: 1em;
}
/****************************************** Standard SG ****************************************/
.dbFooter {
    font-size: 13px !important;
	padding-top: 1em;
}
@media (max-width:572px) {
	.ControllTD {
	    /*! width: 100%; */
	    min-height: auto;
	}
	.ControllTD > div {
	    min-height: auto;
	}
}
#txtInsertPeriod {
    font-family: inherit;
    font-size: inherit;
    color: #777;
}
/*************************************** End of: Standard SG ****************************************/

.navigation ul li a:not(#lbtPerformance):after {
	content: "";
	width: 2em; 
	height: 1em;

	position: absolute;
	top: 37%;
	right: 0%;
	border-right: 2px solid #8dafd3; 
}
.body_en-gb .navigation ul li a:not(#lbtPerformance):after {
	top: 33%;
}
@media (max-width: 604px) {
/* 	.tab_selected:before {
		border-top: 0em solid #CCCCCC;
	} */
	#tabPanel ul li {
		/*! display: block; */
		width: 50%;
	}
	#tabPanel ul {
		width: auto;
		border: 0px solid #FFF;
	}
	.navigation ul li a:not(#lbtPerformance):after {
		border-right: 0px solid #8dafd3; 
	}
	.navigation ul li a {
    border: 3px solid #FFF !important;
		margin: 0.5em;
		min-width: 7em;
	}
}
@media (max-width: 430px) {
	#tabPanel ul li {
		display: block;
		width: 100%;
	}
	.body_en-gb .navigation ul li a {
		width: 265.19px;
		box-sizing: border-box;
		height: 56px;
		padding: 14px 1em !important;
	}
	.body_zh-cn .navigation ul li a,
	.body_zh-tw .navigation ul li a {
		width: 265.19px;
		box-sizing: border-box;
		height: 56px;
		padding: 11px 1em !important;
	}
}
#recLeftSide, #recVolume, #recRightSide {
  fill: transparent;
}

text[x="170"], text[style="font-family:Roboto Condensed, Arial, sans-serif;font-size:16px;direction:ltr;color:#777777;fill:#777777;"], text[x="153"],
text[style="font-family:Roboto Condensed, Arial, sans-serif;font-size:15px;font-weight:bold;text-anchor:null;color:#777777;direction:ltr;fill:#777777;"]{
  color: #FFF !important;
  fill: #FFF !important;
}
.PerformanceTab_Performance_Row, .PerformanceTab_Performance_By_Year_Row {
  background-color: transparent;
}
/******Custom Checkbox and Radio Button*********/
li#libtYTD,
li#libt1Month,
li#libt5Year,
li#libtAll {
    display: none!important;
}
#_ulPeriod {
    margin-left: 5px !important;
}
#_ulPeriod li span {
	position: relative;
	padding: 0 0px 0 10px;
}

#_ulPeriod li span::before {
    position: absolute;
    content: "";
    left: -11px;
    top: 2px;
    width: 11px;
    height: 11px;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: #fff;
}
#_ulPeriod li input:checked + span::before {
	border: solid 2px #b52d35;
	background: #b52d35;
}

#_ulPeriod li input:checked + span::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 16px;
	position: absolute;
	left: -7px;
	top: 6px;
	font-size: 11px;
	background: #b52d35;
	color: #b52d35;
}

input[type="checkbox"] + label::before {
	position: absolute;
    content: "";
	left: -16px;
    top: 1px;
    content: "";
	width: 11px;
    height: 11px;
    border: 2px solid #FFF;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: -12px;
    top: -2px;
    content: "✓";
    font-size: 12px;
    width: 7px;
    height: 7px;
    background: b52d35;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
input[type="checkbox"]:disabled + label {
	color: #C5C5C5;
}
input[type="checkbox"]:disabled + label:before,
input[type="checkbox"]:disabled:checked + label:after{
    content: "";
    position: absolute;
    left: -16px;
    top: 0px;
    width: 11px;
    font-size: 0;
    height: 11px;
    background: #fff;
    padding-top: 0;
    border-radius: 2px;
    padding-left: 0;
    background-size: 100% 100%;
    display: inline-block;
    border: 2px solid #c5c5c5;
	
}

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;
    display: inline-block;
	/*! padding: 5px 5px; */
	padding-left: 15px;
}


input[type="radio"] + label::before {
	position: absolute;
	content: "";
	left: -14px;
    top: 2px;
	width: 11px;
	height: 11px;
	border-radius: 16px;
	border: 2px solid #FFF;
	background: #fff;
}
input[type="radio"] {
    opacity: 0;
}
input[type="radio"]:checked + label::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 16px;
	position: absolute;
	left: -10px;
    top: 6px;
	font-size: 11px;
	/*! background: #b52d35; */
	/*! color: #b52d35; */
}
input[type="radio"]:checked + label::before {
    border: 2px solid #b52d35;
    background: #b52d35;
}
input[type="checkbox"]:checked + label::before {
    border: 2px solid #b52d35;
    background: #b52d35;
}
input[type="checkbox"] {
	opacity: 0;
}

.table_row {
	height: 25px;
}

@media (max-width: 720px) {
	.comparelegend_value {
		display: block !important;
		padding: 0.5em 0 0 0;
	}
}
#htmlNodata {
	background-color: #b52d35 !important;
}

/**Custom Calendar**/

.DynarchCalendar table {
    line-height: 16px;
    font-family: inherit;
    font-size: 14px!important;

}
.DynarchCalendar-week:hover {
    background: white !important;
}
.DynarchCalendar-day-selected {
    border-radius: 25px;
    border: 1px solid #F4AF00 !important;
    background: #F4AF00 ;
    color: #fff;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}
.DynarchCalendar-day:not(.DynarchCalendar-day-selected):hover{
    border: 1px solid #CF7F7F !important;
	border-radius: 30px;
	background: #CF7F7F !important;
	color: #fff!important;
	font-family: inherit;
    text-shadow: none;
}
.DynarchCalendar-bottomBar-today {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	text-decoration: none;	
	background: #B52D35;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border-radius: 0px;
	border: none;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 10.5px 24px;
	font-weight: 700;
	box-sizing: border-box;
	text-transform: uppercase;
}
.body_zh-cn .DynarchCalendar-bottomBar-today,
.body_zh-tw .DynarchCalendar-bottomBar-today {
    font-family: 'Microsoft JhengHei', Arial, sans-serif !important;
}
.DynarchCalendar-bottomBar-today:hover {
	background: #CF7F7F;
	color: #FFF;
}
.DynarchCalendar-hover-title div {
    background-color: #F4AF00 ;
    border: 0;
    color: #fff;
    padding: 4px 16px;

}

.DynarchCalendar-title div {
    padding: 8px 17px;
    background: #fff;

	font-family: 'Roboto Condensed', Arial, sans-serif !important;
	font-weight: 700;
	color:#000;
	text-shadow: 0px 0px 0px #fff;
    /* font-size: 18px; */
}
.body_zh-cn .DynarchCalendar-title div,
.body_zh-tw .DynarchCalendar-title div {
    font-family: 'Microsoft JhengHei', Arial, sans-serif !important;
}
.DynarchCalendar-dayNames div {
    font-weight: 700;
    color: #000!important;
}

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
    padding: 8px 5px;
	margin: 1px;
	background:#fff;
	border: 1px solid transparent;
	border-radius: 30px;
	-webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	color: #000;
	text-align: center;
    font-family: 'Roboto Condensed', Arial, sans-serif !important;
}
.body_zh-cn .DynarchCalendar-dayNames div, .body_zh-cn .DynarchCalendar-day, .body_zh-cn .DynarchCalendar-weekNumber,
.body_zh-tw .DynarchCalendar-dayNames div, .body_zh-tw .DynarchCalendar-day, .body_zh-tw .DynarchCalendar-weekNumber {
    font-family: 'Microsoft JhengHei', Arial, sans-serif !important;
}
.DynarchCalendar-day-selected {
    border-radius: 30px;
	border: 1px solid #b52d35 !important;
    background: #b52d35 !important;
    padding: 8px 5px;
    color: #fff!important;
}

.DynarchCalendar-dayNames tr td div{
	background: #ffffff!important;
	border: 1px solid transparent!important;
}

/* 
.DynarchCalendar-weekend {
    color: #!important;
} */

.DynarchCalendar table {
    line-height: 16px;
    font-weight: 700;
    color: #000!important;
    font-family: inherit!important;
    font-size: 14px!important;
}

#btnPeriodRange {
	font-family: inherit;
	text-transform: uppercase;
	height: auto;
	text-decoration: none;	
	background-color: #B52D35;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border-radius: 0px;
	border: none;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 5px 24px;
	text-transform: uppercase;
}
#btnPeriodRange:hover {
	background: #CF7F7F;
	color: #fff;
}
.DynarchCalendar-weekend,
.DynarchCalendar-dayNames .DynarchCalendar-weekend {
    color: #d88!important;
}
@media(max-width: 600px){
	.DynarchCalendar table {
		line-height: 10px;
		font-family: inherit;
		font-size: 10px!important;
	}
	.DynarchCalendar-week:hover {
		background: white !important;
	}
	.DynarchCalendar-day:hover{
			border: 1px solid #0e0d26 !important;
			border-radius: 25px;
			background: #0e0d26 !important;
			color: #fff!important;
			font-family: inherit;
			padding: 5px;
	}
	.DynarchCalendar-title div {
		padding: 8px 17px;
		background: #fff;
		font-family: inherit!important;
		font-weight: 700;
		color:#000;
		text-shadow: 0px 0px 0px #fff;
	}
	.DynarchCalendar-dayNames div {
		font-weight: 700;
		color: #000!important;
	}
	.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
		padding: 5px;
		margin: 0px;
		background:#fff;
		border: 1px solid transparent;
		border-radius: 25px;
		-webkit-transition: opacity 0.35s ease;
		-moz-transition: opacity 0.35s ease;
		-o-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
	}
	.DynarchCalendar-day-selected {
		border-radius: 30px;
		border: 1px solid #b52d35 !important;
		background: #b52d35 !important;
		padding: 5px;
		color: #fff!important;
	}
	.DynarchCalendar-dayNames tr td div{
		background: #ffffff!important;
		border: 1px solid transparent!important;
	}
	.DynarchCalendar table {
		line-height: 10px;
		font-weight: 700;
		color: #000!important;
		font-family: inherit;
		font-size: 10px!important;
	}
}
@media(max-width: 435px){
	.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
		padding: 1px;
		margin: 0px;
		background: #fff;
		border: 1px solid transparent;
		border-radius: 25px;
		-webkit-transition: opacity 0.35s ease;
		-moz-transition: opacity 0.35s ease;
		-o-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
	}
	.DynarchCalendar-day-selected,
	.DynarchCalendar-day:hover{
		padding: 1px;
	}
}
.button_period_range {
    text-align: center;
}

input#txtInsertPeriod, select#ddlFunctionPerformance {
    outline: none !important;
}
path[fill="rgb(219,210,213)"], path[fill="rgb(230,230,230)"] {
	fill: #B52D35;
}
.highcharts-tooltip > span, rect[fill="rgb(255,255,255)"] {
    background: #4b77a6 !important;
    fill: #4b77a6 !important;
}
#recRSI {
	background: transparent;
	fill: transparent;
}
text[style="font-family:Roboto Condensed, Arial, sans-serif;font-size:16px;font-weight:bold;text-anchor:null;color:#777777;direction:ltr;fill:#777777;"] {
	fill: #FFF !important;
  }
path[stroke="red"] {
  stroke: #f70b0b;
}
text[style="color:red;fill:red;"] tspan {
	fill: #f70b0b;
	color: #f70b0b;
}
path[stroke="green"] {
  stroke: #a0e475;
}
text[style="color:green;fill:green;"] tspan {
  color: #a0e475;
  fill: #a0e475;
}
#pressRLcontents {
  border: 2px solid #FFF;
}
#pressContent div {
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.body_en-gb #divPerfomance:after {
  content: /** -*/ "All charts use the last traded price or closing price.";
  /*! position: absolute; */
  display: block;
  font-size: 12px;
  text-align: left;
  padding: 0.6em 0;
}
.body_zh-cn #divPerfomance:after {
  content: /** -*/ "所有图表均采用最后成交价或收市价。";
  /*! position: absolute; */
  display: block;
  font-size: 12px;
  text-align: left;
  padding: 0.6em 0;
}
.body_zh-tw #divPerfomance:after {
  content: /** -*/ "所有圖表均採用最後成交價或收市價。";
  /*! position: absolute; */
  display: block;
  font-size: 12px;
  text-align: left;
  padding: 0.6em 0;
}
#htmlgraph {
	height: 450px;
}
/* .PerformanceTab_Performance_By_Year_Header_Row > th:not(.PerformanceTab_Performance_By_Year_Instrument_Heading):after {
	content: "*";
	position: absolute;
	font-size: 14.4px;
	top: 7px;
	right: 10px;
}   */


.ControllTD.ControllTD_0_3 .divtable > div:not(#divVolumeLowerGraph), 
.ControllTD.ControllTD_0_5 .divtable > div:not(#divPercentView) {
  padding: 0 2em;
}
@media (min-width: 631px) and (max-width: 685px) {
	.body_zh-cn .TickerNameTD.TickerNameTD_Volume, 
	.body_zh-tw .TickerNameTD.TickerNameTD_Volume {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 401px) and (max-width: 685px) {
	.body_zh-cn .TickerNameTD.TickerNameTD_Volume,
	.body_zh-tw .TickerNameTD.TickerNameTD_Volume {
		white-space: nowrap;
	}
}

.supplied_by_euroland a.hyperlink::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: right url(//tools.eurolandir.com/tools/data/logo-transparent.png) no-repeat transparent !important;
    background-size: contain;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
}

.supplied_by_euroland a.hyperlink::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: right url(Euroland-white-logo.png) no-repeat !important;
    background-size: contain !important;
}

.supplied_by_euroland a {
    color: transparent !important;
}