﻿/**************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;
}
.pageTitle h3 {
    font-size: 36px; 	
    color:#a77bca;
    margin: 0px 0px 28px 0px;
	font-family: 'Work Sans', sans-serif;
	font-weight:600;
	display:none;
    
}
.secTitle h2 {
    font-size: 36px; 	
    color:#a77bca;
    margin: 0px 0px 28px 0px;
	font-family: 'Work Sans', sans-serif;
	font-weight:600;
    display:none;
}

a:hover, a:focus
{
	text-decoration: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;
  }
select {
    padding: 05px 06px;
    outline: none;
    border: 1px solid #ccc;
    min-width: 140px;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 18px;
}
ul
{
	list-style-type:none;
}
.dropdownpullleft
{
	float:left;
}
.dropdownpullleft label
{
	 padding-bottom:0px !important;margin-bottom:0px;
	 margin-top:10px;
}

  select::-ms-expand {
    display: none;
  }


/**************END Global css***********************/


/*******IR Sub Menu***********/


#ctl00_submenu
{
   text-align:center;
  /* margin-top:10px;*/
   /*margin-bottom:10px;*/
  /* float:left;*/
   width:100%;
   margin-bottom:35px;
}
#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: 0px 11px;
  line-height: 14px;   
  border-left:1px solid #2b2b2b;                 
}  
#ctl00_submenu ul li:first-child
{
	border-left:0px;
}
#ctl00_submenu ul li a 
{
  text-decoration: none;
  color:#20406c;   
  opacity: 0.75;          
  font-size: 14px;
  line-height: 20px; 
  font-weight: 600;                               
  -webkit-transition: .5s;
  transition: .5s;  
}
#ctl00_submenu ul li a:hover 
{
color:#2e5a9c;
}
#ctl00_submenu a.active 
{
  color: #2e5a9c !important;              
  /*border: 1px solid #e61b23;*/
  font-weight: 700;
  pointer-events: none;
  opacity:1;
}

/*******END IR Sub Menu***********/




/*****New Corporate Governance******/

#corporate-governance .section
{
	float:left;
	width:100%;
	margin-bottom:15px;margin-top:15px;
	
}
.pdf-box
{
  text-align:center;background-image:url(../../images/pd-bg.html);
  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(25,65,115, 0.75);color:#fff;padding:5px 3px;display:block;
	font-size:14px;transition:1s ease all;text-align:center;
	
}
.pdf-box:hover a, .download-wrapper a:hover
{
	background-color:rgba(106,198,237,0.75);color:#fff;
	text-decoration:none;
}
.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/pd-bg.html);
}
.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:#a77bca  !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*********/
 /*.bursanews-header
{
	background-color: #f3f4f4;
    padding: 20px 25px;
    border-bottom: 2px solid #a77bca;
    margin-bottom: 10px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.year-row span a
{
	padding-right:10px;
	font-weight:bold;
	color:#6e7176;	
}
.year-row p
{
	padding-top:0px;
}
.bursanews-header p
{
	font-weight:bold;
	font-size:13px;
	margin-bottom:0px;
	padding-top:5px;
}
.bursanews-header .input-group input
{
	border:none;outline:none;
	border:1px solid #d7d7d7;
	padding:07px 12px;
	min-width:220px;font-weight:400;
}
.bursanews-header .input-group
{
	display:inline-block;
}
.bursanews-header .input-group input:first-child
{
	margin-right:22px;
}
.bursanews-header .row
{
	margin-bottom:10px;
}
.bursanews-header .row:last-child
{
	margin-bottom:0px;
}
.bursanews-header select
{
	width:52%;
	padding:10px 12px;
	border:none;outline:none;
	border:1px solid #d7d7d7;
	margin-right:20px;
	min-width:220px;
	font-weight:400;
	height:49px;
}

.bursanews-header select{
	background-position:95% 22px !important;
}


.announcements p
{
	color:#02617c;
	margin-bottom:0px;
	font-size:13px;
}
.announcements a
{
	color:#040404;
	display:block;
	margin-bottom:12px;	
}
.announcements a:hover
{
	
}

.announcements a:last-child
{
	margin-bottom:0px;
}
.announcements 
{
	 border-bottom:1px solid #d7d7d7;
	
	 padding:14px 0px;
}
.bursanews-header .more-button
{
	text-align: inherit;
    display: inline-block;
    border: none;
    padding: 0px;
	margin-top:10px;	
}
.bursanews-header .more-button:hover
{
	background-color:transparent;border:0;
}
.bursanews-header .more-button input
{
	
}
.bursanews-header .more-button input:hover
{
   
}
.bursanews-header .more-button:before
{
	display:none;
}
.bursanews-header .more-button a, .bursanews-header .more-button input.btn-primary
{
	font-weight:bold;
	margin-right:08px;
	
}
.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-weight:600;
   padding: 2px 0px;
}

.announcementTitle{
	padding:5px 0px;

}

.announcementByDate{
	padding-top:15px;
	 
}

.announcementByTime{
	padding-top:8px;	
}

.announcementByTime a{
	color:#686868;
}
.announcementByTime a:hover{
	color:#a77bca;
}
.announcementSelection 
{
    background: #ffffff;
}
.annoucementContainer .hasDatepicker
{
	width:240px !important;
}*/

