@font-face {
	font-family: "Rakbank Sans";
	font-style: normal;
	font-weight: 400;
	src: url('fonts/RakbankSans-Regular.otf') format('opentype');
}
@font-face {
	font-family: "Rakbank Sans Medium";
	font-style: normal;
	font-weight: 500;
	src: url('fonts/RakbankSans-Medium.otf') format('opentype');
}
@font-face {
	font-family: "Rakbank Sans";
	font-style: normal;
	font-weight: 500;
	src: url('fonts/RakbankSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'dirham';
    font-weight: normal;
    src: url('fonts/Dirham.ttf') format('truetype');
}

@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: Rakbank Sans;
	font-size: 16px;
	color: #1F1F1F;
}
.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
	color: #1F1F1F!important;
}
.highstocklegend {
	font-size: 16px!important;
}

body {
	margin: 0;
}

a:visited,
a:link {
	color: #1F1F1F;
	
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

a:active,
a:hover {
	color: #FF2E00;
	
	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: #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: #43A814;
    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 #43A814;
}
/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/****************************************** HEADINGS *******************************************************/

.legenddate {
	color: #1F1F1F !important;
	font-size: 1em;
	font-weight: bold;
}
.Orders_TitleTD_Right {
	color: #1F1F1F;
	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: #1F1F1F !important;
	font-weight: bold;
	
	padding-top: 0em;
	padding-bottom: 1.0em;
	
	display: block;
}

.TickerDateTD {
	padding-bottom: 0.6em;
    padding-left: 0em;
    padding-top: 0.6em;
    padding-right: 0.6em;

	text-align: left;
}
/********************************************************************************** TABLES *****************************************************************************************/

/*
#container {
	overflow: visible;
}
*/

/****************************************** BORDER CONTROLS *******************************************************/

/*** Table ***/

.PerformanceTab_Table_Performance_By_Year,
.PerformanceTab_Table_Price_Performance,
.PerformanceTab_Performance_By_Year_Header_Row,
.orderBorder > table:first-child,
.BrokerHeaderTable,
.ShareDataTable,
.TickerTbl {
	width: 100%;
	box-sizing: border-box;	
	border-collapse: collapse;
    border-spacing: 0px;
}

/*** Inner Borders ***/

.PerformanceTab_Performance_By_Year_Header_Row th,
.PerformanceTab_Performance_Header_Row th,
.Orders_HeaderTD_Date.tdOrderMiddle,
.Orders_HeaderTD_Ask.tdOrderRight,
.BrokerHeaderTable tr:first-child .Broker_ColumnPercent,
.BrokerHeaderTable tr:first-child .Broker_ColumnVolume,
.Trades_VolumeHeading,
.Trades_LastHeading,
.TickerNameTD {
	border-left: 0em solid #786E6B;
}


.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 #786E6B;
}

.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: 0.08em solid #E3DFD9  !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 #786E6B;
}

.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 #786E6B;
}

.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 #786E6B;
}

.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 #786E6B;
}

