@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
	font-family: 'icofont';
	src: url('fonts/icofont.eot');
	src: url('fonts/icofont.eot?#iefix') format('embedded-opentype'),
		url('fonts/icofont.woff2') format('woff2'),
		url('fonts/icofont.woff') format('woff'),
		url('fonts/icofont.ttf') format('truetype'),
		url('fonts/icofont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body,
.ControllTD,
#TD_print,
#TD_detach_graph,
#TD_download_excel,
#TD_color_blind_mode,
.navigation ul li,
.PerformanceTab_DDL_Performance_Function,
.PerformanceTab_Performance_NA_Value {
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-size: 16px;
	color: #232323;
	font-weight: normal;
}

/* body.body_ar-ae,
.body_ar-ae .ControllTD,
.body_ar-ae #TD_print,
.body_ar-ae #TD_detach_graph,
.body_ar-ae #TD_download_excel,
.body_ar-ae #TD_color_blind_mode,
.body_ar-ae .navigation ul li,
.body_ar-ae .PerformanceTab_DDL_Performance_Function,
.body_ar-ae .PerformanceTab_Performance_NA_Value {
	direction: rtl;
	font-size: 16px;
	color: #232323;
	font-family: 'Calibrib','GE SS Text', sans-serif;
} */

.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
    color: #232323 !important;
}

.highstocklegend {
    font-size: 16px !important;
}

body {
    margin: 0;
}

a:visited,
a:link {
    color: #005322;

    font-weight: normal;
    text-decoration: none;
    font-style: none;
}

a:active,
a:hover {
    color: #005322;

    font-weight: none;
    text-decoration: underline;
    font-style: none;
}

/* Tool max-width */

#container {
    max-width: 1320px;
    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: #FF0000;
    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 #FF0000;
}

.plus span,
.Plus,
.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #008800;
    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 #008800;
}

/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/****************************************** HEADINGS *******************************************************/

.legenddate {
    color: #232323 !important;
    font-size: 1em;
    font-weight: bold;
}

.Orders_TitleTD_Right {
    color: #232323;
    font-weight: bold;
}

.Orders_TitleTD_Left,
.TradesByBroker,
.DivLastestShareTrades span,
.PerformanceTab_TD_Select_Type_Label {
    line-height: normal;
    margin: 0px;
    padding: 0px;

    font-family: inherit;
    font-size: 1.25em !important;
    color: #232323 !important;
    font-weight: bold;

    padding-top: 0em;
    padding-bottom: 1.0em;

    display: none;
}

.TickerDateTD {
    padding-bottom: 1.0em;
    padding-left: 0em;
    padding-top: 1.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 #e1e1e1 !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: 4px solid #232323;
}

/*** 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: #FFFFFF;
    color: #232323;
    text-align: right;

    font-weight: bold;
    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: #FFF;
    color: #232323;
    text-align: left;

    font-weight: bold;
    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: #FFFFFF;
    text-align: right;
    color: #232323;

    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: left;
    color: #232323;

    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;
}

.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.8em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
    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: 0.8em;
    padding-bottom: 0.8em;
    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: 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;

    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: 0px solid #D3D3D3;
}

#tabPanel ul {
    text-align: center !important;
    font-size: 0em;
}

/* Unselected tab rules */
.navigation ul li a {
    height: auto;
    line-height: normal;
    padding-top: 1.0em !important;
    display: block;
    padding-right: 2em;
    padding-bottom: 1.0em !important;
    padding-left: 2em;
    margin-top: 0em;
    margin-right: 0.08em;
    margin-bottom: 0em;
    margin: 5px;
    margin-left: 0.08em;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    text-transform: none;
    color: #232323;
    font-style: normal;
    text-decoration: none;
    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0em solid #FFFFFF;
    border-left: 0em solid #FFFFFF;
    background: #F0F3F3;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
}

.navigation ul li a:hover {
    background: #005322;
    color: #FFFFFF;
    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0px solid #005322;
    border-left: 0em solid #FFFFFF;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
}

/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: #005322;
    color: #FFFFFF;
    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0px solid #005322;
    border-left: 0em solid #FFFFFF;
    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 #FFFFFF;
}