.filters-sec{
	float:left;
	width:100%;
	margin-bottom:60px;
	padding:0;
	margin-top:30px;
}
.filters-sec > [class*="col-"]{
	padding:0;
}

.filters-sec .filterby-exchng{
	padding-left:0;


}
.newannonce-container{
/*	float:left;*/
	width:100%;
	/*padding-left:15px;
	padding-right:15px;*/
}
.announcement-content{
/*	float:left;*/
	width:100%;
}
.ann-date{
/*	float:left;*/
	width:100%;
	color:#A77BCA;
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #969799;
	
}
.announcement-link{
/*		float:left;*/
	width:100%;
	margin-bottom:40px;
}
.announcement-link a{
	font-size:16px;
	font-weight:normal;
	color:#6e7176;
	display:flex;
	align-items:center;
	width:100%;
	position:relative;
}
.announcement-link a:after{
	content: '';
    display: block;
    position: absolute;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/outbond-arrow-grey.png);
    background-size: cover;
    background-repeat: no-repeat;
	right:0;
}
.subscribe-link, .subscribe-link:hover{
	display:block;
	padding:20px 0;
	font-size:16px;
	font-weight:bold;
	color:#9870bb;
}
.subscribe-link:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
    font-size: 22px;
    top: 2px;
    position: relative;
}

.mc-pr, .mc-pr:hover{
	display:inline-block;
	padding-right:32px;
	font-size:16px;
	font-weight:bold;
	/*color:#9870bb;*/
	color:#7997af;
	position:relative;
	top:49px;
}


/*******End New Bursa Announcements*********/



div#ctl00_cphContent_uPnlPrcTicker h4 {
    font-size: 16px;color:#333;
	 margin-bottom:26px;margin-top:18px;text-align:left;
}

.quarterlyReportContainer h4
{
	margin:14px 0px 8px 0px; color:#666;
}
.quarterlyReportContainer li
{
	margin-bottom:20px;
}
/***************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;	*/
	padding-bottom:15px;
			 
}

.iconDownload:hover{
	background:url(../../images/iconDownloadHover.html) no-repeat center center;
	width:100%; 	
	text-decoration:none;
}

.iconView{
	background:url(../../images/iconView.html) no-repeat center center;
	width:100%; 
	height:28px;
	display:block;
	padding-left:35px;	
	margin-bottom:3px;
}

.iconView:hover{
	background:url(../../images/iconViewHover.html) no-repeat center center;
	width:100%; 
	display:block;
	text-decoration:none;

}
.iconInteractive{
	background:url(../../images/iconInteractive.html) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconInteractive:hover{
	background:url(../../images/iconInteractiveHover.html) no-repeat center center;
	width:100%; height:20px;
	display:block;

}
.iconAlignRight{
	background-position:left center;
}
.iconAlignRight:hover{
	background-position:left center;
}




select {
    padding: 10px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
 /* 	background: #fefefe;*/
/*    color: #000;*/
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
		 border-bottom: 1px solid #6d6e73;
		 background-image:url(../../images/icon-chevron-down.png);
	background-repeat: no-repeat;
	background-position:90% 17px;
	 width: auto;
    min-width: 130px;
}

select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.dropDownArrow{
	/*background-image:url(../../images/icon-chevron-down.png);*/
	background-repeat: no-repeat;
	/*background-position:71px 16px;*/
	background-position:90% 17px;
	background-color:transparent !important;
	min-width:135px;
	border-bottom: 1px solid #6d6e73;
}

#ctl00_cphContent_btnOK{
	background:#20406c;
	color:#fff;
}

