/* Define the default first */


/******* em Text Delaration Start *******/


/* Setup Font Family and Size Correctly First. Default(Medium) Font Size is 16px on all browsers */


/*body *
{
  font-size: 101%; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

body,
form,
input * {
    margin: 0;
    padding: 0;
}


/* 
Reduce the font size to 68.8% or 11px size
100% = 16
11/16 x 100
*/

html>body,
body {
    font-size: 68.8%;
}


/* Ensure forms and tables inherit the correct size */

table,
input,
select,
th,
td,
textarea {
    font-size: 1em;
}


/* Ensure nested elements inherit the correct size */

ol,
ul,
li li,
li p,
td p,
blockquote p,
div div {
    font-size: 1em;
}

table table td {
    font-size: 0.95em;
}


/* child pixels / parent pixels = child ems
Example(19px for h1) : 19 (child pixels) / 11 (parent pixels) = 1.73
*/


/******* em Text Delaration End *******/


/* HEADING */

h1 {
    font-size: 1.73em;
    font-weight: 600;
    color: #919191;
    text-transform: uppercase;
}

h2 {
    font-size: 1.18em;
    font-weight: bold;
    color: #be1717;
}

h3 {
    font-size: 1.09em;
    color: #032258;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h5 {}

h6 {}

small {
    font-size: 0.9em;
}

sup {
    font-size: 0.9em;
}


/* LINK */

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}


/* IMG */

img {
    border: 0;
}

img.ir_left {
    float: left;
    margin: 0 10px 10px 0;
}

img.ir_spacerRight {
    margin-right: 20px;
}

img.ir_spacerLeft {
    margin-left: 20px;
}


/* TABLE */

th {
    font-weight: normal;
}

table[class*=-boder] {
    border: 1px solid #CCCCCC;
}

table[class^=ir-table] {
    padding: 5px;
    margin: 0 0 20px 0;
    border-spacing: 3px;
    width: 100%;
}

table[class^=ir-table] tr td {
    padding: 10px;
    border-left: 1px solid #d0d0d0;
    border-bottom: none;
    text-align: left;
}

table[class^=ir-table] tr td:first-child {
    border-left: none;
}

table[class^=ir-table] tr.ir_tableTopRow td,
table[class^=ir-table] tr.ir_tableTopRow th {
    background: #00B5EF;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

table[class^=ir-table] tr.row1 td,
table[class^=ir-table] tr.row1 th {}

table[class^=ir-table] tr.row2 td,
table[class^=ir-table] tr.row2 th {}

table[class^=ir-table] tr.rowHeader th {
    background: #00B5EF;
    color: #fff;
}

table[class^=ir-table] tr.rowHighlight td,
table[class^=ir-table] tr.rowHighlight th {
    background-color: rgba(0, 181, 239, .1) !important;
    font-weight: bold;
}

table[class^=ir-table] tr.rowTSHighlight td {
    background: #ccd0e1;
    border-bottom: 1px solid #aaa;
}

table[class^=ir-table] tr th.cellHeader {
    background: #00B5EF;
    color: #fff;
}

table[class^=ir-table] tr td.cellHighlight {
    background: #00B5EF;
    color: #fff;
}

table[class^=ir-table] tr td.cellTSHighlight {
    background: #ccd0e1;
    border-bottom: 1px solid #aaa;
}

table[class^=ir-table] tr td.cellTotal {
    border-bottom: #d7182a 1px solid;
}

table[class^=ir-table] tr td.cellSubTotal {
    border-top: 1px solid #00B5EF;
}

table[class^=ir-table] tr td.cellRed {
    background: #ebddd8;
}

table[class^=ir-table] tr td.cellGreen {
    background: #d8ebdc;
}

table[class^=ir-table] tr.bottom td {
    border-bottom: #d7182a 1px solid !important;
}

table[class^=ir-table] tr.rowRollover td {
    background: #fff !important;
}

table.ir_hover tr:hover td {
    background: #c3b777;
}

table.ir_hover tr.row1:hover td,
table.ir_hover tr.row1:hover th {
    background: #c3b777;
}

table.ir_hover tr.row2:hover td,
table.ir_hover tr.row2:hover th {
    background: #c3b777;
}

table.ir_hover tr.rowHighlight:hover td {
    background: #c3b777;
}

table.ir_hover tr.rowTSHighlight:hover td {
    background: #c3b777;
}


/*table.calculator { width: 40%; float: left; }
table.calculator:first-child { width: 60%; }*/


/* Clear */

.clear,
#container,
#content>article {
    clear: both;
}