/* 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: 0.5em 12px 0 26px !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-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: 1px solid #A9A8A3;
}

.highstocklegend {
    padding: 0em;
}

.ul_highstocklegend {
    padding: 0em 1.5em 0.5em 1.5em;
    padding: 0em 0px 5px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0em;
}

.comparelegend_value {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.legenddate {
    padding-top: 1em;
    padding-bottom: 1em;

}

@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: 1.5em 0 1.5em 0;
}

.additionFunction table {
    margin: 0em;
    width: 100%;
}


.button,
.button:link,
.button:visited {
    display: block;

    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    color: #FFF;
    text-transform: none;

    margin: 0.5em;
    padding: 0.75em 2.5em;

    border: 1px solid #232323;
    border-radius: 3em;
    background: #232323;

    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
}

.button:active,
.button:hover {
    text-decoration: none;

    background: #355244;
    color: #FFFFFF;
    border-color: #355244;
}

.button img {
    display: none;
}

.additionFunction table,
.additionFunction tbody,
.additionFunction tr {
    display: block;
}

.additionFunction tr {
    font-size: 0em;
    text-align: center;
}

.additionFunction table td {
    width: 20.33%;
    text-align: center;

    display: inline-block;
    *display: inline;
    *zoom: 1.0;

    min-width: 14.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 0.5em 0 0.5em;
    border: 0;
    background-color: transparent;
    border-radius: 0;
}

.title {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    /* background: #77B898; */
    text-align: left;
    float: center;
    border-bottom: 3px solid #005322;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    margin-bottom: 0em;
    margin-top: 0em;
    /* border-radius: 10px; */
}

.divtable {
    padding: 0.6em 0.6em 0.6em 0em;
    clear: both;
    min-height: 6.5em;
    line-height: 2em;
}

.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;
    line-height: 22px;
}

.ControllRow {
    padding: 0;
}

.body_en-gb .ControllTD .table_row {
    height: unset !important;
}

.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: 960px) {

    .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: 570px) {
    .ControllTD {
        float: none;
        height: auto;
        width: 90%;
    }

    .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;
}

.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 #A9A8A3;
}

.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: #005322;
}

.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: #333;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #CCCCCC;
    max-width: 20em;
    width: 100%;
}

.PerformanceTab_Performance_Row td {
    padding-right: 1.5em;
}

.PerformanceTab_Performance_Row .PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_Row .PerformanceTab_Performance_All_Time_High_Low_Value {
    padding-right: 0.6em;
}

.PerformanceTab_Performance_By_Year_Row td {
    padding-right: 1.5em;
}

th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading {
    text-align: left;
}

td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value {
    text-align: left;
}

.PerformanceTab_Performance_Instrument_Value div,
.PerformanceTab_Performance_By_Year_Instrument_Value div {
    padding: 0px !important;
    margin: 0px !important;
}

.PerformanceTab_Table_Price_Performance,
.PerformanceTab_Table_Performance_By_Year {
    width: 100%;
}

.PerformanceTab_Performance_Header_Row th {
    padding-left: 0.5em;
}

.PerformanceTab_Performance_By_Year_Header_Row th {
    padding-right: 1em;
    padding-left: 0.5em;
}

.PerformanceTab_Performance_By_Year_NA_Value,
.PerformanceTab_Performance_Neutral_Value,
.PerformanceTab_Performance_By_Year_Neutral_Value,
.PerformanceTab_Performance_NA_Value {
    color: inherit;
}

.TickerValueTD {
    border-bottom: 0 !important;
}

.legendSharesDiv div {
    display: inline;
}
.comparelegend_separator {
    padding-right: 15px;
}

.comparelegend_eachvalue {
    margin: 0 15px;
}

.PerformanceTab_Performance_Instrument_Value span.PerformanceTab_SharePriceDevelopment_Instrument_InstrumentName {
    display: inline-block;
    padding-right: 0.5em;
}

#tabPanel li {
    width: 25%;
}

@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 #CCCCCC;
    }

}

@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: 1px solid #CCCCCC;
    background: #fff;
    box-shadow: 1px 1px 2px #A9A8A3;
}

/****************************************** Standard SG ****************************************/
ul#_ulPeriod {
    text-align: center !important;
}

.body_ar-ae ul#_ulPeriod {
    text-align: center !important;
}

div#periodSelectionPanel {
    border-bottom: 0px hidden transparent !important;
    padding-bottom: 0.5em;
}

.legenddate {
    padding: 0.5em 0 0.5em 0.5em;
    margin: 0 29px 0 26px;
    background: #fff;
    border: 0px solid #e1e1e1;
    border-bottom: 0;
    font-weight: normal;
}

