<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******Global css********/
.pb20 {
	padding-bottom:20px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
/*.pb10 {
    padding-bottom: 10px;
}*/
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mb20 {
	margin-bottom: 20px;
}
ul {
	list-style-type: none;
}
.pageTitle {
	width:100%;
	margin-top:40px;
	display:none;
}
.secTitle{
	display:none;
}


/*.col-lg-12 .rightContainer .row
{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
.border {
	border: 1px solid #ccc;
}
label {
	color: #4b4b4b;
}
select {
	padding: 11px 25px;
	outline: none;
	font-weight:400;
	min-width: 225px;
	max-width:100%;
	color:#4b4b4b;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 18px;
	min-height: 34px;
	line-height: 18px;
}
select.dropDownArrow {
	margin-bottom:22px;
}
select::-ms-expand {
 display: none;
}
select:focus::-ms-value {
 color: #000;
 background-color:transparent;
}

.dropdownpullleft span{
	display:none;
}
.dropdownpullleft select{
	width:auto;
}

.annewdesign-sec select {
	min-width:200px !important;
	margin-bottom:10px;
}
.dropDownArrow, select {
	background-image:url(../images/dropdownArrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right 20px !important;
	background-color:#fff !important;
	border-radius:22px;
	border:1px solid #101010 !important;
	outline:none;
	color:#101010 !important;
}
.ui-datepicker-title select {
	background-image:url(../images/dropdownArrow-white.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right 12px !important;
	background-color:#555555 !important;
	border-radius:22px;
	border:1px solid #000 !important;
	outline:none;
	color:#fff !important;
}
 select::-ms-expand {
 display: none;
}
select:focus::-ms-value {
 color: #000;
 background-color:transparent;
}

.calendar-sec select {
	min-width:245px !important;
	
}


.dropdownpullleft .pb10 {
	padding-bottom:0px;
}
#ctl00_cphContent_dvYear.pb20 {
	padding-bottom:0px;
}
.highstocks-btn {
	display:inline-block;
	margin-bottom:25px;
}
.highstocks-btn a {
	color:#000;
	font-weight:600;
}
.highstocks-btn.spacing {
	margin-right:20px;
	margin-left: 12px;
}
.highstocks-btn .active {
	border-bottom: 1px solid #2ec583;
	color: #2ec583;
	padding-bottom: 3px;
}
/*******IR Sub Menu***********/
#ctl00_submenu {
	text-align:center;
	margin:0px 0px 35px 0px;
}
#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;
	padding-left:23px;
}
#ctl00_submenu ul li:first-child {
	padding-left:0px;
}
#ctl00_submenu ul li a {
	text-decoration: none;
	cursor: pointer;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
	font-size: 11px;
	color: #000 !important;
	background: #fff !important;
	border-radius: 22px !important;
	padding: 11px 22px 11px 22px !important;
	border: 1px solid #555 !important;
	min-width: 146px;
	display: inline-block;
	line-height: 18px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
#ctl00_submenu a:hover {
	color: #fff !important;
	background: #ed1c24 !important;
	border: 1px solid #ed1c24 !important;
}
#ctl00_submenu a.active {
	color: #fff !important;
	font-weight:bold;
	background: #ed1c24 !important;
	border: 1px solid #ed1c24!important;
}
/*******END IR Sub Menu***********/

/**************** ICONS *****************/
.agmButton {
	margin-top:20px;
}
.agmButton .iconDownload, .circularButton .iconDownload {
	display:block;
}
.iconDownload {
	background:url(../images/iconDownload.png) no-repeat center center;
	width:100%;
	margin-bottom:2px !important;
	padding-left:35px;
	display: block;
	text-align: left;
}
.iconDownload:hover {
	background:url(../images/iconDownloadHover.png) no-repeat center center;
	width:100%;
	text-decoration:none;
}
.iconView {
	background:url(../images/iconView.png) no-repeat center center;
	width:100%;
	display:block;
	padding-left:35px;
}
.iconView:hover {
	background:url(../images/iconViewHover.png) no-repeat center center;
	width:100%;
	display:block;
	text-decoration:none;
}
.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***************/

/************Corporate Info*****************/
.corp-info-container {
	overflow:hidden;
}
 .corp-info-container table tr:nth-of-type(odd) {
 background-color: #efedee;
}
.corp-info-container table tr th, .corp-info-container table tr td {
	padding:13px 15px !important;
	border-top: 1px solid #f2f2f2 !important;
}
/*************Reports************/
.quarterlyReportContainer h4 {
	margin:15px 0px 10px 0px;
	color:#444;
	font-weight:600;
}
.quarterlyReportContainer li {
	margin-bottom:20px;
}
.qr-section {
	text-align:center;
}
.quarter-year {
	font-size:130%;
	font-weight:500;
	text-align:center;
	margin-bottom:15px;
}
.quarter-icon {
	display: inline-block;
	text-align: center;
	padding: 5px 0px;
}
.quarter-icon img {
	max-width:100%;
}
.quarter-icon span {
	display:block;
}
/*************End Reports************/