/*** 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 #786E6B;
	border-bottom: em solid #786E6B;
}

/*** 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: #786E6B;
}


.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: #786E6B;
}


/*** 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: #220600;
	color: #FFFFFF;
	text-align: right;
	
	font-weight: 500;
	text-transform: none;
	font-family: "Rakbank Sans Medium";
}


.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: #220600;
	color: #FFFFFF;
	text-align: left;
	
	font-weight: 500;
	text-transform: none;
	font-family: "Rakbank Sans Medium";
}

/*** 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: #F1F0EF  !important;
}

.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td,
.Orders_RowTR > td.tdOrderMiddle,
.BrokerHeaderTable tr td,
.TradesTable .Trades_Row .Trades_Close_Change,
.TradesTable .Trades_Row .Trades_Size,
.ShareDataTable tr .DataValueTD,
.TickerRow .TickerValueTD {
	background: transparent;
	text-align: right;
	color: #1A1A19;
	
	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: transparent;
	text-align: left;
	color: #1A1A19;
	
	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.8em !important;
	padding-right: 0.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: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	padding-right: 0.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: 1em;
    margin-bottom: 1em;
    width: 100%;
    height:auto;
    line-height: normal;
	
	position: relative;
	z-index: 0;
}

#tabPanel:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #1F1F1F;	
}

#tabPanel ul {
	text-align: left !important;
	font-size: 0em;
}
/* Unselected tab rules */
.navigation ul li a {
    height: auto;
	line-height: normal;
	
	padding-top: 1.0em !important;
	padding-right: 0em;
	padding-bottom: 1.0em !important;
	padding-left: 0em;
	
	margin-top: 0.0em;
	margin-right: 1em;
	margin-bottom: 0.0em;
	margin-left: 0.08em;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: "Rakbank Sans Medium";
	font-weight: 500;
	font-size: 16px;
	text-transform: none;	
	color: #1A1A1980;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #1F1F1F;
	border-right: 0em solid #1F1F1F;
	border-bottom: 0em solid #1F1F1F;
	border-left: 0em solid #1F1F1F;
	
	background: transparent;
	
	transition: none;
	
	position: relative;
	top: 0;
	left: 0em;
}

.navigation ul li a:hover {
    background: transparent;
	color: #220600;
	border-top: 0em solid #1F1F1F;
	border-right: 0em solid #1F1F1F;
	border-bottom: 0px solid #220600;
	border-left: 0em solid #1F1F1F;
	
	text-decoration: none;
	font-style: normal;
	
	z-index: 9;
}
/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: transparent;
	color: #220600;	
	border-top: 0em solid #1F1F1F;
	border-right: 0em solid #1F1F1F;
	border-bottom: 3px solid #220600;
	border-left: 0em solid #1F1F1F;
	
	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 #220600;
}
/* END OF TABS AREA */
/* Corrections for period selection & graph legend display */

/*************************************** Start of: Graph interval selection & legend ****************************************/

.PeriodSelectionIntervalText {	
	font-size: 0em;
	width: 0em;
	padding: 0em;
}
ul#_ulPeriod {
    padding-top: 0.5em!important;
}
#_ulPeriod li {
    padding: 0.5em;
    padding-top: 0em;
	
	
}
.ul_highstocklegend li {
	list-style: none;
	margin-left: 0em;
	line-height: 1em;
	height: auto;
	
	float: none;
	display: inline-block;
	*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: Rakbank Sans !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 #A4A3A9;
}
.highstocklegend {
    padding: 0em;
}
.ul_highstocklegend {
	padding: 0em 1.5em 0.5em 1.5em;
	padding: 0em 0 0.5em 0;
	border-bottom: 0em solid #786E6B;
	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: 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: 0.5em 0 0 0;	
}

.additionFunction table {
	margin: 0em;
	width: 100%;
}


.button,
.button:link,
.button:visited {
	display: block;	
	
	font-family: "Rakbank Sans Medium";
	font-size: 1.0em;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: none;
	
	margin: 0.5em;
	padding: 0.8em;
	
	border: 0em solid #220600;	
	border-radius: 999px;
	background: #220600;
	
	transition: background 0.5s, color 0.5s, border 0.5s;	
	text-decoration: none;	
	width: 12em;
}
.button:active,
.button:hover {
	text-decoration: none;
	
	background: #555555;
	color: #FFFFFF;
	border-color: #555555;
}
.button img {
	display: none;
}

.additionFunction table, 
.additionFunction tbody,
.additionFunction tr {
	display: block;
}

.additionFunction tr {
	font-size: 0em;
	text-align: center;
}

.additionFunction table td {
	width: auto;
	text-align: center;
	
	display: inline-block;
	*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 0.5em 0 0.5em;
	border: 0em solid #786E6B;
	background-color: transparent;
}