.body_en-gb .ul_highstocklegend {
    margin: 0 27px 1em 26px;
    border: 0px solid #e1e1e1;
    background: #fff;
    border-top: 0;
    padding: 0em 0em 0.5em 0.5em;
}

div#additionFunctionPanel,
div#divGraphControll {
    margin: 0 22px 0 30px !important;
}

.dbFooter,
.dbFooter_ar {
    font-size: 13px !important;
    padding-top: 1em;
}

@media (max-width:570px) {
    .ControllTD {
        min-height: auto;
    }

    .ControllTD>div {
        min-height: auto;
    }
}

#txtInsertPeriod {
    font-family: inherit;
    font-size: inherit;
    color: #777;
}

/*************************************** End of: Standard SG ****************************************/
/* ARAB FORMAT */
#tabPanel ul li {
    float: none !important;
}

body.body_ar-ae,
.body_ar-ae .ControllTD,
.body_ar-ae #TD_print,
.body_ar-ae #TD_detach_graph,
.body_ar-ae #TD_download_excel,
.body_ar-ae #TD_color_blind_mode,
.body_ar-ae .navigation ul li,
.body_ar-ae .PerformanceTab_DDL_Performance_Function,
.body_ar-ae .PerformanceTab_Performance_NA_Value {
    direction: rtl;
    font-family: "co-arabic", sans-serif;
}

.body_ar-ae .legenddate {
    padding: 0.5em 1em 0.5em 0;
    margin: 0;
    background: #fff;
    border: 0px solid #E1E1E1;
    border-bottom: 0;
}

.LastestShareTrades,
.Trades_RowHeader {
    position: relative;
}

/* m */
.body_ar-ae .navigation ul li {
    float: none !important;
}

.body_ar-ae .periodSelection ul {
    text-align: center !important;
}


/* Arabic */

.body_ar-ae .Trades_VolumeHeading {
    text-align: left;
}

.body_ar-ae .TradesTable .Trades_Row .Trades_Size {
    text-align: left;
}

.body_ar-ae .TickerNameTD {
    text-align: left;
}

.body_ar-ae .TickerRow .TickerValueTD {
    text-align: left;
}

.body_ar-ae td#timeheading {
    text-align: right;
}

.body_ar-ae .TradesTable .Trades_Row .Trades_TradeTime {
    text-align: right;
}

.body_ar-ae td.TickerNameTD.TickerNameTD_ShareName {
    text-align: right;
}

.body_ar-ae td.TickerValueTD.TickerValueTD_ShareName {
    text-align: right !important;
}

.body_ar-ae .ShareDataTable tr .DataValueTD {
    text-align: left;
}

.body_ar-ae .ShareDataTable tr .DataNameTD {
    text-align: right;
}

.body_ar-ae .PerformanceTab_Performance_52_Week_High_Value {
    padding-left: 0;
}

.body_ar-ae .PerformanceTab_Performance_52_Week_Low_Value {
    padding-left: 0;
}

.body_ar-ae th.PerformanceTab_Performance_Instrument_Heading {
    text-align: right !important;
}
.body_ar-ae .PerformanceTab_Performance_Header_Row > th:not(.PerformanceTab_Performance_Instrument_Heading) {
  text-align: left;
}
.body_ar-ae td.PerformanceTab_Performance_Instrument_Value {
    text-align: right !important;
}

.body_ar-ae .PerformanceTab_Performance_Instrument_Value span.PerformanceTab_SharePriceDevelopment_Instrument_InstrumentName {
    padding-right: 0;
}

.body_ar-ae .PerformanceTab_Performance_Row td {
    padding-right: 10px;
}

.body_ar-ae .PerformanceTab_Performance_By_Year_Header_Row th {
    text-align: left;
}

.body_ar-ae .PerformanceTab_Performance_By_Year_Row td {
    text-align: left;
}

.body_ar-ae th.PerformanceTab_Performance_By_Year_Instrument_Heading {
    text-align: right !important;
}

.body_ar-ae td.PerformanceTab_Performance_By_Year_Instrument_Value {
    text-align: right !important;
}

.body_ar-ae .PerformanceTab_Performance_By_Year_Row td {
    padding-right: 10px;
}

.body_ar-ae #tabPanel ul {
    text-align: center !important;
}

