@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;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-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    outline: 0;
}


.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
    color: #333333 !important;
}

.highstocklegend {
    font-size: 16px !important;
}

input#txtInsertPeriod {
    font-family: 'Fira Sans', sans-serif;
    border-radius: 3px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #4F4F4F;
    color: #fff;
    min-width: 50px;
}

html .body_zh-cn,
.body_zh-cn,
.body_zh-cn .ControllTD,
.body_zh-cn #TD_print,
.body_zh-cn #TD_detach_graph,
.body_zh-cn #TD_download_excel,
.body_zh-cn #TD_color_blind_mode,
.body_zh-cn .navigation ul li,
.body_zh-cn .PerformanceTab_DDL_Performance_Function,
.body_zh-cn .PerformanceTab_Performance_NA_Value,
.body_zh-cn input#txtInsertPeriod {
    font-family: 'Noto Sans SC', sans-serif;
}

html .body_zh-tw,
.body_zh-tw,
.body_zh-tw .ControllTD,
.body_zh-tw #TD_print,
.body_zh-tw #TD_detach_graph,
.body_zh-tw #TD_download_excel,
.body_zh-tw #TD_color_blind_mode,
.body_zh-tw .navigation ul li,
.body_zh-tw .PerformanceTab_DDL_Performance_Function,
.body_zh-tw .PerformanceTab_Performance_NA_Value,
.body_zh-tw input#txtInsertPeriod {
    font-family: 'Noto Sans TC', sans-serif;
}

body {
    margin: 0;
    background: transparent;
}

a:visited,
a:link {
    color: #999999;

    font-weight: 100;
    text-decoration: none;
    font-style: none;
}

a:active,
a:hover {
    color: #4866B4;

    font-weight: none;
    text-decoration: none;
    font-style: none;
}

/* Tool max-width */

#container {
    max-width: 1586px;
    margin: 0 auto;
    position: relative;
    /*    background-color: #ECEFF6;*/
}

#shareGraph {
    min-height: 0;
}

/* PLUS AND MINUS START */

.minus span,
.Minus span,
.PerformanceTab_Performance_Negative_Value,
.PerformanceTab_Performance_By_Year_Negative_Value {
    color: #FF0055;
    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: #38C231;
    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 #38C231;
}

/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/****************************************** HEADINGS *******************************************************/

.legenddate {
    color: #222 !important;
    font-size: 1em;
    font-weight: 100;
}

.Orders_TitleTD_Right {
    color: #333333;
    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: 1em !important;
    color: #222 !important;
    font-weight: 100;

    padding-top: 0em;
    padding-bottom: 1.0em;

    display: block;
}

.TickerDateTD {
    padding-bottom: .4em;
    padding-left: 0em;
    padding-top: 0em;
    padding-right: 0.6em;
    font-weight: 100;
    text-align: left;
    font-size: 1em;
    color: #222;
}

/********************************************************************************** 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: separate !important;
    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 #FFFFFF;
}


.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 #FFFFFF;
}

.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 #eeeeee !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 #EEEEEE;
}

.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 #EEEEEE;
}

.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 #EEEEEE;
}

.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 #EEEEEE;
}

/*** 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: 2px solid #002774;
    border-bottom: 1px solid #002774;
}

/*** 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: #EEEEEE;
}


.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: #EEEEEE;
}


/*** 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: #ffffff;
    color: #002774;
    text-align: center;

    font-weight: normal;
    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: #ffffff;
    color: #002774;
    text-align: center;

    font-weight: normal;
    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: #f9f9f9 !important;
}

.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: #FFFFFF;
    text-align: center;
    color: #333333;

    font-weight: normal;
}

.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: #FFFFFF;
    text-align: center;
    color: #333333;

    font-weight: normal;
    text-transform: none;
}


/***************************************** 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;
*/
    border-collapse: separate;
}

.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: .8em;
    padding-bottom: .8em;
    padding-left: .8em;
    padding-right: .8em;
}

