/*
	Insage Responsive | @Kcyong
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url(font-awesome.min.css);
/* Basic */
body, input, select, textarea {
	font-family: 'Inter', sans-serif;
	color:#191919;	
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 22px;	
}

body {
	background: transparent;
	overflow-y: scrolling;
}
.form-control
{
	height:auto !important;
	padding:12px 12px !important;
}
body.loading * {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
	
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
	border-bottom: dotted 0px;
	color: inherit;
	outline: 0;
	text-decoration: none;
	color:#182C71;
}

a:hover {
	/*border-color: transparent;*/
	text-decoration:none;
	color:#1D9F95;
}

p{
	text-align:justify;
}
/* Icon */

.icon {
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

/* Wrapper */
@-moz-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }

#wrapper {
	-moz-animation: wrapper 3s forwards;
	-webkit-animation: wrapper 3s forwards;
	-o-animation: wrapper 3s forwards;
	-ms-animation: wrapper 3s forwards;
	animation: wrapper 3s forwards;
	height: 100%;
	left: 0;
	opacity: 0;
	position:;
	top: 0;
	width: 100%;
}

/* BG */
#bg {
	-moz-animation: bg 60s linear infinite;
	-webkit-animation: bg 60s linear infinite;
	-o-animation: bg 60s linear infinite;
	-ms-animation: bg 60s linear infinite;
	animation: bg 60s linear infinite;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	/* Set your background with this */
	background: #348cb2 url("images/bg.jpg") bottom left;
	background-repeat: repeat-x;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
}
@-moz-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-webkit-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-o-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-ms-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }

#bg {
	background-size: 2250px auto;
	width: 6750px;
}

/* Overlay */
@-moz-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }

#overlay {
	-moz-animation: overlay 1.5s 1.5s forwards;
	-webkit-animation: overlay 1.5s 1.5s forwards;
	-o-animation: overlay 1.5s 1.5s forwards;
	-ms-animation: overlay 1.5s 1.5s forwards;
	animation: overlay 1.5s 1.5s forwards;
	background-attachment: fixed, fixed;
	background-image: url("images/overlay-pattern.png"), url("images/overlay.svg");
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
}


@-moz-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-o-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-moz-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-o-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
	
#header {
	-moz-animation: header 1s 2.25s forwards;
	-webkit-animation: header 1s 2.25s forwards;
	-o-animation: header 1s 2.25s forwards;
	-ms-animation: header 1s 2.25s forwards;
	animation: header 1s 2.25s forwards;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	cursor: default;
	display: inline-block;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -1em;
	vertical-align: middle;
	width: 90%;
}

#header h1 {
	font-size: 4.35em;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1em;
}

#header p {
	font-size: 1.25em;
	margin: 0.75em 0 0.25em 0;
	opacity: 0.75;
}

#header nav {
	margin: 1.5em 0 0 0;
}

#header nav li {
	-moz-animation: nav-icons 0.5s ease-in-out forwards;
	-webkit-animation: nav-icons 0.5s ease-in-out forwards;
	-o-animation: nav-icons 0.5s ease-in-out forwards;
	-ms-animation: nav-icons 0.5s ease-in-out forwards;
	animation: nav-icons 0.5s ease-in-out forwards;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	display: inline-block;
	height: 5.35em;
	line-height: 5.885em;
	opacity: 0;
	position: relative;
	top: 0;
	width: 5.35em;
}

#header nav li:nth-child(1) {
	-moz-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

#header nav li:nth-child(2) {
	-moz-animation-delay: 2.75s;
	-webkit-animation-delay: 2.75s;
	-o-animation-delay: 2.75s;
	-ms-animation-delay: 2.75s;
	animation-delay: 2.75s;
}

#header nav li:nth-child(3) {
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}

#header nav li:nth-child(4) {
	-moz-animation-delay: 3.25s;
	-webkit-animation-delay: 3.25s;
	-o-animation-delay: 3.25s;
	-ms-animation-delay: 3.25s;
	animation-delay: 3.25s;
}

#header nav li:nth-child(5) {
	-moz-animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

#header nav li:nth-child(6) {
	-moz-animation-delay: 3.75s;
	-webkit-animation-delay: 3.75s;
	-o-animation-delay: 3.75s;
	-ms-animation-delay: 3.75s;
	animation-delay: 3.75s;
}

