﻿/**************Global css***********************/
.pb20
{
	padding-bottom:20px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}
.mt10
{
	margin-top:10px;
}
.mt20 
{
	margin-top:20px;
}
table#table-7377 {
    margin-bottom: 30px;
}
.pageTitle h3 {
    font-size: 28px;
    line-height: 33px;    
    margin-bottom: 30px;   
	opacity:0.9; display:none;
}
.border {
    border: 1px solid #ccc;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year 
{
	-moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.ui-datepicker-title select::-ms-expand {
    display: none;
  }
 ul
{
	list-style-type:none;
}
select {
    padding: 7px 15px;
    outline: none;
    font-weight: 400;    
    min-width: 140px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    min-height: 34px;
}
.dropDownArrow, select {
    background-image: url(../images/dropdownArrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
    background-color: #fff !important;
    min-width: 170px;
    border-radius: 5px;
    color: #000 !important;
    padding: 12px 20px;  
}
select.dropDownArrow {
    margin-bottom: 25px;
}
.priceVolumeSelection select, #Dividends select
{
	background-color: #fff !important;
    color: #000 !important;background-image: url(../images/dropdownArrow-black.png) !important;
}
.priceVolumeSelection select
{
	min-width: 155px;
}
/**************END Global css***********************/
/******************IR Menu*************************/ 



#ir-menu ul li a {
	 font-size: 16px !important;background-color:transparent !important;font-weight:400;
	 color:#0066A1; transition: color 0.3s;     font-family: inherit;  
}
#ir-menu ul li a:before
{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    content: "\f192";
    margin-right: 10px;    
    font-size: 15px;
	color:#0066A1;
}
#ir-menu ul li a:hover
{
	color:#000;
}
#ir-menu ul li a:hover:before
{
	    color: #0066A1;
}
#ir-menu ul li a:hover {
	opacity: 1;
}

#ir-menu .navbar
{
	margin-bottom:0px;
	background-color: #eef3f8;
    border-color: #E0E0E0;
    border-style: solid;line-height: 1;
    border-width: 0px 0px 3px 0px;
}
/**************End Ir Menu*************/

/*******IR Sub Menu***********/


#ctl00_submenu
{
  
   padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	text-align:center;
}
#ctl00_submenu ul 
{
  list-style: none;
  display: inline-block; 
  margin-bottom:0px;
  padding-left:0px;
}


#ctl00_submenu ul li 
{
  display: inline-block;
  vertical-align: middle;    
  margin-bottom:30px; 
  padding:1px 11px;   
    border-left: 1px solid #b0b0b0;            
}  
#ctl00_submenu ul li:first-child{
	    border-left: 0px;
	
}
#ctl00_submenu ul li a 
{
  text-decoration: none;   
  font-weight: 500;                               
  -webkit-transition: .5s;
  transition: .5s;
  color: #282828;
  
}
#ctl00_submenu ul li:last-child a 
{
	padding-right:0px;
}
#ctl00_submenu a.active 
{
  color: #0066A1 !important;
  font-weight: 600;
}

/*******END IR Sub Menu***********/


/*******Policy Disclosures********/

a.inner-contnt
{     
    width: 100%;   
    margin-bottom: 30px;
    padding: 34px 24px;    
    background-color: #fff;   
    display: block;
    min-height: 180px;
	height:100%;
	box-shadow: 0px 3px 16px #00000029;
    border-radius: 20px;

}
/*.sec-heading {
    color: #0066A1;

    font-size: 30px;
	line-height:45px;
	font-weight:200;
    margin-bottom: 15px;
}*/
.links-cont {
    
    font-size: 20px;
	line-height:30px;
	font-weight:bold;
    position: relative;
    padding-right: 35px;
}
.links-cont:after {
    content: "\f105";
    display: block;
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    top: 0;
    background-color: transparent;
    font-size: 32px;
    
}

/*******END Policy Disclosures********/

/*Dividend calculator Css */

#divCal{
	float:left;
	background: #dedede;
    padding: 30px 20px;
    clear: all;
    clear: both;
    margin:10px 0px 30px 0px;
	width:100%;border-radius: 5px;
}
.header{
	
    font-size: 20px;
    font-weight: 600;    
}
.subhead{
	font-size: 18px;
    font-weight: 600;	
}

#NoOfShares{
	clear: both;
    width: 100%;
    float: right;
    margin-bottom: 15px;	
}
.forlabel{
	float: left;	
}
.divInputs input
{
	max-width: 170px;
    padding: 8px;
    min-width: 170px;
}
.divInputs{
	float: right;	
}
#Dividends label.pull-right.pb10
{
	float:none !important;
	margin-top:30px;
}
#PaymentDate{
	float: left;
    width: 100%;
    clear: right;
    margin-bottom: 15px;
}
#Calculate{
	float: left;
    width: 100%;
    margin-bottom: 15px;
	
}
#DividendPerShare, #Total{
	float: left;
    width: 100%;
    margin-bottom: 15px;
	
}
/*******end Entitlements *******/