.title {
	
	font-family: "Rakbank Sans Medium";
	font-size: 1.0em;
	color: #1F1F1F;
	
	font-weight: 500;
	font-style: normal;
	text-transform: initial;
	
	background: transparent;
	text-align: left;
	float: center;
	
	border-bottom: 2px solid #BCBDC0;
	
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0em;
	padding-right: 0em;
	
	margin-bottom: 0em;
	margin-top: 0em;
}

.divtable {	
	padding: 0.6em 0.0em 0.6em 0.0em;
	clear: both;
	min-height: 5em;
}

.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;
}

.ControllRow {
	padding: 0;
}

.ControllTD .table_row {
	height: auto;
}

.t-safari .ControllTD input[disabled] {
	/* Fix for iOS Safari where the disabled input boxes are cut when inside inline-block elements */
	opacity: 1.0;
	border-color: #ccc;
	background: #fafafa;
}

@media (min-width: 0px) and (max-width: 800px) {  
	
	.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: 19.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 #786E6B;
	box-shadow: 1px 1px 2px #A4A3A9;
}
.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: #FF2E00;
}
.Orders_VolumeTD_BidBox {
	background: #F6E8E5;
}

.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-bottom: 1px solid #BCBDC0;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
    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: 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 #786E6B;
    }

}
@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 #786E6B;
	background: #fff;
	box-shadow: 1px 1px 2px #A4A3A9;
}
.dbFooter,.dbFooter_ar {
	padding-top: 3em;
}


/**********start changes***********/

/* tr.TickerRow.OddRow.Ticker_OddRow.Ticker_SelectedRow td {
    border-bottom: 0px !important;
} */

/* ul#_ulTab:after {
    background: #D9D9D9;
    position: relative;
    width: 100%;
    display: block;
    height: 2px;
    top: -2px;
    content: "";
} */

.periodSelection ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: center !important;
}

.highstocklegend {
    padding: 0 38px;
}

div#highstocklegend,text, tspan {
	font-family: 'dirham','Rakbank Sans'!important;
}

.comparelegend_colon {
    padding-right: 6px;
}

.comparelegend_separator {
    padding: 0 10px;
}

#htmlgraph {
    width: 100%;
    height: 450px;
    float: left;
}

.button span:after {
    margin-left: 20px;
    content: "";
    z-index: 0;
    position: relative;
    top: 4px;
    background: url(arrow.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

#lowerpart {
    padding: 3px 20px 3px 30px;
}

.ControllTD .table_row {
    height: 2em;
}

body TABLE.ControllRow TD.ControllTD input[type="checkbox"]+label, body TABLE.ControllRow TD.ControllTD input[type="radio"]+label {
    position: relative !important;
    top: 0;
    left: 0;
    padding-left: 6px;
    line-height: 36px;
}

input[type="checkbox"]+label::before {
    position: absolute;
    content: "";
    left: -18px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #220600;
    border-radius: 2px;
    top: 1px;
}

input[type="checkbox"]:checked+label::after {
    font-family: icofont;
    content: "\eed6";
    position: absolute;
    color: #fff;
    left: -18px;
    top: -8px;
    width: 0;
    font-size: 18px;
    height: 15px;
    padding-top: 0px;
    padding-left: 0px;
}

input[type="checkbox"]:checked+label::before {
    position: absolute;
    content: "";
    left: -18px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #220600 !important;
    border-radius: 2px;
    top: 1px;
    background-color: #220600;
}

input[type="checkbox"], input[type="radio"] {
    opacity: 0;
}

#_ulPeriod li span {
    position: relative;
}

#_ulPeriod li span {
    padding: 0 0px;
    padding-left: 5px;
    padding-right: 5px;
}

#_ulPeriod li span::before {
    position: absolute;
    content: "";
    left: -24px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #220600;
    background: transparent;
}

#_ulPeriod li input:checked+span::before {
    position: absolute;
    content: "";
    left: -24px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #220600;
}

#_ulPeriod li input:checked+span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    position: absolute;
    left: -19px;
    top: 7px;
    font-size: 11px;
    background-color: #220600;
    border-color: #220600;
}