#ctl00_cphContent_btnOK:hover{
	background:#2e5a9c;
	color:#fff;
}




/***************END ICONS*******************/

/**************Policy Disclosures***************/

.reports-date{
	border-bottom:3px solid #fd490a;
	text-align:left;
	margin-bottom:10px;	
}

.reports-title{
	font-size:120%;
	min-height:100px;
}
.reports-title a
{
	color:#4c4c4c;

}
.reports-title a:hover
{
	color:#00b5af;
}

/**************END Policy Disclosures***************/



/*====================================================
policy disclosers section starts here
======================================================*/
.col-box-wrap{
    height: 100%;
    margin-bottom: 30px;
}
.bg-wrap{
    text-align: center;
    background-image: url(../../images/pd-nbg.html);
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: table;
    width: 100%;
}
.bg-wrap h4{
    padding: 20px 12px;
    font-size: 17px;
    line-height: 20px;
    color: #194173;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    font-weight: 400;
    margin: 0px;
}

.bg-wrap h4 span{
}

/*.bg-wrap h4 a{
	position:relative;
	top:0;
	padding: 5px 3px;
    display: block;
    font-size: 14px;
    transition: 1s ease all;
    text-align: center;
	}*/
	
.bg-wrap h4 a	{
	position: absolute;
    left: 32%;
    padding: 5px 3px;
    bottom: 65px;
    display: block;
    font-size: 14px;
    transition: 1s ease all;
    text-align: center;
	}
	
.bg-wrap h4 a:before{
	 content: "\f019";
    font-family: FontAwesome;
    padding-right: 08px;
}

.download-sec{
	width:100%;
	float:left;
}


.view-sec a {
    background-color:rgba(121,151,175, 1);
    color: #fff;
    padding: 5px 3px;
    display: block;
    font-size: 14px;
    transition: 1s ease all;
    text-align: center;
}
.view-sec a:hover {
    background-color:rgba(121,151,175, 0.9);
    color: #fff;
    text-decoration: none;
}

/*========================================
CG Section
=========================================*/

.year-wrap{
	padding-left:0;
}

.stock-qt-sec {
   
    padding-bottom: 14px;
}
.col-lg-4.stock-qt-sec
{
	padding-left:0px;
	 
}

.inner-contnt {
    background: #fff;
    padding: 30px;
    height: 271px;
    display: block;
    text-decoration: none;
}

.sec-heading {
    font-size: 15px;
    color: #194173;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.links-cont {
    color: #20579b;
    font-size: 24px;
    text-decoration: none;
    min-height: 150px;
    display: table;
}
.inner-contnt:hover {
    background: #a77bca;
    color: #fff !important;
    text-decoration: none;
}
.news-foot {
    margin-bottom: 30px;
    color: #b4b4b4;
    font-style: italic;
}
a.inner-contnt > .rbhlinks {
    display: none;
}
a.inner-contnt:hover > .rbhlinks {
    display: block;
    text-align: center;
    padding: 12px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 35%;
}
a.inner-contnt:hover > .links-cont, a.inner-contnt:hover > .news-foot, a.inner-contnt:hover > .sec-heading {
    display: none;
}
a.inner-contnt:hover > .links-cont, a.inner-contnt:hover >.sec-heading {
    color: #fff !important;
}



/*============================================================
SHAREHOLDERS MEETING
=============================================================*/
/*.inner-contnt3:hover > .sec-heading {
	color:#fff;
}

.inner-contnt3 {
    background: #fff;
    padding: 30px;
    min-height:490px;
}
.inner-contnt3:hover {
    background: #a77bca;
    color: #fff !important;
}
.inner-contnt3:hover >.more-button{
	display:block;
	color:#fff;
	
}

*/
.inner-contnt3 > .sec-heading {
    color: #a77bca;
}

.inner-contnt3 {
    float: none;
    background: #fff;   
}

.inner-contnt3 > .more-button {
    display: block;
    color: #a77bca;
}
.inner-contnt3 h4, .stock-qt-sec iframe
{
	/*margin-top:20px;*/
}
/*.inner-contnt3 > .more-button{
	display:none;
	
}*/
.more-button span{
	display:block;
}


.inner-contnt3 > .more-button span a{
	color:#000;
	
	
}

.inner-contnt3 >.more-button{
	display:block;
	color:#fff;
	
}