/******Shareholders Meeting**********/
/*.inner-contnt3, .inner-contnt4 {
    background: #a2000e;
    color: #fff;
    padding: 25px 15px;
    border-radius: 4px;
    height: 100%;   
    min-height: 452px;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 24px;
}
.inner-contnt3 h4 {
    margin: 0px 0px 20px 0px;
    color: #fff;
    border-color: #fff;
    font-size: 18px;
}
.inner-contnt3 h4 {
    color: #24292e;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 2px solid #24292e;
    padding: 0px 7px 17px 7px;
    margin: 30px 0px 10px 0px;
}
.inner-contnt3 .agm-desc {
    padding: 0px 7px;
}
.inner-contnt3 .more-button, .inner-contnt3 .more-button:hover {
    background-color: transparent !important;
    padding: 15px 0px 0px !important;
    line-height: unset !important;
    border-radius: 0px !important;
}
.inner-contnt3 .more-button span.iconDownload {
    background: url(../images/iconDownload-white.png) no-repeat left center;
    text-align: left;
}*/
.event-news
{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.stock-qt-sec .inner-contnt3
{
	/*box-shadow: 0px 3px 16px #00000029;*/
	border-radius: 0px;
	padding:34px 24px;min-height: 450px;
	height:100%;
}
.event-news .stock-qt-sec 
{
	margin-bottom:30px;
}
.stock-qt-sec .inner-contnt3 h4
{
	font-size:20px;line-height:30px;
	font-weight:bold;
	border-top:2px solid;
	border-bottom:2px solid;
	padding:15px;margin-bottom:20px;
	border-color: #0066A1;color:#0066A1;

}
.stock-qt-sec .inner-contnt3 h4:first-child
{
	display:none;
}
.stock-qt-sec .inner-contnt3 .agm-desc
{
	line-height:20px;font-size:15px;
}
.stock-qt-sec .inner-contnt3 .more-button{
	margin-top:30px;
	border-top:30px  solid #0066a1;
}
.stock-qt-sec .inner-contnt3 .more-button span.iconDownload {
    background: url(../images/download-icon.png) no-repeat left center;
    text-align: left;font-size: 14px;display:block;
    line-height: 20px;    margin: 12px 0px;
}
.stock-qt-sec .inner-contnt3 .more-button span.iconDownload:hover
{
	background: url(../images/download-icon-hover.png) no-repeat left center;
}

/******END Shareholders Meeting**********/


/*****New Corporate Governance******/

#corporate-governance .section
{
	margin-bottom:15px;margin-top:15px;
}
.pdf-box
{
  text-align:center;background-image:url(../images/cg-bg.jpg);
  background-position:center center;background-size:cover;height:100%;
  display:table;width:100%;
}
.pdf-box h4
{
	padding:20px 12px;font-size:17px;line-height:20px;color:#fff;height:100%;
	display:table-cell;vertical-align:middle;height:120px;font-weight:400;	
	margin:0px;
}
.pdf-box a, .download-wrapper a
{
	background-color:rgba(19, 73, 159, 0.9);color:#fff;padding:5px 3px;display:block;
	font-size:14px;transition:1s ease all;text-align:center;
	text-decoration:none;
	
}
.pdf-box:hover a, .download-wrapper a:hover
{
	background-color:rgb(153, 153, 153); color:#fff;
}
.pdf-box a:after, .download-wrapper a:after
{
	content: "\f019";
    font-family: FontAwesome;
    padding-left: 08px;
}
.download-wrapper
{
	text-align:center;background-image:url(../images/box-bg4.jpg);
}
.box-wrapper
{
	height:100%;
	margin-bottom:30px;
}





/*****End New Corporate Governance******/

/* Date picker*/


.ui-datepicker .ui-datepicker-prev
{
left:5px;
background: url(../img/glyphicons-217-circle-arrow-left.png) no-repeat left center;
height:40px;
width:35px;
}

.ui-datepicker .ui-datepicker-prev:hover
{
background: url(../img/glyphicons-217-circle-arrow-left-hover.png) no-repeat left center;
height:40px;
width:35px;
left:5px;
}


.ui-datepicker .ui-datepicker-next {
background: url(../img/glyphicons-218-circle-arrow-right.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
}

.ui-datepicker .ui-datepicker-next:hover
{
background: url(../img/glyphicons-218-circle-arrow-right-hover.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
	}


/********datepicker calendar ********/
.ui-datepicker th{
	color:#2b3991;	
}

.ui-datepicker th:first-child{
	color:#ff0000;	
}

.ui-datepicker td:first-child a{
	color:#ff0000;	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:#13499f  !important;
	color:#ffffff!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{

	min-width:0px;
	border: 0px solid #eee;
	
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
	color:#333;
	border-radius:0px;
	border:none;
	color:#666666;
	font-size: 14px;
	font-weight:normal;
}

.icon-circle-arrow-left:before, .icon-circle-arrow-left:after{
	content:""!important;
}

.icon-circle-arrow-right:before, .icon-circle-arrow-right:after{
	content:""!important;
}


/*******New Bursa Announcements*********/
.annewdesign-sec
{
	/*padding-left:0px;padding-right:0px;*/
}
.annewdesign-sec select
{
	min-width:140px;
}
.annewdesign-sec label
{
	line-height:22px;font-size: 14px;
}
.annewdesign-sec .btn-primary
{
	min-width:118px;
	padding:14px !important;
}
.annewdesign-sec .btn-primary:first-child
{
	margin-right:10px;
}
.annewdesign-sec .filters-sec
{
	overflow:hidden;margin-bottom:50px;
}
.newannonce-container .ann-date
{
	color: #78797A;
    font-weight:300;
    margin-bottom: 12px;
}
.announcement-content .announcement-link p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;line-height:30px;
	font-weight:400;
	position:relative;padding-left: 35px;	
}
.announcement-content .announcement-link p:before
{
	content: "\f105";
    display: block;
    position: absolute;
    left: 5px;
    font-family: FontAwesome;
    top: 0;
    background-color: transparent;
    font-size: 25px;
	line-height:30px;    
}
.newannonce-container:nth-child(odd) {
    background-color: #F9F9F9;border-radius: 5px;
	padding-top:40px;padding-bottom:40px;
}
.newannonce-container
{
	padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 24px !important;
}
.annewdesign-sec .col-lg-12.col-md-12.col-sm-12.col-xs-12
{
	padding-left:0px;padding-right:0px;
}

#ctl00_cphContent_subNews > .pull-right{
	position:relative;
	top:-30px;
	left:-26px;
	margin-top:36px;
}

#ctl00_cphContent_subNews .pull-right a{
	display:inline-block;
	/*display:none;*/
}

#ctl00_cphContent_subNews .subscribe-link{
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
 
}

.subscribe-link span:before {
    content: "\f105";
    display: block;
    position: absolute;
    left: -24px;
    font-family: FontAwesome;
    top: 2px;
    background-color: transparent;
    font-size: 25px;    
}

.categoryby, .filterby-yr-mnt{
	margin-top:4px;
}


/*******End New Bursa Announcements*********/


/*********** Price Ticker *************/ 

.row.sharepriceFooter {
    font-size: 14px;line-height:18px;padding:30px 20px;	
}
.row.sharepriceFooter p {
    margin-bottom: 2px;
}
#ctl00_cphContent_ibRefresh {
    padding-right: 40px !important;
}
span.fix-icon:after {
    font-family: FontAwesome;
    content: "\f01e";
    font-size: 14px;
    position: absolute;
    right:18px;
    top: 14px;
    pointer-events: none;
    color: #fff;   
    
    z-index: 99;
}
span.fix-icon {
    display: block;
    overflow: hidden;
    position: relative;
}
span.fix-icon a:after
{
	display:none;
}
.priceticker .p10 {padding: 0;}
.priceticker .stockUpper 
{
	background-color: #0066A1; 
	padding: 40px 20px;
	padding-bottom:10px;
	color:#fff;font-size: 15px;
}
.priceticker .stockUpper h4 {
    margin: 0px 0px 22px 0px;
}
.priceticker .stockUpper .stockvalue 
{	
    font-weight: bold;
    margin: 0px 0px 0px;
    text-align: left;    
    font-size: 26px;
    line-height: 1;
}
.priceticker .col-md-12.col-lg-12.col-sm-12.col-xs-12.pb50
{
	padding-left:0px;padding-right:0px;
}

table.tablesaw tbody tr:nth-of-type(odd), table.table tbody tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}
table.tablesaw tbody tr:nth-of-type(even), table.table tbody tr:nth-of-type(even) {
    
}
table.tablesaw tbody tr, table.table tbody tr {
    border-bottom: none !important;
}
table.table tbody tr th
{
	font-weight:600;
}

