@font-face {
    font-family: 'FontAwesome';
    src: url('icons/fontawesome-webfont.eot?v=4.7.0');
    src: url('icons/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('icons/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('icons/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('icons/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
         url('icons/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') 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 a,
.PerformanceTab_DDL_Performance_Function,
.PerformanceTab_Performance_NA_Value {
    font-family:Calibri, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #555555;
}
.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
	color: #000000!important;
}
.highstocklegend {
	font-size: 14px!important;
}

body {
	margin: 0;
}

a:visited,
a:link {
	color: #0B727D;
	
	font-weight: normal;
	text-decoration: underline;
	font-style: none;
}

a:active,
a:hover {
	color: #0B727D;
	
	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: #555;
    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 #FF0055;
}

.plus span,
.Plus,
.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #555;
    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 #4ac0c0;
;
}
/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/* HEADING */

.legenddate {
	color: #000000 !important;
	font-weight: bold;
}
.Orders_TitleTD_Right {
	color: #000000;
	font-weight: bold;
}

.Orders_TitleTD_Left,
.TradesByBroker,
.DivLastestShareTrades span,
.PerformanceTab_TD_Select_Type_Label {
    line-height: normal;
	margin: 0px;
	padding: 0px;
	
	font-size: 1.25em !important;
	font-weight: bold;
	
	padding-top: 0em;
	padding-bottom: 1.0em;
	
	display: block;
	
	color: #000000 !important;
}

.TickerDateTD {
	padding-bottom: 0.6em;
    padding-left: 0em;
    padding-top: 0.6em;
    padding-right: 0.6em;

	text-align: left;
}
/********************************************************************************** TABLES *****************************************************************************************/

/****************************************** BORDER CONTROLS *******************************************************/
/*fix for ticker table*/
    .TickerDateTD {
        border-left: 0.08em solid transparent!important; /*MUST BE THE SAME WIDTH AS WHOLE TABLE BORDER*/
        border-right: 0.08em solid transparent!important; /*MUST BE THE SAME WIDTH AS WHOLE TABLE BORDER*/
    }
/*Name column head*/
.TickerNameTD_ShareName,
.Broker_ColumnBroker,
.Broker_ColumnOrder,
.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Instrument_Heading {
    text-align: left;
    color: #0B1C1B;
    background: #E9F5F4;
    font-weight:bold;
    font-size: 1em;
}
/*Fix for Order depth*/
    .Orders_HeaderTD_Ask {
        text-align: right;
    }
/*Name column data*/
.TickerValueTD_ShareName,
.Broker_ColumnBroker.Broker_ColumnBrokerValue,
.Broker_ColumnBrokerValue,
.Broker_ColumnOrderValue,
.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Performance_By_Year_Instrument_Value {    
    text-align: left;
    color: #3A4140;
    background: transparent;
    font-weight: normal;
    font-size:1em;
}
/*Fix for order depth*/
    .Orders_AskTD_Price {
        text-align: right;
    }
/*Data column head*/
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume,
.Trades_TimeHeading,
.Trades_LastHeading,
.Trades_VolumeHeading,
.Broker_ColumnPercent,
.Broker_ColumnVolume,
.Orders_HeaderTD_Bid,
.Orders_HeaderTD_Ask,
.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-left: 0.08em solid #C0C8C7 ;
    text-align: center;
    color: #0B1C1B;
    background: #E9F5F4;
    font-weight: bold;
    font-size:1em;
}
    .Trades_TimeHeading {
        text-align: left;
		border-left: 0.08em solid #C0C8C7 ;
    }

    .Orders_HeaderTD_Bid
    {
        text-align:left;
		border-left: 0.08em solid #C0C8C7 ;
		border-right: 0.08em solid #C0C8C7 ;
    }
    .Orders_HeaderTD_Ask {
        text-align:right;
		/* border-left: 0.08em solid #E3E3E3 ; */
    }