#header nav li:nth-child(7) {
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}

#header nav li:nth-child(8) {
	-moz-animation-delay: 4.25s;
	-webkit-animation-delay: 4.25s;
	-o-animation-delay: 4.25s;
	-ms-animation-delay: 4.25s;
	animation-delay: 4.25s;
}

#header nav li:nth-child(9) {
	-moz-animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

#header nav li:nth-child(10) {
	-moz-animation-delay: 4.75s;
	-webkit-animation-delay: 4.75s;
	-o-animation-delay: 4.75s;
	-ms-animation-delay: 4.75s;
	animation-delay: 4.75s;
}

#header nav a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	border: 0;
	display: inline-block;
}

#header nav a:before {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 100%;
	border: solid 1px white;
	display: block;
	font-size: 1.75em;
	height: 2.5em;
	line-height: 2.5em;
	position: relative;
	text-align: center;
	top: 0;
	width: 2.5em;
}

#header nav a:hover {
	font-size: 1.1em;
}

	#header nav a:hover:before {
		background-color: rgba(255, 255, 255, 0.175);
		color: white;
	}

	#header nav a:active {
		font-size: 0.95em;
		background: none;
	}

		#header nav a:active:before {
			background-color: rgba(255, 255, 255, 0.35);
			color: white;
		}

#header nav a span {
	display: none;
}

/* Footer */

#footer {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	bottom: 0;
	cursor: default;
	height: 6em;
	left: 0;
	line-height: 8em;
	position: absolute;
	text-align: center;
	width: 100%;
}
	


/* IR section start here */
/* General css */
.condensed{
		
}
		
.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: 0;
  width:100%;
  margin-bottom:150px;
}

@media (min-width: 768px) {
  .container {
    width:99%;
  margin-bottom:150px;
  }
}
@media (min-width: 820px) {
  .container {
    width:99%;
  margin-bottom:150px;
  }
}
@media (min-width: 1200px) {
  .container {
    width:100%;
  margin-bottom:150px;
  }
}

/* container padding and margin change here */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left:5px; padding-right:5px;
}

.row{
padding:-5px;
margin:-5px;
}

.border{ 
	border:1px solid #ccc;
}

table.noBorder tbody tr td{ 
	border:0px;
}

.borderLeft{
	border-left:1px solid #ccc;
}

.borderRight{
	border-right:1px solid #ccc;
}

.borderTop{
	border-top:1px solid #ccc;
}

.borderBottom{
	border-bottom:1px solid #ccc;
}

.colorBlack{
	background:#000;
}

.colorDarkGrey{
	background:#666;
}

.colorLightGrey{
	background:#ccc;
}

.colorFontWhite{
	color:#fff;	
}

select {
    padding:12px 8px;		
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;  
    background: #182C71;
    color:#fff;
    border:none;
    outline:none;
    display: inline-block;   
    cursor:pointer;
		min-width:150px;	
}

select::-ms-expand {
    display: none;
}

.searchResult{
	border-top:1px solid #ccc;
	margin:10px 0;
	padding-top:5px;	
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:30px}
}

label {position:relative}
label:after {
    color:#fff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:5px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:auto;
	z-index:-1;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#none;
    position:absolute;
    pointer-events:none;
    display:block;
}

/*dropdown arrow ONLY for google chrome
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .dropDownArrow{
	background-image:url(../images/dropdownArrow.png);
	background-repeat: no-repeat;
	background-position: center right; 
	background-color:#182C71;
	min-width:150px;	
}*/

.pageTitle h3{
	
	font-weight:700;
	
	/*padding:8px;
	border-bottom:1px solid #ccc;
	color:#fff;
	background:#444;
	font-size:20px;*/
}

.figureAlign{
	text-align:right;
}

.nonFigureAlign{
	text-align:left;
}

/** padding & margin classes **/
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }

.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }

.m5{ margin:5px; }
.m10{ margin:10px; }
.m15{ margin:15px; }
.m20{ margin:20px; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }



/* IR Home */
.irContent{
	width:100%;
}

.irBanner{
	/*background:url(../images/banner2.jpg) right top no-repeat;*/
}

.tropIcon{
	background:url(../images/trop-icon.jpg)	 no-repeat left top;
}

.irHomeHeader{
	font-size:15px;
	font-weight:bold;
}

