﻿@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700');

@font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
		 url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
		 url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
		 url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
		 url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'),
		 url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'),
		 url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
  }
/* --------- Styles affecting all analyst pages (pid1, pid2, pid3, pid4, pid5, pid6) --------- */

body.en{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    color:#808284;
    margin: 0px;
    background-color: transparent;
    text-decoration: none;
    line-height: 18px;
}
body.ar
{
	direction: rtl;
	font-family: "Droid Arabic Kufi", Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    color:#808284;
    margin: 0px;
}

H1{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    text-decoration: none;
    line-height: 20px;
    height: 20px;
}
H2{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    padding-right: 15px;
    text-decoration: none;
    line-height: 20px;
}
body.ar H2 {
    font-family: "Droid Arabic Kufi", Arial, Helvetica, sans-serif;
    padding-right: 0px;
}
A:link, A:visited{
    color: #DC291E;
    text-decoration: none;
}
A:hover, A:active{
    color: #DC291E;
    text-decoration: none;
}
TD{
    font-weight: normal;
    vertical-align: middle;
    padding: 0;
}
SPAN.lHeading{
	visibility: hidden;
}
SPAN.lHeading A:link, SPAN.lHeading A:visited{
    color: #DC291E;
    text-decoration: none;
    padding-left:10px;
    padding-right:10px;
	visibility: visible;
}
SPAN.lHeading A:hover, SPAN.lHeading A:active{
    color: #DC291E;
    text-decoration: none;
	visibility: visible;
}
.jspPane {
    width: 100%!important;
}
.pdfdownload img {
    margin: 0 0.5em;
}
#ctl11_ctl00_imgButton {

}

.textBox{
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    border: 1px solid #F0F0F0;
    padding: 4px 8px;
    color: #808284;
    border-radius: 0px;
    background-color: #ffffff;
    text-transform: none;
    width:65px;
        margin: 8px 5px 0px 5px;

}
input.btn{
    color: #ffffff;
    font-weight: 400;
	text-decoration:none;
    background: #DC291E; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#DC291E, #DC291E); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DC291E, #DC291E); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DC291E, #DC291E); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DC291E, #DC291E); /* Standard syntax */
    border-radius:8px;
    padding: 5px 15px;
    display:block;
    border:0;
    -webkit-appearance:button;
    margin-left:15px;
    margin-right:15px;
        margin-top: 7px;
	/*font-weight: bold;*/
	transition: background 0.5s, color 0.5s, border 0.5s;
}
td.calendarTD {
    padding-top: 8px;
}
input.btn:hover{
	cursor: pointer;
	background: #C01504;
	color: #ffffff;
	border-color: #C01504;
}
.highlightedcell{
	padding: 3px 4px 3px 2px;
	/*background-color: #f5f5f5;*/
	text-align: right;
	white-space: nowrap;
}
div.pid2 table.gridtable tr td:nth-of-type(4),
div.pid3 table.gridtable tr td:nth-of-type(4),
div.pid4 table.gridtable tr td:nth-of-type(4){
	background-color: #f5f5f5;
}
form[action*="=1945&"] div.pid3 table.gridtable tr td:nth-of-type(4) {
	background-color:inherit;
}
form[action*="=1945&"] div.pid3 table.gridtable tr td:nth-of-type(3) {
	background-color:#f5f5f5;
}
TD.datanumber{
    padding: 3px 4px 3px 2px;
    white-space: nowrap;
    text-align: right;
}
.maintable{
	width: 100%;
	max-width: 876px; 
    max-width: expression(this.width > 876 ? '876px' : true);
}
table.gridtable{
	width: 100%;
	/*border-top: 0px #ffffff solid;
	border-bottom: 1px #e1e4e5 solid;
	border-left: 1px #e1e4e5 solid;
	border-right: 1px #e1e4e5 solid;*/
}
table.gridtable TD{
	vertical-align: top;
    border: 1px solid #F0F0F0;
    color: #808284;
    padding: 10px;
}
td.analyst_name{
    padding: 0!important;
    border: 0!important;
}
table.contributors A:link, A:visited{
    color: #DC291E;
    text-decoration: none;
}
table.contributors A:hover, A:active{
    color: #DC291E;
    text-decoration: none;
}
table {
    border-collapse:collapse;
}
.ContributorHeaderTd H2{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
span#ctl11_ctl00_lDisclaimer {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.coverage-head .updated {
    width: 100%;
    float: none;
    padding: 1em 0;
    font-weight: 400;
   
    font-size: 14px;
    
}
span#ctl11_lUpdated {
    padding-right: 10px;
    padding-left: 10px;
}
span.highcharts-title {
    color: #808284!important;
    font-weight: bold!important;
    font-size: 14px!important;
}
table.contributors TD{
	width: 250px;
}
.tableheading TD{
    
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #F0F0F0!important;
    font-weight: 400;
    padding: 10px;
    background-color: #FDFDFD;
    color: #DC291E !important;
    /*text-transform: uppercase;*/
}
body.ar .tableheading TD {
    text-align:right;
}
body.ar .pid1 .tableheading TD {
    text-align:right;
}
td.pointervalue div {
    margin-top: 5px;
}
body.ar TD.datanumber,
body.ar .highlightedcell {
    text-align:right;
}
body.ar .pid2 td.analyst_header,
body.ar .pid3 td.analyst_header,
body.ar .pid4 td.analyst_header {
    text-align:right;
}
TABLE.gridtable TR.tableheading TD{
	vertical-align: middle;
}
.tableheading TD A:link, .tableheading TD A:active, .tableheading TD A:visited,  .tableheading TD hover{
    font-weight: 400;
    font-size: 14px;
    color: #DC291E;
}
tr.tableheading td a:hover, tr.tableheading td a:active{}
.exceldownload a{
    border-bottom: 0px solid white;
}
.footertable TD{
	padding-top: 3px;
}
.updated{
	text-align: right;
	vertical-align: middle;
padding-top: 7px;
padding-bottom: 2px;
	/*color: #666666;
	font-size: 14px;*/
}