.inner-contnt3 >.more-button span, .inner-contnt3  > .more-button span a{
	color:#fff;color: #9870bb;
	display:inline-block;
}
.inner-contnt3 > .more-button span.iconDownload a:after {
	content:"";
    background: url(../../images/iconDownload.png) no-repeat center center;
     width:14px;
	 height:14px;
	 background-size:cover;
      margin-left:10px;
    background-position: left center;
    display: inline-block;
	position:absolute;
	right:3px;
}

.agm-desc{
	margin:20px 0px;
}


.navbar-default{
	background-color:transparent !important;
	border-color:transparent !important;
}


/**************AGM & EGM***************/


.circularsContainer{
	margin-top: 22px;	
	border-bottom:1px solid #ccc;
	padding-bottom:22px;
}
.circularsContainer .pt10
{
	padding-top:0px;
}
.circularsContainer:last-child
{
	border:0px;
}
.circulars{
	
	
	/*margin-bottom:20px;*/
}

.circulars h5{
	margin-top:0;
}
.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;
}

.circulars .circularContent h5
{
	margin-top:-3px;
}
/********** 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{
	
}


.quarter-icon span{
	display:block;	
}

.qr-min-h{
	min-height:280px;
}
/*******End Quarterly Report section ******/




/*===================================================
Price Ticker new design
=====================================================*/ 
.p10 {
	padding:0 !important;
}
tr.top-no-border td, tr.top-no-border th {
	border-top:none !important;
}
.stockpriceinfo {
	margin-top:30px;
}
.priceticker .stockUpper {
	background-color: #e8e8e8;
	padding: 20px 20px 44px 20px;
}
.priceticker .stockUpper h4 b {
	font-weight:500;
}
.priceticker h4, #divPrice_SGX h4{
	margin: 0;
	color:#a77bca;
	margin-bottom:15px;/*padding-top:14px;*/
}
.priceticker .stockUpper .stockvalue {
	color: #4c4c4c;
	font-size: 24px;
	line-height:30px;
	font-weight: 500;
	margin-top:22px;
}
.stockUpper .stock-info-details {
	display: inline-block;
	text-align: center;
	width: 32.33%;
}

#ctl00_cphContent_fvStkInfoSGX .stockUpper .stock-info-details {
	display: inline-block;
	text-align: center;
	width: 49%;
}
.stockUpper .stock-info-details p:last-child {
	font-weight: 700;
	min-height: 11px;
	display: table;
	text-align: center;
	width: 100%;
}
.stockpriceinfo .stockdetails .stockPrice .pricevalue {
	padding-left: 10px;
	font-weight:bold;
}
.stockpriceinfo .stockdetails .stockPrice span, .stockpriceinfo .stockdetails .stockPrice .pricevalue {
	display: inline-block;
}
#divInsage, .sharepriceFooter p {
	margin-left:15px;
}
#divEforce {
	/*margin-right:15px;*/
	margin-right:0;
}
.sharepriceFooter .text-right {
	padding-right:15px;
}
.priceticker .stockUpper .priceDown:after {
	content: url(../../images/chgDown.png);
	background-repeat: no-repeat;
	padding-left: 8px;
}
.priceticker .stockUpper .priceUp:after {
	content: url(../../images/chgUp.png);
	background-repeat: no-repeat;
	padding-left: 8px;
}


.priceticker .stockUpper .Red:before {
	/*content: url(../../images/chgDown.png);*/
	content:'';
	background: url(../../images/chgDown.png) no-repeat;
	background-size:cover;
	display:inline-block;
	background-repeat: no-repeat;
	width:11px;
	height:8px;
	margin-right:5px;
	padding-right: 8px;
}
.priceticker .stockUpper .Green:before {
	/*content: url(../../images/chgUp.png);*/
	content:'';
	background: url(../../images/chgUp.png) no-repeat;
	background-size:cover;
	display:inline-block;
	background-repeat: no-repeat;
	width:11px;
	height:8px;
	margin-right:5px;
	padding-right: 8px;
}


.ht-iwu1, .ht-iwu2{
	padding-right:0 !important;
}


/********** End Price Ticker ***********/ 