.irHomeHeader span{	
	padding:0px;
	color:#fff;
	position:relative;
	z-index:999;
	background:#1D9F95;
	padding:10px;
	top:10px;
}

.irHomeHeaderRight{
	font-size:20px;
	min-height:25px;
	margin-top:10px;
}

.rm{
	font-size:9px;	
}

.more{
	font-size:10px;
	font-weight:700;
	float:right;	
}

table.listSpacing tbody tr td{
	padding:10px 0px;
	border:0px solid #ff0000;
	vertical-align:middle;
}
/** stock quote **/
.stockQuoteWrapper{
	margin-bottom:10px;
}

.stockQuote{
	background:#fff;
	color:#333;
	border:1px solid #ccc;
	padding:8px;
	
}

.stockTitle{
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
}

.stockQuote .divider{
	background:url(../images/stockQuoteDivider.jpg) repeat-y;
	height:100%;
}

.stockName{
	background:#1D9F95;
	padding:8px 10px;
	color:#fff;
	font-size:15px;
}

.stockPrice{
	
	font-size:45px;
	font-weight:bold;
	margin:40px 0px 20px 5px;
	line-height:12px;
	
}

.stockPrice span.Up{
	font-weight:normal;
	font-size:18px;
	color:#00de2a;	
	line-height:15px;
	letter-spacing:0px;
	padding-left:15px;
}

.stockPrice span.Down{
	font-weight:normal;
	font-size:18px;
	color:#de0000;
	line-height:15px;
	letter-spacing:0px;
	padding-left:15px;
}

.stockQuoteType{
	
	font-size:10px;
	color:#666;
	margin:0px;
	padding:5px 0px 5px 5px;
	line-height:12px;
	text-align:left;
}

.stockDetail{
	
	margin-top:5px;
	margin-bottom:3px;
	padding:5px 8px;
	font-size:12px;
	color:#182C71;
	background:#ededed;
}

.stockDetail div{
	color:#000;
}

.miniChart{
	margin-top:9px;
	text-align:center;
}


/** Highlight **/
.highlight{
	margin:10px 0px;
}

.highlightTitle{
	background:#182C71;
	padding:12px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}

.highlightContent{
	padding:12px;
	background:#ededed;
}

.highlightCTA{
	padding:12px;
	background:#ededed;
}

.highlightCTA span{
	background:#9b9da5;
	padding:5px 10px;
	color:#fff;
}


/** IR home **/
.bursaAnnouncement, .pressReleases, .irContact, .ar, .qr, .Alert{
	color:#fff;
	position:relative;
	width:100%;
	z-index:99;
}

/** ar **/
.ar{
	margin-top:15px;
}

.arContent{
	position:relative;
	top:-19px;
	width:100%;
	display:block;
}

.arDownload{
	position:relative;
	z-index:99;
	text-align:right;
	padding-right:10px;
	top:-35px;
	height:10px;
	width:100%;
}


/** qr  **/

.qr{
	margin-top:15px;
}

.qrContent{
	position:relative;
	top:-19px;
	width:100%;
	
}

.qrDownload{
	position:relative;
	z-index:99;
	text-align:right;
	padding-right:10px;
	top:-35px;
	height:10px;
	width:100%;
}

@media (max-width: 20em) and (orientation: landscape) { /* 320 */
	
}

@media (max-width: 320px){
	
}
@media (max-width: 30em) { /* 480px */ 
	.stockQuote{
		margin-top:0px;
		margin-bottom:10px;
	}
	.arDownload{
		padding-right:30px;
	}
	
	.qrDownload{
		padding-right:30px;
	}	
	.irHomeHeader{
		font-size:18px;
	}
	
	.irHomeHeaderRight{
		font-size:18px;
	}
	
	.more{
		
		font-size:9px;
	}
	
	.news .nav-tabs > li {
	  float: left !important; 
	  margin-bottom: -1px !important;
	  font-size:15px !important;
	  width:100% !important;
	}
	
	.bursaDate{
		min-width:30px;
	}
	
	.stockPrice span.Up{
		display:block;
		width:320px;
		padding-top:30px;
		padding-left:0px;
	}
}

@media (max-width: 48em) { /* 768px */
 	.irBanner{
		background:none;
	}
	
	.arDownload{
		width:	300px;
	}
	
	.qrDownload{
		width:	300px;
	}
	.stockQuote{
		margin-top:0px;
		margin-bottom:10px;
	}
	
	.stockQuoteType{
		bottom:95px;
	}	
	
	.stockDetail{
		margin-top:15px;
	}
}