/*=====================================================
ANNUAL REPORTS NEW DESIGN
=======================================================*/
.edg-ar-bg {
	background-size: contain;
	background-repeat: no-repeat;
	width:200px;
	margin-bottom: 30px;
	min-height:260px;
}
.edg-ar-bg span.Title {
	display:block;
	min-height:40px;
	color:#4b4b4b;
}
.ar-cover-image {
	width:154px;
	z-index:1;
	min-height:216px;
	position:absolute;
}
.ar-cover-image img {
}
.ed-ar-cont {
	position:relative;
	z-index:2;
	width:154px;
	min-height:216px;
	background-color:transparent;
	display:table;
}
.ed-ar-cont:hover {
	position:relative;
	z-index:2;
	width:154px;
	min-height:216px;
	background:rgba(247, 148, 30, 0.82);
}
.ed-ar-cont:hover .vd-sec-rpts {
	display:table-cell !important;
	vertical-align:middle;
}
.ed-ar-cont .ed-ar-title, .ed-ar-cont .vd-sec-rpts {
	display:none;
}
.ed-ar-cont:hover .ed-ar-title, .ed-ar-cont:hover .vd-sec-rpts {
	display:block;
}
.ed-ar-title {
	padding:15px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	display:none !important;
}
.vd-sec-rpts {
	width:100%;
	padding:15px;
	text-align:center;
}
.vd-sec-rpts a {
	display:block;
	color:#fff !important;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
.arDownload:before {
	font-family: FontAwesome;
	content: "\f019";
	/* background: url(../images/iconDownload.png);*/
   font-size:14px;
	line-height:14px;
	display:inline-block;
	margin-right:5px;
}
.arInteractive:before {
	font-family: FontAwesome;
	content: "\f02d";
	/* background: url(../images/iconInteractive.png);*/
    font-size:14px;
	line-height:14px;
	display:inline-block;
	margin-right:5px;
}
.arView:before {
	font-family: FontAwesome;
	content: "\f002";
	/* background: url(../images/iconView.png);*/
    font-size:14px;
	line-height:14px;
	display:inline-block;
	margin-right:5px;
}
/*====================================================================
New presentations css
=====================================================================*/
.edg-prsnt-bg {
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom:30px;
	min-height:282px;
}
.edg-prsnt-bg span.Title {
	display:block;
	min-height:60px;
	color:#4b4b4b;
}
.edg-prsnt-bg span.prsnt-date {
	display: block;
	border-bottom: 1px solid #41111b;
	margin-bottom: 10px;
	color: #4b4b4b;
	padding-bottom: 2px;
}
.cover-image {
	z-index:1;
	height:188px;
	position:absolute;
	border: 1px solid #ddd;
	cursor:pointer;
	transition: all .3s ease-in-out;
}
.cover-image:hover {
	transform:scale(1.08);
}

.ed-pr-cont {
	position:relative;
	z-index:2;
	width: 100%;
	height: 188px;
	background-color:transparent;
	display:none; 
}
.ed-pr-cont:hover {
	background:rgba(247, 148, 30, 0.82);
	display:none;
}

.ed-pr-cont:hover &gt; .cover-image{
	transform:scale(1.02);
}


.ed-pr-cont:hover .vd-sec {
	display: table !important;
	height: 188px;
	width: 100%;
}
.ed-pr-cont .ed-pr-title, .ed-pr-cont .vd-sec {
	display:none;
}
.ed-pr-cont:hover .ed-pr-title, .ed-pr-cont:hover .vd-sec {
	display:block;
}
.ed-pr-title {
	padding:15px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	min-height:96px;
	display:none !important;
}
.vd-sec {
	padding:15px;
	text-align:center;
	display:none;
}
.vd-sec a {
	color:#ed1c24 !important;
	font-size:14px;
	display: table-cell;
	vertical-align: middle;
	display:none;
	
}
.ed-pr-vn:before {
	font-family: FontAwesome;
	content: "\f002";
	/* background: url(../images/iconView.png);*/
   font-size:14px;
	line-height:14px;
	display:inline-block;
	margin-right:5px;
	display:none;
}
/*******Policy Disclosures********/
a.inner-contnt, .inner-contnt3, .inner-contnt4 {
	background: #fdfdfd;
	color: #4b4b4b;
	padding: 25px 15px;
	border-radius: 4px;
	height: 100%;
	min-height: 269px;
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 24px;
	border: 1px solid #eaeaea;
	overflow:hidden;
}
a.inner-contnt:hover, .inner-contnt3:hover {
	background: #2ec583;
	color: #fff;
}
a.inner-contnt:hover .sec-heading, a.inner-contnt:hover .link-date {
	color:#fff;
}
a.inner-contnt:after, .inner-contnt3: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);
}
.inner-contnt3 h4 {
	margin:0px 0px 20px 0px;
}
.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:hover .more-button span.iconDownload {
	background: url(../images/iconDownload-white.png) no-repeat left center;
}
.inner-contnt3:hover a {
	color:#fff;
}
.sec-heading {
	margin-bottom: 0px;
}
.sec-heading span {
	display: block;
	margin-bottom: 22px;
	padding-bottom:11px;
	border-bottom: 1px solid #555;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	min-height: 30px;
    line-height: 20px;
}
.links-cont {
	font-size: 20px;
	line-height:24px;
	text-decoration: none;
	min-height: 150px;
	display: table;
}
.news-foot {
	position:absolute;
	bottom:30px;
	font-style: italic;
	text-align: left;
	color: #666;
}
.report-pic-sec-2 {
	float: left;
	margin-left: 12px;
	width: 40%;
}
.report-pic-sec-2 .ar-pic {
	margin-bottom:20px;
}
.report-pic-sec-2 .ar-pic img{
	transition: all .3s ease-in-out;
	
}
.report-pic-sec-2 .ar-pic img:hover{
	
	transform: scale(1.08) !important;
}
.report-title-2 {
	float: left;
	width:55%;
	padding-top: 19%;
    padding-bottom: 19%;
}
.report-title-2 a.button-more {
	/*min-width:175px !important;*/
	margin-bottom:6px;
}
 .download-pdf{
	height: auto !important;
	width: auto !important;
	font-family: inherit !important;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	padding: 11px 16px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	border-radius: 50px !important;
	display: inline-block;
	background-color: #ed1c24;
	color: #fff !important;
	min-width: 122px;
	border: 1px solid #ec1d23;
	outline: none !important;
}