/*Data column data*/
.TickerValueTD_LastPrice,
.TickerValueTD_High,
.TickerValueTD_Low,
.Trades_TradeTime,
.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange,
.TickerValueTD_Bid,
.TickerValueTD_Ask,
.DataNameTD,
.TickerValueTD_Volume,
.DataValueTD,
.Trades_Close_Change,
.Trades_Size,
.Orders_BidTD_Price,
.Orders_AskTD_Price,
.Broker_ColumnBrokerValue,
tr.Orders_RowTR .tdOrderMiddle,
.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-left: 0.08em solid #C0C8C7 ;

    text-align: center;

    color: #3A4140;

    background: transparent;

    font-weight: normal;

    font-size: 1em;
}
	.Trades_TradeTime,
    .DataNameTD {
        text-align: left;
		border-left: 0.08em solid #C0C8C7 ;
    }
	
    .Orders_BidTD_Price {
        text-align:left;
    }
    .Orders_AskTD_Price {
        text-align:right;
    }
/*Fix for broker table head*/
    .Broker_ColumnOrder,	
    .Broker_ColumnOrderValue {
        border-right:0 !important;
    }
	.Broker_ColumnBroker {
		border-left: 0 !important;
	}
	 
    /* .Broker_ColumnBroker, */
    /* .Broker_ColumnBroker.Broker_ColumnBrokerValue, */
    /* .Broker_ColumnBrokerValue { */
        /* border-left:0; */
    /* } */
/*Oddrow/Evenrow control*/
.OddRow,
.EvenRowTR,
.Broker_OddRow,
.PerformanceTab_Performance_Row_EvenRow,
.PerformanceTab_Performance_By_Year_Row_EvenRow,
.Orders_EvenRowTR,
.Trades_Row.EvenRow {
    background: transparent;
}
.EvenRow,
.OddRowTR,
.Broker_EvenRow,
.PerformanceTab_Performance_Row_OddRow,
.PerformanceTab_Performance_By_Year_Row_OddRow,
.Orders_OddRowTR,
.Trades_Row.OddRow {
    background: transparent;
}
/*Header row bottom border*/
.TickerNameTD_ShareName,
.Trades_TimeHeading,
.Broker_ColumnBroker,
.Orders_HeaderTD_Bid,
.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Instrument_Heading,
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume,
.Trades_LastHeading,
.Trades_VolumeHeading,
.Broker_ColumnPercent,
.Broker_ColumnVolume,
.Broker_ColumnOrder,
.Orders_HeaderTD_Ask,
td.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date,
.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-bottom: 0.08em solid #C0C8C7 ;
}
/*Data row bottom border*/
.TickerValueTD_ShareName,
.DataNameTD,
.Trades_TradeTime,
.Orders_BidTD_Price,
.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Performance_By_Year_Instrument_Value,
.TickerValueTD_LastPrice,
.TickerValueTD_High,
.TickerValueTD_Low,
.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange,
.TickerValueTD_Bid,
.TickerValueTD_Ask,
.TickerValueTD_Volume,
.DataValueTD,
tr.Orders_RowTR .tdOrderMiddle,
.Orders_AskTD_Price,
.Trades_Close_Change,
.Trades_Size,
.Broker_ColumnBroker.Broker_ColumnBrokerValue,
.Broker_ColumnBrokerValue,
.Broker_ColumnOrderValue,
.Broker_ColumnVolume.Broker_ColumnBrokerValue
.Orders_AskTD_Price,
.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-bottom: 0.08em solid #C0C8C7 ;
}
/*Whole table border*/
.TickerNameTD_ShareName,
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume {
    border-top:0.08em solid #C0C8C7;
}
.TickerNameTD_ShareName,
.TickerValueTD_ShareName {
    border-left:0.08em solid #C0C8C7;
}
.TickerNameTD_Volume,
.TickerValueTD_Volume {
    border-right:0.08em solid #C0C8C7;
}
table.TickerTbl tr:last-child td.TickerValueTD_ShareName,
table.TickerTbl tr:last-child td.TickerValueTD_LastPrice,
table.TickerTbl tr:last-child td.TickerValueTD_High,
table.TickerTbl tr:last-child td.TickerValueTD_Low,
table.TickerTbl tr:last-child td.TickerValueTD_LastPriceChange,
table.TickerTbl tr:last-child td.TickerValueTD_LastPricePercentChange,
table.TickerTbl tr:last-child td.TickerValueTD_Bid,
table.TickerTbl tr:last-child td.TickerValueTD_Ask,
table.TickerTbl tr:last-child td.TickerValueTD_Volume {
    border-bottom: 0.08em solid #C0C8C7;
}
table.ShareDataTable.DataTable tr:first-child td.DataNameTD,
table.ShareDataTable.DataTable tr:first-child td.DataValueTD  {
    border-top: 0.08em solid #C0C8C7;
   
}
table.ShareDataTable.DataTable tr:last-child td.DataNameTD,
table.ShareDataTable.DataTable tr:last-child td.DataValueTD  {
    border-bottom: 0.08em solid #C0C8C7;
  
}
table.ShareDataTable.DataTable td.DataNameTD {
    border-left: 0.08em solid #C0C8C7;
  
}
table.ShareDataTable.DataTable td.DataValueTD {
    border-right: 0.08em solid #C0C8C7;
   
}
table.TradesTable .Trades_TimeHeading,
table.TradesTable .Trades_LastHeading,
table.TradesTable .Trades_VolumeHeading {
    border-top: 0.08em solid #C0C8C7;
}
table.TradesTable .Trades_TimeHeading,
table.TradesTable .Trades_TradeTime {
    border-left: 0.08em solid #C0C8C7;
}
table.TradesTable .Trades_VolumeHeading,
table.TradesTable .Trades_Size {
    border-right: 0.08em solid #C0C8C7;
}
table.TradesTable tr:last-child td.Trades_TradeTime,
table.TradesTable tr:last-child td.Trades_Close_Change,
table.TradesTable tr:last-child td.Trades_Size {
    border-bottom: 0.08em solid #C0C8C7;
}
table.BrokerHeaderTable tr:first-child td.Broker_ColumnOrder,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnBroker,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnPercent,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnVolume {
    border-top: 0.08em solid #C0C8C7;
}
table.BrokerHeaderTable td.Broker_ColumnOrder {
    border-left: 0.08em solid #C0C8C7;
}
table.BrokerHeaderTable td.Broker_ColumnVolume{
    border-right: 0.08em solid #C0C8C7;
}
table.BrokerHeaderTable tr:last-child td.Broker_ColumnOrder,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnBroker,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnPercent,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnVolume {
    border-bottom: 0.08em solid #C0C8C7;
}