body TABLE.ControllRow TD.ControllTD input[type="checkbox"]+label, body TABLE.ControllRow TD.ControllTD input[type="radio"]+label {
    position: relative !important;
    top: 0;
    left: 0;
    padding-left: 6px;
    line-height: 36px;
}

input[type="radio"]+label::before {
    position: absolute;
    content: "";
    left: -14px;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: transparent;
    border: 1px solid #220600;
}

input[type="radio"]:checked+label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
    left: -14px;
    top: 1px;
    font-size: 11px;
    border: 1px solid #220600;
}

input[type="radio"]:checked+label::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    position: absolute;
    left: -9px;
    top: 6px;
    font-size: 11px;
    border-color: #220600;
    background-color: #220600;
}

input#txtInsertPeriod {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    padding: 3px;
    border-bottom: 1px solid #220600;
	border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

div#footer {
    font-size: 14px;
}

/**********************************Custom calendar in SG******************************/
.DynarchCalendar-title div {
	text-shadow: none;
	font-weight: 400;
}

.DynarchCalendar-bottomBar-today,
.button_bg {
	display: block;
	font-family: "Rakbank Sans Medium";
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin: 3px;
	padding: 15px 20px;
	border: 0px solid #0e420f;
	background: #220600;
	transition: none;
	text-decoration: none;
	border-radius: 999px;
}

.body_ar-ae .DynarchCalendar-bottomBar-today,
.body_ar-ae .button_bg {
	font-family: Rakbank Sans !important; 
}



.button_bg {
	/* padding: 0px !important; */
	display: initial;
	height: auto;
}

.DynarchCalendar-bottomBar-today:hover,
.button_bg:hover {
	background: #555555;
	color: #fff !important;
	border: 0px solid #555555;
	cursor: pointer;
}

/* .DynarchCalendar-day {
    padding-bottom: 14px !important;
} */

.DynarchCalendar-day-today.DynarchCalendar-day-selected,
.DynarchCalendar-day:active {
	background-color: #FF2E00;
	color: #FFFFFF !important;
}

table.DynarchCalendar-titleCont,
.DynarchCalendar-dayNames div,
.DynarchCalendar-day {
	color: #1F1F1F;
}

.DynarchCalendar-dayNames tr td div {
	background: #ffffff !important;
	border: 1px solid transparent !important;
}

.DynarchCalendar-dayNames div,
.DynarchCalendar-day,
.DynarchCalendar-weekNumber {
	padding: 10px 5px;
	margin: 1px;
	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;
	color: #1F1F1F;
	text-align: center;
	font-weight: 400;
}

.DynarchCalendar table {
	line-height: 16px;
	color: #1F1F1F !important;
	font-family: inherit;
	font-size: 18px !important;
}

.DynarchCalendar-day:hover {
	color: #fff !important;
	background: #FF2E00;
	text-shadow: none;
	border: 1px solid #FF2E00;
}

/*
.DynarchCalendar-weekend,
.DynarchCalendar-dayNames .DynarchCalendar-weekend {

    color: #373737 !important;
}
*/
.DynarchCalendar-weekend {
	color: #c22 !important;
}


/**/
.DynarchCalendar-hover-nextYear div,
.DynarchCalendar-hover-nextYear div,
.DynarchCalendar-hover-prevYear div,
.DynarchCalendar-hover-prevYear div,
.DynarchCalendar-hover-navBtn div {
	border: 0;
	/*    background: #282D3C;*/
}

.DynarchCalendar-hover-nextYear div:after,
.DynarchCalendar-hover-nextYear div:before,
.DynarchCalendar-hover-prevYear div:after,
.DynarchCalendar-hover-prevYear div:before,
.DynarchCalendar-hover-navBtn div:after,
.DynarchCalendar-hover-navBtn div:before {
	cursor: pointer;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}

.DynarchCalendar-hover-title div {
	border: 0px solid #FF2E00;
	background-image: none;
	padding: 5px 16px;
}