@media (max-width: 820px) { /* 768px */
	.stockQuote{
		margin-top:0px;
	}
	
	.stockQuoteType{
		bottom:95px;
	}	
	
	.arDownload{
		width:	300px;
	}
	
	.qrDownload{
		width:	300px;
	}
}


@media (max-width: 64em) { /* 1024px */

}

@media (max-width: 75em) { /* 1200px */

}


/** News **/

.news{
	padding:0px;
	margin:0px;
}

.news .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  font-size:15px;
}

.news .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#9b9da5;
  font-weight:bold;
  color:#fff;
  font-size:15px;
  padding:12px;
  	
}
.news .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
}
.news .nav-tabs > li.active > a,
.news .nav-tabs > li.active > a:hover,
.news .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1D9F95;
  border: none;
  border-bottom-color: transparent;
  font-weight:bold;
}

/** bursa announcement **/
.bursaContent{

}

.bursaDate{
	display:inline-block;
	text-align:center;
	background:#9b9da5;
	color:#fff;
	padding:5px 10px;
	width:75%;
	line-height:15px;
	margin-top:6px;
}

.bursaNews{
	display:inline-block;
	margin-top:8px;

}


/** 182C71 news **/
.mediaDate{
	display:inline-block;
	text-align:center;
	background:#9b9da5;
	color:#fff;
	padding:5px 10px;
	width:75%;
	line-height:15px;
	margin-top:6px;
}

.mediaNews{
	display:inline-block;
	margin-top:8px;

}

.mediaSource{
	font-size:12px;
	font-weight:bold;
}

.arrowHead{
	background:url(../images/arrowHead.jpg) no-repeat center right;
	width:100px;
	display:block;
	color:#182C71;	
}

.arrowHead:hover{
	background:url(../images/arrowHeadHover.jpg) no-repeat center right;	
	display:block;
	color:#666;
}
/** contact **/

.irContact{
	background:#ededed;
	color:#333;
	margin:15px 0px;
	min-height:255px;
}

.contactContent{
	margin-top:20px;
	padding:15px;
	line-height:25px;
	margin-bottom:20px;
}

/* Corporation Info */
.corpInfo{	
}

.corpInfo th{
	font-weight:700;
	width:25%;
}

.corpInfo_subHeader{
	background:#666;	
	color:#fff;
	text-align:center;
	width:25%;
}

.corpInfoListing{
	list-style:lower-latin;
}

.corpInfoListing li{
	padding:3px 0px;
}


/* Director Profile - updated 18/09/2014 */
.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;
}

.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 {
	/* symbol for "collapsed" panels */
	content: "+";  
	position:relative;
	float:right;
	top:-35px;
}


.directorProfile .panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	color: grey;  
	float:right;   
	top:-30px;  
	position:relative; 
	overflow: no-display;
	color:#182C71;
	content: "-"; 
	font-size:20px;
	font-weight:bold;
}

.directorProfile a.accordion-toggle{
	text-decoration: none;
}

.directorDesignation{
	font-weight:normal;
	font-size:13px;
	color:#182C71;
	padding-bottom:10px;
	padding-top:3px;
}