.orderBorder table tr:first-child td.tdOrderLeft.Orders_HeaderTD.Orders_HeaderTD_Bid,
.orderBorder table tr:first-child td.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date,
.orderBorder table tr:first-child td.tdOrderRight.Orders_HeaderTD.Orders_HeaderTD_Ask {
    border-top: 0.08em solid #C0C8C7;
}
.orderBorder table td.tdOrderLeft.Orders_HeaderTD.Orders_HeaderTD_Bid,
.orderBorder table td.Orders_BidTD_Price {
    border-left: 0.08em solid #C0C8C7;
}
.orderBorder table td.tdOrderRight.Orders_HeaderTD.Orders_HeaderTD_Ask,
.orderBorder table td.Orders_AskTD_Price {
    border-right: 0.08em solid #C0C8C7;
}
.orderBorder table tr:last-child td.tdOrderMiddle,
.orderBorder table tr:last-child td.Orders_BidTD_Price,
.orderBorder table tr:last-child td.Orders_AskTD_Price {
    border-bottom: 0.08em solid #C0C8C7;
}

.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_High_Low_Heading {
    border-top: 0.08em solid #C0C8C7;
}
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Table_Price_Performance td.PerformanceTab_Performance_Instrument_Value {
    border-left: 0.08em solid #C0C8C7;
}
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Table_Price_Performance td.PerformanceTab_Performance_52_Week_High_Low_Value {
    border-right: 0.08em solid #C0C8C7;
}
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_52_Week_High_Low_Value {
     border-bottom: 0.08em solid #C0C8C7;
}

.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-top: 0.08em solid #C0C8C7;
}
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Table_Performance_By_Year td.PerformanceTab_Performance_By_Year_Instrument_Value {
    border-left: 0.08em solid #C0C8C7;
}
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev4_Heading,
.PerformanceTab_Table_Performance_By_Year td.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-right: 0.08em solid #C0C8C7;
}
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-bottom: 0.08em solid #C0C8C7;
}