.ClsButton{
	font-size:16px !important;
	line-height:18px !important;
	font-weight:normal !important;
		background:#101010 !important;
	padding:9px 24px !important;
	color:#FAFAFA !important;
	border-radius:50px;
	display:inline-flex;
	outline:none;
	border:none;
	height:auto !important;
	width:auto !important;
}

/*.button-more, .button-more:hover {
	font-size:14px;
	line-height:22px;
	 color: #ed1c24;
}*/

 .report-title-2 a.download {
	 float:left;
	font-size:14px;
	line-height:22px;
	color: #ed1c24;
	padding-left:30px;
	width:173px;
}
.report-title-2 a.download:before {
	float:left;
	content: url(../images/iconDownload.png);
	width:28px;
	height:28px;
	margin-bottom: 2px !important;
	display: inline-block;
	text-align: left;
	position:absolute;
	left:15px;

}

 .report-title-2 a.download:hover {
	 float:left;
	font-size:14px;
	line-height:22px;
	color: #ed1c24 !important;
	padding-left:30px;
	width:166px;
	background:none !important;
	border:none !important;
}

.report-title-2 a.download:hover:before {
	float:left;
	content: url(../images/iconDownloadHover.png);
	width:28px;
	height:28px;
	margin-bottom: 2px !important;
	display: inline-block;
	text-align: left;
	position:absolute;
	left:15px;

}



 .report-title-2 a.viewbtn {
	 float:left;
	font-size:14px;
	line-height:22px;
	color: #ed1c24;
	padding-left:30px;
	width:166px;
}
.report-title-2 a.viewbtn:before {
	float:left;
	content: url(../images/iconView.png);
	width:28px;
	height:28px;
	margin-bottom: 2px !important;
	display: inline-block;
	text-align: left;
	position:absolute;
	left:15px;

}

 .report-title-2 a.viewbtn:hover {
	 float:left;
	font-size:14px;
	line-height:22px;
	color: #ed1c24 !important;
	padding-left:30px;
	width:166px;
	background:none !important;
	border:none !important;
}

.report-title-2 a.viewbtn:hover:before {
	float:left;
	content: url(../images/iconViewHover.png);
	width:28px;
	height:28px;
	margin-bottom: 2px !important;
	display: inline-block;
	text-align: left;
	position:absolute;
	left:15px;

}


























/*.button-more:hover, .btn-primary:hover, .download-pdf:hover, .ClsButton:hover{
	color: #fff !important;
	background: #f6871f !important;
	border: 1px solid #f6871f !important;
}*/
.inner-contnt4 &gt; .report-wrap &gt; .report-title-2 &gt; a.download {
	margin-top:15px;
	margin-bottom:10px;
}
/*.inner-contnt4:hover a.download
{
	background-color:#fff;border:1px solid #fff;color:#2ec583 !important;
}*/
/*****End New Corporate Governance******/


/*********** News Alert *************/

.emailAlertContainer .emailAlert {
	margin-top: 22px;
}
.emailAlertContainer .emailAlert .form-group {
	margin-bottom:15px;
}
.unregister {
	border-top: 1px solid #ccc;
	padding-top: 3px;
	margin-top: 0px;
}
.emailAlertContainer .emailAlert .btn-primary {
	margin-top: 12px;
}
.emailAlert label {
	margin-top: 7px;
	padding:0px 10px 0px 0px;
		font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#101010;
	width:134px;
}
label {
	font-size: 14px;
	color: #4b4b4b;
}
label span#ctl00_cphContent_lblYear {
	margin-right: 15px;
}
.emailAlert .col-sm-7 {
	padding:0px;
}

.emailAlert select{
	width:400px;
}



 /********** emailAlert End News Alert**********/

/********* 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 &gt; .panel-heading {
	color: #333;
	border-color: 0px solid transparent;
	background-color:none;
}
.directorProfile .panel-body {
	padding:0px;
	border:none;
}
.directorProfile .panel-heading + .panel-collapse &gt; .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:#2ec583;
	content: "-";
	font-size:20px;
	font-weight:bold;
	padding:0 5px 0 0;
}
.directorProfile a.accordion-toggle {
	text-decoration: none;
}
.directorDesignation {
	font-weight:500;
	font-size:13px;
	color:#666;
	padding-top:2px;
	padding-bottom:10px;
}
.directorProfileContainer .pic {
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}
.directorProfileContent {
	text-align:justify;
}
a.collapsed .directorName, a.collapsed:after {
	color:#555 !important;
}
.directorName {
	font-weight:600;
	font-size:18px;
	border-bottom:1px solid #ccc;
	color:#2ec583;
	padding-right:20px;
}
.directorName::after {
 content: "";
 display: block;
 width: 75px;
 border-bottom: 2px solid #32d28c;
}
/******* End Directors' Profile *******/