.DynarchCalendar-pressed-title div {
	color: #1F1F1F;
}

.DynarchCalendar-day-selected {
	background: #FF2E00 !important;
	color: #ffffff !important;
	border: 1px solid #FF2E00;
}

.DynarchCalendar table {
	line-height: 16px;
	color: #1F1F1F !important;
	font-family: inherit;
	font-size: 16px !important;
}


.body_ar-ae .DynarchCalendar table {
	line-height: 16px;
	color: #1F1F1F !important;
	font-family: inherit;
	font-size: 16px !important;
}


@media screen and (max-width:590px) {
		
    .DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
        padding: 1px 0px;
        margin: 1px !important;
    
        border: 1px solid transparent;
        border-radius: 35px; 
    
        text-align: center;
        font-size: 14px !important;
    }
	
	.DynarchCalendar-day {
        /* height: 10px; */
        line-height: 1.5;
    }
    
    
    .DynarchCalendar table {
        line-height: 14px !important;
    }
    .DynarchCalendar-title div {
        padding: 5px 17px !important;
        text-shadow: none;
        border: 1px solid transparent;
        font-size: 14px !important;
    }
    
    
    .DynarchCalendar-bottomBar-today, .button_bg{
        display: block;
        font-family: inherit;
        margin: 0 auto;
        padding: 7px;
        font-size: 14px;
        transition: background 0.5s, color 0.5s, border 0.5s;
        text-decoration: none;
    }
    
    .DynarchCalendar-bottomBar-today {
        max-width: 140px;
    }
    .DynarchCalendar-bottomBar-today:hover{
        display: block;
        font-family: inherit;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 auto !important;
        padding: 7px;
        text-decoration: none;
    }
    .button_bg {
        /* line-height: 0em !important; */
        width: 100px;
        margin: 0 auto;
        margin-top: 3px;
    }
    
    .button_bg:hover {
        display: block;
        font-family: inherit;
        font-weight: 400;
    
        padding: 7px;
        /* border-radius: 100px; */
    }
    .body_ar-ae .button_bg {
        float: left;
    }
    }


@media screen and (max-width: 420px) {
    .DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
        font-size: 12px !important;
    }
}

@media (max-width: 800px) {
    .navigation ul li a {
        margin-right: 0em;
    }
	#tabPanel ul li {
    width: 48%;
    list-style: none outside none !important;
    margin: 2px;
}
ul#_ulTab:after {
    background: #D9D9D9;
    position: relative;
    width: 100%;
    display: block;
    height: 0px;
    top: -2px;
    content: "";
}
}

@media (max-width: 520px) {
	#tabPanel ul li {
    width: 98%;
    list-style: none outside none !important;
    margin: 2px;
}
}

/* div#divShareData,
table.TradesTable {
    border: 1px solid #E0DFDC;
} */

table.ShareDataTable.DataTable tr:last-child td {
    border-bottom: 0px !important;
}

span#lblPerfomanceTable, span.LastestShareTrades {
    display: none !important;
}

@media (max-width: 720px) {
    .PerformanceTab_TD_Select_Type_Label, .PerformanceTab_TD_Select_Type_Value {
        width: 100%;
        display: block;
        text-align: center !important;
    }
}

.body_ar-ae #_ulPeriod li span::before {
    right: -26px;
    top: 4px !important;
}

.body_ar-ae #_ulPeriod li span::after {
    right: -21px;
    top: 9px !important;
}

.body_ar-ae input[type="checkbox"]+label::before {
    right: -18px;
	top: 2px;
}

.body_ar-ae TABLE.ControllRow TD.ControllTD input[type="checkbox"]+label, .body_ar-ae TABLE.ControllRow TD.ControllTD input[type="radio"]+label {
    padding-right: 12px !important;
}

.body_ar-ae input[type="checkbox"]:checked+label::after {
    right: -18px;
    top: -7px !important;
}

.body_ar-ae input[type="radio"]+label::before {
    right: -14px;
    top: 4px;
}