/*Fix for order depth*/
    table.TableBid_OrderDepthTab,
    table.TableAsk_OrderDepthTab {
        border: 0;
    }
/***************************************** END OF BORDER CONTROL **************************************************/
.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date {
    text-align:center;
    color:#0B1C1B;
    font-weight:bold;
    background:#E9F5F4;
    border:#C0C8C7;
    border-bottom:0.08em solid #C0C8C7;
}


.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: 20px;
    padding-bottom: 20px;
    padding-left: 14px!important;
    padding-right: 0.6em;
}
.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: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    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: 686px) {  
	
	.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: 583px) {  
	
	.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: 434px) {  
	
	.TickerValueTD_LastPricePercentChange,
	.TickerNameTD_LastPricePercentChange {
		display: none;
	}
	
	.TickerValueTD {
		width: 20%;
	}
	.TickerValueTD_ShareName {
		width: 40%;
	}
}


/* END OF TICKER AREA */

/********************************************************************************* TABS AREA START */
#tabPanel {
    margin-top: 2em!important;
    margin-bottom: 2em;
    line-height: normal;
    text-align: center;
    background: #e9f5f4;
}
#tabPanel ul {
	text-align: center !important;
	font-size: 0em;
}
/* Unselected tab rules */
.navigation ul li a {
    height: auto;
    line-height: normal;
    padding-top: 14px!important;
    padding-bottom: 14px !important;
 
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: #FFFFFF;
    border: 0.16em solid #FFFFFF;
    color: #000000;
    transition: background 0.5s, color 0.5s, border 0.5s;
    line-height: 1.1em;
    width: 200px;
    display: inline-block;
    box-sizing: border-box;
}
.navigation ul li a:hover {
    background: #000000;
	color: #FFFFFF;
	border-color: #000000;

	text-decoration: none;
	font-weight:normal;
	font-style: normal;
	
	z-index: 9;
}
/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: #000000;
	color: #FFFFFF;
	border-color: #000000;
	
	position: relative;

	left: 0px;
	
	z-index: 10;
}
.tab_selected:hover
{

}

/* END OF TABS AREA */
/* Corrections for period selection & graph legend display */

/*************************************** Start of: Graph interval selection & legend ****************************************/

.PeriodSelectionIntervalText {	

	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;
	*display: inline;
	*zoom: 1.0;
}
.comparelegend_name {
	padding: 0px;
	
	position:relative;
	top: 0em;
	left: 0em;
	margin-left: 0em;
	
	display: inline-block!important;
}
.comparelegend_name:before {
    content: "■";
	
	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: 0.08em solid #A6A6A6;
}
.highstocklegend {
    padding: 0em;
}
.ul_highstocklegend {
	padding: 0em 1.5em 0.5em 1.5em;
	padding: 0em 0 0.5em 0;
	border-bottom: 0em solid #C0C8C7;
	margin-bottom: 1em;
}

.comparelegend_value {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.legenddate {
    padding-top: 1em;
	padding-bottom: 1em;	
	
}
@media (min-width: 0px) and (max-width: 446px) {   
	
	/**************** 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: inline-block;
    width: 100%;
    max-width: 273px;
    border: 0px;
    border-radius: 0px;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    color: #ffffff;
    margin-right: 1em;
}
.button span {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    background: #000000;
    font-size: 16px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    border: 1px solid #000;
    line-height: 14px;
    box-sizing: border-box;
}
.button img {
	display: none;
}
.button:active,
.button:hover {
	text-decoration: none;
}
.button:active span,
.button:hover span {
	background: #ffffff;
	color: #000000;
	border:1px solid #000;
}
.button,
.button:link,
.button:visited {
    margin-bottom:10px; 
}
.additionFunction table, 
.additionFunction tbody,
.additionFunction tr {
	display: block;
}

.additionFunction tr {
	font-size: 0em;
	text-align: center;
}

.additionFunction table td {
    width: inherit;
    text-align: center;
    display: inline-block;
    /* min-width: 15.8em; */
    width: 100%;
    max-width: 283px;
    box-sizing: border-box;
}
/*************************************** Start of: Graph Controls ****************************************/

.ControllTD > div {
    margin: 0.5em;
    min-height: 292px;
    border: 1px solid #c0c8c7;
    border-radius: 0px;
}
.title {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    padding-left: 0;
    color: #0b1c1b;
    border-bottom: 1px solid #c0c8c7;
    background: #e9f5f4;
}
/*.title:nth-child(3) {
    
    border-right: 1px solid #c0c8c7!important;
}
.ControllTD:nth-child(3) {
    width: 33%;
    vertical-align: top;
    display: inline-block;
    float: left\9;
    text-align: left;
}*/

.table_row {
    clear: both;
    height: 20px;
}

.divtable {
    padding-top: 32px;
    padding-left: 10.954%;
    padding-bottom: 32px;
}
.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;
    float: left\9;
    text-align: left;
  
}