/************Key Management***********/
.accordion {
	margin-top:15px;
	margin-bottom:20px;
}
.accordion-item {
	margin-bottom: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.09);
}
.accordion-header {
	padding: 15px 17px 10px 62px;
	position: relative;
	border-width: 0;
	border-style: solid;
	background-repeat: repeat-x;
	background-position: left top;
	cursor:pointer;
}
.accordion-item.active .accordion-header {
	border-width: 0px 0px 1px 0px !important;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.09);
}
.accordion h4 {
	font-size: 18px;
	line-height:22px;
	color: #555;
	margin-bottom: 0px;
	font-weight:600;
	margin-top:0;
}
.accordion-item.active h4 {
	color:#2ec583 !important;
}
.accordion h6 {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin-bottom: 0px;
	font-weight: 500;
	margin-top:0px;
}
.accordion-header .accordion-item-arrow:before {
	content: "\f2c0";
	font-family: FontAwesome;
	padding:23px 0px;
	text-align:center;
	width: 49px;
	height: 100%;
	border-width: 0 1px 0 0px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.09);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size:16px;
	font-weight:normal;
	color:#555;
	font-weight:500;
}
.accordion-item.active .accordion-header .accordion-item-arrow:before {
	content: "\f2c0";
	font-family: FontAwesome;
	color: #2ec583;
}
.accordion-content {
	padding:20px 20px 20px 15px;
	display: none;
	/* border-bottom: solid 1px #e9e9e9; */  
	overflow:hidden;
}
.accordion-content p {
	text-align:justify;
}
.accordion-content img {
	border: 1px solid #f1f1f1;
	padding: 3px;
	background-color:rgba(224, 230, 245, 0.4);
	border-radius: 2px;
}
/**************End key Mangement ************/



/*********** Price Ticker *************/ 



.priceticker .p10 {
}
div#ctl00_cphContent_uPnlPrcTicker h4 {
	font-size: 18px;
	text-align:left;
	margin:18px 0px;
}
.row.sharepriceFooter {
	font-size: 13px;
	padding:10px 10px;
	line-height:18px;
}
.row.sharepriceFooter p {
	margin-bottom: 2px;
	font-size:14px;
}


.up-tble{
	width:100%;
}

#ctl00_cphContent_ibRefresh {
	padding-right: 28px !important;
}
span.fix-icon {
	display: block;
	overflow: hidden;
	position: relative;
	background:#101010;
	border-radius:50px;
	color:#fff;
	padding:8px 18px;
}
span.fix-icon .btn-primary, span.fix-icon:focus .btn-primary,
span.fix-icon:active .btn-primary, span.fix-icon:hover .btn-primary{
	color:#fff;
	padding:0;
}


span.fix-icon .btn-primary:after{
	content:"";
	display:none;
}

.fix-icon:after {
	font-family: FontAwesome;
	content: "";
	background:url(../images/arrow-right.png) no-repeat;
	background-size:cover;
	width:24px;
	height:18px;
	
	font-size: 16px;
	position: absolute;
	right: 19px;
	top: 12px;
	pointer-events: none;
	color:#fff;
 
}
.fix-icon:hover:after{
	color:#fff;
}


#divInsage a, #divEforce a {
	text-transform:inherit !important;
	color:#E84626;
	text-decoration:none;
}
#divInsage a:hover, #divEforce a:hover {
	text-transform:inherit !important;
	color:#101010;
}




/*==============================================================
price ticker new desing css starts here
================================================================*/

.priceticker .stockUpper {
	background-color:#EFEFEF;
	padding: 10px 20px;
	padding-bottom: 10px;
	color: #000;
	font-size: 15px;
}
.priceticker .stockUpper .stockvalue {
	font-weight: bold;
	margin: 18px 0px 0px;
	text-align: left;
	font-size: 26px;
	line-height: 1;
}
.stockUpper .stock-info-details {
	display: inline-block;
	text-align: center;
	width: 32.33%;
	vertical-align: top;
}
.stockpriceinfo {
    margin-top: 20px;
}
.stockUpper .stock-info-details p{
	margin-bottom:10px;
	font-size:14px;
	line-height:14px;
	
}

.stockUpper .stock-info-details p:last-child {
    font-weight: 700;
    min-height: 11px;
 
    text-align: center;
    width: 100%;
}

/* table.tablesaw tbody tr:nth-of-type(odd), table.table tbody tr:nth-of-type(odd) {
 background-color:#091b21;
}
table.tablesaw tbody tr:nth-of-type(even), table.table tbody tr:nth-of-type(even) {
 background-color: #0C2336;
}*/
.stockpriceinfo, .stockdetails, .stockPrice {
	display:flex;
}
.stockdetails .pricevalue {
	margin-left:10px;
	font-weight:bold;
}

.row.sharepriceFooter {
    font-size: 13px;
    padding: 10px 10px;
    line-height: 18px;
}


