﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700;800&display=swap');

/* Arabic */
@font-face {
	font-family: LoewNextArabic;
	font-style: normal;
	font-weight: normal;
	src: url("./sa-4240/fonts/LoewNextArabic.woff") format("woff");
}

@font-face {
	font-family: LoewNextArabic;
	font-style: normal;
	font-weight: 600;
	src: url("./sa-4240/fonts/LoewNextArabicBold.woff") format("woff");
}

@font-face {
	font-family: LoewNextArabic;
	font-style: normal;
	font-weight: 700;
	src: url("./sa-4240/fonts/LoewNextArabicBlack.woff") format("woff");
}

/* --------- Styles affecting all analyst pages (pid1, pid2, pid3, pid4, pid5, pid6) --------- */

body{
	font-weight: normal;
	background:transparent;
	margin: 0px;
	color: #000000;
	font-family: Open sans, sans-serif;
	font-size: 15px;
}

.ar {
    direction: rtl;
    font-family: LoewNextArabic, sans-serif;
}

H1{
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 3px;
	line-height: 20px;
	height: 20px;
}
H2{
	font-size: inherit;
	font-weight: inherit;
	padding-right: 15px;
}
.ar H2{
	padding-right: 0px;
	padding-left: 15px;
}
A:link, A:visited{
	color: #000000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
A:hover, A:active{
	color: #000000; 
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
SPAN.lHeading{
	visibility: hidden;
}
SPAN.lHeading A:link, 
SPAN.lHeading A:visited,
SPAN.lHeading A:hover, 
SPAN.lHeading A:active{
	visibility: visible;
}
td.datagraphicon{
	width: 3%;
}
body.ar td.datagraphicon{
	width: 10%;
}
.textBox{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding-left: 2px;
	padding-top:2px;
	height: 22px;
	width: 100px;
}
body.ar input.textBox{
	width: 90px;
}
input.btn{
	background: #FFFFFF;
    color: #008645;
    border-bottom: 2px solid #008645!important;
    border-top: 2px solid #008645!important;
    font-family: inherit;
    font-size: 1.0em!important;
    height: auto;
    border: 0;
    width: 110px;
    border-radius: 0;
    transition: background 0.5s ease 0s, color 0.5s ease 0s, border 0.5s ease 0s;
    font-weight: 700;
    color: #000;
    padding: 0.5em!important;
}
input.btn:hover{
	cursor: pointer;
    background: #8AC7A9;
    color: #fff;
}
.highlightedcell{
	padding: 3px 4px 3px 2px;
	text-align: right;
	white-space: nowrap;
}
TD.datanumber{
	padding: 3px 4px 3px 2px;
	white-space: nowrap;
	text-align: right;
}
.maintable{
	width: 770px;
	margin: 0 auto;
	max-width: 770px; 
	max-width: expression(this.width > 980 ? '980px' : true);
}
table.gridtable{
	width: 100%;
	/* border: 1px solid #c6c6c6; */
}
table.gridtable TD{
	vertical-align: top;
	padding: 0.6em;
	border-top: 0 solid #c6c6c6;
	border-bottom: 0 solid #c6c6c6;
}
table.contributors TD{
	width: 250px;
}
table.ContributorHeaderTable td, table.contributors td{
	padding-left: 0px;
} 
table.ContributorHeaderTable, table.contributors{
	border-spacing: 0px;
} 
.tableheading TD{
	color: #000000;
    background: #ffffff;
    border-bottom: 2px solid #008645!important;
    border-top: 2px solid #008645!important;
	font-weight: 700;
}
TABLE.gridtable TR.tableheading TD{
	vertical-align: middle;
}
.tableheading TD A:link, 
.tableheading TD A:active{
	color: #353230;
}
.tableheading TD A:visited, 
.tableheading TD A:hover{
	color: #000000;
}
TABLE.rectable + TABLE.footertable > TBODY > TR > TD{
	padding-top: 20px;
	padding-bottom: 10px;
}
TABLE.contributors + BR + TABLE.footertable > TBODY > TR > TD{
	padding-top: 10px;
	padding-bottom: 10px;
}
TABLE.footertable TD{
	border-collapse: collapse;
}
.updated{
	text-align: right;
}
TD.euroland{
	text-align: right;
	padding-top: 10px;
}
.nowrap{
	white-space: nowrap;
}
TR.tableheading TD.analyst_header{
	padding-left: 0.3em;
}
.period_header{
	text-align: right;
}
TD.period_header{
	width: 70px;
}
TABLE.rectable{
	border-collapse: collapse;
}
DIV.recspace{
	height: 25px;
}
DIV.contrspace{
	height: 15px;
}
.selectperioddescription{
	vertical-align: top;
}
DIV.dateselectionbox{
	padding: 5px 15px 15px 15px;
	border: 1px #ececec solid;
	/* background-color: #ececec; */
	border-collapse: collapse;
}
DIV.dateselectionbox table{
	border-spacing: 0px;
	border-collapse: collapse;
}
.selectDateRTBs{
	padding-bottom: 10px;
	padding-top: 0px;
}
div.time-period{
	margin-right: 10px;
}
body.ar div.time-period{
	margin-right: auto;
	margin-left: 10px;
}
td.calendarTD img{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 25px;
	height: 25px;
	z-index: 100;
	position: absolute;
	left: 10px;
	top: 10px;
}
td.calendarTD{
	position: relative;
	padding-left: 10px;
	padding-right: 22px;
}
body.ar td.calendarTD{
	padding-left: 22px;
	padding-right: 10px;
}
td.calendarTD:after{
	content:"\f073";
	/*position: absolute;*/
	/*left: 10px;*/
	/*top: 10px;*/
	font-family: FontAwesome;
	opacity:1;
	color: #000;
	font-size: 25px;
	transition: color 0.5s;
	z-index: 2;
}
td.calendarTD:hover:after{
	color: #006a56;
}
/* start of Arabic holidays */
DIV.calendar{
	color: inherit;
}
DIV.calendar TABLE{
	color: inherit;
}
DIV.calendar TR.daynames TD{
   pointer-events: none;
}
DIV.calendar TR.daynames TD.weekend,
DIV.calendar TR.daysrow TD.weekend{
	color: inherit;
}
BODY.en DIV.calendar TR.daynames TD:nth-child(5),
BODY.en DIV.calendar TR.daynames TD:nth-child(6),
BODY.en DIV.calendar TR.daysrow TD:nth-child(5),
BODY.en DIV.calendar TR.daysrow TD:nth-child(6){
	color: #ff0000;
}
BODY.ar DIV.calendar TR.daynames TD:nth-child(2),
BODY.ar DIV.calendar TR.daynames TD:nth-child(8),
BODY.ar DIV.calendar TR.daysrow TD:nth-child(2),
BODY.ar DIV.calendar TR.daysrow TD:nth-child(8){
	color: #ff0000;
}
/* end of Arabic holidays */
/* start of bundle links */
.tdPageLinksActive a, .tdPageLinks a:hover{
	background: #FFFFFF;
    border: 0 none;
    color: #008645;
    border-top: 0.08em solid #008645;
    border-right: 0.08em solid #008645;
    border-bottom: 0;
    border-left: 0.08em solid #008645;
    height: 39px;
    line-height: 40px;
    font-weight: 700;
    padding: 10px 16px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}
.tdPageLinks a{
	height: 39px;
    line-height: 40px;
    padding: 10px 16px;
    font-weight: 700;
    color: #008645;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    font-size: 15px;
    border-top: 0.08em solid #E1E1E1;
    border-right: 0.08em solid #E1E1E1;
    border-bottom: 0;
    border-left: 0.08em solid #E1E1E1;
}
/* end of bundle links */
  div.euroland table.footertable:nth-last-of-type(3) table td:nth-of-type(2){
	  vertical-align: middle;	/* this fixes an unnecessary vertical alignment in code */
  }
  div.euroland table.footertable:nth-last-of-type(3) table{
	  border-spacing: 0px;	/* this fixes an unnecessary cellspacing in code of pid1 page */
  }
  div.euroland table.footertable:nth-last-of-type(3) table td{
	  padding: 0px;
  }
  div.pid1 div.euroland table.footertable:nth-last-of-type(3) table td:nth-of-type(2){
	  font-size: 0px;
  }
  a.pdfdownload img{
	  margin-left: 4px;
	  margin-right: 4px;
  }



/* --------- Styles for "analyst coverage and recommendations" page only (pid1) --------- */

TD.data{
	padding: 3px 2px 3px 5px;
}
table.dataT{
	margin-top: 0px;
	width: auto;
	border-collapse: collapse;
}
.pid1 td.company{
	max-width: 120px;
	padding-right: 5px;
}
td.country{
	min-width: 25%;
}
.value1{
	color: #009900;
}
.value2{
	color: #a2b836;	
}
.value3{
	color: #f8b84c;
}
.value4{
	color: #f87736;
}
.value5{
	color: #ea0000;
}
span.hiddendivA{
	padding-top: 5px;
	padding-bottom: 4px;
}

.hiddendiv{
	display: none;
	padding: 0.8em 0.6em 0.8em 0.6em; 
}
.hiddendiv div{
	width: 340px; /*do not delete, but only modify! Otherwise nothing would stop the sector details text from going over the edge.*/
	max-width: 320px;
	max-width: expression(this.width>310?"310px":!0);
	width: auto!important;
}
DIV.hiddendiv SPAN.phonenumber A:link, 
DIV.hiddendiv SPAN.phonenumber A:visited, 
DIV.hiddendiv SPAN.phonenumber A:active, 
DIV.hiddendiv SPAN.phonenumber A:hover{
	text-decoration: none; 
}
td.data_analyst{
	padding: 0!important;
}
tr.tableheading td.analyst_header{
	padding: 0.6em;
}
table.dataT td.analyst_name{
	border:0;
}


/* --------- Styles for "consensus estimates" pages only (pid2, pid3, pid4) --------- */

TD.dataindicator{
	padding: 3px 2px 3px 4px;
	width: 32%;
	margin: 0px;
}
TD.datagraphicon A:link,
TD.datagraphicon A:active,
TD.datagraphicon A:visited{
	display:inline-block;
	position:relative;
	width: 20px;
	height: 20px;
	top:0;
	left:0;
	text-decoration: none!important;
}

TD.datagraphicon A:after{
	content: "\f080";
	position:absolute;
	top:0;
	font-family:FontAwesome;
	left:0;
	color: #000;
	transition: color 0.5s;
	font-size:20px;
}
TD.datagraphicon A:hover:after{
	color: #006a56;
}
TD.datagraphicon{
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}
DIV.lheadDiv{
	display: none;
}
.highlightedrow{
	font-weight: bold;
	padding-left: 0px;
	display: inline-block;
}
DIV.highcharts-container{
	font-size: inherit!important;
	font-family: inherit!important;
}
SPAN.highcharts-title{
	font-family: inherit!important;
	font-weight: inherit!important;
	font-size: inherit!important;
	color: inherit!important;
}
DIV.pid2 TABLE.gridtable A:link, 
DIV.pid2 TABLE.gridtable A:visited,
A:link DIV.highlightedrow, 
A:visited DIV.highlightedrow{
	text-decoration: underline;
}
DIV.pid2 TABLE.gridtable A:hover, 
DIV.pid2 TABLE.gridtable A:active,
DIV.pid2 TABLE.gridtable A:hover DIV.highlightedrow, 
DIV.pid2 TABLE.gridtable A:active DIV.highlightedrow{
	text-decoration: none;
}
span.AnalystIndicatorComment{
	display: block;
	padding: 4px 0px 0px 10px;
	font-style: italic;
	line-height: inherit;
}
div.pid2 td.analyst_header font,
div.pid3 td.analyst_header font,
div.pid4 td.analyst_header font{
	display: inline-block;
	white-space: nowrap;
}
DIV.pid2 DIV.jspVerticalBar{
	display: none;
}


/* --------- Styles for "recommendation overview" page only (pid5) --------- */

.pid5 H1{
	display: none;
}
.maintablerec{
	width: 100%;
	margin: 0 auto;
	max-width: 770px; 
	max-width: expression(this.width > 770 ? '770px' : true);
}
TABLE.gridRecomend TD.period_header{
	width: 15%;
}
TD.datarectable{
	width: 170px;
	white-space: nowrap;
	padding: 3px 3px 3px 5px;
}
DIV.pid5 TABLE.gridRecomend TR TD:nth-of-type(4),
DIV.pid5 TABLE.gridRecomend TR TD:nth-of-type(5){
	display: none;
}
/*start of removal of the average row on pid5 */
DIV.pid5 TABLE.gridRecomend TR:nth-of-type(2){
	display: none;
}
DIV.pid5 TR.even {
    background: none;
}
DIV.pid5 TR.odd {
    background: #E5F3EC;
}
/*end of removal of the average row on pid5 */
/*start of value number removal*/
BODY.en DIV.pid5 TABLE.gridRecomend TR:nth-of-type(n+3) TD.datarectable,
BODY.ar DIV.pid5 TABLE.gridRecomend TR:nth-of-type(n+3) TD.datarectable{
	font-size: 0px; 
	vertical-align: middle;
}
BODY.en DIV.pid5 TABLE.gridRecomend TR:nth-of-type(n+3) TD.datarectable::AFTER,
BODY.ar DIV.pid5 TABLE.gridRecomend TR:nth-of-type(n+3) TD.datarectable::AFTER{
	font-size: 15px; 
	padding: 0.6em;
}
BODY.en DIV.pid5 TABLE.gridRecomend TR:nth-of-type(3) TD.datarectable::AFTER{
	content: "Buy";
}
BODY.en DIV.pid5 TABLE.gridRecomend TR:nth-of-type(4) TD.datarectable::AFTER{
	content: "Outperform";
}
BODY.en DIV.pid5 TABLE.gridRecomend TR:nth-of-type(5) TD.datarectable::AFTER{
	content: "Hold";
}
BODY.en DIV.pid5 TABLE.gridRecomend TR:nth-of-type(6) TD.datarectable::AFTER{
	content: "Underperform";
}
BODY.en DIV.pid5 TABLE.gridRecomend TR:nth-of-type(7) TD.datarectable::AFTER{
	content: "Sell";
}
BODY.ar DIV.pid5 TABLE.gridRecomend TR:nth-of-type(3) TD.datarectable::AFTER{
	content: "شراء";
}
BODY.ar DIV.pid5 TABLE.gridRecomend TR:nth-of-type(4) TD.datarectable::AFTER{
	content: "متفوق على الأداء";
}
BODY.ar DIV.pid5 TABLE.gridRecomend TR:nth-of-type(5) TD.datarectable::AFTER{
	content: "احتفظ بالسهم";
}
BODY.ar DIV.pid5 TABLE.gridRecomend TR:nth-of-type(6) TD.datarectable::AFTER{
	content: "أداء اقل من المستوى";
}
BODY.ar DIV.pid5 TABLE.gridRecomend TR:nth-of-type(7) TD.datarectable::AFTER{
	content: "البيع";
}
/*end of value number removal*/
DIV.recommendationbox{
	background: #008645;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
}
.recboxlabel{
	font-weight: bold;
}
DIV.pid5 TD.updated{
	padding-top: 7px;
	padding-bottom: 2px;
}
.reclastupdated{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 2px;
}
.reclastupdated-ar{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
TD.recheading{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: bottom;
}
TD.recheading h2{
	padding-top: 0px;
	line-height: 12px;
	margin-bottom: 3px;
}
TABLE.roundedtable{
	display: none;
}
DIV.recspace2{
	height: 1px;
}
/* start of recommendation bar scale */
.recconsensus{
	position: relative;
}
BODY.ar TD.recconsensus{
    font-size: 13px;
}
.recconsensus:after{
	display: inline-block;
	content: " ";
	width: 1px;
	height: 5px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	right: 0;
}
.recconsensus:before{
	display: inline-block;
	content: " ";
	width: 1px;
	height: 5px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	right: 0;
}
.recconsensus:last-child:after,
.recconsensus:last-child:before{
	display:none;
}
/* end of recommendation bar scale */
/* start of rating colors */
.greenbar1,
.greenbar2,
.greenbar3,
.greenbar4,
.greenbar5{
	height: 15px;
	min-width: 3px;
}
.greenbar1{
	background-color: #009900;
}
.greenbar2{
	background-color: #a2b836;	
}
.greenbar3{
	background-color: #f8b84c;
}
.greenbar4{
	background-color: #f87736;
}
.greenbar5{
	background-color: #ea0000;
}
.recstripe{
background: -moz-linear-gradient(left,  #009900 0%, #a2b836 25%, #f8b84c 50%, #f87736 75%, #ea0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #009900 0%,#a2b836 25%,#f8b84c 50%,#f87736 75%,#ea0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #009900 0%,#a2b836 25%,#f8b84c 50%,#f87736 75%,#ea0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#ea0000',GradientType=1 ); /* IE6-9 */
/* https://www.colorzilla.com/gradient-editor/ */
}
/* end of rating colors */
.recconsensus{
	width: 20%;
	/*min-width: 154px;*/
	height: 28px;
	/*font-size: 1.8vw;*/
	text-align: center;
	color: #ffffff;
}
DIV.maintablerec TD.recconsensus{
	white-space: nowrap;
}
#colorHueBar{	/* not removed - a safe ID that cannot be overwritten otherwise */
	height: 28px !important;
}
div.borderrec, div.borderrec-ar{
	padding: 0px 0px 5px 15px;
	border: 1px #d7d9da solid;
	background-color: #ffffff;
}
div.borderrec table{
	border-collapse: collapse;
}
div.borderrecdetailed{
	padding: 10px 20px 10px 15px;
	border: 1px #d7d9da solid;
	background-color: #ffffff;
}
table.detailedrec{
	width: 100%;
	padding: 4px;
}
TABLE.detailedrec TD{
	padding-top: 4px;
	padding-bottom: 4px;
}
TABLE.detailedrec TD.barrating{
	white-space: nowrap;
	width: 10px;
	padding-right: 10px;
}
.pointerNav IMG{
	position: relative;
	top: -4px;
}
TD.pointervalue DIV{
	width: 40px;
	top: -5px;
	display: none; /*removal of the pointervalue*/
}
DIV.pid5 DIV.div-inline-block{
	display: none;
}


/* --------- Styles for "rating tickerbox" page only (pid6) --------- */

.ACBox{
	width: 115px;
	border-collapse: collapse;	
}
TD.ACBox_header{
	display: none;
}

/* modif */
table {
    border-spacing: 0;
}

.maintable:before,
.maintablerec::before  {
    content: "";
    width: 100%;
    height: 1px;
    background: #008645;
    display: inline-block;
    position: relative;
    top: 42px;
}

.ar .maintable:before,
.ar .maintablerec::before {
    top: 45px;
}

.tdPageLinks a:hover {
    background: #008645;
    color: #fff;
    border-bottom: #008645;
}

tr.even {
    background: #E5F3EC;
}
.ar font.highlighted,
	.ar .emailDiv a {
		white-space: nowrap;
	}

	.ar .emailDiv a {
		white-space: nowrap;
		display: block;
	}
DIV.supply-by-box SPAN{
    font-size: 12px;
}
@media (min-width: 621px) {
	td.data_analyst .hiddendiv {
    position: relative;
}
}

@media only screen and (max-width: 620px) {
	.en .tdPageLinks a,
	.en .tdPageLinks a:hover,
	.en .tdPageLinksActive a,
	.en .tdPageLinksActive a:hover,
	.en TR.trPageLinks TD,
	.en TR.trPageLinks TD:hover {
		width: 80%;
		display: inline-block;
		margin-right: 0em;
		margin-left: 0em;
		text-align: center;
		white-space: nowrap;
		margin: 0 auto;
	}
	.tbPageLinks,
	.tbPageLinks tbody,
	.tbPageLinks tr {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.en .maintable:before {
		height: 0;
	}
	.tdPageLinksActive a, .tdPageLinks a:hover {
		border-top: 0.08em solid #008645;
		border-right: 0.08em solid #008645;
		border-bottom: 0.08em solid #008645;
		border-left: 0.08em solid #008645;
	}
	.tdPageLinksActive a, .tdPageLinks a:hover {
		padding: 10px 5px;
	}
	.tdPageLinks a {
		border-top: 0.08em solid #E1E1E1;
		border-right: 0.08em solid #E1E1E1;
		border-bottom: 0.08em solid #E1E1E1;
		border-left: 0.08em solid #E1E1E1;
	}

	.en .maintable:before, .en .maintablerec::before {
		height: 0;
	}
	.pid2 td.analyst_header {
		white-space: nowrap;
	}
	.pid2 td.analyst_header font {
		display: block!important;
	}
	BODY.ar td.recconsensus.rc2,
	BODY.ar td.recconsensus.rc4{
		font-size: 0;
	}
	.recconsensus:after,
	.recconsensus:before{
		display: none;
	}
	.ar font.highlighted,
	.ar .emailDiv a {
		white-space: nowrap;
	}

	.ar .emailDiv a {
		white-space: nowrap;
		display: block;
	}
	.hiddendiv{
		display: none;
		padding: 1.2em 0.6em 0.8em 0.6em; 
	}
}

@media (max-width:661px) {
	.tdPageLinks a {
		padding: 10px 5px;
	}
		
	.tdPageLinks a {
		font-size: 13px;
	}

	.tdPageLinksActive a, .tdPageLinks a:hover {
		font-size: 13px;
	}
}

tr.tableheading > td > a {
    text-decoration: none;
}