td.updated{
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 2px;
}
tr.odd{
	background-color: #FDFDFD;
}
tr.even{
	background-color: #FDFDFD;
}
tr.odd:hover, tr.even:hover{}
TD.euroland{
	text-align: right;
	padding-top: 10px;
}
.nowrap{
	white-space: nowrap;
}
.analyst_header{
    white-space: nowrap;
}
body.ar .pid4 .analyst_header{
    white-space: normal;
	width:31%;
}

.period_header{
	text-align: right;
}
.pid5 .period_header{
	text-align: right;
}
.pid4 .period_header {
    text-align: right;
}
TABLE.rectable{
	border-collapse: collapse;
}
DIV.recspace{
	height: 25px;
}
DIV.contrspace{
	height: 15px;
}
.selectperioddescription{
	vertical-align: top;
}
DIV.dateselectionbox{
	padding: 10px;
    border-radius:5px;
	border: 1px #ccc solid;
	background-color: #fff;
	color: #808284;
}
.selectDateRTBs{
    padding-bottom: 4px;
    padding-top: 0px;
}
DIV.dateselectionbox H2{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*color: #666666;*/
}


/* --------- Styles for "analyst coverage and recommendations" page only (pid1) --------- */
.pid1 .data A:link, .pid1 .data A:visited{
	color: #808284;
	text-decoration: none;
}
.pid1 .data A:hover, .pid1 .data A:active{
	color: #808284;
	text-decoration: underline;
}
TD.data{
    padding: 3px 2px 3px 5px;
}
.pid1 .data{
    /*width:120px;*/
}
table.dataT{
    margin-top: 1px;
    width: auto;
    border-collapse: collapse;
}
table.dataT A:hover, table.dataT A:active{
    color: #095F9E;
}
.pid1 td.company{
    
}
td.country{
	/*width:25%;*/
    white-space:nowrap;
    color:#808284;
}
td.country_header{
    /*width:25%;*/
}
TD.data_analyst A:link, TD.data_analyst A:visited{
	color:#DC291E;
    text-decoration:none;
}
TD.data_analyst A:active, TD.data_analyst A:hover{
    color:#DC291E;
    text-decoration:underline;
}
.na{
	/*font-weight: bold;*/
	/*color: #3a3b3c;*/
	/*color: rgb(195,195,195);*/
	color: #666666;
}
.value1
{
	color: RGB(0, 153, 0);
	/*font-weight: bold;*/
}
.value2
{
	color: RGB(149, 192, 69);	
	/*font-weight: bold;*/
}
.value3
{
	color: RGB(248, 184, 76);
	/*font-weight: bold;*/
}
.value4
{
	color: RGB(248,119,54);
	/*font-weight: bold;*/
}
.value5
{
	color: RGB(234,0,0);
	/*font-weight: bold;*/
}
.highlighted{
	font-weight: normal;
}
span.hiddendivA{
    padding-top: 5px;
    padding-bottom: 4px;
}
.hiddendiv{
	display: none;
	padding: 4px 0px 4px 1px;
}
.hiddendiv div {
    padding: 5px;
    background: #fff;
    border: 1px solid #808284;
    border-radius: 5px;
    
}
.emailDiv,
.phoneDiv,
.regionsDiv,
.lastInputDiv,
.sectorsDiv,
.startDiv {
    border:0!important;
    padding:2px 0px!important;
}