.directorProfileContainer .pic{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

.directorProfileContent{
	color:#666;
	text-align:justify;
	line-height:18px;

}
	
.directorName{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px dashed #ccc;

}

/* commented - 18 / 09 / 2014 - Director Profile restructure */
/* Director Profile 
.directorProfileContainer li{
	border-bottom:1px solid #ccc;
}

.directorProfileContainer a{
	font-weight:bold;
	font-size:13px;
}

.directorProfile{
	padding:5px 10px;
	background:#182C71;
	color:#fff;
}

.directorDesignation{
	font-weight:normal;
	font-size:12px;
	color:#182C71;
	padding-top:3px;
}

.directorProfileContainer .pic{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

.directorProfileContent{
	border:1px solid #ccc;
	padding:10px;
	float:left;
}*/

/* Presentation Material*/
.presentationContainer{
}

.presentationContainer thead{
	background:#444;
	color:#fff;
}

.iconDownload{
	background:url(../images/iconDownload.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconDownload:hover{
	background:url(../images/iconDownloadHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconView{
	background:url(../images/iconView.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconView:hover{
	background:url(../images/iconViewHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconInteractive{
	background:url(../images/iconInteractive.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconInteractive:hover{
	background:url(../images/iconInteractiveHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

/** Priceticker **/

.tableNoBorder tbody tr td{
	border:0px;
}
.shareFooter{
	font-size:12px;
	line-height:16px;	
}

.shareFooter a{ 
	font-weight:600;	
}

/** Annoucements **/

.ColorUp{
	color:#090;
}

.ColorDown{
	color:#900;
}

.annoucementContainer{
		
}

.announcementSelection{
	margin:15px 0;
	padding:15px 0;
	background:none;
}

.announcementDate{
	font-weight:600;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;	
	
}

.announcementTime{
	font-size:600;
	font-weight:600;
	padding:2px 0px ;
}

.announcementTitle{
	padding:2px 0px;

}

.announcementByDate{
	padding-top:15px;
	line-height:16px;
}

.announcementByTime{
	padding-top:8px;	
}

.announcementByTime a{
	color:#000;
}

.announcementByTime a:hover{
	color:#182C71;
}


/** stock charts **/
.stockChartContainer{
	padding-top:10px;
}

.stockChartImg{
	padding:10px 0px;	
}

.dailyChartIcon{
	float:right;
}


.dailyChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
}

.dailyChartIcon .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.dailyChartIcon .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;
}
.dailyChartIcon .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
}
.dailyChartIcon .nav-tabs > li.active > a,
.dailyChartIcon .nav-tabs > li.active > a:hover,
.dailyChartIcon .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1D9F95;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.iconPrinter{
	background:url(../images/iconPrinter.png) no-repeat center center;
	padding:5px 8px;
}

.iconPrinter:hover, .iconPrinter.focus, li.active .iconPrinter{
	background:url(../images/iconPrinterHover.png) no-repeat center center;
	padding:5px 8px;
}

.iconPrinter.focushover{
	background:url(../images/iconPrinterHover.png) no-repeat center center;
	padding:5px 8px;
}

.iconMonthly{
	padding:5px 10px;
	background:#ccc;
	margin:5px 0;
}

.iconYearly{
	padding:5px 10px;
	background:#ccc;
	margin:5px 0;
}


/** &volume**/
.priceVolume{
}

.priceVolume .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.priceVolume .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;
}
.priceVolume .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
}
.priceVolume .nav-tabs > li.active > a,
.priceVolume .nav-tabs > li.active > a:hover,
.priceVolume .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1D9F95;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.priceVolumeSelection{
	padding:15px 0px;
}

.priceVolumeSelection a{
	margin-right:12px;
}

.priceVolumeTable thead{
	background:#888;
	color:#fff;
}

.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td{
	text-align:right;
}

/** Analysis Of Shareholdings **/
.analysisShareholdingsContainer{
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:100px;
}

.analysisShareholdingsContainer table tbody tr  td{
	vertical-align:middle;
}

.analysisShareholdingsContainer table .tableTitle{
	background:#333;
	color:#fff;	
	text-align:right;
}

.tableHeader
{
	background:#444 !important;
	color:#fff;
	font-weight: bold;
}

table .tableTitle, .table-bordered .tableTitle, .table-hover .tableTitle, .table-striped .tableTitle{
	background:#333;
	color:#fff;	
	text-align:right;
}
.analysisShareholdingsContainer table th:nth-child(1){
	text-align:center;
}

.analysisShareholdingsContainer table th:nth-child(2){
	text-align:left;
}

.analysisShareholdingsContainer table tbody tr td{
	text-align:right;
}

.analysisShareholdingsContainer table tbody tr td:nth-child(1){
	text-align:center;
}
 
.analysisShareholdingsContainer table tbody tr td:nth-child(2){
	text-align:left;
}

.monthYearSelection {
	padding-bottom:10px;
}

.monthYearSelection label select{
	background:url(../images/dropdownArrowGrey.png) right center no-repeat;
	color:#666;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important; 
    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important;
    box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important;
	min-width:100px;
}

.monthYearSelection span{
	 width:50px; 
	 display:inline-block;
}


/* entitlements */

.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;

}
.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;
  cursor: default;
  background-color: #1D9F95;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.entitlementTable{
}

.entitlementTable thead{
	background:#888;
	color:#fff;
}


.totalFigure{
	text-align:right;
	background:#ccc;
	color:#000;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	font-weight:bold;
}

table tbody tr td.totalTitle{
	border:1px solid transparent;
	background:#fff;;
}


/* annual reports */

.iconAlignRight{
	background-position:left center;
}

.iconAlignRight:hover{
	background-position:left center;
}

/* quartely reports */
.quarterlyReportsContainer table tr td:nth-child(0), {
	background:#ff0000;	
}

.quarterlyReportsContainer thead {
	background:#333;	
	color:#fff;
}

.quarterlyReportsContainer thead tr td{
	border-right:1px solid #fff;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
}

.quarterlyReportsContainer tbody tr td{
	padding-top:10px;
	padding-bottom:10px;
}

.quarterlyReportsContainer thead tr td:nth-child(1) {
	background:#fcfcfc;	
}

.quarterlyReportsContainer tbody tr td:nth-child(1) {
	font-size:15px;
	font-weight:bold;
	padding-top:20px;
}

.quarterlyReportsContainer ul{
    padding: 0px;
    margin: 0px;
}

.quarterlyReportsContainer ul li{
	list-style:inside;
	list-style-type:square;
    padding-left: 0px; 
}

@media (max-width: 48em) { /* 768px */
	.quarterlyReportsContainer ul li{
		list-style:none;
	}	
}


/** Circulars **/
.circularsContainer{
	margin-top: 15px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}

.circulars{
	margin-bottom:20px;
}

.circularDate{
	padding-bottom:10px;
	font-weight:bold;
}

.circularContent{
	text-align:justify;
}

.circularButton{
	padding-top:20px;
	width:300px;
}

.circularButton span{
	padding-left:40px;
	margin-bottom:5px;
	padding-top:1px;
}


/**  alert**/
.newAlert{
	background:#ededed;
}

.AlertContainer{
}

.emailAlert{
	border-bottom:0px solid #ccc;
}

.unregister{
	border-top:1px solid #ccc;
	padding-top:3px;
}

/** calculator **/

.calculatorContainer{
}

.calculatorContainer .nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}


.calculatorContainer .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;
}


.calculatorContainer .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;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  	font-size: 12px;  
}
.calculatorContainer .nav-tabs > li > a:hover {
  	border-color: #eee #eee #ddd;
	font-weight:bold;
}
.calculatorContainer .nav-tabs > li.active > a,
.calculatorContainer .nav-tabs > li.active > a:hover,
.calculatorContainer .nav-tabs > li.active > a:focus {
	color: #182C71;
  	cursor: default;
  	background-color: #333;
  	border: 1px solid #ddd;
  	border-bottom-color: transparent;
	font-weight:bold;
}	

.calculatorSelection{
	padding-top:10px;
	
}

.calculatorWrapper{
	border-bottom:1px solid #ccc;
}

.calculatorWrapper table tr td:nth-child(3), .calculatorWrapper table tr td:nth-child(6){
	text-align:right;
}

.calculatorNotes{
	padding:10px 20px;
	line-height:12px;
	background:#e3e3e3;
	margin-top:10px;
}

.selectedTable{
	background:#ccc;
}

.calculationResults thead {
	background:#444;
	color:#fff;	
}

/*====================================================
Reports Css - April 05 2018
======================================================*/

.reportAlign{
	display:block;
	width:278px;
	
	}
.reportAlign h4{
	float:left;
}

.cgrptalign{
	position:relative;
	right:-48px;
}
.downloadAnchor{
	float:left;
	margin-top:10px;
}

.viewnowAnchor{
	float:left;
	margin-top:10px;
}
.quarterlyReportContainer .cs-style-4 li
{
	min-height:350px !important;
}




/** Events Calendar **/
.eventsCalendarContainer{
}

.eventsCalendar{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding-bottom:10px;
}

.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.png) no-repeat 155px 55%; 
}

.eventCalendarTitle{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
}

.eventCalendarImg {
	background:url(../images/calendar.png) no-repeat;
	width:68px;
	height:80px;
}

.eventCalendarImg .month{
	display:block; 
	text-align:left; 
	font-size:11px; 
	position:relative; 
	top:45px;
	color:#fff; 
	font-weight:normal; 
	text-align:center;
}

.eventCalendarImg .date{
	display:block; 
	text-align:left; 
	font-size:30px; 
	position:relative; 
	top:5px;
	color:#fff; 
	font-weight:bold; 
	text-shadow:0px 0px #ccc; 
	text-align:center;
}

/* Animation */
.fade {
	opacity: 0;
	-webkit-transition: opacity 1.25s linear;
  	-moz-transition: opacity 1.25s linear;
    -ms-transition: opacity 1.25s linear;
    -o-transition: opacity 1.25s linear;
	transition: opacity 1.25s linear;
	/*position:relative;
	z-index:-99;*/
}

/* Privacy Policy */
.privacyPolicy{
	font-size:13px;
	padding-top:1px;
	line-height:15px;
	text-align:left;
}
.privacyPolicy span{
	text-decoration:none;
}
/* analyst reports */
.analystReports{
}
.analystContainer{
	margin:25px 0 0 0;
}
.analystContainer thead{
	background:#444;
	color:#fff;
}

/* Financial Info */

.financialInfo .tab-content{
	padding-top:20px;
}

.financialInfo{
	margin-bottom:10px;
}

.financialInfo .nav-tabs > li {
  float: left;
  margin-top: 2px;
}

.financialInfo .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;
}
.financialInfo .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
}
.financialInfo .nav-tabs > li.active > a,
.financialInfo .nav-tabs > li.active > a:hover,
.financialInfo .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1D9F95;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.financialInfo .nav-icon > li {
  float: left;
  margin-bottom: -2px;
}