.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: .8em;
    padding-bottom: .8em;
    padding-left: .8em;
    padding-right: .8em;

    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: 783px) {

    .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: 667px) {

    .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: 496px) {

    .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;
    background: #fbfbfb;
    position: relative;
    z-index: 0;
    padding: 1.13em 0;
}

#tabPanel:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;

    border-bottom: 0em solid #D4DCEF;
}

#tabPanel ul {
    text-align: center !important;
    font-size: 0em;
    border-radius: 0;

}

/* Unselected tab rules */
.navigation ul li a {
    height: auto;
    line-height: normal;
    min-width: 9em;
    padding-top: 15px;
    padding-right: 3em;
    padding-bottom: 15px;
    padding-left: 3em;
    margin-top: 0.0em;
    margin-right: 0.5em;
    margin-bottom: 0.0em;
    margin-left: 0.5em;
    border-radius: 3em 3em 3em 3em;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.13em;
    text-transform: none;
    color: #032a72;
    font-style: normal;
    text-decoration: none;
    border-top: 1px solid #032a72;
    border-right: 1px solid #032a72;
    border-bottom: 1px solid #032a72;
    border-left: 1px solid #032a72;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
}

.body_zh-tw .navigation ul li a,
.body_zh-cn .navigation ul li a {
    height: 22px;
    line-height: 22px;
}

.navigation ul li a:hover {
    background: #4564ff;
    color: #FFFFFF;
    border-top: 1px solid #4564ff;
    border-right: 1px solid #4564ff;
    border-bottom: 1px solid #4564ff;
    border-left: 1px solid #4564ff;

    text-decoration: none;
    font-style: normal;

    z-index: 9;
}

/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: #4564ff;
    color: #FFFFFF;
    border-top: 1px solid #4564ff;
    border-right: 1px solid #4564ff;
    border-bottom: 1px solid #4564ff;
    border-left: 1px solid #4564ff;

    position: relative;
    top: 0px;
    left: 0px;

    z-index: 10;
}

.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 #4866B4;
}

/* 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: 0em !important;
    padding-bottom: 1.2em !important;
    border-bottom: 1px solid #D3D3D4;
    font-size: 1em;
}

#_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-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: 0em solid #eee;
}

.highstocklegend {
    padding: 0em;
}

.ul_highstocklegend {
    padding: 0em 1.5em 0.5em 1.5em;
    padding: 1em 0 0.5em 0;
    /*	border-bottom: 0.08em solid #EEEEEE;*/
    margin-bottom: 1em;
}

.comparelegend_value {
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 1.7em;
    padding-bottom: 1em;
}

.legenddate {
    padding-top: .7em;
    padding-bottom: 0em;

}