.pid2 .period_header {
    width: 18%;
    text-align:right;
}
.pid3 .period_header {
    width:14%;
    text-align:right;
}
.pid2 .analyst_header,
.pid3 .analyst_header {
    width: 25%;
}
div.recommendationbox
{
    font-weight:bold;
    font-size:14px;
}
 
/* --------- Styles for "consensus estimates" pages only (pid2, pid3, pid4) --------- */
TD.dataindicator{
	padding: 3px 2px 3px 4px;
	width: 140px;
	/*min-width: 160px;
	max-width: 160px;*/
	margin: 0px;
}

TD.datagraphicon A:link, TD.datagraphicon A:active, TD.datagraphicon A:visited, TD.datagraphicon A:hover{
	text-decoration: none;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 12px;
	background-position: 0px 50%;
	background-image: url(../images/kw-zain/transparent_graph_icon.png); /* default dimensions 15px*15px */
	background-repeat: no-repeat;
}
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;
	text-decoration: inherit;
}
div.pid2 table.gridtable a:link, div.pid2 table.gridtable a:visited{
	color: #DC291E;
    text-decoration:none;
}
div.pid2 table.gridtable a:hover, div.pid2 table.gridtable a:active{
	color: #DC291E;
    text-decoration:underline;
}
div.pid2 table.gridtable td.datagraphicon a {
    text-decoration: none;
}
span.AnalystIndicatorComment{
	display: block;
	padding: 4px 0px 0px 10px;
	font-style: italic;
	line-height: 16px;
}
#chartindicator{
    padding-top: auto;
}
.ar .pid3 .tableheading TD{
	background-size: auto 36px;
}
DIV.pid2 TR.tableheading FONT{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


/* --------- Styles for "recommendation overview" page only (pid5) --------- */
.pid5 H1{
    display: none;
}
.maintablerec{
	width: 100%;
	max-width: 876px; 
    max-width: expression(this.width > 876 ? '876px' : true);
	/*border: 1px #acacac solid;*/
	padding: 0px;
}
TABLE.gridRecomend TD.period_header{
	width: 63px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size:14px
}

/* recommendation page */
.recommendationbox{
	background: #DC291E; /*transparent url(../Images/ae-fgb/RecBoxBG.gif) no-repeat*/
	text-align: center;
	width: 200px;
	height: 50px;
    border-radius: 5px;
}
.recommendationbox{
	color: #ffffff;
	/*font-weight: bold;*/
}
.box-content {
	border: 0px #ffffff solid;
}
.recboxlabel{
    font-size:14px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.recboxspace{
	width: 20%;
}
.reclastupdated{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 2px;
}
.reclastupdated-ar{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
TD.recheading{
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: bottom;
    font-size: 14px;
    font-weight: bold;
}
.recheading h2 {
    font-size: 14px;
    font-weight: bold;
}
TD.recheading h2{
    padding-top: 0px;
    line-height: normal ;
}
TABLE.roundedtable{
	display: none;
}
.recleftcorner{
	padding-top: 17px;
	background-position: 0px 100%;
	padding-left: 20px;
	font-size: 1px;
	/*background-image: url(../Images/leftcorner.gif);*/
	background-repeat: no-repeat;
}
.recrightcorner{
	padding-top: 17px;
	background-position: 0px 100%;
	padding-right: 19px;
	font-size: 1px;
	/*background-image: url(../Images/rightcorner.gif);*/
	background-repeat: no-repeat;
}
.recfooter{
	background-color: #fff;
	font-size: 1px;
	height: 5px;
}
TD.recdetails{
	background-color: transparent;
}
TD.recdetails TABLE{
	border-spacing: 0px;
}
TD.recdetails TD{
	padding-left: 0px;
	padding-right: 0px;
}
DIV.recspace2{
	height: 1px;
	margin-top:35px;
}
.tablecurrentprice{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
.recstripe{
	background-image: url(../images/kw-zain/stripe650.png);
	background-repeat: no-repeat;
}
.recstripe TABLE{
	/*width: 544px;*/    /* This affects the table which determines the locations of recommendation phrases. This width should normally match the width of the background image of td.recstripe */
}
.recstripe IMG{
	top: -4px;
}
.recconsensus{
	width: 20%;
	min-width: 90px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	/*font-weight: bold;*/
	white-space: nowrap;
}
.datarectable{
	white-space: nowrap;
	padding: 3px 3px 3px 5px;
}
div.borderrec{
	padding: 0px 0px 5px 15px;
	border: 1px #ededed solid;
	background-color: #ffffff;
}
div.borderrec-ar{
	padding: 0px 0px 5px 15px;
	border: 1px #d7d9da solid;
	background-color: #ffffff;
}
div.borderrec table{
	border-collapse: collapse;
}
div.borderrec td{
	vertical-align: top;
	padding: 0px;
}
div.borderrecdetailed{
	padding: 10px;
	border: 1px #ccc solid;
	background-color: #ffffff;
    border-radius:5px;
}
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;
}
TD.pointervalue{
	font-size: 9pt;
}
TD.pointervalue DIV{
	width: 40px;
	top: -5px;
}
.greenbar1{
	height: 16px;
	background-image: url(../Images/greenbar1.gif);
	background-repeat: repeat;
	min-width: 3px;
}
.greenbar2{
	height: 16px;
	background-image: url(../Images/greenbar2.gif);
	background-repeat: repeat;
	min-width: 3px;
}
.greenbar3{
	height: 16px;
	background-image: url(../Images/greenbar3.gif);
	background-repeat: repeat;
	min-width: 3px;
}
.greenbar4{
	height: 16px;
	background-image: url(../Images/greenbar4.gif);
	background-repeat: repeat;
	min-width: 3px;
}
.greenbar5{
	height: 16px;
	background-image: url(../Images/greenbar5.gif);
	background-repeat: repeat;
	min-width: 3px;
}
.ratingchart{
	height: 0px;
	margin-top: 10px;
	border-collapse: collapse;
}
table.ratingchart td.barrating{
	height: 29px;
	width: 95px;
	vertical-align: middle;
	padding: 0px;
}
.charttarget IMG{
	margin-left: 45px;
}
DIV.pid5 .ContributorHeaderTd{
	padding-left: 2px;
}
.pid5 DIV.dateselectionbox{
    background-color: #ffffff;
}
.en .highcharts-axis > span{
	letter-spacing: 1px;
}

/* --------- Styles for "rating tickerbox" page only (pid6) --------- */
.ACBox{
    width: 115px;
	border-collapse: collapse;	
}
TD.ACBox_header{
    display: none;
}
/*.ACBoxCompanyName{
    font-size: 12px;
    color: #000000;
}*/

@media screen and (max-width: 400px)
{
     TD.company {
            width: 75px !important;   
     }
    body.en .hiddendiv div {
 
    left: 2px;
}
     .emailDiv a {
    display: block;
}
     body.ar .hiddendiv div {
 
   
    right:2px;
}
}
span.analystListComment{
	padding:0px;
	margin:4px 5px 0px 5px;
	display: block;
}
.analystListComment A:link, .analystListComment A:visited{
	color:#666666;
	text-decoration:underline;
}
.analystListComment A:active, .analystListComment A:hover{
	color:#ED232B;
	text-decoration:none;
}