.stockpriceinfo .stockdetails .stockPrice span, .stockpriceinfo .stockdetails .stockPrice .pricevalue{display: inline-block;}
.stockpriceinfo .stockdetails .stockPrice .pricevalue {padding-left:10px; font-weight: 700;}
.stockUpper .stock-info-details {display: inline-block; text-align: center; width: 32.33%; vertical-align:top;}
.stockUpper .stock-info-details p:last-child {font-weight: 700;  }
.stockUpper .stock-info-details p { line-height:20px;}
.stockUpper .stockpriceinfo{}
.priceticker .stockUpper .priceDown:after{
	content:url('../images/arrowDown.png');
	background-repeat:no-repeat;
	padding-left: 8px;
}
.priceticker .stockUpper .priceUp:after{
	content:url('../images/arrowUp.png');
	background-repeat:no-repeat;
	padding-left: 6px;
}
/********** End Price Ticker ***********/ 

/***************ICONS*******************/
.agmButton
{
	margin-top:12px;
}
.agmButton .iconDownload, .circularButton .iconDownload
{
  display:block;
}

.iconDownload{
	background:url(../images/iconDownload.png) no-repeat center center;
	width:100%;
	padding-left:35px;	
	margin-bottom:3px;	 
}

.iconDownload:hover{
	background:url(../images/iconDownloadHover.png) no-repeat center center;
	width:100%; 	
}

.iconView{
	background:url(../images/iconView.png) no-repeat center center;
	width:100%; 
	display:block;
	padding-left:35px;	
	margin-bottom:3px;
}