/* Clear Flot Use This Instead <div class="clear"></div> */

#container:after,
body>header:after,
#content:after,
body>footer:after,
#content>header:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


/* COLOR */

.red {
    color: #ff0000;
}

.green {
    color: #1bb813;
}


/* ALIGNMENT */

[class^=align-left] {
    text-align: left;
}

[class^=align-right] {
    text-align: right;
}

[class^=align-center] {
    text-align: center;
}


/* STRUCTURE */


/*body > header { width: 847px; height: 106px; margin: 0 auto; background: url(/images/sample_header.jpg) no-repeat left center; }
body > [id^=container] { font-size: 1em; width: 847px; margin: 0 auto; }
body > [id^=container] > aside{ float: left; width: 170px; padding: 15px;}
body > [id^=container] > aside > nav > ul{ margin: 0px; padding: 0px; list-style: none; }
body > [id^=container] > aside > nav > ul > ul { margin: 0px; list-style: none; }
body > [id^=container] > #content { float: right; width: 617px; margin: 15px;}
body > [id^=container] > #content > header{ width: 100%; padding: 0 0 10px 0px; }
body > [id^=container] > #content > header > h1{ float: left; width: 80%; padding: 0px; margin: 0px; }
body > [id^=container] > #content > header > span{ float: right; }
body > footer { width: 847px; padding: 10px 0; margin: 0 auto; font-size: 0.82em; border-top: 1px solid #ccc;}*/

@media (min-width: 768px) {
	footer>div.footer-top>.row {
		display: flex;
		align-items: center;
	}    
}

  footer>div.footer-top>.row .list-social {
	float: right;
	margin: 0px;
	padding: 20px 0;
}

footer>div.footer-top>.row .list-social li {
	padding: 0 10px 0 0;
}

footer>div.footer-top>.row .list-social li a {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #e3e3e3;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
}

footer>div.footer-top>.row .list-social li a i:before {
	font-size: 20px;
	font-size: 2rem;
}

/* PRINT STRUCTURE */

#ir_containerPrint {
    font-size: 1em;
    width: 617px;
    margin: 0 auto;
    clear: both;
}

#ir_contentPrint {
    width: 617px;
}

#ir_footerPrint {
    font-size: 0.82em;
    background: url(/images/sample_footer.gif) repeat-x #939393;
    width: 617px;
    min-height: 39px;
    padding-top: 18px;
    clear: both;
}

.ir_textMainHighlight {
    color: #00a2dd;
    font-weight: bold;
}

.ir_textSubHighlight {
    color: #666666;
}

.ir_textFootnote {
    font-size: 0.9em;
}

.ir_textFootnote ol {
    font-size: 1em;
}

.ir_textDivider {
    border-bottom: 1px dotted #666;
    margin: 1em 0;
}

hr {
    width: 100%;
    clear: both;
    border: 0;
    background: #ccc;
    height: 1px;
    margin: 12px 0;
}

.ir_textFooter {
    text-align: center;
}

.ir_textFooter a:link {
    text-decoration: none;
}

.ir_textFooter a:visited {
    text-decoration: none;
}

.ir_textFooter a:hover {
    text-decoration: underline;
}

.ir_textError {
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
}

#side-nav>ul>li {
    padding: 0 0 5px 0;
    color: #000;
}

#side-nav>ul>li>a {
    color: #000;
}

#side-nav>ul>li.active>a {
    font-weight: bold;
}

#side-nav>ul>li>ul {
    margin: 0px;
    padding: 0px 0 0 20px;
}