@media (min-width: 0px) and (max-width: 509px) {

    /**************** 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: .7em 0 .7em 0;
}

.additionFunction table {
    margin: 0em;
    width: 100%;
}


.button,
.button:link,
.button:visited {
    display: block;

    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    color: #032a72;
    text-transform: none;

    margin: 0.5em;
    padding: .94em .5em 1em 1.5em;

    border: 1px solid #032a72;
    border-radius: 2em 2em 2em 2em;
    background: #FFFFFF;
    position: relative;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
}

.body_zh-tw .button,
.body_zh-tw .button:link,
.body_zh-tw .button:visited,
.body_zh-cn .button,
.body_zh-cn .button:link,
.body_zh-cn .button:visited {
    height: 19px;
    line-height: 19px;
}

.button:active,
.button:hover {
    text-decoration: none;

    background: #4564ff;
    color: #FFFFFF;
    border-color: #4564ff;
}

.button img {
    display: none;
}

span#lblPrint,
span#lblDownloadToExcel,
span#lblDetachGraph {
    position: relative;
}

span#lblDetachGraph:before {
    content: "";
    position: absolute;
    background: url(icons/Detach_Graph_normal.png) no-repeat;
    height: 21px;
    width: 22px;
    left: -30px;
}

span#lblDownloadToExcel:before {
    content: "";
    position: absolute;
    background: url(icons/Excel_normal.png) no-repeat;
    height: 21px;
    width: 22px;
    left: -27px;
    top: -2px;
}

span#lblPrint:before {
    content: "";
    position: absolute;
    background: url(icons/Prient_normal.png) no-repeat;
    height: 21px;
    width: 22px;
    left: -27px;
    top: -2px;
}

.button:hover span#lblDetachGraph:before {
    background: url(icons/Detach_Graph_hover.png) no-repeat;
}

.button:hover span#lblDownloadToExcel:before {
    background: url(icons/Excel_hover.png) no-repeat;
}

.button:hover span#lblPrint:before {
    background: url(icons/Prient_hover.png) no-repeat;
}

.body_zh-cn span#lblPrint:before,
.body_zh-tw span#lblPrint:before,
.body_zh-cn span#lblDownloadToExcel:before,
.body_zh-tw span#lblDownloadToExcel:before,
.body_zh-cn span#lblDetachGraph:before,
.body_zh-tw span#lblDetachGraph:before {
    top: 2px;
}

.additionFunction table,
.additionFunction tbody,
.additionFunction tr {
    display: block;
}

.additionFunction tr {
    font-size: 0em;
    background: #fbfbfb;
    text-align: center;
}

.additionFunction table td {
    width: auto;
    text-align: center;

    display: inline-block;
    *display: inline;
    *zoom: 1.0;

    min-width: 13.8em;
    box-sizing: border-box;
}

@media (max-width: 885px) {
    .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 7px 0 7px;
    border: 1px solid #eeeeee;
    /*    background-color: #DCE2ED;*/
}

.title {

    font-family: inherit;
    font-size: 1.0em;
    color: #444444;

    font-weight: bold;
    font-style: normal;
    text-transform: initial;

    background: #fff;
    text-align: center;
    float: center;

    border-bottom: 2px solid #4564ff;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding-left: 0em;
    padding-right: 0em;
    margin-bottom: 2px;
    margin-top: 0em;
    margin-left: .6em;
    margin-right: .6em;
}

.divtable {
    padding: 1em;
    clear: both;
    min-height: 16em;
    background-color: #ffffff;
}

.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: 20%;
    vertical-align: top;

    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    /* IE 8 & below CSS correction */
    float: left\9;
    /* * * * * * * * * * * * * * * */
    text-align: left;
}

.ControllRow {
    padding: 0;
}

.ControllTD .table_row {
    height: auto;
    font-size: 1em;
    padding-bottom: .7em;
    padding-top: .8em;
    color: #444444;
}

.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: 783px) {

    .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: 524px) {
    .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: 0.08em solid #EEEEEE;
    box-shadow: 1px 1px 2px #A5A9A3;
}

.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: 549px) {
    .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: #4866B4;
}

.Orders_VolumeTD_BidBox {
    background: #E5EAF6;
}

.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: #032a72;
    font-size: 1em;
    padding: .5em 1.5em;
    box-sizing: border-box;
    background: #ffffff;
    border: 0.08em solid #032a72;
    max-width: 20em;
    outline: 0;
    width: 100%;
    border-radius: 10px;
}

.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: center;
}

td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value {
    text-align: center;
}

.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: 670px) {

    .PerformanceTab_Performance_By_Year_Prev4_Heading,
    .PerformanceTab_Performance_By_Year_Prev4_Value {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 526px) {

    .PerformanceTab_Performance_By_Year_Prev3_Heading,
    .PerformanceTab_Performance_By_Year_Prev3_Value {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 435px) {

    .PerformanceTab_Performance_By_Year_Prev2_Heading,
    .PerformanceTab_Performance_By_Year_Prev2_Value {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 692px) {

    .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 #EEEEEE;
    }

}

@media (min-width: 0px) and (max-width: 572px) {

    .PerformanceTab_Performance_3_Month_Change_Heading,
    .PerformanceTab_Performance_3_Month_Change_Value {
        display: none;
    }
}

/*************************************** End of: Performance data ****************************************/

#divCalendar {
    border: 0.08em solid #EEEEEE;
    background: #fff;
    box-shadow: 1px 1px 2px #A5A9A3;
}

.dbFooter {
    display: none;
}

.dbFooter2 {
    padding: 5em 0 5em 0;
    text-align: center;
    float: none;
    color: #999999;
    font-weight: 100;
    font-size: 14px;
}

/*
text.highcharts-yaxis-title {
    display: none;
}
*/

rect#recVolume,
rect#recRightSide,
rect#recLeftSide {
    display: none;
}