.body_ar-ae .highstocklegend {
	text-align: right;
	padding: 0 !important;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-left: 36px;
	background: #fff;
	border: 1px solid #CCCC;
	margin-right: 29px;
	/*! height: 4.5em; */
	margin-bottom: 1em;
	border-bottom: 0;
	line-height: 25px;
}

.body_ar-ae .Orders_RowTR .tdOrderLeft,
.body_ar-ae .Orders_RowTR .tdOrderMiddle,
.body_ar-ae .Orders_RowTR .tdOrderRight,
.body_ar-ae .Broker_EvenRow td,
.body_ar-ae .Broker_OddRow td,
.body_ar-ae .TickerValueTD,
.body_ar-ae .DataNameTD,
.body_ar-ae .DataValueTD,
.body_ar-ae .TradesTable .Trades_Row td,
.body_ar-ae .PerformanceTab_Performance_By_Year_Row td,
.body_ar-ae .PerformanceTab_Performance_Row td {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.ul_highstocklegend_rtl li::marker {
    display: none;
    content: "";
}

.ul_highstocklegend_rtl li {
    margin-right: 8px;
}

.body_ar-ae .PerformanceTab_Performance_Row td {
    text-align: left;
}

.body_ar-ae .PerformanceTab_TD_Select_Type_Value {
    text-align: left;
}

.body_ar-ae .PerformanceTab_TD_Select_Type_Label {
    text-align: right;
}

.body_ar-ae .ControllTD {
    text-align: right;
    /*! float: right; */
}

.body_ar-ae td.TickerDateTD {
    text-align: right;
}

.body_ar-ae .title {
    text-align: right;
}

.body_ar-ae div#periodSelectionPanel.periodSelection input {
    margin-left: 5px;
}

.body_ar-ae .button,
.body_ar-ae .button:link,
.body_ar-ae .button:visited {
    font-weight: 500;
    padding: 0.2em 0.8em 0.5em;
}


.DynarchCalendar-week td:nth-child(5) div,
.DynarchCalendar-week td:nth-child(6) div,
.DynarchCalendar-dayNames td:nth-child(5) div,
.DynarchCalendar-dayNames td:nth-child(6) div {
    color: #DC291E !important;
}

.DynarchCalendar-dayNames div {
    font-weight: bold;
    color: #444 !important;
}

.DynarchCalendar-day {
    text-align: right;
    color: #222 !important;
}

@media (max-width: 666px) {
    .body_en-gb #tabPanel ul li {
        width: 50%;
    }

    .body_en-gb #tabPanel ul {
        text-align: center !important;
    }

}

@media (max-width: 830px) {
    .body_ar-ae #tabPanel ul li {
        width: 50%;
    }

    .body_ar-ae #tabPanel ul {
        text-align: center !important;
    }

}
@media (max-width: 410px) {
    #tabPanel ul li {
        width: 100% !important;
    }
}
.body_ar-ae #comparelegend {
    padding-left: 0.5em;
}

@media (max-width: 620px) {
    .comparelegend_value {
        display: block !important;
        padding-top: 0.5em;
        padding-left: 0;
    }
}
@media (max-width: 650px) {
    .body_ar-ae .comparelegend_value > div {
        display: block;
        float: right;
    }
}
#htmlgraph {
    height: 450px;
}



/***** CUSTOMS ***/
li#libtYTD,
li#libt1Month,
li#libt5Year,
li#libtAll {
    display: none!important;
}
#_ulPeriod {
    margin-left: 5px !important;
}
#_ulPeriod li span {
	position: relative;
	padding: 0 16px 0 16px;
}

#_ulPeriod li span::before {
    position: absolute;
    content: "";
    left: -11px;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 16px;
    border: 2px solid #404040;
    background: #fff;
}
#_ulPeriod li input:checked + span::before {
	border: solid 2px #005322;
}

#_ulPeriod li input:checked + span::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 16px;
	position: absolute;
	left: -7px;
	top: 5px;
	font-size: 11px;
	background: #005322;
	color: #005322;
    /* border: solid 0.7px #F5BF00; */
}