#side-nav>ul>li>ul>li {
    padding: 0px;
    color: #6699cc;
}

#side-nav>ul>li>ul>li>a {
    color: #6699cc;
}

#side-nav>ul>li>ul>li.active>a {
    font-weight: bold;
    text-decoration: underline;
}

.ir_menuDivider {
    width: 100%;
    height: 15px;
}

.ir_news {
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
}

.ir_newsDate {
    width: 25%;
    float: left;
    list-style-type: none;
}

.ir_newsTitle {
    width: 74%;
    float: right;
    list-style-type: none;
}

[class^=news-pagination]:before,
[class^=news-pagination]:after,
[class^=news-pagination] .filter:after,
[class^=news-pagination] .filter>div:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

[class^=news-pagination] {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

[class^=news-pagination] .filter,
[class^=news-pagination]>div {
    display: inline-block;
    position: relative;
    clear: both;
    padding: 0;
}

[class^=news-pagination] .filter>a {
    width: 30px;
    float: left;
    margin: 10px 5px;
    display: block;
    text-align: center;
    line-height: 30px;
}

[class^=news-pagination] .filter>span {
    width: 30px;
    float: left;
    margin: 10px 5px;
    display: block;
    text-align: center;
    line-height: 30px;
}

[class^=news-pagination] .filter>div {
    float: left;
    display: block;
    font-weight: bold;
    margin: 10px 5px;
}

[class^=news-pagination] .filter>div input {
    width: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}


/* ==================== news pagination slider ==================== */

#biz-slider-newsroom>a.control {
    display: block;
    margin: 0 2px;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #1ea1d7;
    padding: 2px 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: absolute;
    cursor: pointer;
}

#biz-slider-newsroom>a.control:hover {
    background-color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
}

#biz-slider-newsroom>a#left_control {
    top: 0;
    left: 0;
}

#biz-slider-newsroom>a#right_control {
    top: 0;
    right: 0;
}

#biz-slider-newsroom>ul {
    line-height: normal;
    margin: 0 35px !important;
    padding: 0;
    list-style: none;
    box-shadow: none !important;
}

#biz-slider-newsroom>ul li {
    float: left;
    padding: 0;
    margin: 0;
    width: 35px;
}

#biz-slider-newsroom>ul li>a {
    display: block;
    margin: 0 2px;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #000;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#biz-slider-newsroom>ul li>a:hover {
    background-color: #0071be;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
}

#biz-slider-newsroom>ul li>a.active {
    background-color: #0071be;
    color: #fff !important;
    text-decoration: none;
}

.ir_qa {
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
}

.ir_qaDate {
    width: 25%;
    float: left;
    list-style-type: none;
}

.ir_qaTitle {
    width: 74%;
    float: right;
    list-style-type: none;
}

.ir_arContainer {
    width: 100%;
    height: 232px;
    padding: 0px;
    margin: 0px;
    clear: both;
}

.ir_arLeft {
    width: 40%;
    float: left;
    list-style-type: none;
}

.ir_arRight {
    width: 60%;
    float: right;
    list-style-type: none;
}

.ir_arHeight {
    width: 98%;
    padding-top: 30%;
}

.ir_iconRowHeight {
    height: 20px;
}

.ir_webcastContainer {
    width: 100%;
    height: 113px;
    padding: 0px;
    margin: 0px;
    clear: both;
}

.ir_webcastLeft {
    width: 37%;
    float: left;
    list-style-type: none;
}

.ir_webcastRight {
    width: 63%;
    float: right;
    list-style-type: none;
}

.ir_webcastHeight {
    width: 98%;
    padding-top: 8%;
}

.ir_boxHighlight {
    background: #e9f1fb;
    border: 1px dotted #6699d5;
    padding: 2% 1%;
}

.ir_boxHighlight .form-control {
    display: inline-block;
    width: auto;
}

.ir_boxCaptcha {
    width: 98%;
    background: #fff;
    padding: 1%;
}

.ir_insiderPopUp {
    position: absolute;
    z-index: 200;
    visibility: hidden;
    left: 100px;
}