.body_ar-ae input[type="radio"]:checked+label::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    position: absolute;
    left: 161px;
    top: 11px;
    font-size: 11px;
    border-color: #220600;
    background-color: #220600;
}

.body_ar-ae input[type="radio"]:checked+label::after {
    right: -9px;
	top: 9px;
}

/*********Arabic code************/

.body_ar-ae {
    direction: rtl !important;
}

.body_ar-ae html, .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, 
.body_ar-ae .highcharts-axis-labels.highcharts-yaxis-labels text, 
.body_ar-ae .highcharts-axis-labels.highcharts-xaxis-labels tspan, .body_ar-ae .highcharts-yaxis-title, 
.body_ar-ae .navigation ul li a, .body_ar-ae .highcharts-axis-labels.highcharts-yaxis-labels tspan, .body_ar-ae text {
    font-family: 'dirham','Rakbank Sans'!important;
}

.body_ar-ae .TickerDateTD {
    text-align: right;
}

.body_ar-ae .TickerNameTD.TickerNameTD_ShareName, .body_ar-ae .TickerValueTD.TickerValueTD_ShareName, 
.body_ar-ae .PerformanceTab_Performance_Instrument_Heading, .body_ar-ae #timeheading, 
.body_ar-ae .PerformanceTab_Performance_By_Year_Instrument_Heading, .body_ar-ae .PerformanceTab_Performance_By_Year_Instrument_Value, 
.body_ar-ae .PerformanceTab_Performance_Instrument_Value {
    text-align: right !important;
}

.body_ar-ae .PerformanceTab_Performance_By_Year_Header_Row th, 
.body_ar-ae .PerformanceTab_Performance_Header_Row th, .body_ar-ae .Orders_HeaderTD_Date, 
.body_ar-ae .BrokerHeader tr:first-child td, .body_ar-ae .Trades_VolumeHeading, 
.body_ar-ae .Trades_LastHeading, .body_ar-ae .TickerNameTD {
    text-align: left;
}

.body_ar-ae .TickerNameTD.TickerNameTD_Volume, .body_ar-ae .TickerValueTD.TickerValueTD_Volume, 
.body_ar-ae .PerformanceTab_Performance_52_Week_High_Low_Heading, .body_ar-ae #volumeheading, 
.body_ar-ae .PerformanceTab_Performance_By_Year_Prev4_Heading, .body_ar-ae .PerformanceTab_Performance_52_Week_High_Low_Value {
    text-align: left !important;
}

.body_ar-ae .highstocklegend {
    text-align: right !important;
	font-family: "Rakbank Sans", sans-serif !important;
}

.body_ar-ae .comparelegend_name:before {
    content: "■";
    font-family: "Rakbank Sans", sans-serif !important;
    font-size: 1.3em;
    position: relative;
    left: 5px;
    top: 2px;
    margin-top: -0.385em;
    margin-right: 0.2em;
    line-height: 0.5em;
    display: inline-block !important;
}