/**************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:#f4f4f4;
  font-weight:bold;
      padding: 10px 15px;
}

.nav-tabs a{
	color:#a77bca;
}

.priceVolume .nav-tabs > li.active > a,
.priceVolume .nav-tabs > li.active > a:focus {
  color: #ffffff !important;
  cursor: default;
  background-color: #a77bca ;
  border: 1px solid #a77bca;
  border-bottom-color: transparent;
  font-weight:bold;
}
.priceVolume .nav-tabs > li.active > a:hover
{
	color:#fff !important;
}

.priceVolumeSelection{
	padding:15px 0px;
}

.priceVolumeSelection a{
	margin-right:12px;
	margin-top:20px;
	
}

.priceVolumeTable thead{
	background:#a77bca;
	color:#fff;
}

.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td{
	text-align:right;
}

 .priceVolumeTable tbody tr td:first-child{
	 width:100px;
	 
}

.tableHeader {
    background: #a77bca !important;
    color: #fff;
    font-weight: bold;
}
tr.totalFigure {
    font-weight: bold;
}
/**************END Price & Volume**********************/

#ctl00_cphContent_ibRefreshSGX{
	padding-right:40px;
}

/*.opal{
	padding:16px 37px 16px 20px !important;
	border:none;
	outline:none;
	
}
*/
.fix-icon{
	position:relative;
}

.fix-icon .btn-primary{
	padding:16px 46px 16px 26px !important
}

.fix-icon:after {
    font-family: FontAwesome;
    content: "\f01e";
    font-size: 16px;
    position: absolute;
    left: 138px;
    top: 13px;
    pointer-events: none;
    color: #fff;
}


/*=========================================================================
STOCK INFO SECTION NEW ADJUSTMENTS CSS (LPI DESIGN EXAMPLE)
===========================================================================*/
#ctl00_cphContent_divInput, #divInput{
	text-align:center;
	padding:25px 15px;
	background:#f2f2f2;
	border-bottom:2px solid #a77bca;
	display: table;
    width: 100%;
}
.priceVolumeSelection{
	margin-left:0 !important;
	margin-right:0 !important;
}
.cal-container{
	width: 100%;
    text-align: center;
 	display: flex;
    justify-content: center;
}
.date-to{
	line-height:38px;
	
}

.priceVolumeSelection .form-group{
	text-align:left;
}

#ctl00_cphContent_txtDateTo{
	float:left;
}

#datepickerFrom{
	float:right;
}

btn-sec-cont{
	text-align:center;
}

#ctl00_cphContent_ibRefresh{
	padding-right:41px;
}


#ctl00_cphContent_dvStockSelect, #ctl00_cphContent_dvStockSelectSGX{
	padding-bottom:22px;
}

#ctl00_cphContent_btnExport, #ctl00_cphContent_btnExportMonthly{
	position:relative;
	float:right;
    top:-15px;
}



/* ----------------------------------------------------------------
    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;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;
	border-radius:0 !important;
}

.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.html) right bottom no-repeat !important;	
}

#calResult .form-control{
	border:0px solid #ccc;	
}

#divPageTitle{

}

.pageTitle{
	
	width:100%;
}
.corpInfo a span{
	display:block;
	height:20px;
}

.calculator
{
  min-height:1620px;
}


/******* News Alert*******/
.emailAlertContainer .emailAlert
{
	margin-top:22px;
}
.emailAlertContainer .emailAlert .btn-primary
{
	margin-top:06px;
}
.emailAlert label
{
	margin-top:8px;
}
.unregister {
    border-top: 1px solid #ccc;
    padding-top: 3px;
	margin-top:12px;
}

.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;
}
#ctl00_cphContent_divExchg, #ctl00_cphContent_divExchg_Unsubscribe{
	float:left;
	width:100%;
}
#ctl00_cphContent_divExchg .checkbox, #ctl00_cphContent_divExchg_Unsubscribe .checkbox{
	float:left;
	width:15%;
	margin-top:0;
	
}

#ctl00_cphContent_divExchg .bursa-check, #ctl00_cphContent_divExchg_Unsubscribe .bursa-check{
	margin-left:2%;
}

.emailAlert .col-sm-offset-2 {
        margin-left: 0;
    }

/*******end News Alert*******/


/******Media News********/
.medianews-wrapper{
	width:100%;	
	margin-bottom:20px;
}

.medianews-date-wrapper{
	text-align: center;
    width: 25%;
    background: #a77bca;
    color: #fff;
    float: left;
    padding: 30px 15px;
    max-width: 95px;
    min-height: 80px;
    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: 75%;
    display: table;
    background: #f1f1f1;
}

.medianews-publisher{
	font-size:12px;
	color:#bc0011;
}