.TickerDateDiv span:first-child {
    display: none;
}

.comparelegend_value {
    display: block !important;
}

input {
    height: 16px;
    /*    display: none;*/
    width: 16px;
}

@media (max-width: 1035px) {
    .navigation ul li a {
        margin-right: 0.1em;
        margin-left: 0.1em;
    }
}

@media (max-width: 1165px) {
    .navigation ul li a {
        padding-right: 1em;
        padding-left: 1em;
    }
}

@media (max-width: 825px) {
    .navigation ul li {
        width: 50%;
    }

    .navigation ul li a {
        width: 98%;
        padding-right: 0;
        padding-left: 0;
        margin: 2px 0;
    }
}

@media (max-width: 524px) {
    .divtable {
        min-height: 14em;
    }
}

@media (max-width: 460px) {

    table.PerformanceTab_Table_Selection,
    table.PerformanceTab_Table_Selection tr,
    table.PerformanceTab_Table_Selection td {
        display: block;
    }
 
    .PerformanceTab_TD_Select_Type_Label,
    .PerformanceTab_TD_Select_Type_Value {
        width: 100% !important;
    }
}

@media (max-width: 456px) {
    .divtable {
        min-height: auto;
    }
}

@media (max-width: 425px) {
    .navigation ul li a {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .navigation ul li {
        width: 100%;
    }
}

@media (max-width: 399px) {

    td.ControllTD.ControllTD_0_4 .divtable,
    td.ControllTD.ControllTD_0_3 .divtable {
        min-height: 4em;
    }

}

@media (max-width: 320px) {

    body {
        font-size: 12px;
    }

}

.lowerSkin {
    float: none;
}

/*
input {
    display: none;
}
*/

div#div_button_period_range input {
    display: inline-block;
}

/*

#_ulPeriod li input + span:before,
.ControllRow tbody tr td div div div input + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    position: relative;
    left: -5px;
    top: 2px;
    font-size: 11px;
    background: #fff;
    color: #4564ff;
    border: 1px solid #4564ff;
}

#_ulPeriod li input:checked + span:before,
.ControllRow tbody tr td div div div input:checked + label:before {
    background: #4564ff;
    color: #4564ff;
    display: none\9;
}
*/

div#divMACustom input {
    display: inline-block;
}

/*
#diagramTypePanel
#diagramTypePanel div input:checked + label:before {*/
.body_en-gb .cookies_box {
    padding-right: 45px;
}

.body_zh-cn .cookies_box {
    padding-left: 31px;
}

.body_zh-tw .cookies_box {
    padding-left: 37px;
}

.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-bottomBar-today {
    padding: 2px 15px;
    /* border: 1px solid; */
    border: 0.08em solid #4866B4;
    border-radius: 2em 2em 2em 2em;
    color: #fff;
    background: #4866b4;
    cursor: pointer;
}

.button_bg {
    background: #4866B4;
    color: #fff;
    border: 0.08em solid #4866B4;
    border-radius: 2em 2em 2em 2em;
}

.button_period_range {
    text-align: center;
}

.DynarchCalendar-day:hover,
.DynarchCalendar-day-selected,
.DynarchCalendar-day-today.DynarchCalendar-day-selected {
    background-color: #4866B4;
    color: #fff !important;
    border-radius: 10px;
}

table {
    border-spacing: 0;
}

* {
    outline: 0 !important;
}