.ir_insiderPopUpContent {
    background: #FFFFFF;
    width: 300px;
    border: 1px dotted #656565;
    padding: 5px;
}

input.ir_investmentCalculator {
    border: 0px;
    background: transparent;
}


/* Define the rest of the classes here */


/* ================================ Interactive Chart ================================ */

#ir_chart_setting {
    position: relative;
    z-index: 1;
}

#ir_chart_setting fieldset {
    padding: 5px 0;
    border: none;
    margin: 0;
}

#ir_chart_setting fieldset legend,
#ir_chart_setting fieldset div {
    width: 120px;
    float: left;
    line-height: 18px;
}

#ir_chart_setting fieldset input {
    vertical-align: middle;
}

#ir_chart_setting fieldset input[type="radio"] {
    margin: 3px;
}

.ir_chart_interactive_loading {
    text-align: center;
}

#ir_loading_indicator {
    display: inline-block;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ir_chart_interval {
    position: absolute;
    bottom: -31px;
    right: 270px;
}

.ir_news_tooltip,
.ir_insider_trades_tooltip {
    white-space: normal;
    display: block;
    width: 400px;
}

.ir_corporate_actions_tooltip {
    white-space: normal;
    display: block;
    width: 200px;
}


/* for datepicker */

.ui-widget-header {
    border: 1px solid #fff;
    background: #16569d;
    color: #000;
    font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #16569d;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #16569d;
    background: #B8D0EA;
    font-weight: bold;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #16569d;
    background: #16569d;
    color: #ffffff;
}

[class^=highstocks] {
    display: none;
}

.stock_chart-top {
    color: #00a2dd;
    opacity: 1;
}


/* top high chart color and opacity */

.stock_chart-bottom {
    color: #00a2dd;
    opacity: 0.3;
}


/* bottom high chart color and opacity */

.stock_chart-line {
    color: #00a2dd;
}


/* close line color */

.stock_chart-bar {
    color: #00a2dd;
}


/* volume chart bar color */

.stock_chart-btn_zoom {
    color: #00a2dd;
}

.highcharts-markers>path {
    fill: #00a2dd;
}


/* Point color */

.highcharts-range-selector.hasDatepicker {
    border: none!important;
    margin: 2px 0 0 2px;
}

@media only screen and (max-width: 1024px) {
    #ir_content_container {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ir_chart_interval {
        bottom: 5px;
        right: 12px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    table.ir-table tr td input[type=text],
    table.ir-table tr td select {
        width: 100%;
    }
    #recaptcha_image,
    #recaptcha_image img {
        width: 100%!important;
    }
    .ir_boxCaptcha>#recaptcha_response_field {
        width: 100%;
        margin-bottom: 10px;
    }
    .ir_chart_interval {
        bottom: -65px;
        left: 0;
    }
    #ir_chart_container>div>div {
        left: 0;
    }
    #ir_chart_container>.highcharts-container {
        top: 25px!important;
    }
}


/* ====================== Table Responsive ====================== */

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive-02 table,
    .table-responsive-02 thead,
    .table-responsive-02 tbody,
    .table-responsive-02 th,
    .table-responsive-02 td,
    .table-responsive-02 tr {
        display: block;
    }
    .table-responsive-02 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-responsive-02 td {
        border: none;
        position: relative;
        padding-left: 0%;
        white-space: normal;
        text-align: left;
    }
    .table-responsive-02 td:first-child {
        border-bottom: none;
    }
}


.facebook a {
    background-color: rgba(72, 98, 163, 0.5) !important;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    .facebook a:hover {
      background-color: #4862a3 !important; }
  
  .youtube a {
    background-color: rgba(209, 34, 35, 0.5) !important;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    .youtube a:hover {
      background-color: #d12223 !important; }
  
  .linkedin a {
    background-color: rgba(0, 119, 181, .5) !important;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    .linkedin a:hover {
      background-color: #0077b5 !important; }
  
  .twitter a {
    background-color: rgba(29, 161, 243, .5) !important;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    .twitter a:hover {
      background-color: #1da1f3 !important; }

	  