.ControllRow {
	padding: 0;
}

@media (min-width: 0px) and (max-width: 539px) {  
	
	.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: 360px) {  
	.ControllTD {
		float: none;
		height: auto;		
	}
}

#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;
}

.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 #C0C8C7;
	box-shadow: 1px 1px 2px #A6A6A6;
}
.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: 481px) {  
	.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: #FFFFFF;
}
.Orders_VolumeTD_BidBox {
	background: #EEEEEE;
}

.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.22em;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #C0C8C7;
    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: 586px) { 
	.PerformanceTab_Performance_By_Year_Prev4_Heading,
	.PerformanceTab_Performance_By_Year_Prev4_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 461px) { 
	.PerformanceTab_Performance_By_Year_Prev3_Heading,
	.PerformanceTab_Performance_By_Year_Prev3_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 380px) { 
	.PerformanceTab_Performance_By_Year_Prev2_Heading,
	.PerformanceTab_Performance_By_Year_Prev2_Value {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 605px) {   
	.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: 0.08em solid #C0C8C7;
    }

}
@media (min-width: 0px) and (max-width: 501px) { 
    .PerformanceTab_Performance_3_Month_Change_Heading,
    .PerformanceTab_Performance_3_Month_Change_Value {
        display: none;
    }
}

/*************************************** End of: Performance data ****************************************/

#divCalendar {
	border: 0.08em solid #C0C8C7;
	background: #fff;
	box-shadow: 1px 1px 2px #A6A6A6;
}
.dbFooter {
	padding-top: 1em;
}
	div#divGraphControll {
    margin: 0 23px 0 33px!important;
}
div#additionFunctionPanel {
        margin: 0 23px 0 33px!important;
}
td.TickerValueTD.TickerValueTD_ShareName {
    background: #f5fbfb;
    color: #3a4140;
}
@media (min-width: 0px) and (max-width: 600px) {   
	 #tabPanel ul li {
            display: inline-block;
            width: 100%;
        margin: 0px;
        }
     #tabPanel ul li {
         margin:10px 0px 10px 0px;
     }
     li#liShareData {
         margin-top:0!important;
         margin-bottom:0!important;
     }
	div#divGraphControll {
    margin: 0!important;
}
		
	}


	@media (min-width: 600px) and (max-width: 1004px) {   
	 #tabPanel ul li {
    display: inline-block;
    
}

	}


/*body.body_ja-jp a#lbtHtml {
    padding-top: 0.3em!important;
    padding-bottom: 1.9em!important;
  
    height: 33px;
} */
.dbFooter {
    padding-top: 1em;
    color: #3a4140;
    font-size: 12px;
    line-height: 20px;
}
#additionFunctionPanelPanel {
    padding-top: 46px;
}
#upperpart {
    padding: 0px 0 50px 0;
}



@media (max-width: 539px) and (min-width: 0px)
{
.ControllTD {
    width: 100%;
    float: left;
    min-height: 11em;

}

}
@media (max-width: 600px) and (min-width: 0px)
{
#tabPanel {
    height: auto!important;
}}