.iconView:hover{
	background:url(../images/iconViewHover.png) no-repeat center center;
	width:100%; 
	display:block;

}
.iconInteractive{
	background:url(../images/iconInteractive.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconInteractive:hover{
	background:url(../images/iconInteractiveHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;

}
.iconAlignRight{
	background-position:left center;
}
.iconAlignRight:hover{
	background-position:left center;
}




/***************END ICONS*******************/


/**************AGM & EGM***************/

.circularsContainer{
	margin-top: 22px;	
	border-bottom:1px solid #ccc;
	padding-bottom:22px;
}
.circularsContainer:last-child
{
	border:0px;
}
.circulars{
	
	/*margin-bottom:20px;*/
}

.circularDate{
	padding-bottom:10px;
	font-weight:bold;	
}

.circularContent{
	text-align:justify;
}

.circularButton{
	padding-top:20px;	
}

.circularButton span{
	padding-left:32px;
	margin-bottom:2px;
	padding-top:1px;
}


/********** Quarterly Report section *********/

.quarter-year{
	font-size:120%;
	font-weight:bold;	
	text-align:center;
	margin-bottom:15px;
}

.quarter-icon{
	text-align:center;
	padding:5px 0px;
}

.quarter-icon img{
	opacity: 0.5;
    filter: alpha(opacity=50);
}


.quarter-icon span{
	display:block;	
}
/*******End Quarterly Report section ******/

/**************END AGM & EGM***************/



/*************** Price & Volume ************/

.stockChartContainer 
{
    padding-top: 10px;
}

.priceVolume{
	margin: 0 0 10px 1px;
}

/*.priceVolume .nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}

.priceVolume .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#dedede;
  font-weight:bold;color:#333;
  padding: 15px 15px;
}

.priceVolume .nav-tabs > li.active > a,
.priceVolume .nav-tabs > li.active > a:focus {
  color: #ffffff !important;
  cursor: default;
  background-color: #197F36;
  border: 1px solid #eee;
  border-bottom-color: transparent;
  font-weight:bold;
}
.priceVolume .nav-tabs > li.active > a:hover
{
	color:#fff !important;
}*/
.priceVolumeSelection a{
	margin-right:12px;	
}
.priceVolumeTable thead{
	background:#888;
	color:#fff;
}
.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td{
	text-align:right;
}

.priceVolumeSelection .btn-sec-cont
{
	margin-top:30px;
}
.priceVolumeSelection .form-group, .priceVolumeSelection select
{
	margin-bottom:0px;
}
.tableHeader {
    background: #0066A1 !important;
    color: #fff;
    font-weight: bold;
}
tr.totalFigure {
    font-weight: bold;
}

.priceVolumeSelection {
    text-align: center; 
    display: table;
    width: 100%;
    margin-top: 20px;   
	margin-left: 0 !important;
    margin-right: 0 !important;	
	background-color: #EBEBEB;
    padding:40px 12px;    
	border-radius:0px;
 
}
.priceVolumeSelection .col-sm-12.pt10
{
	padding-left:0px;padding-right:0px;
}
#ctl00_cphContent_btnExport, #ctl00_cphContent_btnExportMonthly
{
	float:right;margin-bottom:20px;
}
.priceVolumeSelection .cal-container
{
	width: 100%;
    text-align: center;
    margin: 6px 0px 2px 0px;    
}
.priceVolumeSelection .cal-container [class*='col-sm']
{
	display:inline-block;float:none;vertical-align:middle;
}
.priceVolumeSelection .cal-container .input-group, .priceVolumeSelection .cal-container input
{
	width:100% !important;
}
.priceVolumeSelection .cal-container .date-to
{
	
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #0066A1 !important;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #0066A1 !important;
    background-image: -moz-linear-gradient(to bottom,#0066A1,#0066A1);
    background-image: -ms-linear-gradient(to bottom,#0066A1,#0066A1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0066A1),to(#0066A1));
    background-image: -webkit-linear-gradient(to bottom,#0066A1,#0066A1);
    background-image: -o-linear-gradient(to bottom,#0066A1,#0066A1);
    background-image: linear-gradient(to bottom,#0066A1,#0066A1) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066A1', endColorstr='#0066A1', GradientType=0);
    border-color: #0066A1 #0066A1 #0066A1;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}


/**************END Price & Volume**********************/


/************* Bursa News *************/

.annoucementContainer{
		
}

.announcementSelection{
	margin:15px 0;
	padding:15px 0;
	background:#ffffff;
}

.announcementDate{
	font-weight:600;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;	
	
}

.announcementTime{
	font-size:600;
	font-weight:600;
   padding: 2px 0px;
}

.announcementTitle{
	padding:5px 0px;

}

.announcementByDate{
	padding-top:15px;
	/*line-height:16px;*/
}

.announcementByTime{
	padding-top:8px;	
}

.announcementByTime a{
	color:#000;
}

.announcementByTime a:hover{
	color:#e11f27;
}

.announcementSelection 
{
    background: #ffffff;
}
.annoucementContainer .hasDatepicker
{
	width:240px !important;
}

/************** end Bursa News*****************/


/** calculator **/





/* ----------------------------------------------------------------
    Toggle
-----------------------------------------------------------------*/


.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    margin: 0;
    margin-top:-15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.toggle .toggleta { font-weight: bold; }

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed { display: none; }

.toggle .toggleta i.toggle-open { display: block; }

.toggle .togglec {
    display: block;
    position: relative;
	border:1px solid #e5e5e5;
	padding: 15px;
	background:#f9f9f9;
	margin-top:15px;
}

.hidden 
{
 display:none;
}

.form-group .form-control{
	/*text-align:right;*/	
}

.form-group label.form-control{
	border:none;
	border-bottom:1px solid #ebebeb;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.form-inline .form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.edit-transaction .togglet{
	font-size:12px;
}

.calculator label{
	font-weight:normal!important;	
	line-height:35px;
}

.calculator .form-control{
	border:none;
	border-bottom:1px solid #ccc;	
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	text-align:center;	
	color:#666!important;
	font-weight:bold;
	background:transparent;
	position:relative;
}

.calculator .calculate-value .form-control{
	color:#666!important;	
	border-bottom:1px solid #ebebeb;
}

.calculator-edit{
	text-align:right;	
}

.text-bold{	
	font-weight:bold;
}

.togglec .form-group input{
	border-bottom:1px solid #ccc;	
	background:transparent;
}



.form-inline .form-control{
	border:0px solid #ccc;	
}

.inputbox{
	background:url(../images/corner.png) right bottom no-repeat !important;	
}

#calResult .form-control{
	border:0px solid #ccc;	
}

@media(max-width:768px){
	.pdf-box h4{
		font-size:13px;
	}
}

@media (max-width: 767px){
	.calculator label{
		font-weight:normal!important;	
		line-height:14px;
		font-size:90%;
	}	
	
	.togglet span{
		display:none;	
	}
	
	.calculator-edit{
		text-align:left;	
	}
	
	.togglec .pull-right{
		float:none;	
	}
	
	.toggle {
		margin-top:10px;	
	}
	.circularsContainer img
	{
		margin-bottom:15px;
	}
	.pageTitle h3 {    
      font-size: 24px;     
     }
}
.calculator
{
  min-height:1620px;
}


/******* News Alert*******/
.emailAlertContainer .emailAlert
{
	margin-top:22px;
}
.emailAlertContainer p br:first-of-type
{
	display:none;
}
.emailAlertContainer .emailAlert .btn-primary
{
	margin-top:06px;
}
.unregister {
    border-top: 1px solid #ccc;
    padding-top: 3px;
	margin-top:12px;
}
.ClsButton
{
	background-color:#134b97;
	color:#fff  !important;
	 transition:1s ease all;
	  border: 1px solid #134b97;	  
	  padding:05px 10px;
	  height:auto !important;
}
.ClsButton:hover
{
	background-color:#e11f27;
	color:#fff !important;	
	border-top-width: 0px;
	height:auto !important;
}
.clsMsgBoxDesign
{
	padding:10px;
	font-size:13px;
	line-height:18px;
	border-color:#999;
	border-radius:4px;
}
.clsMsgBoxDesign tbody td span
{
	padding:10px;
}
.clsMsgBoxDesign tbody td img
{
	float:left;
	margin-left:3px;
}
/*******end News Alert*******/


/******Media News********/
.media-news, .analyst-rpt {
   
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.media-news .col-sm-6.col-md-6, .analyst-rpt .col-sm-6.col-md-6 {
    margin-bottom: 30px;
}
.medianews-wrapper, .anlyst-wrapper {
	width: 100%;
    padding: 34px 24px;
    color: #0066A1;    
    min-height: 140px;
    display: block;
    box-shadow: 0px 3px 16px #00000029;
    border-radius: 0px;
	height:100%;
}
.medianews-date-wrapper, .anlyst-date-wrapper {
	text-align: center;
    width: 15%;
    margin-right: 2%;
    background-color: #0066A1;
    color: #fff;
    float: left;
    padding: 12px 6px;
    max-width: 65px;
    min-height: 60px;
    border-radius: 6px;
}
.medianews-date, .anlyst-date {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 5px;
}
.medianews-month, .anlyst-month {
	font-size:14px;
	text-transform:uppercase;
	line-height:15px;
}
.medianews-title-wrapper, .anlyst-title-wrapper {
	float:left;
	width:82%;
	display: table;
	background-color:transparent;
	position:relative;
}
.medianews-title-wrapper:after, .anlyst-title-wrapper:after
{
	content: "\f105";
    display: block;
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
 /*   top: 0px;*/
    background-color: transparent;
    font-size: 38px;   
	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.analy-wrap {
	float:left;

	width:94%;
	display: table;
	background-color:transparent;
}*/
.medianews-publisher {
	font-size:14px;line-height:14px;	
	font-style: italic;
	margin-bottom:8px;
	color:#fdb813;
}
.medianews-title, .anlyst-title {
	font-size: 15px;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 30px 0px 15px;
	height:72px;
	background:none;
	-webkit-transition:  border 0.2s ease;
	-moz-transition:  border 0.2s ease;
	-o-transition:  border 0.2s ease;
	-ms-transition: border 0.2s ease;
	transition: border 0.2s ease;
}
.medianews-title p, .anlyst-title div{	
	font-size:18px;
	line-height:24px;
}
.medianews-title p{
	margin-bottom:0;
}

/*.medianews-wrapper:after {
	content: url(../images/ba-rm-icon.png);
	display: inline-block;
	width: 16px;
	height: 11px;
	margin-left: 10px;
	position:absolute;
	right:62px;
	top:50px;
	transition: all 0.25s ease-out;
}
.medianews-wrapper:hover:after {
	right:42px;
	transition: all 0.25s ease-out;
}
*//*.analy-wrap:after {
	content: url(../images/ba-rm-icon.png);
	display: inline-block;
	width: 16px;
	height: 11px;
	margin-left: 10px;
	position:absolute;
	right:42px;
	top:44px !important;
}*/
.medianews-title:hover {
/*border:2px solid RGBA(100,100,100,0.1);	*/
}
.media-wrapper {
	/*margin:10px 0px;*/
	border-bottom:1px dashed #ccc;
}

/******END Media News********/

/**********************************************************/
       /******** Corporate Calendar ********/
/**********************************************************/
.eventsCalendarContainer h2
{
	font-weight: 200;
    font-size: 30px;
    line-height: 36px;
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 10px;
	margin-bottom:0px;
}
.eventsCalendarContainer h2:after
{
	display:none;
}
.eventsCalendar{
	border-bottom:1px solid #ccc;
	padding: 32px 0px 26px 0px;
}
.eventsCalendar:first-child{
	
	padding-top: 20px;
}


.eventCalendarContent{
	padding-left:10px;
	line-height:22px;
}

.eventCalendarBtn a{
	display:block;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(../images/arrow.png) no-repeat 155px 55%; 
	}

.eventCalendarBtn a:hover{
	background:url(../images/arrowHover.png) no-repeat 155px 55%; 
}

.eventCalendarTitle{	
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
}

.eventCalendarImg {	
	width:82px;
	color:#fff;margin-top: 8px;
}

.eventCalendarImg .month{
	display: block;
    text-align: left;
    font-size: 12px;    
    font-weight: normal;
    text-align: center;
    background-color: #3C4652;
    padding: 7px 5px 5px 5px;
    line-height: 12px;
    border-radius: 5px 5px 0px 0px;
}

.eventCalendarImg .date{
	display: block;
    text-align: left;
    font-size: 42px;
	line-height:42px;
    font-weight: bold;
    text-align: center;    
    background-color: #0066A1;
    padding: 14px 5px;
    border-radius: 0px 0px 5px 5px;
}
.eventsCalendarContainer .cal a.dis
{
	background-image: url(../images/calender-more.png) !important;
}

.ace_btn {
     padding: 10px 20px;
     display: inline-block;
     background-image: url(../images/calender-more.png) !important;
     height: 32px;
     border: 1px solid #999;
}

.ace_btn.dis {
     display: none;
 }

/**********************************************************/
       /********End Corporate Calendar ********/
/**********************************************************/

/***************Quarterly Reports******************/
.iraccordion-title {    
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;   
    background-color: #0066A1;
    padding: 24px 16px;
    border-radius: 4px 4px 0px 0px;
    margin: 0px;
}
.iraccordion-content
{
	color:#0066A1;
}
.qr-odd {
    background: #f6f6f6 !important;
}
.qurter-block {
    float: left;
    width: 100%;    
    padding: 40px 20px;    
    background: #efeeee;
}
.yr-q {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.qr-end {
    font-size: 16px;
    line-height: 26px;    
    font-weight: normal;
}
.qr-right-list-warp {
    float: left;
    width: 100%;
}
.qr-link-warp {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.qr-link-item, .qr-audio-item {
    float: left;
    width: 80%;
    text-align: left;
    font-size: 16px;
    line-height: 26px;    
}
.qr-link-item a b, .qr-audio-item a b {
    margin-bottom: 20px;
}
.qr-link-icon, .qr-audio-icon{
    float: left;
    width: 20%;
    text-align: right;
    font-size: 24px;
    line-height: 24px;
    color: #ddd;
}



.qr-link-icon a:before
{
	content:url(../images/view-icon.png);
	display: none;
	width: 24px;
	height: 24px;
	/*position: relative;
	top: 18px;*/
	vertical-align:middle;
}
/*.pdf-icon a:before
{
	content:url(../images/download-pdf.png);
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	top: 18px;
	vertical-align:middle;
}
*/
.qr-audio-icon a:before{
	content:url(../images/audio-file.png);
	display: inline-block;
	width: 24px;
	height: 24px;
	/*position: relative;
	top: 18px;*/
	vertical-align:middle;
}


.qr-link-icon a {
    
}
/**************end Quarterly Reports****************/




/*=================================================
NEW ANNUAL REPORTS CSS
===================================================*/


.b-align{
	display:flex;
	align-items:center;
}

.arsec-list-sec ul li a.ar-downLoadIcon:before{
	content:url(../images/download-icon.png);
	display: inline-block;
	width: 28px;
	height: 28px;
	/*position: relative;
	top: 18px;*/
	margin-right:15px;vertical-align:middle;
}
.arsec-list-sec ul li a.ar-viewIcon:before
{
	content:url(../images/view-icon.png);
	display: inline-block;
	width: 28px;
	height: 28px;
	/*position: relative;
	top: 18px;*/
	margin-right:15px;vertical-align:middle;
}
.arsec-list-sec ul li a.ar-interactiveIcon:before
{
	content:url(../images/interactive-icon.png);
	display: inline-block;
	width: 28px;
	height: 28px;
	/*position: relative;
	top: 18px;*/
	margin-right:15px;vertical-align:middle;
}
.arsec-list-sec ul li a.ar-downLoadIcon:hover:before{
	content:url(../images/download-icon-hover.png);	
}
.arsec-list-sec ul li a.ar-viewIcon:hover:before{
	content:url(../images/view-icon-hover.png);	
}
.arsec-list-sec ul li a.ar-interactiveIcon:hover:before
{
	content:url(../images/interactive-icon-hover.png);
}
.arsec-list-sec{
	padding: 22px 15px;
   
}

.arsec-ar-cover img {
    border: 1px solid #878787;
}
.arsec-list-sec ul{
	margin: 0;
	padding: 0;
	
}

.arsec-list-sec ul li{
	list-style: none;
	display: block;
	margin-bottom:6px;	
}

.arsec-list-sec ul li a{	
	font-size: 18px;
	line-height: 18px;	
	text-decoration: none;color: #000;	
}
.arsec-list-sec ul li a span{
	width:90%;
	vertical-align:middle;
	display:inline-block;
}


.arsec-list-sec ul li a:hover{	 	
	color:#fdb813;	
}
.arsec-ar-cover img {
    border: 1px solid #b5b5b5;
}


/***********Terma and Policy*************/
.terms h4
{
     margin-top: 14px;   
    border-bottom: 1px solid #514e4e;
    display: inline-block;letter-spacing:0px;
	padding-bottom:1px;color:#000;
	margin-bottom:0px;
	font-weight: 600;font-size: 20px;	
}
.terms h5
{
	margin-top: 22px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: underline;
    color: #222;
}
.terms ul {
  list-style-type: none;
  padding-left: 5px;  
}

.terms li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  text-align: justify;
}

.terms li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f0a9";
  color: #39ac37;
  font-size:16px;
}

/******** Interactive Stock Charts ***********/

.interactiveChartIcon .nav > li > a{
	padding:0px;		
}
.interactiveChartIcon{
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom:18px;
}
.interactiveChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-right:20px;
  border-radius:0;	
}
.interactiveChartIcon .nav-tabs > li {
  transition: all .2s ease-in-out;
 
}
.interactiveChartIcon .nav-tabs > li > a {
  margin:0 1px;
  background:#dedede;
  padding:10px 6px !important;
  border-radius:4px;
   border:none;
}
.interactiveChartIcon .durationChart .nav-tabs > li > a
{
	margin:0px !important;
}
.interactiveChartIcon .nav-tabs > li > a > strong {
    font-weight: 400;
}
.interactiveChartIcon .nav-tabs > li > a:hover{
  color: #ffffff;
  cursor:pointer;
  background-color: #39ac37;
  transform: scale(1.2);
  margin:0 6px;
   
   transition: all .2s ease-in-out;
}
.interactiveChartIcon .nav-tabs > li.active > a,
.interactiveChartIcon .nav-tabs > li.active > a:hover,
.interactiveChartIcon .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #0066a4;
  transform: scale(1.18);
  margin:0 6px;
 
  border:none;
}
.iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart.png) no-repeat center center;
	padding:14px;
}
.iconLine:hover{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}
.iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart.png) no-repeat center center;
	padding:14px;
}
.iconCandleStick:hover{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}
.iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart.png) no-repeat center center;
	padding:14px;
}
.iconOHLC:hover{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}
.interactiveChartIcon .durationChart .nav-tabs{
	border:1px solid #ccc;
	margin:0px;	
}


.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {
	background:none;
	font-weight:normal;	
	color:#000;
	cursor:pointer;
}
.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a:hover {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
}
.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li.active > a {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
}
.interactiveChartIcon .durationChart .nav-tabs > li > a span, .interactiveChartIcon .durationChart .nav > li > a span {
	margin:0px; padding:0px;
}
.interactiveChartIcon .durationChart .nav-tabs > li.active > a,
.interactiveChartIcon .durationChart .nav-tabs > li.active > a:hover,
.interactiveChartIcon .durationChart .nav-tabs > li.active > a:focus {
	color: #000;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}
.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {background:#0066a4; color:#fff; 
    margin-right:0px;margin-bottom:0px; cursor:default;padding:11px 14px; display:block;}

.tab-content .highcharts-title img
{
	vertical-align:middle;
}
.right-cntrls{	
	background-color:#0066a4;
    float: left;
    width: 100%;	
	margin-bottom:15px;
	color:#fff;
}
.right-cntrls ul.right-tabs {
    margin: 0px;
    padding: 0px;      
}
ul.right-tabs input {
    margin: -1px 0px 0px 04px;
    vertical-align: middle;
}
.right-cntrls .right-tabs li {
    list-style: none !important;
    display: inline !important;
   /* margin-right: 15px !important;*/
    font-weight:600;   
	width:20%;
	 padding: 15px 0;
	float:left;
	text-align:center;
	border-right:1px solid #fff;
	
}
.right-cntrls .right-tabs li b
{
	 font-weight:500;
}
/******* END Interactive Stock Charts *******/


/*-===================================================================
NEW AR PAGE DESIGN CSS STARTS HERE 05-JUNE-2020
======================================================================*/


.grey-bg{
	padding-top: 40px;
    padding-bottom: 40px;
    background: #dfdfdf;
	margin-bottom: 30px;
}

.ar-top-sec-cont-full{
	float:left;
	width:100%;
	height:100%;
	
	margin-bottom:30px;
}
.ar-top-sec-cont-inner{
	width:96%;
	margin:0 auto;

}
.ar-top-sec-cont-inner-wrap{
	width:100%;
	float: left;
	padding: 30px;
	background: #f1f1f1;
	color: #fff;
	position: relative;
}

.ar-top-sec-cont-inner-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}



.ar-top-sec-cont-inner-wrap:hover{
	width:100%;
	float: left;
	padding: 30px;
	background:#337ab7;
	color: #fff;
}


.ar-big-cover{
	width:100%;
	height:auto;
}


.ar-docs-list-sec{
	float:left;
	width:100%;
	padding: 60px 0;
}
ul.doc-list {
    margin: 0;
    padding: 0;
}
ul.doc-list li {
    list-style: none;
    display: block;
    margin-bottom: 20px;
	float: left;
	width: 100%;
}
ul.doc-list li .ar-top-link-title{
	float:left;
	max-width:80%;
	text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
	text-align: left;
	min-width: 60%;

	text-transform:uppercase;
}
ul.doc-list li .ar-top-links-icons{
	float:left;
	width:20%;
}

.ar-top-sec-cont-inner-wrap:hover .ar-top-link-title{
	color: #fff;
}



ul.doc-list li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #d62755;
}

.download-link-big, .view-link-big{
	display: inline-block;
	float: left;
	margin-left: 10%;
	width: 18%;
	position: relative;
	top: 0px;
	
}


.download-icon-big{
	background: url(../images/reports-download.png) no-repeat;
	display:block;
	width:100%;
	height: 18px;
	background-position: center center;
	
}

.view-icon-big{
	background:url(../images/reports-view-icon.png) no-repeat;
	display:block;
	width: 100%;
	height: 18px;
	background-position: center center;
	
}

.ar-top-sec-cont-inner-wrap:hover .download-icon-big{
	background: url(../images/reports-download-white.png) no-repeat;
	display:block;
	width:100%;
	height: 18px;
	background-position: center center;
	
}

.ar-top-sec-cont-inner-wrap:hover .view-icon-big{
	background:url(../images/reports-view-icon-white.png) no-repeat;
	display:block;
	width: 100%;
	height: 18px;
	background-position: center center;
	
}


/*ul.doc-list li a:before {
	font-family: FontAwesome;
    content:'\f1c1';
    display: inline-block;
   font-size: 18px;
    margin-right: 15px;
    position: relative;
    
}*/

/*ul.doc-list li a span{
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	
}*/



.inner-ar-wrap{
	float: left;
	width: 100%;
}

.inner-ar-item{
	background: #f1f1f1;
    color: #000;
    padding: 25px 15px;
    border-radius: 0px;
    height: 100%;
    min-height: 269px;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 24px;
	
}
.inner-ar-item:hover{
	background: #337ab7;
    color: #fff;
}

.inner-ar-item:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
	
}

