/* 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: Verdana, Arial, Helvetica, sans-serif;*/
}

/* Reduce the font size to 68.8% or 11px size
100% = 16
11/16 x 100
*/
/*body{ font-size: 68.8%; }*/

/* IE can�t read this */
/*html>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 *******/

body {margin: 0; padding: 0;}

form, input * {margin: 0; padding:0;}

img {border: 0;}

th {font-weight: normal;}

#ir_container {font-size: 1em; width: 1000px; margin: 0 auto; clear: both;}
#ir_header {background: url(sample_header.jpg) no-repeat left center; width: 100%; height: 106px;}
#ir_sidebar {float: left; width: 170px; padding: 15px;}
#ir_content {float: right; width: 760px; margin: 15px;}
#ir_footer {font-size: 0.82em; width: 100%; padding: 10px 0; clear: both; border-top: 1px solid #ccc;}

#ir_containerPrint {font-size: 1em; width: 477px; margin: 0 auto; clear: both;}
#ir_contentPrint {width: 477px;}
#ir_footerPrint {font-size: 0.82em; width: 477px; padding: 10px 0; clear: both; border-top: 1px solid #ccc;}

h1 {font-weight: bold; margin-top: 0;}
h2 {font-weight: bold;}
h2.ir_textMainHighlight {font-size: 1em; margin: 0;}
h3 {font-weight: bold;}
h4 {font-weight: bold;}
h5 {}
h6 {}