/********** End Price Ticker ***********/ 


/******** Interactive Stock Charts ***********/

.interactiveChartIcon .nav &gt; li &gt; 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 &gt; li {
 transition: all .2s ease-in-out;
 display:flex;
}
.interactiveChartIcon .nav-tabs &gt; li &gt; a {
	margin:0 1px;
	background:#e6e6e6;
	padding:8px 6px !important;
	border-radius:0;
}
.interactiveChartIcon .durationChart .nav-tabs &gt; li &gt; a {
/*margin:0px !important;*/
}
.interactiveChartIcon .nav-tabs &gt; li &gt; a:hover {
	color: #ffffff;
	cursor:pointer;
	background-color:#E84626;
	transform: scale(1.2);
	margin:0 6px;
	border-radius:0;
 transition: all .2s ease-in-out;
}
.interactiveChartIcon .nav-tabs &gt; li &gt; a.active, .interactiveChartIcon .nav-tabs &gt; li &gt;  a.active &gt; a:hover, .interactiveChartIcon .nav-tabs &gt; li &gt; a.active &gt; a:focus {
	color: #ffffff;
	cursor: pointer;
	background-color: #E84626;
	transform: scale(1.18);
	margin:0 6px;
	border-radius:0;
}

.interactiveChartIcon .nav-tabs &gt; li.active &gt; a, .interactiveChartIcon .nav-tabs &gt; li.active &gt;  a:hover, .interactiveChartIcon .nav-tabs &gt; li.active &gt;   a:focus {
	color: #ffffff;
	cursor: pointer;
	background-color: #E84626;
	transform: scale(1.18);
	margin:0 6px;
	border-radius:0;
}

.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, li a.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, li a.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,li a.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 &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a {
	background:none;
	font-weight:normal;
	color:#333;
	cursor:pointer;
	background:#e6e6e6;
	margin:0 1px !important;
	text-decoration:none;
}
.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a:hover {
	background:#E84626;
	font-weight:normal;
	/*padding:8px 3px;*/
	transform: scale(1.2);
	margin: 0 6px !important;
	border-radius: 0;
 transition: all .2s ease-in-out;
	color:#fff;
		text-decoration:none;
}
.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li.active &gt; a {
	background:none;
	font-weight:normal;
	padding:8px 3px;
}
.interactiveChartIcon .durationChart .nav-tabs &gt; li &gt; a span, .interactiveChartIcon .durationChart .nav &gt; li &gt; a span {
	margin:0px;
	padding:0px;
}
.interactiveChartIcon .durationChart .nav-tabs &gt; li &gt; a.active, .interactiveChartIcon .durationChart .nav-tabs &gt; li &gt; a.active &gt; a:hover, .interactiveChartIcon .durationChart .nav-tabs &gt; li &gt; a.active &gt; a:focus {
	color: #fff;
	background:#E84626;
	transform: none;
	transform: scale(1.18);
	margin: 0 6px !important;
	border:none;
}
.interactiveChartIcon .durationChart .nav-tabs &gt; li .durationLabel {
	background:#fff;
	/*border:1px solid #e6e6e6;*/
	color:#333;
	margin-right:0px;
	margin-bottom:0px;
	cursor:default;
	padding:7px;
	display:block;
}
.tab-content .highcharts-title img {
	vertical-align:middle;
}
.right-cntrls {
	background-color:#E84626;
	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 *******/

/*************** Price &amp; Volume ************/


input#ctl00_cphContent_btnExport, #ctl00_cphContent_btnExportMonthly {
	float: right;
	margin:  0px 0px 20px 0;
	position:relative;
	/*top:-6px;*/
}
.stockChartContainer {
}
.priceVolume {
	margin: 10px 0 10px 1px;
}
.priceVolume .nav-tabs {
	display:block;
	height:34px;
}
.priceVolume .nav-tabs &gt; li {
	float: left;
	margin-bottom: 0px;
}
.priceVolume .nav-tabs &gt; li &gt; a {
	margin-right: 2px;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: 50px;
	background:#d0ecff;
	font-weight:bold;
	color:#4d5167;
	padding: 10px 15px;
}
.priceVolume .nav-tabs &gt; li &gt; a.active, .priceVolume .nav-tabs &gt; li &gt; a:focus {
	color: #ffffff !important;
	cursor: default;
	background-color: #6bc0f6;
	border: 1px solid #6bc0f6;
	border-bottom-color: transparent;
	font-weight:bold;
}
.priceVolume .nav-tabs &gt; li.active &gt; a:hover {
	color:#fff !important;
}


.priceVolumeSelection span{
	font-weight:bold;
}