.ar-heading{
	font-size: 12px;
    color: #337ab7;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.inner-ar-item:hover .ar-heading{
	color:#fff;
}
.ar-cover-wrap{
	float: left;
	width: 39%;
	margin-right: 3%;
	
}
.ar-links-sec{
	float: left;
	width: 58%;
	padding: 35px 0;
}

.ar-link, .cg-link{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
}

.ar-link h4, .cg-link h4{
	float: left;
	width: 69%;
	margin-left: 12px;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight: 600;
	text-align: left;

}

.inner-ar-item:hover .ar-link h4, .inner-ar-item:hover .cg-link h4{
	color: #fff;
}

.download-link, .view-link{
	display: inline-block;
	float: left;
	margin-left: 2%;
	width: 10%;
	position: relative;
	top: 10px;
	
}

.download-icon{
	background: url(../images/reports-download.png) no-repeat;
	display:block;
	width:100%;
	height: 18px;
	background-position: center center;
	
}

.view-icon{
	background:url(../images/reports-view-icon.png) no-repeat;
	display:block;
	width: 100%;
	height: 18px;
	background-position: center center;
	
}
.inner-ar-item:hover .download-icon{
	background: url(../images/reports-download-white.png) no-repeat;
	display:block;
	width:100%;
	height: 18px;
	background-position: center center;
	
}

