﻿@charset "utf-8";
/* CSS Document */
html {
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #373737;
    font-weight: 400;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

a {
    color: #bf3a90;
}

    a:hover {
        color: #e7ca2f;
    }

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 26px;
    line-height: 30px;
    color: #2b2b2b;
    margin: 0px 0px 18px 0px;
    opacity: 0.88;
}

img, input {
    outline: none;
}

.mt12 {
    margin-top: 12px;
}

.mt40 {
    margin-top: 40px;
}

#stockinfo-key, #ircontact-newsalert, #news-reports {
    margin-top: 40px;
}

.more {
    text-align: right;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

.frameStyle {
    width: 100%;
}
/******************IR Menu*************************/
#ir-menu {
    /*background-color:#134b97;*/
    /*padding:20px 0px;*/
    /*height:55px;*/
}

    #ir-menu ul li a {
        opacity: 0.75;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }

    #ir-menu ul .activeHeader a {
        /*color:#e11f27 !important;*/
        opacity: 1;
        font-weight: 600;
    }

    #ir-menu ul li a:hover {
        opacity: 1;
    }

/**************End Ir Menu*************/



.stockinfo-section {
    background-color: #bf3a90;
    color: #fff;
    padding: 20px 30px 20px 15px;
}

.stockinfo {
    height: 100%;
    margin-top: 10px;
}

.stockchart {
}

    .stockchart iframe {
    }

.stockcode {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 4px;
}

.stock-value {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}

.stockPrice {
    margin-left: 2px;
}

    .stockPrice .priceUp {
        color: #05ee20;
    }

    .stockPrice .priceDown {
        color: #d71921;
    }

    .stockPrice .priceUp, .stockPrice .priceDown {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

        .stockPrice .priceUp:before, .stockPrice .priceDown:before {
            font-family: FontAwesome;
            margin-right: 06px;
            font-size: 11px;
            color: #fff;
            padding: 5px;
            border-radius: 100%;
            vertical-align: top;
        }

        .stockPrice .priceUp:before {
            content: "\f062";
            background-color: #05ee20;
        }

        .stockPrice .priceDown:before {
            content: "\f063";
            background-color: #d71921;
        }

    .stockPrice .standard {
        font-size: 15px;
        color: #fff;
    }

.stockDetails {
    font-size: 15px;
    padding-bottom: 05px;
}

    .stockDetails:last-child {
        padding-bottom: 0px;
    }

    .stockDetails span:first-child {
        /*font-size:14px;
	font-weight:400;*/
    }

    .stockDetails:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

.quoteSource {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 8px;
}

.revenue-bg {
    background: url(../images/revenue-bg.jpg);
    background-repeat: no-repeat;
    height: 195px;
    color: #fff;
    text-align: center;
    padding: 20px 30px;
    display: table;
    width: 100%;
    background-size: cover;
}

    .revenue-bg .inner-section {
        display: table-cell;
        vertical-align: middle;
    }

    .revenue-bg h3 {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        border-bottom: 2px solid #bf3a90;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .revenue-bg h1 {
        font-size: 35px;
        font-weight: 500;
        margin: 0px;
    }

        .revenue-bg h1 span {
            font-style: italic;
            font-weight: 300;
            font-size: 24px;
            font-family: 'Open Sans', sans-serif;
        }





.ir-contact {
    background-color: #f1f2f4;
    padding: 20px 30px;
    color: #000;
    height: 100%;
}

    .ir-contact p, .news-alert p {
        font-size: 15px;
        font-family: 'Lato', sans-serif;
    }

.news-alert {
    background: url(../images/newsalert-bg.jpg);
    background-repeat: no-repeat;
    height: 100%;
    padding: 20px 30px;
    color: #fff;
    background-size: cover;
    background-position: center;
	min-height:184px;
}

    .news-alert p a {
        background-color: transparent;
        color: #bf3a90;
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        text-align: inherit;
    }

        .news-alert p a:hover {
            color: #e7ca2f;
            background-color: transparent;
        }

    .news-alert a {
        background-color: #e7ca2f;
        color: #000;
        border-radius: 0px;
        padding: 8px 20px;
        outline: none;
        border: none;
        font-weight: 500;
        text-align: right;
        margin-top: 10px;
        display: inline-block;
        transition: 1s ease all;
    }

        .news-alert a:hover {
            background-color: #bf3a90;
            color: #fff;
        }

    .news-alert h2 {
        color: #fff;
    }

.icons {
    font-family: 'Lato', sans-serif;
}

    .icons a {
        color: #000;
    }

        .icons a:hover {
            color: #e7ca2f;
        }

    .icons p {
        display: inline-block;
        margin-right: 20px;
    }

        .icons p:last-child {
            margin-right: 0px;
        }

    .icons img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 08px;
    }

    .icons p span {
        display: inline-block;
        vertical-align: middle;
    }