.priceVolumeSelection a {
	margin-right:12px;
}
.priceVolumeTable thead {
	background:#C90C0F;
	color:#fff !important;
}
.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td {
	text-align:right;
}
.tableHeader {
	background: #2e267c !important;
	color: #fff !important;
	font-weight: bold;
	border-bottom:2px solid #f5ea45;
}
tr.totalFigure {
	font-weight: bold;
}
.priceVolumeSelection {
	text-align: left;
	display: table;
	width: 100%;
	margin-top: 15px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #f0f9ff;
	padding:25px 25px 25px 12%;
	border-bottom: 2px solid #f0f9ff;
}
.priceVolumeSelection .cal-container {
	width: 100%;
	text-align: left;
	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 {
	text-align:center;
}

.priceVolumeSelection .btn-sec-cont a:first-child{
	padding-left:0;
}

.priceVolumeSelection .monthYearSelection .selectpicker{
	width:182px;
}

/**************END Price &amp; Volume**********************/


/*******New Bursa Announcements*********/
 .bursanews-header {
	background-color:#efedee;
	padding: 25px 18px;
	border-bottom:2px solid #f7941e;
	margin-bottom:10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.year-row span a {
	padding-right:10px;
	font-weight:600;
}
.year-row p {
	padding-top:0px;
}
.bursanews-header p {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
	padding-top:5px;
	color: #4b4b4b;
}
.bursanews-header .input-group input {
	border:1px solid #555 !important;
	border-radius:22px !important;
	outline:none;
	padding:11px 25px !important;
	height:auto;
	min-width:220px;
	box-shadow:none;
	background:#555 !important;
	color:#fff !important;
}
.bursanews-header .input-group {
	display:inline-block;
}
.bursanews-header .input-group input:first-child {
	margin-right:10px;
}
.bursanews-header .row {
	margin-bottom:10px;
}
.bursanews-header .row:last-child {
	margin-bottom:0px;
}
.bursanews-header select {
	width:52%;
	padding: 11px 25px;
	border:none;
	outline:none;
	margin:0px 20px 12px 0px;
	min-width:220px;
	color:#fff;
}
.announcements p {
	color:#02617c;
	margin-bottom:0px;
	font-size:13px;
}
.announcements a {
	color:#040404;
	display:block;
	margin-bottom:12px;
}
.announcements a:hover {
	color:#e11f27;
}
.announcements a:last-child {
	margin-bottom:0px;
}
.announcements {
	border-bottom:1px solid #d7d7d7;
	overflow:hidden;
	padding:14px 0px;
}
.bursanews-header .more-button, .bursanews-header .more-button:hover {
	border: none !important;
	/*padding: 0px !important;*/
	padding:2px 0 0 0px !important;
	background-color: transparent !important;
}
.bursanews-header .more-button input[value="Reset"], .priceVolumeSelection input[value="Reset"] {
	background: #919191 !important;
	border: 1px solid #919191 !important;
}
.bursanews-header .more-button input[value="Reset"]:hover, .priceVolumeSelection input[value="Reset"]:hover {
	background: #333 !important;
	border: 1px solid #333 !important;
	color:#fff !important;
}

.bursanews-header .more-button a, .bursanews-header .more-button input.btn-primary {
	margin-right:08px;
	min-width: 110px;
}
.announcementSelection {
	margin:15px 0;
	padding:15px 0;
	background:#ffffff;
}
.announcementDate {
	font-weight:600;
	padding:5px 0;
	/*margin-bottom:10px;*/
	margin-bottom:0;
	width:100%;
	border-bottom:1px solid #ccc;
}
.announcementTime {
	font-weight:600;
	padding: 2px 0px;
}
.announcementTitle {
	padding:5px 0px;
}
.announcementByDate {
	padding-top:15px;
}
.announcementByTime {
	padding-top:8px;
}
.announcementByTime a {
	color:#4b4b4b;
}
.announcementByTime a:hover {
	color: #f7941e;
}
.announcementSelection {
	background: #ffffff;
}
.annoucementContainer .hasDatepicker {
	width:240px !important;
}

/*=========================================
pagination css
===========================================*/

.paginationAlign{
	text-align:center !important;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
/*    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #707070;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50px !important;
    margin-right: 12px;*/
	position: relative;
    float: left;
    padding: 6px 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #707070;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50px !important;
    margin-right: 12px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:focus, .pagination&gt;li&gt;span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24;
    border-radius: 50px !important;
	 width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ED1C24;
    border-color: #ED1C24;
	 width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-weight:bold;
}






/*******End New Bursa Announcements*********/

/***********Corporate presentations**********/
.docs-date {
	margin-bottom: 16px;
	padding-bottom:4px;
	border-bottom: 3px solid #f7941e;
}
.docs-title {
	font-size: 18px;
	line-height:24px;
	padding-bottom: 10px;
	min-height: 98px;
	margin-top: 10px;
}
.docs-title a {
	color:#4b4b4b;
	font-weight:500;
}
/***********End Corporate presentations**********/

/*********** IR Privacy Policy *************/
.terms h4 {
	margin-top: 10px;
	border-bottom: 1px solid #4b4b4b;
	display: inline-block;
	padding-bottom:0px;
	color:#4b4b4b;
	margin-bottom:0px;
	font-weight:700;
}
.terms h5 {
	margin-top: 22px;
	margin-bottom:15px;
	color:#4b4b4b;
	font-weight:600;
}
.terms ul {
	list-style-type: none;
	padding-left: 0px;
	margin:30px 0px 24px 0px;
}
.terms li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: justify;
}
/*.terms li:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../images/pol-icon-list.png) no-repeat left top;
    background-size: contain;
}*/

.terms li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f0a9";
	color: #ed1c24;
	font-size: 17px;
}
/*********** End IR Privacy Policy *************/