.comparelegend_value{

    font-weight: bold;
    color: #000000!important;
}
li#liHtml {
    margin-left: 0px;

    margin-right: 0px;
}
div#periodSelectionPanel {
    border: 0.08em solid #e5e5e5;
    padding: 20px;
}
#tabPanel {
    margin-top: 6px;
    width: 100%;
    height: auto;
}
div#periodSelectionPanel.periodSelection input {
    margin-right: 3px;
	display: none;
	position: relative;
}
div#periodSelectionPanel.periodSelection input:before {
    content:'';
	position: absolute;
	background: #000;
	height:14px;
	width:14px;
	top: 0px;
	left:0px;
}
#tabPanel ul li {
    list-style: none outside none!important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#_ulPeriod li span:before {
    position: absolute;
    left: -23px;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 0.08em solid #000000;
    background: transparent;
}
#_ulPeriod li span {
    position: relative;
   
}
#_ulPeriod li {
    padding: 0.5em;
    padding-top: 0em;
    margin-left: 36px;
}

#_ulPeriod li input:checked+ span:before {
    background: rgb(80, 156, 255);
    left: -23px;
    top: 0.5px;
    width: 15px;
    font-size: 7px;
    height: 15px;
    border-radius: 50px;
    border-color: rgb(80, 156, 255);
}
#_ulPeriod li input:checked+ span:after {
    content: " ";
    position: absolute;
    left: -19px;
    top: 4.5px;
    width: 6px;
    display: inline-block;
    height: 6px;
    border-radius: 50px;
    padding-top: 2px;
    padding-left: 2px;
    background: #ffffff;
}

@media (max-width: 780px) and (min-width: 0px)
{
    .ControllTD {
        width: 50%;
        vertical-align: top;
        display: inline-block;
        float: left\9;
        text-align: left;
    }
    div#divGraphControll {
        margin: 0px!important;
    }
}
@media (max-width: 484px) and (min-width: 0px) {
    .ControllTD {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        float: left\9;
        text-align: left;
    }
}
td.TickerNameTD.TickerNameTD_Bid,
td.TickerNameTD.TickerNameTD_Ask,
td.TickerValueTD.TickerValueTD_Bid,
td.TickerValueTD.TickerValueTD_Ask {
    display: none;
}

div#highstocklegend {
    font-weight: bold!important;
}
td.TickerNameTD.TickerNameTD_ShareName {
    text-align: center;
}
span#lblPerfomanceTable {
    display: none;
}
div#divShareData {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 597px;
}
.lowerSkin {
    float: none;
    text-align: right;
        font-family: Calibri, Helvetica, Arial, Verdana, sans-serif!important;
    color: #3a4140;
    font-size: 12px!important;

    line-height: 20px!important;
}
.lowerSkin span {
    font-family: Calibri, Helvetica, Arial, Verdana, sans-serif!important;
}
div#dbFooter {
    
}
p {
     margin-top: 0em; 
    margin-bottom: 0em; 
}
div#lowerSkin {
    font-size: 12px!important;
}
.table_row {
    clear: both;
    height: auto;
    padding-bottom: 20px;
}
td.DataValueTD.DataValueTD_Currency,
td.DataValueTD.DataValueTD_Market.DataValueTD_Market_8053_14,
td.DataValueTD.DataValueTD_ISIN.DataValueTD_ISIN_8053_14,
td.DataValueTD.DataValueTD_Ticker.DataValueTD_Ticker_8053_14,
td.DataValueTD.DataValueTD_Industry,
td.DataValueTD.DataValueTD_Market_Capitalization,
td.DataValueTD.DataValueTD_Number_Of_Shares.DataValueTD_Number_Of_Shares_8053_14
 {
    text-align: right;
}

.ControllTD > div {
    margin: 0.5em;
    min-height: 270px;
    border: 1px solid #c0c8c7;
    border-radius: 0px;
}
.table_row {
    clear: both;
    height: 22px;
    padding-bottom: 20px;
}
.table_row:last-child {
    padding-bottom: 0;
}
#dbFooter, #lowerSkin {
    padding-right: 11px;
    padding-top: 13px;
}
.lowerSkin, .dbFooter {
    float: none;
    text-align: right;
}
td.DataValueTD {
    text-align: right;
}

.body_ja-jp.body_HtmlGraph g.highcharts-axis text[x="27"] {
    transform: translateX(0px);
}

.body_ja-jp.body_HtmlGraph g.highcharts-axis text[x="29"] {
    -moz-transform: translateX(0px);
}