/*
	Insage Responsive | Pei Yan
*/


/* Basic */
body, input, select, textarea {
	color:#5a5a5c;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 14px;
	font-weight: 300 !important;
	line-height: 18px;
}

body {
	background: #f5f5f5;
	overflow-y: scrolling;
}

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:#333;
}

a:hover {
	/*border-color: transparent;*/
	text-decoration:none;
	color:#138aa0;
}

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{
	font-family: 'Roboto Condensed', sans-serif;	
}
		
.container {
  width:100% !important;
  margin-bottom:50px;
}
@media (max-width: 1200px) {
  .container {
    /**width:99%;**/
  margin-bottom:50px;
  }
}
@media (max-width: 820px) {
.container {
    /**width:99%;**/
  margin-bottom:50px;
}
}
@media (max-width: 768px) {
  .container {
    /**width:99%;**/
  margin-bottom:50px;
  }
  .table-responsive {
	 border: 0px solid #ddd;
  }
}
@media (max-width: 767px) {    /*over write for responsive.css container*/
  .container {
  width:100% !important;
  margin-bottom:50px;
  }
}
@media (min-width: 480px) {   /*over write for responsive.css container*/
  .container {
  width:100% !important;
  margin-bottom:50px;
  }
}
@media (max-width: 479px) {  /*over write for responsive.css container*/
  .container {
  width:100% !important;
  margin-bottom:50px;
  }
}
@media (max-width: 20em) and (orientation: landscape) { /* 320 */
}

/* 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:10px; padding-right:10px;
}

.row{
    margin-left:-10px; margin-right:-10px; 
}

.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:5px;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow: 0 3px 0 #ed1555, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ed1555, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ed1555, 0 -1px #fff inset;
    background: #5a5a5c;
    color:#ffffff;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

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;
}

.dropDownArrow{
	background-image:url(../images/dropdownArrow.png);
	background-repeat: no-repeat;
	background-position: center right; 
	background-color:#5a5a5c;
	min-width:150px;	
}

.pageTitle h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #2f2f2f;
	margin: 16px 0 16px 0;
	letter-spacing: 1px;	
	text-transform: uppercase;
	/*padding:8px;
	border-bottom:1px solid #ccc;
	
	background:#444;*/
	
}

.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; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pt35{ padding-top:35px; }

.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }

.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pl20{ padding-left:20px; }
.pl30{ padding-left:30px; }
.pl40{ padding-left:40px; }

.pr5{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right: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; }

.ml20{ margin-left:20px; }

.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }

/* IR Home */
.irContent{
	width:100% !important;
}

.irBanner{
	/*background:url(../images/banner2.jpg) right top no-repeat;*/
}

.tropIcon{
	background:url(../images/trop-icon.jpg)	 no-repeat left top;
}

.headerContainer {
	margin: 0 0 5px 0;
}
.IR-front {
	font-size:24px;
	color: #333;
	font-weight: normal;
	text-transform: capitalize;
}
.irHomeHeader{
	font-size: 24px;
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: capitalize;
	padding: 0 0 5px 0;
	line-height:25px;
	color: #333;
	float:left;
}

.irHomeHeader span{
	color:#f78d0f;
	padding:10px 0;
}

.irHomeHeaderRight{
	font-size:20px;
	min-height:25px;
	margin-top:10px;
}
.profileContent {
	padding: 10px 0 0 0;
}
.rm{
	font-size:9px;	
}

.more{
	font-size:10px;
	font-weight:700;
	float:right;	
}

table.listSpacing tbody tr td{
	padding:10px 10px 10px 0px;
	vertical-align:top;
}
/* ================================
   ========== 3. Content ==========
   ================================ */
.contentBG {
	height: 350px;
	width: 100%;
	margin-bottom:35px;
	background-repeat: repeat-x;
	background-image: url(../images/bannerBg.jpg);
	border-bottom: 1px solid #e4e4e4;
 }