/******* Entitlements *******/
.entitlement {
	margin-bottom:20px;
}
.entitlement .nav-tabs &gt; li {
	float: left;
	margin-bottom: -1px;
	font-size:15px;
}
.entitlement .nav-tabs &gt; li &gt; a {
	margin-right: 2px;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0;
	background:#e3e3e3;
	font-weight:500;
	font-size:15px;
	padding:12px;
}
.entitlement .nav-tabs &gt; li &gt; a:hover {
	border-color: #eee #eee #ddd;
}
.entitlement .nav-tabs &gt; li.active &gt; a, .entitlement .nav-tabs &gt; li.active &gt; a:hover, .entitlement .nav-tabs &gt; li.active &gt; a:focus {
	color: #fff !important;
	cursor: default;
	background-color: #2ec583;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-weight:600;
}
.entitlementTable {
	font-size:12px;
}
.entitlementTable thead {
	background:#888;
	color:#fff;
}
/*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;/*text-transform: uppercase;*/
}
.subhead {
	font-size: 18px;
	font-weight: 600;
}
#NoOfShares {
	clear: both;
	width: 100%;
	float: right;
	margin-bottom: 15px;
}
.forlabel {
	float: left;
}
.divInputs input {
	max-width:152px;
	padding:6px;
}
.divInputs {
	float: right;
}
#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 *******/

/********** Investment Calculator ************/
.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 .form-control {
	border:1px solid #101010;
	 border-radius:50px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	width:400px;
}
.form-inline .form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}























.edit-transaction .togglet {
	font-size:12px;
	margin-top:-6px;
}
.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;
}
#calResult h3 {
	padding-top:0px !important;
	padding-bottom:18px !important;
	border-bottom:1px solid #eee !important;
}
.corpInfo a span {
	display:block;
	height:20px;
}
.calculator {
	min-height:1620px;
}
/********** End Investment Calculator ************/


/************** Corporate Calendar **************/
.eventsCalendar {
	border-top:1px solid #ccc;
	padding: 32px 0px 26px 0px;
}
.eventsCalendar:first-child {
	padding-top: 0px;
	border:none;
}
.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;
	margin-top:-3px;
	color:#4b4b4b;
	font-size:18px;
}
.eventCalendarImg {
	background:url(../images/calendar.png) no-repeat;
	width:62px;
	height:71px;
	color: #4b4b4b;
}
.eventCalendarImg .month {
	display:block;
	text-align:left;
	font-size:12px;
	line-height:14px;
	position:relative;
	top:18px;
	font-weight:normal;
	text-align:center;
}
.eventCalendarImg .date {
	display:block;
	text-align:left;
	font-size:20px;
	line-height:22px;
	position:relative;
	font-weight:normal;
	text-shadow:1px 1px #ccc;
	text-align:center;
	top:16px;
	margin-top:2px;
}
.eventsCalendar .eventCalendarContent .iconDownload {
	margin-top:22px;
}
/************* End Corporate Calendar ************/



/********* Circulars &amp; Shareholders Meeting ********/

.circularsContainer {
	margin-bottom: 22px;
	padding-bottom:22px;
	border-bottom:1px solid #e1e1e1;
}
.circularsContainer:last-of-type {
	border:0px;
}
.circulars h5 {
	margin-top:0;
}
.circularDate {
	padding-bottom:10px;
	font-weight:bold;
	color: #4b4b4b;
}
.circularContent {
	text-align:justify;
}
.circularButton {
	padding-top:20px;
}
.circularButton span {
	padding-left:32px;
	margin-bottom:2px;
	padding-top:1px;
}
.circularsContainer .pt10 {
	padding-top:0px;
}
/********* End Circulars &amp; Shareholders Meeting ********/