.inner-ar-item:hover .view-icon{
	background:url(../images/reports-view-icon-white.png) no-repeat;
	display:block;
	width: 100%;
	height: 18px;
	background-position: center center;
	
}




@media (min-width: 768px){
	
.b-align{
	display:flex;
	align-items:center;
}	
	
	
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){

.ar-link h4, .cg-link h4 {
    float: left;
    width: 65%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #d62755;
    font-weight: 600;
}

ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 68%;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 68%;
}		
	
 
}












@media (max-width: 992px)
{
 .bursanews-header #datePickerFrom
 {
	 margin-bottom:06px;
 }
}


@media (min-width: 768px) and (max-width: 991px){
.ar-docs-list-sec {
    float: left;
    width: 100%;
    padding: 15px 0;
}

ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 75%;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 75%;
    text-transform: uppercase;
}

ul.doc-list li .ar-top-links-icons {
    float: left;
    width: 25%;
}	

.ar-link h4, .cg-link h4 {
    float: left;
    width: 60%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.download-link, .view-link {
    display: inline-block;
    float: left;
    margin-left: 2%;
    width: 12%;
    position: relative;
    top: 10px;
}

	
	
}


@media(min-width:490px) and (max-width:766px){
	
ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 80%;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 80%;
    text-transform: uppercase;
}	
	
}