input[type="checkbox"] + label::before {
	position: absolute;
    content: "";
	left: -7px;
    top: 11px;
    content: "";
	width: 13px;
    height: 13px;
    border: 2px solid #404040;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type="checkbox"]:checked + label::after {
    font-family: icofont;
    content: "\eed8";
    position: absolute;
    left: -6px;
    top: 5px;
    font-size: 16px;
    width: 13px;
    height: 13px;
    border: 0px solid #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #FFF;
}
input[type="checkbox"]:disabled + label {
	color: #C5C5C5;
}
input[type="checkbox"]:disabled + label:before,
input[type="checkbox"]:disabled:checked + label:after{
    content: "";
    position: absolute;
    left: -5px;
    top: 13px;
    width: 13px;
    font-size: 0;
    height: 13px;
    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 !important;
    left: 0 !important;
    /*! display: inline-block; */
	padding: 8px 8px;
	padding-left: 15px;
}


input[type="radio"] + label::before {
	position: absolute;
	content: "";
	left: -10px;
    top: 11px;
	width: 13px;
	height: 13px;
	border-radius: 16px;
	border: 2px solid #404040;
	background: #fff;
}
input[type="radio"] {
    opacity: 0;
}
input[type="radio"]:checked + label::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 16px;
	position: absolute;
	left: -6px;
    top: 15px;
	font-size: 11px;
	background: #005322;
	color: #005322;
}
input[type="radio"]:checked + label::before {
    border: 2px solid #005322;
}
input[type="checkbox"]:checked + label::before {
    border: 2px solid #005322;
    background: #005322;
}
input[type="checkbox"] {
	opacity: 0;
}

.table_row {
	height: 25px;
}

@media (max-width: 720px) {
	.comparelegend_value {
		display: block !important;
		padding: 0.5em 8px 0 0;
	}
}
#htmlNodata {
	background-color: #1971ed !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 #005322 !important;
	border-radius: 30px;
	background: #005322 !important;
	color: #fff!important;
	font-family: inherit;
    text-shadow: none;
}
.DynarchCalendar-bottomBar-today {
	font-family: "Inter", serif !important;
	text-decoration: none;	
	background: #232323;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border-radius: 30px;
	border: none;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 6px 5px;
	font-weight: 600;
	box-sizing: border-box;
}
.DynarchCalendar-bottomBar-today:hover {
	background: #355244;
	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: inherit!important;
	font-weight: 700;
	color:#000;
	text-shadow: 0px 0px 0px #fff;
    /* font-size: 18px; */
}

.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;
}

.DynarchCalendar-day-selected {
    border-radius: 30px;
	border: 1px solid #005322 !important;
    background: #005322 !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: normal;
    color: #000!important;
    font-family: "Inter", serif !important;
    font-size: 14px!important;
}

#btnPeriodRange {
	font-family: "Inter", serif !important;
	text-transform: capitalize;
	height: auto;
	text-decoration: none;	
	background-color: #232323;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border-radius: 30px;
	border: none;
	font-size: 1em;
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding: 5px 24px;
}
#btnPeriodRange:hover {
	background: #355244;
}
/* .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: 'Uniform', sans-serif!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 #1971ed !important;
		background: #1971ed !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: 'Uniform', sans-serif;
		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;
}


/*ar-ae**/
.body_ar-ae input[type="checkbox"] + label::before {
	left: unset;
    top: 11px;
	right: -12px;
}
.body_ar-ae input[type="checkbox"]:checked + label::after {
	left: unset;
    top: 8px;
	right: -12px;
}
.body_ar-ae input[type="radio"] + label::before  {
	left: unset;
    top: 8px;
	right: -12px;
}
.body_ar-ae input[type="radio"]:checked + label::after {
	left: unset;
    top: 12px;
	right: -8px;
}
.body_ar-ae #_ulPeriod li span::before {
	left: unset;
    top: 5px;
	right: -5px;
}
.body_ar-ae #_ulPeriod li input:checked + span::after {
	left: unset;
    top: 9px;
	right: -1px;
}
@media (min-width: 344px) {
    .body_ar-ae TABLE.ControllRow TD.ControllTD input[type="checkbox"] + label, 
    .body_ar-ae TABLE.ControllRow TD.ControllTD input[type="radio"] + label {
        display: inline-block;
    }
}
@media (max-width: 343px) {
    .table_row {
        display: inline-block;
    }
    .body_ar-ae input[type="checkbox"] + label[for="chkEarning"]::before,
    .body_ar-ae input[type="checkbox"]:checked + label[for="chkEarning"]::after {
        right: -8px;
    }
    .body_ar-ae input[type="radio"] + label#labelForLine::before {
        right: -8px;
    }
    .body_ar-ae input[type="radio"]:checked + label#labelForLine::after {
        right: -4px;
    }
}