/******Media News********/
.medianews-wrapper {
	width:100%;
	margin-bottom:20px;
}
.medianews-date-wrapper {
	text-align:center;
	width:15%;
	background:#2ec583;
	color:#fff;
	float:left;
	padding:28px 10px;
	max-width:60px;
	min-height:90px;
	margin-bottom:10px;
}
.medianews-date {
	font-size:18px;
	line-height:20px;
}
.medianews-month {
	font-size:13px;
	text-transform:uppercase;
	line-height:15px;
}
.medianews-title-wrapper {
	float:left;
	width:85%;
	display: table;
	background: #ececec;
}
.medianews-publisher {
	font-size:12px;
	color:#32d28c;
}
.medianews-title {
	font-size: 15px;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	padding:10px 15px;
	height:90px;
	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 a {
	color:#3a3a3a;
}
.medianews-title a:hover {
	color: #3a3a3a !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********/

/*********** Datepicker ***********/
.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:#e41827!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;
}
/*.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;
}*/
.icon-circle-arrow-left:before, .icon-circle-arrow-left:after {
	content:""!important;
}
.icon-circle-arrow-right:before, .icon-circle-arrow-right:after {
	content:""!important;
}

/*********** End Datepicker ***********/

/*new date picker css*/
.datepicker thead tr:nth-child(3) th{
	    color: #2b3991;
}

.datepicker thead tr:nth-child(3) th:first-child{
	    color: #ff0000;
}

.datepicker tbody tr td:first-child{
	    color: #ff0000;
}

.datepicker table tr td.active.active{
	background-color:#E84626 !important;
	background-image:none !important;
	color:#fff !important;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
	background-color:#ed1c24 !important;
	background-image:none !important;
}


.datepicker .prev{
	left:5px;
	background: url(../img/arrow-left.png) no-repeat left center;
	height:40px;
	width:35px;
	text-indent: -9999px !important;
}
.datepicker .prev:hover {
	background: url(../img/arrow-left-hover.png) no-repeat left center !important;
	height:40px;
	width:35px;
	left:5px;
}
.datepicker .next {
	background: url(../img/arrow-right.png) no-repeat right center;
	height:40px;
	width:35px;
	right:5px;
	text-indent: -9999px !important;
}
.datepicker .next:hover {
	background: url(../img/arrow-right-hover.png) no-repeat right center !important;
	height:40px;
	width:35px;
	right:5px;
}











/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {

.annewdesign-sec select {
    min-width: 176px !important;
    margin-bottom: 10px;
}	
	
	
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
 .report-pic-sec-2, .report-title-2 {
 float:none;
width:auto;
margin:0 auto;
text-align:center;
}
 .report-pic-sec-2 img {
 margin: 0 auto;
}
 .sec-heading span {
 text-align:center;
}
.annewdesign-sec select {
    min-width: 142px !important;
    margin-bottom: 10px;
}

}
@media (max-width: 991px) {
 .report-pic-sec-2, .report-title-2 {
 float:none;
width:auto;
margin:0 auto;
text-align:center;
}
 .report-pic-sec-2 img {
 margin: 0 auto;
}
 .sec-heading span {
 text-align:center;
}
 #ctl00_submenu ul li {
 margin:8px 0px;
}

.annewdesign-sec select {
    min-width:110px !important;
    margin-bottom: 10px;
}
.fsearch, .freset{
	float:left;
	width:50% !important;
}

}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 768px) {
 #ir-menu .navbar-nav li a {
 padding: 22px 0px !important;
 margin-right:22px;
}
 #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;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
 #ir-menu {
 height: 55px;
}
 #ir-menu ul li a:before {
 display: inline-block;
 padding-right: 10px;
 min-width: 40px;
}
 #ir-menu .navbar-nav li a {
 margin-bottom: 12px;
 padding-bottom: 4px;
color:#fff;
 display: inline-block;
font-weight:500;
}
 #ir-menu ul li a:before {
 padding-bottom: 0px;
}
 #ir-menu .navbar-nav {
 padding-top: 10px;
 margin: 0px;
 border: none;
 text-align:center;
background-color: #333;
}
 #ir-menu .navbar-header {
 background-color: #fdce0b;
 border:0px;
}
 .eventsCalendar a.dis {
 margin: 15px 0px 0px 0px !important;
}
 .eventCalendarImg {
 margin-bottom: 20px;
}
 .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: 5px 8px !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: 12px 0px;
}
 .emailAlert label {
 margin-top:0px;
}
 .eventsCalendarContainer {
 margin-bottom: 270px;
}

.fyear-1{
	float:left;
	width:auto;
}


 .fmonth-1{
	float:left;
	width:50% !important;
}
.fsearch, .freset{
	width:auto !important;
}

.pagination{
	display:inline;
}

.pagination li a{
	margin-bottom:10px;
}


}
/* 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 &gt; li .durationLabel {
 display:none;
}
 .interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; 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;
}
 #ctl00_submenu ul li {
 display:block;
padding-left:0px;
 margin: 10px 0px;
}
 #ctl00_submenu ul li a {
 display:block;
}
.stockChartContainer{
	min-height:900px !important;
}

.report-title-2 a.download:before {
    float: left;
    content: url(../images/iconDownload.png);
    width: 28px;
    height: 28px;
    margin-bottom: 2px !important;
    display: inline-block;
    text-align: left;
    position: static;
    left: 15px;
}

.report-title-2 a.download:hover:before {
	float:left;
	content: url(../images/iconDownloadHover.png);
	width:28px;
	height:28px;
	margin-bottom: 2px !important;
	display: inline-block;
	text-align: left;
	position:static;
	left:15px;

}
.report-title-2 a.viewbtn:before {
    float: left;
    content: url(../images/iconView.png);
    width: 28px;
    height: 28px;
    margin-bottom: 2px !important;
    display: inline-block;
    text-align: left;
    position: static;
    left: 15px;
}
.report-title-2 a.viewbtn:hover:before {
	float:left;
	content: url(../images/iconViewHover.png);
	width:28px;
	height:28px;
	margin-bottom: 2px !important;
	display: inline-block;
	text-align: left;
	position:static;
	left:15px;

}
.report-pic-sec-2, .report-title-2 {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.fyear-1, .fmonth-1{
	float:left;
	width:50% !important;
}

.annewdesign-sec select {
    min-width: 152px !important;
    margin-bottom: 10px;
}
.fsearch, .freset{
	float:left;
	width:auto !important;
	margin-bottom:10px;
}

select{
	font-size:16px;
	line-height:16px;
}



}
/* Portrait i phones and smaller */
@media (max-width: 380px) {
 #ctl00_submenu ul li {
 padding: 1px 6px !important;
}
 .bursanews-header .btn-primary {
 padding: 8px 30px !important;
 min-width: auto;
margin-top:4px;
}

    .annewdesign-sec select {
        min-width: 147px !important;
        margin-bottom: 10px;
    }

select{
	font-size:16px;
	line-height:16px;
}
	


}</pre></body></html>