a:link {color: #b5121b; text-decoration: none;}
a:visited {color: #b5121b; text-decoration: none;}
a:hover {color: #b5121b; text-decoration: none;}

a.ir_addToCalendar { background: url(btn_calendar.html) no-repeat left top; display: block; text-indent: -1000em; width: 20px; height: 20px; margin: 0 auto; outline: none; }
a.ir_addToCalendar:hover { background-position: left bottom; }

.ir_linkPDF {background: url(icon-download-blk.png) no-repeat left top; padding-left: 36px; line-height: 26px;background-size: 25px;}
.ir_linkPDF a {color: #000000;}
.ir_linkPDF:hover {background: url(icon-download-red.png) no-repeat left top; padding-left: 36px; line-height: 26px;background-size: 25px;}
.ir_linkPDF:hover a {font-weight: bold;}
.ir_linkHTML {background: url(icon_html.html) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkAudio {background: url(icon_audio.html) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkVideo {background: url(icon_video.html) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkZip {background: url(icon_zip.html) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkArchive {background: url(icon_archive.html) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkView {background: url(icon_view.html) no-repeat left top; padding-left: 20px; line-height: 18px;}

img.ir_left {float: left; margin: 0 10px 10px 0;}
img.ir_right {float: right; margin: 0 0 10px 10px;}
img.ir_middle {vertical-align: middle;}

.ir_textRed {color: #ff0000;}
.ir_textGreen {color: #448800;}
.ir_textQuestions {color: #00f;}

.ir_textMainHighlight {color: #000000; font-weight: bold;}
.ir_textSubHighlight {color: #666666;}
.ir_textFootnote {font-size: 0.9em;}
.ir_textFootnote ol {font-size: 1em;padding-left: 15px;}
.ir_textDivider {border-bottom: 1px dotted #666; margin: 1em 0;}
hr { width: 100%; clear: both; border: 0; background: #ccc; height: 1px; margin: 12px 0; }
*+html hr { outline: none; border: 1px solid #ccc; }

.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;}

#ir_search {text-align:right; padding: 50px 10px 0 0; clear: both;}

#ir_menu {list-style: none; padding: 0; margin: 0; } /* general menu style */
#ir_menu ul {list-style: none; padding-left: 10px; margin: 0;} /* reset bullet for sub menu */
#ir_menu li {padding: 10px 0; color: #000; font-weight: bold;} /* apply to all li elements - mainly for group header */
#ir_menu ul li {padding: 0; color: #69c; font-weight: normal;} /* reset li elements to control sub menu */
#ir_menu a {color: #000;} /* apply to all <a> elements - mainly for group header */
#ir_menu ul a {color: #69c;} /* reset <a> elements to control sub menu */
#ir_menu .selected {color: #000;} /* for selected main menu */
#ir_menu .selected a {color: #000;} /* for selected main menu with hyperlink */
#ir_menu .selected ul a {color: #69c;} /* reset for unselected sub menu in a selected group */
#ir_menu .selected .selected {color: #234e78; text-decoration: none;} /* for selected sub menu */
#ir_menu .selected .selected a {color: #234e78; text-decoration: none;} /* for selected sub menu with hyperlink */


table.ir_hover tr:hover td {background: #c3b777; }
table.ir_hover tr.row1:hover td, table.ir_hover tr.row1:hover th {background: #dedede; }
table.ir_hover tr.row2:hover td, table.ir_hover tr.row2:hover th {background: #dedede; }
table.ir_hover tr.rowHighlight:hover td {background: #dedede;}
table.ir_hover tr.rowTSHighlight:hover td {background: #dedede;}
table.ir_table tr.ir_tableTopRow td, table.ir_table tr.ir_tableTopRow th {background: #b5121b; color: #fff; font-weight: bold;}
table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #e7e7e7; }
table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #f4f4f4;}
table.ir_table tr.rowHeader th {background: #414141; color: #fff;}
table.ir_table tr.rowHighlight td, table.ir_table tr.rowHighlight th {background: #414141; color: #fff;}
table.ir_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr th.cellHeader {background: #414141; color: #fff;}
table.ir_table tr td.cellHighlight {background: #414141; color: #fff;}
table.ir_table tr td.cellTSHighlight {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr td.cellTotal {border-top: 1px solid #414141; border-bottom: 1px solid #414141;}
table.ir_table tr td.cellSubTotal {border-top: 1px solid #414141;}
table.ir_table tr td.cellRed {background: #ebddd8;}
table.ir_table tr td.cellGreen {background: #d8ebdc;}

.ir_tableBorder { border-top: 1px solid #ccc; }
table.ir_table { width: 100%; border-spacing: 0; }
table.ir_table caption { padding: 10px; background: #000; color: #fff; font-size: 16px; border-bottom: 1px solid #ccc; }
table.ir_table tr th, table.ir_table tr td {  border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px; }
table.ir_table th:first-child, table.ir_table td:first-child { border-left: 1px solid #ccc; }
table.ir_table .col-1 { width: auto; }
table.ir_table .col-2 { width: 20%; }
table.ir_table .col-3 { width: 20%; }
table.ir_table .col-4 { width: 20%; }
table.ir_table .half_width { width: 50%; }
table.ir_table .second_half_width { width: 25%; }
table.ir_table .width_35 { width: 35%; }
table.ir_table .width_30 { width: 30%; }
table.ir_table .width_22 { width: 22%; }
table.ir_table .width_15 { width: 15%; }

.ir_tsLegendCellHighlight {float: left; width: 20px; height: 7px; font-size: 0; background: #ccd0e1; border-bottom: 1px solid #aaa; margin: 3px 3px 0 0;}
.ir_tsLegendCellRed {float: left; width: 20px; height: 8px; font-size: 0; background: #ebddd8; margin: 3px 3px 0 0;}
.ir_tsLegendCellGreen {float: left; width: 20px; height: 8px; font-size: 0; background: #d8ebdc; margin: 3px 3px 0 0;}

/* Classes for different layouts. Please use the correct classes. Those that are not in use, please delete. */
.ir_arContainer {width: 100%; padding: 0; margin: 0;}
.ir_arLeft {width: 35%; float: left; margin: 0;}
.ir_arRight {width: 65%; float: right;} /* Add padding-top in % if you want to valign the content to middle or bottom */
#ir_arSections ul {list-style: none; margin: 0; padding: 0;}
#ir_arSections ul li {background: url(bullet_ar.html) no-repeat left top; padding: 2px 0 3px 15px; margin-left: 10px;}
#ir_arSections ul.border li {border-bottom: 1px dotted #004a88;}
#ir_arArchive ul {margin: 0; list-style: none; padding: 0;}
#ir_arArchive ul li {margin:0 15px 15px 0; float: left; text-align: center;}

.ir_directorContainer a {float: left; margin: 1em 0; width: 87px; height: 22px; background: url(btn_closeview.gif) no-repeat left top; text-indent: -1000em; outline: none;} /* view - close profile */
.ir_directorContainer.hide a {background-position: left bottom;}
.ir_directorContainer .ir_directorDescription {display: block; margin-top: 50px;}
.ir_directorContainer.hide .ir_directorDescription {display: none;}

.ir_webcastContainer {width: 100%; padding: 0; margin: 0; margin-bottom: 1em;}
.ir_webcastLeft {width: 40%; float: left; margin: 0;}
.ir_webcastRight {width: 60%; float: right; margin: 0; padding-top: 8%;}

.ir_slidesContainer {width: 100%; padding: 0; margin-bottom: 1em;}
.ir_slidesLeft {width: 40%; float: left; margin: 0;}
.ir_slidesRight {width: 60%; float: right; margin: 0; padding-top: 8%;}

/* End Of Classes for different layouts. */

.ir_news {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_news li {background: #eaeaea; margin-bottom: 8px; padding: 15px 20px;position: relative; -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}
.ir_newsDate {width: 90px; float: left;}
.ir_newsTitle {width: auto; display: grid; line-height: 1.3;}
.ir_newsTitle a {color: #000000;}
.ir_newsTitle span {
    float: right;
    color: #000000;
    position: absolute;
    bottom: 15px;
    right: 16px;
}
.ir_newsDate div {
    background: #b5121b;
    width: 40px;
    padding: 15px;
    color: #ffffff;
    font-size: 35px;

}.ir_newsDate span {
    text-align: center;
    color: #000000;
    padding: 4px 6px;
}
.ir_news li:hover {
	background: #b5121b;
}
.ir_news li:hover .ir_newsDate div {
	background: #000000;
}
.ir_news li:hover .ir_newsDate span, .ir_news li:hover .ir_newsTitle a, .ir_news li:hover .ir_newsTitle span {
	color: #ffffff;
}
.border {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
@media screen and (max-width:992px) {
	.border {
	    border-left: 0px;
	    border-right: 0px;
	    margin: 60px 0;
	}
}

.ir_qa {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_qaDate {width: 25%; float: left; margin: 0;}
.ir_qaTitle {width: 74%; float: right; margin: 0;}

.ir_boxHighlight {width: 97%; background: #e4e4e4; border: 1px dotted #333; padding: 1%;}

.ir_boxCaptcha {width: 98%; background: #fff; padding: 1%;}

.ir_search a {font-size: 1.09em; color: #023f8b; font-weight: bold; text-decoration: underline;}
.ir_search a:hover {color: #0072ff;}
.ir_search .url {color: #008000;}
.ir_searchHighlight1 {font-weight: bold; background: #ff6;}
.ir_searchHighlight2 {font-weight: bold; background: #a0ffff;}
.ir_searchHighlight3 {font-weight: bold; background: #9f9;}
.ir_searchHighlight4 {font-weight: bold; background: #f99;}

.ir_insiderPopUp {position: absolute; z-index: 200; visibility: hidden; left: 100px;}
.ir_insiderPopUpContent {background: #fff; width: 300px; border: 1px dotted #656565; padding: 5px;}

input.ir_investmentCalculator {border: 0; background: transparent;}
input.ir_checkBox {vertical-align: middle;}
input.ir_textBoxMA {width: 20px; margin-right: 2px;}
input.ir_left {float: left; margin: 0 10px 10px 0;}

.table-calculator-form { border-collapse: collapse; margin: 5px;  }
.table-calculator-form tr td input { padding: 3px; line-height: 20px; width: 120px; }
.table-calculator-form tr.first td { padding-bottom: 10px; }
button.ui-datepicker-trigger { background: none; border: none; }
button.ui-datepicker-trigger img { vertical-align: middle;  }
.calculator-left { float: left; width: 46%; background: #e7e7e7  ; min-height: 100px; padding: 2% 2% 1% 2%; }
.calculator-right { float: left; width: 46%; background: #f4f4f4 ; min-height: 100px; padding: 2% 2% 1% 2%; }
.table-calculator-form2 { border-collapse: collapse; margin: 5px; }
.table-calculator-form2 tr td.first input { margin: 0; }
.table-calculator-form2 tr td.first { width: 50%; }
.table-calculator-form2 tr td input { padding: 3px; line-height: 20px; width: auto; vertical-align: middle; }
.table-calculator-form2 tr td { padding-bottom: 5px; }
.clear-height { clear: both; padding: 25px 0 0 0; }

.table-calculator { width: 100%; border-collapse: collapse;  }
.table-calculator tr td { padding: 10px; border: 1px solid #ccc; text-align: center; font-size: 12px; }
.table-calculator tr.first td { background: #414141; color: #fff; font-weight: bold; }

.down_arrow { background: url(arrow_down.html) no-repeat 0 bottom; color: #9d0000; background-size: 10px; content: ''; text-indent: -9999px; width: 10px; margin-left: 5px; top: -3px; position: relative; display: inline-block; *display: inline; zoom: 1; }
.up_arrow {background: url(arrow_up.html) no-repeat 0 bottom; color: #317500; background-size: 10px; content: ''; text-indent: -9999px; width: 10px;  margin-left: 5px; top: -3px; position: relative; display: inline-block; *display: inline;  zoom: 1; }


/*** Interactive Chart ***/
#ir_chart_setting { position: relative; z-index: 1; }
#ir_chart_setting fieldset { padding: 5px 0; border: none; margin: 0; width: 33%; float: left; margin-bottom: 10px; }
#ir_chart_setting fieldset div { width: 160px; /*float: left;*/ line-height: 19px; margin-bottom: 5px;}
#ir_chart_setting fieldset input { vertical-align: middle; margin: 5px 5px 5px 0; }
#ir_chart_setting fieldset label.input-text { display: flex; }
#ir_chart_setting fieldset label { display: block; }
#ir_chart_setting fieldset select { padding: 5px 10px; }
/*#ir_chart_setting fieldset input[type="radio"] { margin: 3px; }*/
.ir_chart_interactive_loading { text-align: center;  }
.ir_chart_interval { /*position: absolute;*/ bottom: -28px; 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; }

/*** Financial Calendar - Calendar View ***/
#ir_calendar_view .ir_calendar_calendar { width: 38%; float: left; padding-bottom: 12px; }
#ir_calendar_view .ir_calendar_latest { width: 57%; float: right; padding-bottom: 12px; }
#ir_calendar_view h2 { margin-top: 0; }
#ir_calendar_view .ir_date { color: #b5121b; font-weight: bold; }
#ir_calendar_view .ir_event_details { margin-bottom: 10px; }
#ir_calendar_view .ir_attachments { list-style: none; margin: 5px 0; padding: 0; }
#ir_calendar_view .ir_attachments li { line-height: 20px; }
#ir_calendar_view .ir_calendar_add { border: 1px solid #b5121b; background: #b5121b; padding: 3px 7px; display: inline-block; margin-top: 6px;color: #fff; position: unset;}
#ir_calendar_view .ir_calendar_add input { vertical-align: middle; margin: 0 0 0 3px; }
#ir_calendar_view .ir_addToCalendar { margin: 18px 0 35px; text-indent: 0; height: auto; width: auto; background: #fff; /*border: 1px solid #b5121b;*/ box-shadow: inset 0 0 1px rgba(255,255,255,0.9); /*padding: 3px 5px;*/ color: #b5121b; /*float: right;*/ }
#ir_calendar_view .ir_addToCalendar:hover {
    text-decoration: none;
    background-color: #b5121b;
    color: #fff;
}
#ir_calendar_view .ir_addToCalendar + h2 { clear: both; padding-top: 12px; border-top: 1px dotted #999; }
#ir_table_view { display: none; }

/* Chart */
#chartBox {	width: 620px; display: block;	}
.chart { float: left; margin: 0 20px 20px 0; }
.chart.last { margin-right: 0; }
.pie { float: left; margin: 0 0 20px 0; }


/* Additional Css for stock fundamentals */
.ir_chart-select-wrap { width: 100%; float: left;}
.ir_chart_period-select { float: right; margin: 20px 0px;}
.ir_chart_type-select { margin: 20px 0px; padding: 0; height: 33px; list-style: none; float: left; }
.ir_chart_type-select li { float: left; margin: 0; }
.ir_chart_type-select li a { color: #fff; background-color: #004a88; text-decoration: none; padding: 10px 10px 10px 44px; display: inline-block; }
.ir_chart_type-select li a { line-height: 1.5; }
#irSwitch2col { background: url("icon-column-view.html") no-repeat scroll 9px center #004a88; }
#irSwitch2line { background: url("icon-line-view.html") no-repeat scroll 9px center #004a88; }
#irSwitch2table { background: url("icon-table-view.html") no-repeat scroll 9px center #004a88; }
.selected_type #irSwitch2col, .selected_type  #irSwitch2col:hover { background: url("icon-column-view.html") no-repeat scroll 9px center #5676a3; }
.selected_type #irSwitch2line, .selected_type #irSwitch2line:hover { background: url("icon-line-view.html") no-repeat scroll 9px center #5676a3; }
.selected_type #irSwitch2table, .selected_type #irSwitch2table:hover { background: url("icon-table-view.html") no-repeat scroll 9px center #5676a3; }
.ir_chart_type-select li.selected_type a, .ir_chart_type-select li.selected_type a:hover {color: #fff; text-decoration: none; }
.chart_table thead tr { background: #b5121b; color: #fff; font-weight: bold; }
#table_container h2 { text-align: center; color: #333; font-size: 18px; font-weight: normal; }
.chart_selection-title { padding: 20px 0px 0px 25px; font-size: 1em; margin: 0; }
.chart_year-selection { display: block; height: auto; width: 100%; float: left; padding: 0px 0px 10px 25px; }
.chart_year-selection li {  float: left; cursor: pointer; padding: 10px 10px 0px 0px; list-style: none; }
.ir_chart_type-select li:nth-of-type(2) {border-left:1px solid #fff; border-right:1px solid #fff; }
.ir_chart-container, .ir_chart-container-table { width: 100%; margin: 0 auto; float: left; }
.ir_chart-container-empty {min-width: 310px; height: 400px; margin: 0 auto; font-size: 200%; }
.ir_chart-container-table .tick-box { display: none; }

.w100 { width: 100%;}
.ir_chart-container-wrap, .Chart_selection-accordion-wrap {float: left;}
.ir_chart-container-wrap {width:65%; box-sizing: border-box; padding-right: 10px; }
.Chart_selection-accordion-wrap {width:35%; }

/* Define the rest of the classes here */
.chart_SelectYears-wrapper {
    float: left;
    width: 100%;
    margin: 20px 0px;
    background: #f4f4f4;
}
ul.checkbox-list { list-style: none; padding-left: 0px;}
ul.checkbox-list li { margin: 10px 0px; color: #9e9e9e; cursor: pointer;}
ul.checkbox-list li.selected_ratio { color: #333333; list-style: none; }
.chart_year-selection li.selected_period { color: #333; }
li.selected_type { background-color: yellow; }
.Chart_selection-accordion { padding-left: 0px; margin: 0px 0px 30px; float: left; width: 100%; background: #f4f4f4;}
.Chart_selection-accordion > li { list-style: none; padding: 5px 0px 5px 20px;}
.Chart_selection-accordion > li a{ display: block; padding: 5px 0px; font-weight: bold;}
.Chart_selection-accordion > li.active {background: #727272;}
.Chart_selection-accordion > li.active a {color: #fff;}
.Chart_selection-accordion > li .checkbox-list li {color: #fff;}

.tick-box {
    float: left;
    margin-right: 10px;
    background: url("tickbox-unchecked.html") no-repeat;
    width: 17px;
    height: 17px;
}

.selected_ratio .tick-box, .selected_period .tick-box {
    background: url("tickbox-checked.html") no-repeat;
}
.ratio_group .ratio_group_title .arrow-updown {
    background: url("icon-down.html") no-repeat center center;
    float: right;
    font-size: 1.375em;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.ratio_group.active .ratio_group_title .arrow-updown {
    background: url("icon-up.html") no-repeat center center;
}
#category_type {
    background: url("icon-ratio.html"), url("icon-arrows.html") ;
    background-repeat: no-repeat, no-repeat;
    background-position: 9px center, right 5px center;
    background-color: #5676a3; 
    padding: 10px 20px 10px 30px; 
    border: none; 
    color: #fff;
}
#category_type:after, #figure_type:after {
    background: url("icon-arrows.html") no-repeat right center; width:14px;
}
#category_type.period {
    background: url("icon-period.html"), url("icon-arrows.html") ;
    background-repeat: no-repeat, no-repeat;
    background-position: 9px center, right 5px center;
    background-color: #5676a3;
}

#figure_type {
    background: url("icon-indexed.html"), url("icon-arrows.html") ;
    background-repeat: no-repeat, no-repeat;
    background-position: 9px center, right 5px center;
    background-color: #5676a3; 
    padding: 10px 20px 10px 40px; 
    border: none; 
    color: #fff;
}
#figure_type.absolute {
    background: url("icon-absolute.html"), url("icon-arrows.html") ;
    background-repeat: no-repeat, no-repeat;
    background-position: 9px center, right 5px center;
    background-color: #5676a3;
}
.ir_chart_legend span {
    border: 1px solid;
    padding: 2px 5px;
}
.table-calculator tr.first td.tsr_amount {
    background: #ffff00;
    color: initial;
}
.tsr_amount .title {
    display: block;
    margin-bottom: 10px;
}
.tsr_amount .value,
.tsr_amount .percentage {
    font-size: 18px;
}
.tsr_amount .value {
    margin-right: 10px;
}
.txt-green {
    color: green;
}
.txt-red {
    color: red;
}
sup {
    font-size: 8px;
}
.toggle_div {
    float: left;
}
tr[class^="div_"] td {
    background-color: #efefef;
}
td.year {
    font-weight: 700;
}
td.year span {
    font-weight: 400;
}
.table-investor-kits {border-collapse: collapse; } 
.table-investor-kits th{background:#000; font-weight: bold; color:#fff; padding: 8px; } 
.table-investor-kits td{padding: 8px; } 
.table-investor-kits tr.row-highlight td {font-weight: 700; background-color: #f4f4f4; border-top: 1px solid #000; } 
.table-investor-kits tr td:not(:first-child), 
.table-investor-kits tr th:not(:first-child) {text-align: center; width: 20%; } 
.ir_custom_control{position: relative; text-align: center; display: inline-block; } 
.ir_custom_control .ir_download_checkbox {position: absolute; opacity: 0; } 
.ir_custom_control .ir_download_checkbox + label {position: relative; cursor: pointer; padding: 0; } 
.ir_custom_control .ir_download_checkbox + label:before {content: ''; display: inline-block; vertical-align: text-top; width: 20px; height: 20px; background: #919191; } 
.ir_custom_control:hover .ir_download_checkbox + label:before, .ir_custom_control .ir_download_checkbox:hover + label:before {background: #f35429; } 
.ir_custom_control:focus .ir_download_checkbox + label:before, .ir_custom_control .ir_download_checkbox:focus + label:before {box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); } 
.ir_custom_control:checked .ir_download_checkbox + label:before, .ir_custom_control .ir_download_checkbox:checked + label:before {background: #f35429; } 
.ir_custom_control:disabled .ir_download_checkbox + label, .ir_custom_control .ir_download_checkbox:disabled + label {color: #b8b8b8; cursor: auto; } 
.ir_custom_control:disabled .ir_download_checkbox + label:before, .ir_custom_control .ir_download_checkbox:disabled + label:before {box-shadow: none; background: #ddd; } 
.ir_custom_control:checked .ir_download_checkbox + label:after, .ir_custom_control .ir_download_checkbox:checked + label:after {content: ''; position: absolute; left: 5px; top: 9px; background: white; width: 2px; height: 2px; box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; -webkit-transform: rotate(45deg); transform: rotate(45deg); } 
.ir_custom_control .ir_download_checkbox + label > a {display: block; } 
.table-investor-kits-quarter {width: 100%; } 
.table-investor-kits-quarter tr td{padding: 0 .5rem; width: 25%!important; min-width: auto!important; }

/*page loading fix*/
.ajax_loader .stripes>div {
    margin: 0 1px 0 0;
}

/*dropdown header*/
.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #b5121b;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #b5121b;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 53px;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: uppercase;
}

.dropdown-content a:hover {
  background-color: #000000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*button default*/
.btn-red {
    background: #b5121b;
    color: #ffffff !important;
    padding: 7px 14px;
    border-radius: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn-red:hover {
    text-decoration: none;
}
.btn-red img {
    width: 22px;
    padding-right: 5px;
    -ms-transform: rotate(180deg); /* IE 9 */
  	transform: rotate(180deg);
  	display: none;
  	-webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn-red:hover img {
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*home*/
.plus-icon{
	color: #b5121b;
	float: right;
	padding-right: 14px;
}
.plus-icon:hover i{
	color: #000000;
	text-decoration: none;
}

.text-title {
	font-size: 18px;
}
.border-img {
    position: relative;
}
.img-overlay {
    width: 200px;
}
.border-overlay {
    border: 5px solid #b5121b;
    height: 255px;
    position: absolute;
    bottom: 32px;
    z-index: -1;
    width: 195px;
}
.ir_linkPDF-home {
    background: url(icon-download-blk.png) no-repeat right top;
    padding-right: 15px;
    line-height: 20px;
    position: relative;
    top: 18px;
    width: 165px;
    height: 25px;
    background-size: 25px;
    font-size: 16px;
    text-align: center;
}
.ir_linkPDF-home:hover {
    background: url(icon-download-red.png) no-repeat right top;
    padding-right: 15px;
    line-height: 20px;
    position: relative;
    top: 18px;
    width: 165px;
    height: 25px;
    background-size: 25px;
    font-size: 16px;
    text-align: center;
}
.ir_linkPDF-home a {
	color: #000000;
}
.ir_linkPDF-home:hover a {
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width:992px) {
	.img-overlay{
		margin: 0 auto;
    	display: block;
	}
	.border-overlay{
		bottom: 37px;
	    left: 37%;
	}
	.ir_linkPDF-home {
		margin: 0 auto;
    	display: block;
	}
}
@media screen and (max-width:768px) {
	.border-overlay{
	    left: 200px;
	}
}
@media screen and (max-width:600px) {
	.border-overlay{
	    left: 112px;
	}
}
@media screen and (max-width:480px) {
	.border-overlay{
	    left: 50px;
	}
}

.bottom-left {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #ffffff;
}
/* Shine */
.hover-shine figure {
	position: relative;
	margin: 0;
    padding: 0;
    /*background: #fff;*/
    overflow: hidden;
}
.hover-shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover-shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*banner*/
.centered-left {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 62px;
    text-transform: uppercase;
    color: #ffffff;
    width: 360px;
    line-height: 1.1;
}
@media screen and (max-width:768px) {
	.centered-left {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-size: 40px;
	    text-transform: uppercase;
	    color: #ffffff;
	    width: auto;
	    line-height: 1.1;
	}
}


/*qr*/
.ir_qrContainer {
    background: #dedede;
}
.ir_linkDownload {background: url(icon-download-blk.png) no-repeat left top; padding-left: 35px; line-height: 25px;background-size: 25px;}
.ir_linkDownload:hover {background: url(icon-download-red.png) no-repeat left top;background-size: 25px;}
.ir_linkDownload a {color: #000;}
.ir_linkDownload a:hover {font-weight: bold;}

.fin .ir_linkDownload {
    background: url(corporate-icon-pdf.html) no-repeat left top;
    padding-left: 35px;
    line-height: 30px;
}
.linegrey {
    border-bottom: 2px solid #000;
    width: 60%;
    margin: 10px 0 10px 35px;
}
p.fintitle {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #000000;
}
.qr-latest-list {
    padding: 25px 15px;
}
.vc_column-inner.qr-latest-img {
    padding: 0;
    height: 315px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.qr-latest-img img {
    margin: 0;
    display: block;
}

/*ar page*/
.ir_arContainer {
    width: 100%;
    padding: 34px 0;
    margin: 0;
    background: #dedede;
    border-bottom: solid #b5121b 5px;
}
h2.ar-hightlight {
    font-weight: bold;
    line-height: 1.3;
    padding-top: 82px;
}
@media (max-width: 767px) {
	h2.ar-hightlight {
	    padding-top: 0;
	}
}
.ar-latest-column {
    margin-top: 50px;
}
.ar-latest-list{
	/*border: 5px solid #b5121b;*/
	padding: 10px 15px;
}
/*.ar-latest-list:last-child{
	border-bottom: 1px solid #000000;
}*/
#ir_arArchive {
    margin: 60px 0 40px 0;
}
.ar-part {
    margin-bottom: 50px;
    padding: 0 15px;
}
.ar-latest-img img, .ar-part img {
    margin: 0 auto;
    display: block;
}
.ar-link {
    font-size: 16px;
    border-top: 1px solid #000000;
    background-size: 40px;
    padding-left: 50px;
}
.ar-link:last-child {
    border-bottom: 1px solid #000000;
}
.ar-title {
    font-size: 25px;
    padding: 22px 0 10px;
    line-height: 1;
}

/*end ar page*/

/* SELECTBOX*/
.ir_sbContainer {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 50px;
    background: #dedede;
}
.ir_sbHolder, .ir_sbHolder *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
.ir_sbHolder{
    height: 45px;
    /*border: solid 1px #8d8e97;*/
    position: relative;
    width: 100%;
    display:inline-block;
    background-color: #ffffff; 
    margin: 0 0 30px 0;
    outline:none;
    background-image: none;
}
.ir_sbHolder.open {
	background-color: #ffffff; 
}
.ir_sbSelector{
    /*width: 140px;*/
    height: 45px;
    font-size: 16px;
    /*font-weight: 600;*/
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    cursor: pointer;
    padding: 13px 54px 13px 20px;
}
.ir_sbToggle {
  height: 100%;
  right: 0;
  top: 0;
  width: 45px;
  background-color: #989898; 
  position: absolute;
  display: block;
}
.ir_sbToggle i {
    position: relative;
    top: 25%;
    left: 30%;
    color: #ffffff;
}
/*span.ir_sbToggle:after {
    content: 'url('../images/arrow-down.png')';
    position: absolute;
    top: 23px;
    right: 18px;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}*/
.ir_sbHolder:hover .ir_sbToggle {
     background: #989898; 
}

.ir_sbHolder.open .ir_sbToggle, .ir_sbHolder.open:hover .ir_sbToggle{
  background: #989898;
  
}
/*.ir_sbHolder.open span.ir_sbToggle:after {
    content: url('../images/arrow-down.png');
    transform: rotate(-180deg);
    top: 11px;
}*/
.ir_sbOptions{
  background-color: #989898;
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  /*top: 114%;*/
  /*overflow-y: auto;*/
  width: 100%;
  /*max-width: 101%;*/
  left: 0px;
  z-index: 99;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17);
  /*height: 205px;*/
  overflow-x: auto;
}

.ir_sbOptions li a{
  text-decoration:none;
  color:#ffffff;
  padding:11px 28px 0px 22px;
  display: block;
  outline: none; 
  font-size: 16px;
  /*font-weight: bold;*/
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
} 
.ir_sbOptions li:last-child{
  padding-bottom: 11px;
}
.ir_sbOptions li a:hover{
  padding-left: 28px;
} 
.ir_sbHolder.open  .ir_sbOptions{
  visibility:visible;
  opacity:1;
}
@media screen and (max-width: 341px){
	.ir_sbHolder, .ir_sbSelector, .ir_sbOptions li a{
		/*font-size: 18px;*/
	}
}
/*END SELECTBOX*/


/*newsroom page */
.sb-space-cat {
    padding-right: 111px;
    padding-left: 40px;
}
.sb-space-yr {
    padding-left: 111px;
    padding-right: 40px;
}
.newsroom-yr-sort {
    height: 45px;
    position: relative;
    max-width: 100%;
    display: inline-block;
    background-color: #6e6e6e;
    margin: 0 0 30px 10px;
    outline: none;
    background-image: none;
    width: 140px;
    color: #ffffff;
    padding: 13px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.sorting-title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}
.newsroom-yr-sort a{
    color: #ffffff;
    font-weight: bold;
}
.newsroom-yr-sort:hover {
    background-color: #ffffff;
}
.newsroom-yr-sort.selected {
  	background-color: #ffffff;
}
.ir_sbHolder.ir_sbHolder_cat {
	width: 100%;
	z-index: 20;
    vertical-align: middle;
}
.ir_sbHolder.ir_sbHolder_cat .ir_sbOptions, .ir_sbHolder.ir_sbHolder_cat .ir_sbSelector{
	width: 100%;
}
.ir_sbHolder.ir_sbHolder_cat .ir_sbSelector{
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
    height: 45px;
}

.news-search-form form {
    display: flex;
    flex-direction: row;
    border: 1px solid grey;
    padding: 2px;
    background: #6e6e6e;
}
.news-search-form input {
  flex-grow:2;
  border:none;
}

.news-search-form input:focus {
  outline: none;
}
.news-search-form input::-webkit-input-placeholder { /* Edge */
  color: #B3B3B3;
}

.news-search-form input:-ms-input-placeholder { /* Internet Explorer */
  color: #B3B3B3;
}

.news-search-form input::placeholder {
  color: #B3B3B3;
}
input#news_search {
    border: 0;
    margin: 0;
    background: #6e6e6e;
    color: white;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    width: 80%;
}
.news-search-form input#submit {
    flex-grow: 0;
    padding: 6px;
}
button.search-icon {
    border: 1px solid transparent;
    background: transparent;
    color: white;
}
@media screen and (max-width: 823px){
	.news-text {
		max-width: 60%;
	}
	.sb-space-yr {
	    padding-left: 20px;
	    padding-right: 20px;
	    margin-bottom: 10px;
	}
	.sb-space-cat {
	    padding-right: 20px;
	    padding-left: 20px;
	}
}
@media screen and (max-width: 777px){
	.arrow-next {
		left: 30px;
	}
	.arrow-prev {
		right: 30px;
	}
	.news-search-form {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 581px){
	.newsroom-yr-sort {
		display: block;
    	margin-left: 86px;
	}
	.ir_sbHolder.ir_sbHolder_cat{
		width: 100%;
		margin-left: 0;
	}
	.sorting-title, .newsroom-yr-sort {
		font-size: 18px;
	}
}

/* News Page */
.newsroom_category { list-style: none; float: left; }

.news-content table td {
    text-align:left;
}

.news-content table.ven_table td, .news-content table.ven_table th {
    /*border: 1px solid rgba(0, 0, 0, 0.25);*/
}
.news-content pre, .news-content p {font-family: 'Roboto', sans-serif !important; font-size: inherit; }

/*.news-content table tbody tr:nth-child(even) {
    background-color: #ffd3bf;
}
.news-content table tbody tr:nth-child(odd) {
    background-color: #fde6dc;
}*/
.news-content h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 1em 0;
}
.news-content div#Tab1{
	margin-top: 0.8em;
}
.news-content td.formTableColumnHeader {
    background: #b5121b;
    color: #fff;
}
.news-content td.formTableColumnLabel {
    background: #f2f2f2;
}
.news-content td.formTableColumnLabelEV {
    background: #ededed;
}

.news-content a {
	word-break: break-all;
}
.news-content #AnnDetails table th,
.news-content #AnnDetails table td {
    padding: 10px;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #f2f2f2;
}
/*.news-content td{
	font: normal 0.85em frutiger, Helvetica, Arial, Verdana, sans-serif;
}*/
@media (max-width: 767px) {
	.news-content table {
	    overflow-x: auto;
	    display: block;
	    border: 0;
	}
}


/*ir contact*/
.ir_contactContainer {
    width: 100%;
}
.contact-list{
	display: table-row;
}
.contact-left {
	float: left;
	width: 50px;
}
.contact-right {
	float:left;
}

/*table responsive*/
@media (max-width: 767px) {
	.table-resp table {
	    overflow-x: auto;
	    display: block;
	    border: 0;
	}
}

/*calculator*/
.tbl-cal table th, .tbl-cal table td {
	text-align: left!important;
}
.tbl-cal .ir_table input{
    min-width: 70px;
    margin-bottom: 0!important;
    padding: 5px 10px;
}

/*mobile menu*/
span.mobile_arrow {
    position: absolute;
    right: 0;
    top: 12px;
}
nav.mobile_menu ul li span.mobile_arrow i {
    color: #888;
    font-size: 20px;
}
nav.mobile_menu .current {
	color: #b5121b;
}

/*hide recaptcha*/
#recaptcha {
    display: none;
}

/*hide loader*/
div.wpcf7 .ajax-loader {
	display: none;
}

/*select arrow*/
select.dd {
	appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e2e8f0;
    border-radius: 3px;
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    color: #4a5568;
    line-height: 1.25;
    outline: none;
    display: block;
    width: 100%;
    height: 3.25rem;
    position: relative;
    background: url(dd.svg) no-repeat;
    background-color: #edf2f7;
    background-size: 32px 16px;
    background-position: right center;
}

/*logo in mobile adjust*/
/*@media only screen and (max-width: 1000px){
	.q_logo img {
	    top: 0;
	    left: 54px;
	}
}*/
/*burger icon*/
.mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    right: 0;
    position: absolute;
    top: 36px;
}

/*Historical Price*/
.filter-dates-from {
    margin-bottom: 10px;
}
.filter-dates-from span, .filter-dates-to span {
    width: 55px;
    display: inline-block;
}
.filter-dates-from select, .filter-dates-to select {
    padding: 5px 10px;
}
@media (max-width: 446px){
    .btn-top-fix{
        margin-top: 10px;
        margin-bottom: 4px;
    }
}
@media (max-width: 355px){
    .filter-dates-from span, .filter-dates-to span{
        display: block;
    }
}

/*financial highlights*/
.highlights-table td:nth-last-child(1) {
    background: #f5dfd5!important;
    font-weight: bold;
    color: #000000;
}