@media (max-width:480px){
	.interactiveChartIcon .durationChart .nav-tabs{
		margin-top:20px;
		width:100%;
		border-left:0px;
		border-right:0px;
	}	
	.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {
		display:none;	
	}	
	.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {

		background:none;
		font-weight:normal;	
		transform: scale(1);
		padding:8px 3px;
	}
	
	span.highcharts-title{
			left:10px!important;
			padding-bottom:25px;
	}
	.reports-title{
	 font-size:15px;
	 line-height:18px;	 
    }
	.pageTitle h3 {    
      font-size: 20px;     
     }
	 .priceVolumeTable .tableHeader th:nth-child(2)
{
	width:150px;
}
 .priceVolumeTable .tableHeader th:nth-child(1)
 {
	 width:50px;
 }
.priceVolumeTable th,  .priceVolumeTable td
{
	font-size:12px;
}
.entitlement .nav-tabs > li > a {
 
  font-size:13px !important;
  padding:6px !important;  
}
.annoucementContainer .announcementSelection
{
	margin:0px !important;
	 padding:0px !important;
}
div#ctl00_cphContent_uPnlPrcTicker
{
	 font-size: 13px;
    line-height: 18px;
}
div#ctl00_cphContent_uPnlPrcTicker .col-xs-4 {
    padding-left: 4px;
    padding-right: 4px;
   
}
  .bursanews-header .more-button
  {
	  margin-top:15px;
  }
  
  
  ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 65%;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 65%;
    text-transform: uppercase;
}
ul.doc-list li .ar-top-links-icons {
    float: left;
    width: 35%;
}


.ar-link h4, .cg-link h4 {
    float: left;
    width: 60%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.download-link, .view-link {
    display: inline-block;
    float: left;
    margin-left: 2%;
    width: 13%;
    position: relative;
    top: 10px;
}  
  
  
}
@media (max-width:380px)
{
 .medianews-date-wrapper
 {
	 width:20%;
 }
 .medianews-title-wrapper
 {
	 width:80%;
 }
 
 .ar-top-sec-cont-inner-wrap {
    width: 100%;
    float: left;
    padding: 15px;
    background: #f1f1f1;
    color: #fff;
    position: relative;
}

ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 60%;
    text-decoration: none;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 60%;
    text-transform: uppercase;
}

ul.doc-list li .ar-top-links-icons {
    float: left;
    width: 40%;
}

.ar-link h4, .cg-link h4 {
    float: left;
    width: 58%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.download-link, .view-link {
    display: inline-block;
    float: left;
    margin-left: 2%;
    width: 14%;
    position: relative;
    top: 10px;
}

.ar-cover-wrap {
    float: left;
    width: 100%;
    margin-right: 0%;
}

.ar-links-sec {
    float: left;
    width: 100%;
    padding: 12px 0;
}

.inner-ar-item {
    background: #f1f1f1;
    color: #000;
    padding: 25px 15px;
    border-radius: 4px;
    height: 100%;
    min-height: 360px;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 24px;
}
 
 
 
}
@media (max-width:340px)
{
 .priceVolumeTable .tableHeader th:nth-child(2)
 {
	    width: initial !important;
 }
 .priceVolumeTable .tableHeader th:nth-child(1)
 {
	     width: initial !important;
 }
 #table-2351.tablesaw-swipe .tablesaw-cell-persist:nth-child(2) {
    width: initial !important;
 }
}


@media(max-width:320px){
	.medianews-title{
	font-size: 16px;
	}
	
}
/******* end Interactive Stock Charts *******/


/******* Directors' Profile *******/
.directorProfile{
	border:0px;
}

.directorProfile .panel{
	border:0px;
	display:block;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); 
	box-shadow: 0 0px 0px ;
}
.directorProfile .panel-title {
	font-size:15px;
	display:block;
	height:20px;
}
.directorProfile .panel-heading{
	background:none; 
	padding:5px 0px 0px 0px;
	border-color: 0px solid transparent;
}
.panel-default > .panel-heading {
  color: #333;
  border-color: 0px solid transparent;
  background-color:none;
}
.directorProfile .panel-body{
	padding:0px;
	/*margin-bottom:20px;*/
	border:none;
}
.directorProfile .panel-heading + .panel-collapse > .panel-body{
	border:0px solid #ccc;
}
.directorProfile .panel-title:hover{
	display:block;
	height:20px;
}
.directorProfile .panel-title .collapsed{
	font-size:15px;
	display:block;
	height:20px;
}
.directorProfile .panel-heading .accordion-toggle.collapsed:after 
{	
	content: "+";  
	position:relative;
	float:right;
	top:-35px;
}
.directorProfile .panel-heading .accordion-toggle:after {
	color: grey;  
	float:right;   
	top:-30px;  
	position:relative; 
	overflow: no-display;
	color:#0066a1;
	content: "-"; 
	font-size:20px;
	font-weight:bold;
	padding:0 5px 0 0;
}

.directorProfile a.accordion-toggle{
	text-decoration: none;
}
.directorDesignation{
	font-weight:normal;
	font-size:14px;
	color:#989696;
	padding-bottom:10px;
}

.directorProfileContainer .pic{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}
.directorProfileContent{
	
	text-align:justify;
	
}	
.directorName{
	font-weight:bold;
	font-size:17px;
	border-bottom:1px solid #ccc;
	color:#0066a1;
	padding-right:20px;
}
.directorName::after {
    content: "";
    display: block;
    width: 75px;
    border-bottom: 2px solid #f8ad52;
}

/******* end Directors' Profile *******/

/******* Entitlements *******/
.entitlement
{
	margin-bottom:20px;
}
.entitlement .nav-tabs > li {
 /* float: left;
  margin-bottom: -1px;
  font-size:15px;*/
}

.entitlement .nav-tabs > li > a {
 /* margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  font-weight:bold;
  font-size:15px;
  padding:12px;  */
}
.entitlement .nav-tabs > li > a:hover {
 /* border-color: #eee #eee #ddd;
  font-weight:bold;*/
  
}
.entitlement .nav-tabs > li.active > a,
.entitlement .nav-tabs > li.active > a:hover,
.entitlement .nav-tabs > li.active > a:focus {
  /*color: #fff !important;
  cursor: default;
  background-color: #cabf21;
  border: 1px solid #043e99;
  border-bottom-color: transparent;
  font-weight:bold;*/
}