.body_ar-ae .button span:after {
    margin-left: 20px;
    content: "";
    z-index: 0;
    position: relative;
    top: 3px;
    background: url(arrow.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(180deg);
	left: 0;
    right: 10px;
}

.body_ar-ae .title {
    text-align: right;
}

.body_ar-ae .divtable {
    padding-left: 10px !important;
    text-align: right !important;
}

.body_ar-ae .PerformanceTab_Performance_By_Year_Row td, .body_ar-ae .PerformanceTab_Performance_Row td, 
.body_ar-ae .Orders_RowTR > td.tdOrderMiddle, .body_ar-ae .BrokerHeaderTable tr td, 
.body_ar-ae .TradesTable .Trades_Row .Trades_Close_Change, .body_ar-ae .TradesTable .Trades_Row .Trades_Size, 
.body_ar-ae .ShareDataTable tr .DataValueTD, .body_ar-ae .TickerRow .TickerValueTD {
    text-align: left;
}

.body_ar-ae .PerformanceTab_Performance_By_Year_Row td.PerformanceTab_Performance_By_Year_Instrument_Value, 
.body_ar-ae .PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value, 
.body_ar-ae .Orders_RowTR > .body_ar-ae td.tdOrderLeft, .body_ar-ae .Orders_RowTR > .body_ar-ae td.tdOrderRight, 
.body_ar-ae .BrokerHeaderTable tr td.Broker_ColumnOrderValue, .body_ar-ae .BrokerHeaderTable tr td.Broker_ColumnOrderValue + .Broker_ColumnBrokerValue, 
.body_ar-ae .TradesTable .Trades_Row .Trades_TradeTime, .body_ar-ae .ShareDataTable tr .DataNameTD, .body_ar-ae .TickerRow .TickerValueTD_ShareName {
    text-align: right;
}

.body_ar-ae .excellink {
    text-align: left;
}

.body_ar-ae .PerformanceTab_Performance_Instrument_Value span.PerformanceTab_SharePriceDevelopment_Instrument_InstrumentName {
    padding-right: 0em !important;
}

.body_ar-ae .PerformanceTab_Performance_Row td {
    padding-left: 1.5em !important;
    padding-right: 10px !important;
}

.body_ar-ae .PerformanceTab_TD_Select_Type_Value {
    text-align: left;
}

.body_ar-ae td.ControllTD.ControllTD_0_6 {
    float: right;
}

.body_ar-ae #tabPanel ul {
    text-align: right !important;
}

.body_ar-ae .navigation ul li a {
    margin-right: 0em;
	margin-left: 1em;
}

@media (max-width: 506px) {
    .body_ar-ae td.ControllTD.ControllTD_0_6 {
        float: none;
    }
}

@media (max-width: 800px) {
#tabPanel ul,.body_ar-ae #tabPanel ul {
    text-align: center !important;
}
.body_ar-ae .navigation ul li a {
    margin-right: 0em;
    margin-left: 0em;
}
}
/************end Arabic code************/

@media (max-width: 580px){
    .ControllTD {
        width: 100%;
    }
}

@media (max-width: 600px){
    .body_ar-ae .ControllTD {
        width: 100% !important;
    }
}

@media (max-width: 738px) {
	.legendSharesDiv {
    white-space: normal;
}
div#comparelegend {
    padding-bottom: 0.5em;
}
}

@media (min-width: 0px) and (max-width: 868px) {
    .body_ar-ae .ControllTD {
        width: 50%;
    }
}

.DynarchCalendar table {
    font-family: Rakbank Sans !important;
}


@media screen and (max-width: 368px) {
    #tblCalendarSelector > tbody > tr {
  display: flex;
  flex-direction: column;
}

#tblCalendarSelector > tbody > tr > td {
  width: 100% !important;
  border: none !important;
}
div#divCalendar table {
    width: 100% !important;
}
}

/*************share data table*****************/


table.ShareDataTable.DataTable .EvenRowTR .DataNameTD, table.ShareDataTable.DataTable .EvenRowTR .DataValueTD {
    background: #F1F0EF !important;
}

table.ShareDataTable.DataTable .OddRowTR .DataNameTD, table.ShareDataTable.DataTable .OddRowTR .DataValueTD {
    background: #fff !important;
}

td.TickerValueTD.TickerValueTD_ShareName span {
    white-space: nowrap;
}


@media (max-width: 948px) {
	td.TickerValueTD.TickerValueTD_ShareName span {
    white-space: normal;
}
}

@media (max-width: 425px) {
div#Ticker8 {
    overflow-x: scroll;
}
}

text.highcharts-yaxis-title {
    transform: translate(0, 0) rotate(360deg) !important;
}

.DataValueTD.DataValueTD_Currency, .body_ar-ae text.highcharts-yaxis-title, .highcharts-yaxis-title,td.DataValueTD.DataValueTD_Market.DataValueTD_Market_RAKBANK_24 {
    font-family: 'dirham','Rakbank Sans'!important;
}