.report-box:after, .more:before {
    content: '';
    display: table;
    clear: both;
}

.report-box:last-of-type {
    margin-top: 15px;
}

.report-box img {
    margin-right: 18px;
    float: left;
    display: table;
}

.report-box span {
    display: table-cell;
    vertical-align: middle;
    height: 110px;
    font-size: 16px;
    font-weight: 600;
}

.report-box a {
    font-size: 13px;
    display: block;
    border-top: 2px solid #d7d7d7;
    padding-top: 4px;
    margin-top: 6px;
    font-weight: 500;
}

.news-box {
    display: table;
    width: 100%;
}

.date-section {
    vertical-align: middle;
    display: table-cell;
    width: 100px;
    text-align: center;
    margin-right: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .date-section p:first-child {
        font-size: 24px;
        color: #2e2e2e;
        line-height: 26px;
    }

    .date-section p {
        font-size: 12px;
        margin-bottom: 0px;
        color: #c5a602;
        line-height: 15px;
    }

        .date-section p span {
            display: block;
        }

.news {
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 0px;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0px;
}

    .news a {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        line-height: 18px;
    }

        .news a:hover {
            color: #e7ca2f;
        }


/***********IR Home page Iframe*************/
#stockinfo-bursa-iframe {
}

.stock-info-iframe {
    background-color: #fff;
    color: #303030;
    padding: 20px 30px;
    height: 100%;
    border-bottom: 4px solid #f5f5f5;
}

.stockcode-iframe {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 2px;
}

.stock-value-iframe {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    padding-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    color: #bf3a90;
}