.entitlementTable{
	font-size:12px;
}

.entitlementTable thead{
	background:#888;
	color:#fff;
}

/*******end Entitlements *******/

/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px){
	
.container, #ctl00_submenu {
    width: 1170px;
}	
	
ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 80%;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 55%;
    text-transform: uppercase;
}	
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 80%;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 66%;
    text-transform: uppercase;
}

.ar-link h4, .cg-link h4 {
    float: left;
    width: 60%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
} 
.download-link, .view-link {
    display: inline-block;
    float: left;
    margin-left: 2%;
    width: 13%;
    position: relative;
    top: 10px;
}
 
 
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	.report-pic-sec-2, .report-title-2
	{
		float:none;width:auto;margin:0px;;
	}
	.report-title-2 a.download
	{
		min-width:190px !important;
	}
	
	
 .ar-docs-list-sec {
    float: left;
    width: 100%;
    padding: 32px 0;
}
  
ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 80%;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 80%;
    text-transform: uppercase;
}
.ar-link h4, .cg-link h4 {
    float: left;
    width: 60%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.download-link, .view-link {
    display: inline-block;
    float: left;
    margin-left: 2%;
    width: 13%;
    position: relative;
    top: 10px;
}	
	
	
  
}
@media (min-width: 768px) 
{
  #ir-menu .navbar-nav li a {
	      padding: 16px 20px 15px 0px;
 }
  #ir-menu .navbar-nav li:last-child a {
	      padding-right:0px;
 }
  #ir-menu .navbar-nav li:last-child a {
	  
	  margin-right:0px !important;
  }
  #ir-menu .navbar-toggle {
    display: none;
  }
  .eventsCalendar a.dis {
    margin-top: -8px;
  }
  #ir-menu .navbar-collapse
  {
	   display:inline-block !important;
  } 
  .navbar-header {
    display: none;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 #ir-menu 
 {        
    height: 55px;
 } 
  #ir-menu .navbar-nav li a {
    
    padding: 15px 20px;border-bottom: 1px solid #E0E0E0;
  }
  #ir-menu ul li a:before {
	padding-bottom: 0px;
  }
  #ir-menu .navbar-nav {	
	margin: 0px;
    border: none;
	background-color: #eef3f8;
	position: relative;
    z-index: 999;
  } 
   #ir-menu .navbar-header {
      
   }
  .eventsCalendar a.dis {
    margin: 15px 0px 0px 0px !important;
  }
  .eventCalendarImg {
    margin-bottom: 20px;
	margin-top:79px;
  }
  .quarterlyReportContainer li figure
  {
	text-align:center;
  }
  
  #corporate-governance .section
  {
	  margin:15px 0px;
  }
	.right-cntrls .right-tabs li
  {
		margin:0px !important;
		width:50% !important;font-size:12px !important;
		padding:4px 0px !important;	
  } 
  
  .bursanews-header #datePickerFrom
  {
	  margin-bottom:06px;
  }
  .circularsContainer img {
    margin-bottom: 15px;
  }
  .report-title-2 a.download
	{
		min-width:190px !important;
	}
	.priceVolumeSelection .cal-container [class*='col-sm']
	{
		display:block;
	}
	.priceVolumeSelection .cal-container .date-to {
       margin: 14px 0px;
  }
  
ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 80%;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 80%;
    text-transform: uppercase;
}

.ar-cover-wrap {
    float: left;
    width: 19%;
    margin-right: 10%;
}
.ar-link h4, .cg-link h4 {
    float: left;
    width: 39%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
}  
 .quarterlyReportContainer .ar-cover-img
  {
	 
  }
  .quarterlyReportContainer .ar-sec-links h4
  {
	  max-width:75%;
  }
  .smk_accordion .accordion_in .acc_content, .media-news, .analyst-rpt, .event-news
  {
	  display:block !important;
  }
  #ctl00_submenu
  {
	  text-align:center;
  }
   
  #ctl00_cphContent_subNews > .pull-right {
    position: relative;
    top: 0;
    left: 0;
    float: left !important;
  } 
  
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	.interactiveChartIcon .durationChart .nav-tabs{
		margin-top:20px;
		width:100%;
		border-left:0px;
		border-right:0px;
	}	
	.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {
		display:none;	
	}	
	.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {

		background:none;
		font-weight:normal;	
		transform: scale(1);
		padding:8px 3px;
	}
	
	span.highcharts-title{
			left:10px!important;
			padding-bottom:25px;
	}
	h2, .pageTitle h3
	{
		font-size:25px !important;line-height:27px !important;
	}
	
	.btn-sec-cont input
	{
		margin:5px 0px;
	}
	.report-pic-sec-2, .report-title-2
	{
		float:none;width:auto;margin:0px;;
	}
	.report-title-2 a.download
	{
		min-width:190px !important;
	}
	
	
.inner-ar-item {
    background: #f1f1f1;
    color: #000;
    padding: 25px 15px;
    border-radius: 4px;
    height: 100%;
    min-height: 322px;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 24px;
}	
.ar-cover-wrap {
    float: left;
    width: 38%;
    /* margin-right: 7%; */
    
    margin-right: auto;
}
.ar-links-sec {
    float: left;
    width: 100%;
    padding: 15px 0;
}	
.bursanews-header .more-button a, .bursanews-header .more-button input.btn-primary {
    margin-right: 5px;
}	
	
}
/* Portrait i phones and smaller */
@media (max-width: 380px) 
{
	
  .bursanews-header .btn-primary {
    padding: 8px 30px !important;
    min-width: auto;
	margin-top:10px !important;
  }	
  
 .gentral-td{
	 font-size:13px;
 }
 .quarterlyReportContainer .ar-sec-links h4
 {
	max-width:62%; 
 }
 .quarterlyReportContainer .ar-cover-img
 {
	 display:block;
 }
 .quarterlyReportContainer .cs-style-4 li.col-lg-3.col-md-4.col-sm-4.mb20
 {
	 padding:0px;
 }
 
  
}



@media (max-width: 360px) {
	.ar-top-sec-cont-inner-wrap {
    width: 100%;
    float: left;
    padding: 15px;
    background: #f1f1f1;
    color: #fff;
    position: relative;
}

ul.doc-list li .ar-top-link-title {
    float: left;
    max-width: 63%;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #000;
    text-align: left;
    min-width: 63%;
    text-transform: uppercase;
}
ul.doc-list li .ar-top-links-icons {
    float: left;
    width: 34%;
}

.ar-cover-wrap {
    float: left;
    width: 50%;
    /* margin-right: 7%; */
    
    margin-right: auto;
}
.ar-links-sec {
    float: left;
    width: 100%;
    padding: 15px 0;
}
  .bursanews-header .btn-primary {
    padding: 8px 30px !important;
    min-width: auto;
	margin-top:10px !important;
  }

}