.contentWrapper {
	margin:auto;padding:0;
	position:relative;
	height:auto;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
	width:1080px;
}
/** stock quote home **/
.stockWrapper{
	background-image: url(../images/stockBG.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 506px;
	position: absolute;
	z-index:999;
}
.stockTitleHome {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	background-color: #1a427d;
	width: 98%;
	font-size:16px;
	color: #fff;
	padding: 6px 0 6px 5px;
	margin: 6px 3px 30px 3px;
}
.stockPriceHome{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#157e41;
	line-height: 20px;
	text-align:left;
	padding: 0 0 0 5px;
}
@media (max-width: 1200px) {
.stockPriceHome {
	font-size: 40px;
}
}
@media (max-width: 320px) {
.stockPriceHome {
	font-size: 36px;
}
}
.stockPriceHome span.Up{
	font-family: 'Roboto Condensed', sans-serif;
	color:#157e41;	
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing:0px;
}
@media (max-width: 1200px) {
.stockPriceHome span.Up {
	font-size: 16px;
}
}
@media (max-width: 320px) {
.stockPriceHome span.Up {
	font-size: 16px;
	padding-left: 8px;
}
}
.stockPriceHome span.Down{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	line-height: 14px;
	color:#bc1b2a;	
}
@media (max-width: 1200px) {
.stockPriceHome span.Down {
	font-size: 16px;
}
}
@media (max-width: 320px) {
.stockPriceHome span.Down {
	font-size: 16px;
	padding-left: 8px;
}
}
.stockQuoteBottom{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:10px;
	color:#555555;
	text-align: right;
	padding: 30px 15px 10px 0;
}

/** stock quote **/
.stockQuoteWrapper{
	background-image: url(../images/stockBG.png) ;
	background-repeat: no-repeat;
	width : 100%;
	padding: 20px 0px 5px 30px;
	min-height:350px;
	position: absolute;
	z-index:99;
	top:0;
}
@media (max-width: 819px) {
.stockQuoteWrapper {
	background-image: url(../images/stockBG-small.png) ;
	background-repeat: repeat-x;
}
}
.stockQuote{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	margin-top: 15px;
}

.stockTitle{
	font-size:24px;
	margin-bottom:5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align:left;
	color: #fff;
}

.stockQuote .divider{
	background:url(../images/stockQuoteDivider.jpg) repeat-y;
	height:100%;
}

.stockName{
	color:#fff;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}

.stockPrice{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#000;
	line-height: 20px;
	text-align:left;
	padding: 0 0 0 5px;
}
.stockPrice span.priceStandard {
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;	
	font-size: 53px;
	line-height:30px;
	font-weight: 700;
	text-align: right;
	letter-spacing:3px;
}
@media (max-width: 819px) {
.stockPrice span.priceStandard {
	line-height: 50px;
}
}
@media (max-width: 583px) {
.stockPrice span.priceStandard {
	line-height: 30px;
}
}
@media (max-width: 320px) {
.stockPrice span.priceStandard {
	font-size: 38px;
	line-height: 30px;
	letter-spacing:2px;
}
}
.stockPrice span.priceUp {
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;	
	font-size: 53px;
	line-height:30px;
	font-weight: 700;
	text-align: right;
	letter-spacing:3px;
}
@media (max-width: 819px) {
.stockPrice span.priceUp {
	line-height: 50px;
}
}
@media (max-width: 583px) {
.stockPrice span.priceUp {
	line-height: 30px;
}
}
@media (max-width: 320px) {
.stockPrice span.priceUp {
	font-size: 38px;
	line-height: 30px;
	letter-spacing:2px;
}
}
.stockPrice span.priceDown {
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;	
	font-size: 53px;
	font-weight: 700;
	line-height:30px;
	text-align: right;
	letter-spacing:3px;
}
@media (max-width: 819px) {
.stockPrice span.priceDown {
	line-height: 50px;
}
}
@media (max-width: 583px) {
.stockPrice span.priceDown {
	line-height: 30px;
}
}
@media (max-width: 320px) {
.stockPrice span.priceDown {
	font-size: 38px;
	line-height: 30px;
	letter-spacing:2px;
}
}
.stockPrice span.Up{
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;	
	font-size: 16px;
	font-weight: 400;
	padding-left: 42px;
	text-align: right;
	letter-spacing:0px;
}
@media (max-width: 1100px) {
.stockPrice span.Up  {
	padding-left: 0px;
	font-size: 14px;
}
}
@media (max-width: 479px) {
.stockPrice span.Up  {
	padding-left: 45px;
}
}
@media (max-width: 320px) {
.stockPrice span.Up {
	font-size: 15px;
	padding-left: 32px;
}
}
.stockPrice span.Down{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#000;
	font-weight: 400;
	padding-left: 42px;
	text-align: right;	
	letter-spacing:0px;
}
@media (max-width: 1100px) {
.stockPrice span.Down  {
	padding-left: 0px;
	font-size: 14px;
}
}
@media (max-width: 479px) {
.stockPrice span.Down  {
	padding-left: 45px;
}
}
@media (max-width: 320px) {
.stockPrice span.Down {
	font-size: 15px;
	padding-left: 32px;
}
}
.BursaLogo {
	text-align : center;
}
.stockTextUp 
{
	vertical-align: top !important;
}

.stockQuoteType{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
	color:#000;
	text-align: left;
}
@media (max-width: 350px) {
.stockQuoteType {
	font-size: 9px;
}
}
.stockQuoteTypeChart {
	font-size:11px;
	color:#333333;
	text-align: right;
	padding-right:20px;
	padding-bottom: 5px;
}
.stockDetail{
	font-family: 'Roboto Condensed', sans-serif;
	padding:5px 0;
	font-size:14px;
	color:#000;
	text-align:left;
}
.stockDetail div{
	color:#000;
}

.miniChart{
	margin:15px 0 0 0;
	padding-top:10px;
	text-align:center;
	border:solid 1px #CCC;
	background-color: #fff;
}
.ChartLogo {
	text-align: left;
	padding: 3px 0 2px 12px;
	float: left;
}
.ChartContent {
 font-family: 'Roboto Condensed', sans-serif;
 font-weight:400;
 font-size:22px;
 text-align: left;
 padding: 6px 0 10px 5px;
 float: left;
}

/** Highlight **/
.highlight{
	margin:10px 0px;
}

.highlightTitle{
	background:#189bd7;
	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%;
}

/* Container */
.container-fluid {
  background:url(../images/reportBG.jpg) repeat-x center left !important;
	padding:15px 15px 25px 15px !important;
}
/* Thumbnail Box */
.caption {
    height: 140px;
    width: 50%;
	float:right;
}
.caption .span8 {
    padding: 11px 10px 0 0;
}
.caption h3 {
    font-size: 19px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color:#000000;
	padding:0 0 10px 0; margin:0;
	text-shadow:none;
	line-height:25px;
    }
.caption p {
	font-size: 13px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color:#666666;
	padding:0; margin:0;
	text-shadow:none;
	text-align:left;
}
.btn.btn-mini {
     background: #a83b3b;
     border-radius: 0 0 0 0;
     color: #fbf4e0;
     font-size: 0.63rem;
     text-shadow: none !important;
 }
.carousel-control {
    top: 40% !important;
}
.bannerWrapper{
	width: 1080px;
	height: 350px;
	float: left;
	/**position: absolute;
	z-index: 99;
	top:0px;**/
}
.investors {
	width: 140px;
	height: 30px;
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:solid 3px #e52e31;
	float: right;
	position: relative;
	z-index: 999;
	top:322px;
	right: 40px;
}
.reportBG {
}
.reportImg {
	top: 5px;
	left: 130px;
	position: absolute;
	z-index: -9px;
}
.arHeader {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;	
	padding:5px 0;
	color: #383838;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #fff;
	text-align:center;
}
@media (max-width:860px){
.arHeader {
	font-size: 13px;
}
}
@media (max-width:819px){
.arHeader {
	font-size: 15px;
}
}
@media (max-width:380px){
.arHeader {
	font-size: 13px;
}
}
.arHeader span{
	color:#fff;
	
}

.interactiveIcon {
	background: url(../images/interactiveIcon.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}

.interactiveIcon:hover {
	background: url(../images/interactiveIconHover.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}

.reportCover {
	padding: 29px 0 0 0;
}
.reportAnnual {
	padding: 4px;
	border: 1px solid #cccccc;
	max-height:200px;
	height: 200px;
	background: url(../images/offer-document.jpg) no-repeat right center;
}
@media (max-width:819px){
.reportAnnual {
	max-width: 400px;
}
}
.reportPresentation {
	padding: 4px;
	border: 1px solid #cccccc;
	max-height:200px;
	height: 200px;
	background: url(../images/quarterly-report.jpg) no-repeat right center;
}
@media (max-width:819px){
.reportPresentation {
	max-width: 400px;
}
}
.reportContent {
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
	text-align: right;
	padding-top: 10px;
	position: relative;
	z-index: 1;
	top: 20px;
}
@media (max-width:380px){
.reportContent {
	font-size:13px;
	line-height:13px;
}
}
.reportImage {
	position: relative;
	z-index: -99;
	bottom:161px;

}
.reportDownload {
	width: 90px;
	background-color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	position: relative;
	z-index: 1;
	top: 25px;
	margin-bottom: 20px;
}

.reportDownload a{color:#ffffff; text-decoration:none;}
.reportDownload a:hover{color:#ffffff; text-decoration:none;}


.carousel-control {
	width: 27px;
	height: 27px;
	background-color:#ed1c24;
}
.carousel-control.right {
	background: url(../images/icon-next.png) no-repeat center center;
	width: 27px;
	height: 27px;
	background-color:#ed1c24;
}
.carousel-control.left {
	background: url(../images/icon-prev.png) no-repeat center center;
	width: 27px;
	height: 27px;
	background-color:#ed1c24;
}

/** 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%;
}

/** News **/
.news{
	padding:0px;
	margin:0px;
}

.news .nav-tabs {
  border-bottom: 1px solid #666666;
}

.news .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.news .nav-tabs > li > a {
	margin-right: 4px;
	margin-bottom:1px;
	line-height: 1;
	border-radius: 0px 0px 0 0;
	background: #f9f9f9;
	font-weight: normal;
	color: #ed1c24;
	font-size: 19px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 10px 12px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.news .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:normal;
  background-color: #f9f9f9;
  border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.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: #ed1c24;
  border-bottom-color: transparent;
  font-weight:normal;
	border-top: solid 1px #ed1c24;
	border-left: solid 1px #ed1c24;
	border-right: solid 1px #ed1c24;
}

.news tbody tr {
	border-bottom: solid 1px #cccccc;
}

/** bursa announcement **/
.bursa, .media{
	padding:0px;
	margin:0px;
}

.bursa tbody tr, .media tbody tr {
	border-bottom: dotted 1px #cccccc;
}


.bursaContent{

}

.bursaDate{
	width: 45px;
	height: 48px;
	display:inline-block;
	text-align:center;
	color:#fff;
	padding-top: 8px;
	line-height:18px;
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#1688a1;
	font-size:18px;
	font-weight:400;
}

.bursaDate span{
	font-size:12px;
	line-height:14px;
	font-weight:700;
}

.bursaNews{
	display:inline-block;
	margin-top:5px;
	font-size:14px;
	line-height:18px;
	font-family: 'Roboto Condensed', sans-serif;

}
@media (max-width:400px){
.bursaNews{
	margin-top:0px;
	}
}

/** media news **/
.mediaDate{
	width: 45px;
	height: 48px;
	display:inline-block;
	text-align:center;
	color:#fff;
	padding-top: 8px;
	line-height:18px;
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#1688a1;
	font-size:18px;
	font-weight:400;
}

.mediaDate span{
	font-size:12px;
	line-height:14px;
	font-weight:700;
}

.mediaNews{
	display:inline-block;
	margin-top:5px;
	font-size:14px;
	line-height:18px;
}
@media (max-width:400px){
.mediaNews{
	margin-top:0px;
	}
}


.mediaSource{
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	margin-top:5px;
}

.arrowHead{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #138aa0;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	width: auto;
	float:right;
}
@media (max-width:380px){
	.arrowHead{
		float:left;
		clear:both;
		margin-bottom:10px;
	}
}

.arrowHead:hover{
	color: #138aa0;
}
@media (max-width:380px){
	.arrowHead:hover{
		float:left;
		clear:both;
		margin-bottom:10px;
	}
}
/** contact **/

.irContact{
	border: 1px solid #d3d3d3;
	padding:15px;
	color:#444;
	min-height:231px;
}

.irContact a {
	color:#1688a1;
}

.irContact a:hover {
	text-decoration:underline;
}

.contactContent{
	padding-top:10px;
	line-height:25px;
}
@media (max-width: 320px) {
.contactContent {
	font-size: 13px;
}
}
/* 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;
  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 {
	/* 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:#ed1555;
	content: "-"; 
	font-size:20px;
	font-weight:bold;
	padding:0 5px 0 0;
}

.directorProfile a.accordion-toggle{
	text-decoration: none;
}

.directorDesignation{
	font-weight:normal;
	font-size:13px;
	color:#ed1555;
	padding-bottom:10px;
}

.directorProfileContainer .pic{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

.directorProfileContent{
	color:#666;
	text-align:justify;
	line-height:18px;
    padding: 0 0 0 8px;
}
	
.directorName{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px dashed #ccc;
    color:#128aa5;
}

/* 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:#189bd7;
	color:#fff;
}

.directorDesignation{
	font-weight:normal;
	font-size:12px;
	color:#189bd7;
	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:#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:2px 0px;
	margin-bottom: 18px;

}

.announcementByDate{
	padding-top:15px;
	line-height:16px;
}

.announcementByTime{
	padding-top:8px;	
}

.announcementByTime a{
	color:#000;
}

.announcementByTime a:hover{
	color:#128aa5;
}

/*New Announcements copy form IHH*/


 .bursanews-header
{
	background-color: #e8efef;
    padding: 20px 25px;
    border-bottom: 2px solid #000;
    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:37px;
}

.bursanews-header select{
	background-position:95% 14px !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;
	/*line-height:16px;*/
}

.announcementByTime{
	padding-top:8px;	
}

.announcementByTime a{
	color:#000;
}
.announcementByTime a:hover{
	color:#128aa5;
}
.announcementSelection 
{
    /*background: #ffffff;*/
}
.annoucementContainer .hasDatepicker
{
	width:240px !important;
}





/** 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;
  color: #128aa5;
}
.dailyChartIcon .nav-tabs > li.active > a,
.dailyChartIcon .nav-tabs > li.active > a:hover,
.dailyChartIcon .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #128aa5;
  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 {
	background:url(../images/iconPrinterHover.png) no-repeat center center;
	padding:5px 8px;
}

li.active .iconPrinter{
	background:url(../images/iconPrinterActive.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{
	margin: 0 0 10px 1px;
}

.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;
  color: #128aa5;
}
.priceVolume .nav-tabs > li.active > a,
.priceVolume .nav-tabs > li.active > a:hover,
.priceVolume .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #128aa5;
  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;
  font-size:15px;
  padding:12px;
  font-family: 'Roboto Condensed', sans-serif;	
}
.entitlement .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  color:#ed1555;
}
.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: #ed1555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.entitlementTable{
	font-size:12px;
}

.entitlementTable thead{
	background:#888;
	color:#fff;
}


.totalFigure{
	text-align:right;
	background:#e3e3e3;
	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 */

.AnnualReportsContainer
{
	margin-top:40px;
}

.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:#333;
}

.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; 
}

/** Circulars **/
.circularsContainer{
	padding-bottom:30px;
	margin-top: 10px;
}

.circulars{
	padding:10px 0px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.circularDate{
	padding-bottom:10px;
	font-weight:bold;
}

.circularContent{
	text-align:justify;
}

.circularButton{
	padding-top:20px;
}

.circularButton span{
	padding-left:40px;
	margin-bottom:5px;
	padding-top:1px;
}


/**  alert**/
.newAlert{
	border: 1px solid #d3d3d3;
	padding:15px;
}

.newAlert .form-group {
	margin:0 0 10px 0 ;
	padding:0;
}

.form-control {
	/*background:#ccc;*/
	color:#000000;	
}
.form-control:focus {
	border-color: #ffcd37;
}
.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:#128aa5;
      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:#128aa5;
	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: #ffffff;
  	cursor: default;
  	background-color: #128aa5;
  	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;	
}

/** 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;
	margin-bottom:20px;
}

.eventCalendarImg .month{
	display:block; 
	font-size:10px; 
	position:relative; 
	top:50px;
	color:#fff; 
	font-weight:normal; 
	text-align:center;
}

.eventCalendarImg .date{
	display:block; 
	font-size:38px; 
	position:relative; 
	color:#fff; 
	font-weight:normal; 
	text-align:center;
	top:6px;
}

/* 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:11px;
	padding-top:5px;
	line-height:11px;
	text-align:right;
}
.privacyPolicy a{
	color: #1688a1;
}
.privacyPolicy a:hover {
	text-decoration : underline;
}
.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;
}
@media (max-width: 360px) {
.financialInfo .nav-tabs > li > a {
	font-size: 12px;
	padding: 10px;
}
}
.financialInfo .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  color: #128aa5;
}
.financialInfo .nav-tabs > li.active > a,
.financialInfo .nav-tabs > li.active > a:hover,
.financialInfo .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #128aa5;
  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;
}

.nonAdjusted{
	height:15px;
	display:block;
}
.nonAdjusted:hover{
	height:15px;
	display:block;
	cursor:pointer;
}

.adjusted{
	height:15px;
	display:block;
}
.adjusted:hover{
	height:15px;
	display:block;
	cursor:pointer;
}

.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:#008997;
	color:#ffffff;
	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:#aaa;
	color:#000;
}
.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:1850px;}

/** terms of use **/
.terms{}
.terms h4{
	font-size:18px;
	font-weight:bold;
}
.terms h5{
	font-size:15px;
	font-weight:bold;
}

.terms ul li{
	text-align:justify;
}

table tr.tableHeader td:nth-child(1){
	text-align:center;
}


/** btn **/
.btn {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 0;
  font-size: 13px;
  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;
   background-color:#000;
   color: #fff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.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 {
  color: #fff;
  background-color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;

}
.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: #000;
  border-color: #444;
}
.btn-primary .badge {
  color: #189bd7;
  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: #189bd7;
  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/CMSB/images/5years-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.fiveYrsTabImage_Off
{
  background-image:url("/IR/CMSB/images/5years-off.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_On
{
  background-image:url("/IR/CMSB/images/asreported-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_Off
{
  background-image:url("/IR/CMSB/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: #128aa5;
  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: #128aa5;
  border-color: #ddd;
}
.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: #666;
}
.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;
}

/** tabs **/
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.tabs {
	float: right;
	margin: 0 0 5px 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0;padding: 0;
	border-bottom-width: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: right;
	padding: 0 10px;
	text-decoration: none;
	border-right: solid 1px #666666;
	font-size:12px;
	font-weight:normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
	color: #000000;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 5px;
	background: none;
}
<!-- menu -->
.list-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.list-wrapper .list-container {
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.list-wrapper .list-container .list-header-container {
  position: relative;
  background: none;
  background-color: #fff;
}

.list-wrapper .list-container .list-header-container a.back-link {
  display: inline-block;
  position: absolute;
  padding: 24px 10px 24px 0px;
  vertical-align: middle;
  text-decoration: none;
}

.list-wrapper .list-container .list-header-container a.back-link:hover { color: #2eb5ef; }

.list-wrapper .list-container .list-header-container h3 {
  margin: 0;
  border: 0 none;
  padding:20px 10px;
  font-weight: 400;
  color: #187cbe;
  font-size: 24px;
  position:relative;
  margin-left:20px;
}

.list-wrapper .list-body-container {
  position: relative;
  left: -15%;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 410px;
  width: 115%;
  clear:both;
}
@media (max-width: 768px) {
	.list-wrapper .list-body-container {
		position:relative;
	}	
}
@media (max-width: 820px) {
	.list-wrapper .list-container{
		height:460px;
	}
}

.list-wrapper .list-body-container ul {
  -moz-transition: min-height 0 linear, -moz-transform 0.3s ease-out;
  -o-transition: min-height 0 linear, -o-transform 0.3s ease-out;
  -webkit-transition: min-height 0 linear, -webkit-transform 0.3s ease-out;
  transition: min-height 0 linear, transform 0.3s ease-out;
  -moz-transform: translateX(115%);
  -ms-transform: translateX(115%);
  -webkit-transform: translateX(115%);
  transform: translateX(115%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.list-wrapper .list-body-container ul.hidden { display: none; }

.list-wrapper .list-body-container ul.active-list {
  display: block;
  -moz-transform: translateX(13%);
  -ms-transform: translateX(13%);
  -webkit-transform: translateX(13%);
  transform: translateX(13%);
  min-height: 100%;
}

.list-wrapper .list-body-container ul.active-list.parent-list {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


.list-wrapper .list-body-container ul li {
  display: block;
  border-bottom: 1px solid #C0C1C3;
  background: url(../images/menuLeftIcon.gif) left center no-repeat;
  padding: 0;
}

.list-wrapper .list-body-container ul li:first-child { border-top: 0 none; }

.list-wrapper .list-body-container ul li a {
  font-family: 'Open Sans Condensed', Arial, Helvetica;
  display: block;
  padding: 12px 15px;
  color: #187cbe;
  text-decoration: none;
  font-weight: 700;
  font-size:14px;
}

.list-wrapper .list-body-container ul li a .list-label { float: left; }

.list-wrapper .list-body-container ul li a .right-arrow { float: right; }

.list-wrapper .list-body-container ul li a:hover,
.list-wrapper .list-body-container ul li a:focus,
.list-wrapper .list-body-container ul li a.active-link { color: #f78d0f; }


/*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) center left no-repeat;
	padding: 0 0 0 18px;
}
.clickIcon:hover {
	background: url(../images/clickHoverIcon.png) center left no-repeat;
}
/* responsive hard code sections */
.frameAnnouncements {
	height: 150px;
}
@media (max-width: 1024px) { /* 1024px */
.frameAnnouncements {
	height: 155px;
}
}
@media (max-width: 768px) { /* 768px */
.frameAnnouncements {
	height: 220px;
}
}
@media (max-width: 360px) { /* 360px */
.frameAnnouncements {
	height: 240px;
}
}
.frameProfile {
	height: 1050px;
}
@media (max-width: 1024px) { /* 1024px */
.frameProfile {
	height: 1050px;
}
}
@media (max-width: 768px) { /* 768px */
.frameProfile {
	height: 1300px;
}
}
@media (max-width: 480px) { /* 360px */
.frameProfile {
	height: 1620px;
}
}
.frameCorporate {
	height: 1350px;
}
@media (max-width: 1024px) { /* 1024px */
.frameCorporate {
	height: 1400px;
}
}
@media (max-width: 768px) { /* 768px */
.frameCorporate {
	height: 1500px;
}
}
@media (max-width: 480px) { /* 360px */
.frameCorporate {
	height: 2500px;
}
}
.frameManagement {
	height: 700px;
}
@media (max-width: 1024px) { /* 1024px */
.frameManagement {
	height: 700px;
}
}
@media (max-width: 768px) { /* 768px */
.frameManagement {
	height: 850px;
}
}
@media (max-width: 480px) { /* 360px */
.frameManagement {
	height: 1000px;
}
}
.frameStructure {
	height: 650px;
}
@media (max-width: 1024px) { /* 1024px */
.frameStructure {
	height: 650px;
}
}
@media (max-width: 768px) { /* 768px */
.frameStructure {
	height: 650px;
}
}
@media (max-width: 480px) { /* 360px */
.frameStructure {
	height: 300px;
}
}
.frameBusiness {
	height: 1400px;
}
@media (max-width: 1024px) { /* 1024px */
.frameBusiness {
	height: 3200px;
}
}
@media (max-width: 768px) { /* 768px */
.frameBusiness {
	height: 3200px;
}
}
@media (max-width: 480px) { /* 360px */
.frameBusiness {
	height: 3200px;
}
}
.frameOverview {
	height: 1500px;
}
@media (max-width: 1024px) { /* 1024px */
.frameOverview {
	height: 1500px;
}
}
@media (max-width: 768px) { /* 768px */
.frameOverview {
	height: 1500px;
}
}
@media (max-width: 480px) { /* 360px */
.frameOverview {
	height: 2600px;
}
}
.frameFinancial {
	height: 1200px;
}
@media (max-width: 1024px) { /* 1024px */
.frameFinancial {
	height: 2100px;
}
}
@media (max-width: 768px) { /* 768px */
.frameFinancial {
	height: 2200px;
}
}
@media (max-width: 480px) { /* 360px */
.frameFinancial {
	height: 2100px;
}
}
.frameComprehensive {
	height: 2200px;
}
@media (max-width: 1024px) { /* 1024px */
.frameComprehensive {
	height: 2300px;
}
}
@media (max-width: 768px) { /* 768px */
.frameComprehensive {
	height: 2600px;
}
}
@media (max-width: 360px) { /* 360px */
.frameComprehensive {
	height: 3800px;
}
}
.frameSegmental {
	height: 1500px;
}
@media (max-width: 1024px) { /* 1024px */
.frameSegmental {
	height: 1600px;
}
}
@media (max-width: 768px) { /* 768px */
.frameSegmental {
	height: 1700px;
}
}
@media (max-width: 480px) { /* 480px */
.frameSegmental {
	height: 1800px;
}
}
@media (max-width: 360px) { /* 360px */
.frameSegmental {
	height: 2600px;
}
}
.frameRatio {
	height: 2100px;
}
@media (max-width: 1024px) { /* 1024px */
.frameRatio {
	height: 2100px;
}
}
@media (max-width: 768px) { /* 768px */
.frameRatio {
	height: 2500px;
}
}
@media (max-width: 360px) { /* 360px */
.frameRatio {
	height: 3700px;
}
}
.frameShareholdings {
	height: 500px;
}
@media (max-width: 1024px) { /* 1024px */
.frameShareholdings {
	height: 500px;
}
}
@media (max-width: 768px) { /* 768px */
.frameShareholdings {
	height: 500px;
}
}
@media (max-width: 360px) { /* 360px */
.frameShareholdings {
	height: 500px;
}
}
.frameShareholders {
	height: 1000px;
}
@media (max-width: 1024px) { /* 1024px */
.frameShareholders {
	height: 1000px;
}
}
@media (max-width: 768px) { /* 768px */
.frameShareholders {
	height: 1000px;
}
}
@media (max-width: 360px) { /* 360px */
.frameShareholders {
	height: 1800px;
}
}
.frameDocument {
	height: 500px;
}
@media (max-width: 1024px) { /* 1024px */
.frameDocument {
	height: 500px;
}
}
@media (max-width: 768px) { /* 768px */
.frameDocument {
	height: 600px;
}
}
@media (max-width: 360px) { /* 360px */
.frameDocument {
	height: 700px;
}
}
irLatestHighlights {
	height: 120px;
}
@media (max-width: 1024px) { /* 1024px */
irLatestHighlights {
	height: 120px;
}
}
@media (max-width: 768px) { /* 768px */
irLatestHighlights {
	height: 600px;
}
}
@media (max-width: 490px) { /* 360px */
irLatestHighlights {
	height: 170px;
}
}

.reports-wrapper{
	background:url(../images/reportBG.png) repeat-x left bottom;
	min-height:260px;
	padding:20px;
}
.diagram {
	margin-top:30px;
	background-color:#fbf1d8;
}
.slider {
	position: relative;
}

/**IPO**/
.ipoHeader {
	color:#ed1555;
	font-weight:bold;
	font-size:16px;
}
.ipoName {
	color:#138aa0;
	font-weight: bold;
	font-size:18px;
	padding:20px 0 5px 0;
}
@media (max-width: 400px) { /* 400px */
.ipoName {
	padding:0px 0 10px 0;
}
}
.ipoTitle {
	color:#138aa0;
	font-weight: bold;
	font-size:18px;
	padding:12px 0 5px 0;
}
@media (max-width: 500px) { /* 400px */
.ipoTitle {
	padding:10px 10px 10px 0;
	float:left;
	text-align:justify;
}
}
.ipoImage {
	float:left;
	padding-right:10px;
}

/* ----------------------------------------------------------------
    Accordions
-----------------------------------------------------------------*/

.accordion { margin-bottom: 20px; }

.acctitle,
.acctitlec {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 0px;
	background-color:#f5f5f5;
}

.director-title{
	color:#1688a1;
	font-size:20px;
	padding-right:10px;
}

.acctitle span{
	color:#000;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    text-align: right;
    font-size: 14px;
    line-height: 55px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none;}

.acctitlec i.acc-open { display: block;}

.acc_content {
    position: relative;
    padding: 15px 0px;
	background-color:#f5f5f5;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
}

.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }


/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #CCC;
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }

/* === business overview === */
.business {
	float:left; 
	margin:20px 8px;
}
.businessName {
	width: 220px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}
.businessDescName{
	font-weight:bold; 
	color:#138aa0;
	font-size:16px;
	padding-top:5px;
}
.system, .services, .projects { 
	border-bottom:1px dashed #ccc; 
	padding:10px 0;
	margin:0 0 10px 0;
}
.systemImg {
	width:211px;
}
@media (max-width: 819px) {
.systemImg {
  min-width:300px;
  }
}
@media (max-width: 360px) {
.systemImg {
  min-width:100px;
  }
}
.businessTable {
	line-height:18px;
}
.businessTable ul li{
	padding: 2px 0px;
	margin: 0 ;
	list-style:inside square;
}
.businessTable p {
  padding-top:5px;
}

/** added by kc - 201604071649PM **/
/* hide default icon */

.icon-circle-arrow-left:before, .icon-circle-arrow-left:after{
	content:""!important;	
}

.icon-circle-arrow-right:before, .icon-circle-arrow-right:after{
	content:""!important;	
}

/* 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;
}


/** Interactive Stock Chart **/
/* Added by KC 201604071521PM */
.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: #128aa5;
  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: #128aa5;
  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: #128aa5;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}

.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {background:#128aa5; 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;
	}
}