.medianews-title{
	font-size: 15px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;	
	padding:0px 15px;
	height:95px;
	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********/

/**********************************************************/
       /******** Corporate Calendar ********/
/**********************************************************/

.eventsCalendarContainer{
	float:left;
	width:100%;
	margin-top:20px;
}
.eventsCalendarContainer h2 {
    
    font-size: 30px;
    line-height: 36px;
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 0px;
	color:#a77bca;
}
.eventsCalendar{
	border-bottom:1px solid #ccc;
	padding: 32px 0px 26px 0px;
}


.eventsCalendar:first-child{
	
	padding-top: 20px;
}


.eventCalendarContent{
	padding-left:10px;
}

.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.html) no-repeat 155px 55%; 
}

.eventCalendarTitle{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;margin-top:-3px;
}

.eventCalendarImg {
	background:url(../../images/calendar.png) no-repeat;
	width:62px;
	height:71px;
}

.eventCalendarImg .month{
	display:block; 
	text-align:left; 
	font-size:12px; 
	position:relative; 
	top:14px;color:#444;
	font-weight:normal; 
	text-align:center;
}

.eventCalendarImg .date{
	display:block; 
	text-align:left; 
	font-size:22px; 
	position:relative;	 
	font-weight:normal; 	
	text-align:center;
	top:8px;color:#555;
	margin-top:2px;
}
/**********************************************************/
       /********End Corporate Calendar ********/
/**********************************************************/

/***************Quarterly Reports******************/
.qr-section
{
	 text-align:center;
}
.quarter-year{
	font-size:120%;
	font-weight:500;	
	text-align:center;
	margin-bottom:15px;
}

.quarter-icon
{
	display:inline-block;	
}
.qr-section .quarter-icon:nth-child(2)
{
	/*border:1px solid red;display:block;*/
}

.quarter-icon img{
	
	max-width:100%;
}


.quarter-icon span{
	display:block;	
}

/**************end Quarterly Reports****************/

/***********Terma and Policy*************/
.terms h4
{
	margin-top: 14px;   
    border-bottom: 1px solid #333;
    display: inline-block;
	padding-bottom:2px;color:#555;
	margin-bottom:0px;font-weight:700;	
}
.terms h5
{
	margin-top: 22px;
    margin-bottom: 10px; 
	font-size:16px;    font-weight: bold;
    text-decoration: underline;  color:#555; 
}
.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: #3c69a5;
  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:#e3e3e3;
  padding:8px;
  border-radius:0;
  
}

.interactiveChartIcon .nav-tabs > li > a:hover{
  color: #ffffff;
  cursor:pointer;
  background-color: #a77bca;
  transform: scale(1.2);
  margin:0 6px;
   border-radius:0;
   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: #a77bca;
  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{
	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;
	
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
}


.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {
	background:none;
	font-weight:normal;	
	color:#666;
	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: #20406c;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}

.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {background:#a77bca; color:#fff; 
    margin-right:0px;margin-bottom:0px; cursor:default;padding:9px; display:block;}

.tab-content .highcharts-title img
{
	vertical-align:middle;
}
.right-cntrls{	
    background-color:#a77bca;
    float: left;
    width: 100%;	
    margin-bottom:15px;
}
.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;
	color:#fff;
}
/******* 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:#3c69a5;
	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:14px;
	color:#777;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:bold;
	font-size:17px;
	border-bottom:1px solid #ccc;
	color:#3c69a5;
	padding-right:20px;
}
.directorName::after {
    content: "";
    display: block;
    width: 75px;
    border-bottom: 2px solid #dd9933;
}
h5#ctl00_cphContent_headerText
{
	padding:0px !important;
}
/******* end Directors' Profile *******/

.accordion h4 {
    font-size: 18px;
    line-height: 22px;
    color: #555;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0;
}
 

/******* 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: #a77bca;
  border: 1px solid #a77bca;
  border-bottom-color: transparent;
  font-weight:bold;
}

.entitlementTable{
	font-size:12px;
}

.entitlementTable thead{
	background:#a77bca;
	color:#fff;
}

/*Dividend calculator Css */

#divCal{
	float:left;
	background: #ecf1f7;
    padding: 15px;
    clear: all;
    clear: both;    
	margin-bottom:25px;
	width:100%;
}
.header{
	color: #555;
    font-size: 22px;
    font-weight: 500;
    /*text-transform: uppercase;*/
}
.subhead{
	font-size: 18px;
    font-weight: 600;
	
}

#NoOfShares{
	clear: both;
    width: 100%;
    float: right;
    margin-bottom: 15px;		
}