.financialInfo .nav-icon > li > a {
  margin-right: 2px;
  line-height: 1;
  padding:3px;
  margin-bottom: -2px;
  font-weight:bold;
}
.financialInfo .nav-icon > li > a:hover {
  border-color: none;
  margin-bottom:-1px;
  font-weight:bold;
}
.financialInfo .nav-icon > li.active > a,
.financialInfo .nav-icon > li.active > a:hover,
.financialInfo .nav-icon > li.active > a:focus {
  cursor: default;
  background:#ccc;
  padding:3px;
  margin-bottom:-2px;
  font-weight:bold;
}

.graphIcon{
	background:url(../images/graph.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.graphIcon:hover{
	background:url(../images/graphHover.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}

.tableIcon{
	background:url(../images/table.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.tableIcon:hover{
	background:url(../images/tableHover.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}

.financialInfo table tr td, .financialInfo table thead tr th{
	vertical-align:middle;
}

.financialInfo thead{
	background:#9b9da5;
	color:#fff;
	border-bottom-width: 1px;
}
.financialInfo table thead tr th{
	text-align:right;
	border-bottom-width: 1px;
}
.financialInfo table thead tr th:nth-child(1){
	text-align:left;
	border-bottom-width: 1px;
}
.financialInfo table th:nth-child(1){
	text-align:left;
}
.financialInfo table tbody th:nth-child(1) {
	background-color:#182C71;
}
.financialInfo table tbody th:nth-child(2) {
	background-color:#004f17;
}
.financialInfo table tbody tr td{
	text-align:right;
}
.financialInfo table tbody tr td:nth-child(1){
	text-align:left;
}

.tspan
{
	list-style:none;	
}

/* responsive iframe */
.iframeCorp{ height:1600px;}

/** terms of use **/
.terms{}
.terms h4{
	font-size:20px;
	font-weight:bold;
}
.terms h5{
	font-size:16px;
	font-weight:bold;
}

@media (max-width: 20em) 
{
.iframeCorp{ height:2000px;}
}

.terms ul li{
	text-align:justify;
}

table tr.tableHeader td:nth-child(1){
	text-align:center;
}


/** btn **/
.btn, .ClsButton {
  display: inline-block;
  padding: 9px 20px;
  margin-bottom: 0;
  font-size: 13px !important;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
   -o-transition-duration: 0.4s;
   transition-duration: 0.4s;
   transition: all .3s; 
    font-family: inherit !important;
	width:auto;height:auto;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary, .ClsButton {
  color: #fff !important;
  background-color: #182C71 !important;
}
.btn.btn-primary:hover, .ClsButton:hover {
    transform: scale(0.9);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #182C71;

}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #333;
  border-color: #444;
}
.btn-primary .badge {
  color: #182C71;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #182C71;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.fiveYrsTabImage_On
{
  background-image:url("/IR/ASIAPAC/images/5years-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.fiveYrsTabImage_Off
{
  background-image:url("/IR/ASIAPAC/images/5years-off.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_On
{
  background-image:url("/IR/ASIAPAC/images/asreported-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_Off
{
  background-image:url("/IR/ASIAPAC/images/asreported-off.png");
  background-position:center;
  background-repeat:no-repeat;
}


/* Pagination */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #182C71;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #666;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}


/*mobile device for responsive financial info sections*/
.financialMobile {display: none;}
@media (max-width: 650px) { /* 650px */
.financialMobile {display: block;}
}
.financialDesktop {display: block;}
@media (max-width: 650px) { /* 650px */
.financialDesktop {display: none;}
}

.clickIcon {background: url(../images/clickIcon.png) 5px 50% no-repeat;padding: 0 0 0 20px;}
.clickIcon:hover {background: url(../images/clickHoverIcon.png) 5px 50% no-repeat;}




/* 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;
	}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	min-width:0px!important;
}

/** Interactive Stock Chart **/
/* Added by KC 201512221123AM */
.interactiveChartIcon .nav > li > a{
	padding:0px;		
}

.interactiveChartIcon{
	margin:0px;
	padding:0px;
	border:0px;
	margin:10px;
}

.interactiveChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-right:20px;	
}

.interactiveChartIcon .nav-tabs > li {
  transition: all .2s ease-in-out;
}

.interactiveChartIcon .nav-tabs > li > a {
  margin:0 1px;
  background:#e3e3e3;
  padding:8px;
  
}

.interactiveChartIcon .nav-tabs > li > a:hover{
  color: #ffffff;
  cursor:pointer;
  background-color: #182C71;
  transform: scale(1.2);
  margin:0 6px;
}

.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: #182C71;
  transform: scale(1.2);
  margin:0 6px;
}

.iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart.png) no-repeat center center;
	padding:14px;
}

.iconLine:hover{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}


.iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart.png) no-repeat center center;
	padding:14px;
}

.iconCandleStick:hover{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

.iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart.png) no-repeat center center;
	padding:14px;
}

.iconOHLC:hover{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}


.interactiveChartIcon .durationChart .nav-tabs{
	border:1px solid #ccc;
	margin:0px;
	
}

.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {
	background:none;
	font-weight:normal;	
	color:#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: #182C71;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}

.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {background:#182C71; color:#fff; margin-right:0px;margin-bottom:0px; cursor:default;padding:8px;}

@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;
	}
}

/** added by kc 201605041719PM **/
/* new quarterly report section */
/* please copy 5 image files as well - q0-14.png */

.quarter-year{
	font-size:120%;
	font-weight:bold;	
	text-align:center;
	margin-bottom:15px;
}

.quarter-icon{
	text-align:center;
	padding:5px 0px;
}

.quarter-icon img{
	opacity: 0.5;
    filter: alpha(opacity=50);
}


.quarter-icon span{
	display:block;	
}

/** added by kc 201605041720PM **/
/* new corporate governance section */

.reports-date{
	border-bottom:3px solid #004D9B;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:80%;
	color:#666;
}

.reports-title{
	font-size:120%;
	min-height:200px;
}

.agmButton{
	padding-top:20px;	
}

/*Corporate Governance section*/

#corporate-governance .section
{
	margin-bottom:35px;margin-top:30px;
}


.pdf-box
{
  text-align:center;background-image:url(../images/cg-bg.jpg);
  background-position:center center;background-size:cover;height:100%;
  display:table;width:100%;
}
.pdf-box h4
{
	padding:20px 12px;font-size:17px;line-height:20px;color:#fff;height:100%;
	display:table-cell;vertical-align:middle;height:120px;font-weight:400;	
	margin:0px;
}
.pdf-box a, .download-wrapper a
{
	background-color:#182C71;color:#fff;padding:8px 3px;display:block;
	font-size:14px;transition:1s ease all;text-align:center;
	
}
.pdf-box:hover a, .download-wrapper a:hover
{
	background-color:#1D9F95;color:#fff;
}
.pdf-box a:after, .download-wrapper a:after
{
	content: "\f019";
    font-family: FontAwesome;
    padding-left: 08px;
}
.download-wrapper
{
	text-align:center;background-image:url(../images/box-bg4.jpg);
}
.box-wrapper
{
	height:100%;
	margin-bottom:30px;
}

@media (min-width:768px)
{

  .row-eq-height 
  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}