.stockPrice-iframe {
    margin-left: 2px;
}

    .stockPrice-iframe .priceUp {
        color: #05ee20;
    }

    .stockPrice-iframe .priceDown {
        color: #d71921;
    }

    .stockPrice-iframe .priceUp, .stockPrice-iframe .priceDown {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

        .stockPrice-iframe .priceUp:before, .stockPrice-iframe .priceDown:before {
            font-family: FontAwesome;
            margin-right: 06px;
            font-size: 11px;
            color: #fff;
            padding: 5px;
            border-radius: 100%;
            vertical-align: top;
        }

        .stockPrice-iframe .priceUp:before {
            content: "\f062";
            background-color: #05ee20;
        }

        .stockPrice-iframe .priceDown:before {
            content: "\f063";
            background-color: #d71921;
        }

    .stockPrice-iframe .standard {
        font-size: 15px;
        color: #303030;
    }

.stockDetails-iframe {
    font-size: 15px;
    padding-bottom: 05px;
}

    .stockDetails-iframe:last-child {
        padding-bottom: 0px;
    }

    .stockDetails-iframe span:first-child {
        /*font-size:14px;
	font-weight:400;*/
    }

    .stockDetails-iframe:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

.quoteSource-iframe {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #4d4d4d;
    padding-top: 8px;
    margin-top: 8px;
    color: #6c6c6c;
}

.bursa-section-iframe {
    background-color: rgba(58,58,58,0.6);
    height: 100%;
    padding: 20px 30px;
    border-bottom: 4px solid #f5f5f5;
    color: #efefef;
    display: table;
    width: 100%;
}

    .bursa-section-iframe p {
        margin-bottom: 0px;
    }

.date-month {
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    width: 55px;
    text-align: center;
    vertical-align: middle;
}

    .date-month p:last-child {
        font-size: 18px;
        line-height: 20px;
    }

.bursa-news {
    display: inline-block;
    font-size: 15px;
    width: 74%;
    vertical-align: middle;
}

    .bursa-news a {
        color: #fff;
    }

.valign {
    display: table-cell;
    vertical-align: middle;
}

/*=======================================
PTRANS checkbox css
=======================================*/



.right-cntrls{	
	background-color:#bf3a90;
    float: left;
    width: 100%;	
	margin-bottom:15px;
}
.right-cntrls ul.right-tabs {
    margin: 0px;
    padding: 0px;
      
}

.right-cntrls .right-tabs li {
    list-style: none !important;
    display: inline !important;
   /* margin-right: 15px !important;*/
    font-weight:bold;
    color:#666;
	width:20%;
	 padding: 15px 0;
	float:left;
	text-align:center;
	border-right:1px solid #fff;
	color:#fff;
}




/***********END IR Home page Iframe*************/

/*==========  Mobile First Method  ==========*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .stockchart {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
    .stockchart {
        margin-bottom: 10px;
    }

    .report-box span {
        font-size: 14px;
        line-height: 18px;
    }

    .stock-info-iframe, .bursa-section-iframe {
        padding: 20px;
    }

    .stock-value-iframe {
        font-size: 28px;
        line-height: 32px;
    }

    .stockDetails-iframe {
        font-size: 14px;
        padding-bottom: 02px;
    }

    .stockcode-iframe {
        font-size: 18px;
        line-height: 22px;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-header {
        display: none;
    }

    #ir-menu .navbar-nav li a {
        padding: 7px 28px 8px 0px !important;
    }

    #ir-menu .navbar-nav li:last-child a {
        padding-right: 0px !important;
    }

    .pl-0 {
        padding-left: 0px;
    }

    .pr-0 {
        padding-right: 0px;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    #ir-menu {
        /*background-color:#134b97;*/
        /*padding:20px 0px;*/
        height: 55px;
    }

        #ir-menu ul li a:before {
            display: inline-block;
            padding-right: 10px;
            min-width: 40px;
        }

        #ir-menu .navbar-nav li a {
            padding: 10px 0px!important;
        }

        #ir-menu ul li a:before {
            padding-bottom: 0px;
        }

        #ir-menu .navbar-nav {
            padding-top: 10px;
            padding-bottom: 5px;
        }

    #stockinfo-key .pl-0 {
        margin-top: 40px;
    }

    #news-reports .col-lg-8 .more {
        margin-bottom: 30px;
    }

    .stockinfo-section .stockPrice {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .stockPrice-iframe {
        margin-bottom: 10px;
    }
	
	
	.right-cntrls .right-tabs li {
    list-style: none !important;
    display: inline !important;
   /* margin-right: 15px !important;*/
    font-weight:bold;
    color:#666;
	width:100%;
	 padding: 15px 0;
	float:left;
	text-align:center;
	border-right:none;
	border-bottom:1px solid #fff;
	color:#fff;
}
	
}

@media (max-width: 530px) 
{
	.corp-info-container td 
	{
      word-break: break-word;
      font-size: 12px;padding:8px 3px !important;
   }
   .corp-info-container th 
   {
	   font-size:13px;padding:8px 3px !important;
   }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .quoteSource {
        font-size: 11px;
    }

    .icons p {
        font-size: 12px;
    }
	.ir-contact 
	{
     padding:20px 15px;
    }
	h2
	{
		font-size:24px;line-height:28px;
	}
	
	.stockcode {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 4px;
    text-align: center;
}
.stock-value {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.stockPrice .priceUp, .stockPrice .priceDown {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}
.stockPrice .standard {
    font-size: 15px;
    color: #fff;
    text-align: center;
}

}
/* Portrait i phones and smaller */
@media (max-width: 320px) {
    #ctl00_submenu ul li {
        padding: 0px 6px !important;
    }
}