#NoOfShares .forlabel
{
	margin-top:6px;
}
.forlabel, .forlabel1{
	float: left;
	
}
.divInputs{
	float: right;
}
.divInputs input
{
	padding:06px 08px; max-width: 141px;text-align:right;
}
#PaymentDate{
	float: left;
    width: 100%;
    clear: right;
    margin-bottom: 15px;
}
#PaymentDate select
{
	margin-bottom:0px;
}
#PaymentDate .forlabel
{
	margin-top:8px;
}
#Calculate{
	float: left;
    width: 100%;
    margin-bottom: 15px;
	
}
#DividendPerShare, #Total{
	float: left;
    width: 100%;
    margin-bottom: 15px;
	
}
#Calculate #btnCalculate
{
	border: 2px solid #ecf1f7;
	min-width:137px;text-align:center;
}


/*******end Entitlements *******/

/*==================================
Price ticker  css fix
====================================*/


li#ctl00_cphContent_libm{
	float:left;
	margin-right:25px;
	text-transform:uppercase;
}

li#ctl00_cphContent_libm.active{
	font-weight:bold;
	text-decoration:underline;
}


#ctl00_cphContent_li1{
	float:left;
	margin-right:25px;
}

#ctl00_cphContent_lisgx.active{
	font-weight:bold;
	text-decoration:underline;
}


.tabMenu{
	padding-left:0;
}






.tb-tsh thead tr:second-child th{
	width:250px !important;
}




@media (min-width: 992px) and (max-width: 1199px) {
.stockUpper{
	font-size:14px;
}
.priceticker .stockUpper .stockvalue{
	font-size:18px;
}

.stockpriceinfo .pull-left,
.stockpriceinfo .pull-right{
	float:none !important;
}

.stockpriceinfo .stockdetails{
	text-align:left;
}
.stockpriceinfo {
    margin-top: 20px;
}	
	
	
}





@media (max-width: 992px)
{
 .bursanews-header #datePickerFrom
 {
	 margin-bottom:06px;
 }
}

@media (max-width: 991px){

.priceticker .stockUpper .stockvalue{
	font-size:18px;
}

.stockpriceinfo .pull-left,
.stockpriceinfo .pull-right{
	float:none !important;
	display:inline-block;
	
}

.stockpriceinfo .stockdetails{
	text-align:left;
	margin-left:2px;
	margin-right:2px;
}	
.priceticker .stockUpper .stockvalue, .stockpriceinfo{
	margin-bottom:20px;
}
	
	
}



@media (max-width: 1024px){
	
.stockUpper{
	font-size:14px;
}
.priceticker .stockUpper .stockvalue{
	font-size:18px;
}



.stockpriceinfo .pull-left,
.stockpriceinfo .pull-right{
	float:none !important;
}

.stockpriceinfo .stockdetails{
	text-align:left;
}
	
	
}


@media (max-width: 767px){
	.pageTitle {
    width: 100%;
	margin-top:61px;
}
	


	
	.calculator label{
		font-weight:normal!important;	
		line-height:19px;
		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;
	  margin-top:0;     
     }
	.medianews-date-wrapper {
    text-align: center;
    width:25%;
    background: #20406c;
    color: #fff;
    float: left;
    max-width: 77px;
    height: 110px;
  
}

.medianews-title {
	
    font-size: 16px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;

    margin-left: 20px;
    padding: 10px 20px;
    height: 110px;
    background: #f1f1f1;
	width:75%;
}
.medianews-title{
		padding-right:20px;
	}
	 
#ctl00_submenu {
    text-align: center;
    margin-top: 0;
    margin-bottom: 14px;
}
#ctl00_submenu ul {
	margin-top:25px;
	
}
	
.eventCalendarImg
{
	margin-bottom:20px;
}
.ace_btn0
{
	margin:0px !important;
}
.right-cntrls .right-tabs li
{
	  margin:0px !important;
	  width:50% !important;font-size:12px !important;
	  padding:4px 0px !important;	
} 
	 
.year-wrap{
	padding-bottom:20px;
	float:left;
	width:100%;
}


.stockChartContainer {
    padding-top: 10px;
    margin-top: 46px;
}


#ctl00_cphContent_divExchg .checkbox, #ctl00_cphContent_divExchg_Unsubscribe .checkbox{
	width:100%;
}

#ctl00_cphContent_divExchg .sgx{
	width:100% !important;
}

#ctl00_cphContent_divExchg .checkbox, #ctl00_cphContent_divExchg_Unsubscribe .checkbox{
	width:100% !important;
}


#ctl00_cphContent_divExchg .bursa-check, #ctl00_cphContent_divExchg_Unsubscribe .bursa-check{
	margin-left:0;
}

#ctl00_cphContent_divExchg label, #ctl00_cphContent_divExchg_Unsubscribe label{
	display:inline !important;
}

 
#ctl00_cphContent_divExchg input, #ctl00_cphContent_divExchg_Unsubscribe input{
	display:inline !important;
	z-index:9999;
}



.stockUpper {
        font-size: 16px;
}

.priceticker .stockUpper .stockvalue {
        font-size: 18px;
        text-align: center;
}


.stockpriceinfo {
    margin-top: 7px;
    display:block;
    margin-bottom: 19px;
	text-align:center;
}
.stockpriceinfo .pull-left, .stockpriceinfo .pull-right {
        float: none !important;
        display:block;
        margin: 0 2px;
		text-align:center;
}
.stockUpper .stock-info-details {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.stockdetails .stockPrice{
	text-align:center;
}



	 
}




@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: 22px; line-height:24px;    
     }
	 .priceVolumeTable .tableHeader th:nth-child(2)
{
	width:150px;
}
 .priceVolumeTable .tableHeader th:nth-child(1)
 {
	 width:50px;
 }
.priceVolumeTable th,  .priceVolumeTable td
{
	/*font-size:12px;*/
	font-size:14px;
}
.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;
  }
  li figure{
	  text-align:center;
	  margin-bottom:30px;
  }
  
  .medianews-title {
	
    font-size: 14px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    margin-left: 20px;
    padding: 10px 15px;
    height: 110px;
    background: #f1f1f1;
}
  
 #corporate-governance .row{
	 margin-left:0 !important;
	 margin-right:0 !important;
}

.qr-min-h{
	min-height:220px;
}
 .stockChartContainer {
    padding-top: 10px;
    margin-top: 46px;
}


#ctl00_cphContent_divExchg .checkbox, #ctl00_cphContent_divExchg_Unsubscribe .checkbox{
	
	
	margin-top:0;
	display:inline-block;
	
	
}
#ctl00_cphContent_divExchg .bursa-check, #ctl00_cphContent_divExchg_Unsubscribe .bursa-check{
	margin-left:0;
}
#ctl00_cphContent_divExchg .checkbox, #ctl00_cphContent_divExchg_Unsubscribe .checkbox{
	width:100% !important;
}
#ctl00_cphContent_divExchg label, #ctl00_cphContent_divExchg_Unsubscribe label{
	display:inline !important;
}

 
#ctl00_cphContent_divExchg input, #ctl00_cphContent_divExchg_Unsubscribe input{
	display:inline !important;
	z-index:9999;
}

#ctl00_cphContent_divInput #datepickerFrom{
	float:left;
}

.priceVolumeSelection a{
	min-width:145px;
}

.nice-select{
	/*min-width:360px !important;*/
	min-width:330px !important;
}
  
}

@media(max-width:414px){
	
	


.eventCalendarContent{
	padding-left:0;
}
.eventCalendarTitle{
	padding-left:0;
}
#ctl00_submenu ul li 
{
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
  line-height: 14px;   
  border-left:1px solid #2b2b2b;                 
} 
#ctl00_submenu ul li a 
{
  text-decoration: none;
  color:#2b2b2b;               
  font-size: 13px;
  line-height: 20px; 
  font-weight: 600;                               
  -webkit-transition: .5s;
  transition: .5s;  
}
.stockChartContainer {
    padding-top: 10px;
    margin-top: 46px;
}

/*.nice-select{
	 
	min-width:354px !important;
}*/

 
}

@media (max-width:380px)
{
 .medianews-date-wrapper
 {
	 width:20%;
 }
 .medianews-title-wrapper
 {
	 width:80%;
 }
 .medianews-publisher{
	font-size:14px;
	color:#bc0011;
	margin-bottom:5px;
	font-weight:bold;
}

.stockChartContainer {
    padding-top: 10px;
    margin-top: 46px;
}

/*.nice-select{
	 
	min-width:268px !important;
}*/

 
}
@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;
 }
 
 .medianews-publisher, .medianews-title{
	 font-size:14px;
	 
 }
 
 div#ctl00_cphContent_uPnlPrcTicker
{
	 font-size: 13px;
    line-height: 18px;
	word-break:break-word;
}
}