/* 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;}

.clearfix:after, .clearfix:before { content: " "; display: table}
.clearfix:after { clear: both }
.clearfix{ *zoom: 1 }

#ir_container {font-size: 1em; width: 1000px; margin: 0 auto; clear: both;}
#ir_header {background: url(/images/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-size: 1.8em; font-weight: bold; margin-top: 0;}
h2 {font-size: 1.18em; font-weight: bold; color: #004a88; margin: 1em 0;}
h2.ir_textMainHighlight {font-size: 1em; color: #032258; margin: 0;}
h3 {font-size: 1.09em; color: #006dc9; font-weight: bold;}
h4 {font-size: 1em; font-weight: bold;}
h5 {}
h6 {}

/*a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}*/

a.ir_addToCalendar { background: url(/images/btn_calendar.gif) 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(/images/icon_pdf.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkHTML {background: url(/images/icon_html.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkAudio {background: url(/images/icon_audio.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkVideo {background: url(/images/icon_video.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkZip {background: url(/images/icon_zip.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkArchive {background: url(/images/icon_archive.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkView {background: url(/images/icon_view.gif) 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: #032258; 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; }
*+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: var(--blue); }
table.ir_hover tr.row1:hover td, table.ir_hover tr.row1:hover th {background: var(--blue);color: #fff; }
table.ir_hover tr.row2:hover td, table.ir_hover tr.row2:hover th {background: var(--blue);color: #fff; }
table.ir_hover tr.rowHighlight:hover td {background: #c3b777;}
table.ir_hover tr.rowTSHighlight:hover td {background: #c3b777;}
table.ir_table tr.ir_tableTopRow td, table.ir_table tr.ir_tableTopRow th {background: var(--blue); color: #fff; font-weight: bold;}
table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #fafafa; }
table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #f5f5f5;}
table.ir_table tr.rowHeader th {background: #555960; 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-top: 1px solid #ccc; 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(/images/bullet_ar.gif) 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(/images/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: 30px 0 0; list-style: none;}
.ir_news li {border-bottom: 1px dotted #666;}
.ir_newsDate {width: 25%; float: left; margin: 1em 0;}
.ir_newsTitle {width: 74%; float: right; margin: 1em 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(/images/arrow_down.gif) 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(/images/arrow_up.gif) 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; }
#ir_chart_setting fieldset legend, #ir_chart_setting fieldset div { float: left; line-height: 18px; }
#ir_chart_setting fieldset input { vertical-align: middle; margin: 0; }
#ir_chart_setting fieldset input[type="radio"] { margin: 3px; }
.ir_chart_interactive_loading { text-align: center;  }/*
.ir_chart_interval { position: absolute; bottom: -28px; right: 280px; }*/
.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: 35%; float: left; padding-bottom: 12px; }
#ir_calendar_view .ir_calendar_latest { width: 62%; float: right; padding-bottom: 12px; }
#ir_calendar_view h2 { margin-top: 0; }
#ir_calendar_view .ir_date { color: #006dc9; font-weight: bold; }
#ir_calendar_view .ir_event_details { margin-bottom: 0; }
#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 #bad6dd; background: #e8e8e8; padding: 3px 7px; display: inline-block; margin-top: 6px; }
#ir_calendar_view .ir_calendar_add input { vertical-align: middle; margin: 0 0 0 3px; }
#ir_calendar_view .ir_addToCalendar { margin: 0 0 18px; text-indent: 0; height: auto; width: auto; background: #006dc9; border: 1px solid #006dc9; box-shadow: inset 0 0 1px rgba(255,255,255,0.9); padding: 3px 5px; color: #fff; float: right; }
#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("/images/icon-column-view.png") no-repeat scroll 9px center #004a88; }
#irSwitch2line { background: url("/images/icon-line-view.png") no-repeat scroll 9px center #004a88; }
#irSwitch2table { background: url("/images/icon-table-view.png") no-repeat scroll 9px center #004a88; }
.selected_type #irSwitch2col, .selected_type  #irSwitch2col:hover { background: url("/images/icon-column-view.png") no-repeat scroll 9px center #5676a3; }
.selected_type #irSwitch2line, .selected_type #irSwitch2line:hover { background: url("/images/icon-line-view.png") no-repeat scroll 9px center #5676a3; }
.selected_type #irSwitch2table, .selected_type #irSwitch2table:hover { background: url("/images/icon-table-view.png") 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: #006dc9; 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("/images/tickbox-unchecked.png") no-repeat;
    width: 17px;
    height: 17px;
}

.selected_ratio .tick-box, .selected_period .tick-box {
    background: url("/images/tickbox-checked.png") no-repeat;
}
.ratio_group .ratio_group_title .arrow-updown {
    background: url("/images/icon-down.png") 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("/images/icon-up.png") no-repeat center center;
}
#category_type {
    background: url("/images/icon-ratio.png"), url("/images/icon-arrows.png") ;
    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("/images/icon-arrows.png") no-repeat right center; width:14px;
}
#category_type.period {
    background: url("/images/icon-period.png"), url("/images/icon-arrows.png") ;
    background-repeat: no-repeat, no-repeat;
    background-position: 9px center, right 5px center;
    background-color: #5676a3;
}

#figure_type {
    background: url("/images/icon-indexed.png"), url("/images/icon-arrows.png") ;
    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("/images/icon-absolute.png"), url("/images/icon-arrows.png") ;
    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; }


/* Newsroom Tag */
.mt-5 {
    margin-top: 5px;
}
.px-5 {
    padding-top:5px;
    padding-bottom: 5px;
}
.newsroom-tag a,
.newsroom-tag b {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    margin: 0 16px 0 0;
    padding: 0 10px;
    background: #777;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.newsroom-tag a:before,
.newsroom-tag b:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ff9a54;
    border-style: solid;
    border-width: 12px 0px 12px 12px;
    right: -12px;
}
.newsroom-tag a:after,
.newsroom-tag b:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 96%;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px -1px 2px rgb(0 0 0 / 40%);
    box-shadow: -1px -1px 2px rgb(0 0 0 / 40%);
}

.newsroom-tag a:hover {
    background: #666 !important;
}
.newsroom-tag a:hover:before {
    border-color: transparent transparent transparent #666 !important;
}

/* the no is base on the tag_id */
.newsroom-tag.tag-all a {
    background-color: rgba(224,60,61,1);
}
.newsroom-tag.tag-all a:before {
    border-color: transparent transparent transparent rgba(224,60,61,1);
}
.newsroom-tag.tag-all b {
    background-color: rgba(224,60,61,0.6);
    color: #000;
}
.newsroom-tag.tag-all b:before {
    border-color: transparent transparent transparent rgba(224,60,61,0.6);
}

.newsroom-tag.tag-15 a,
.newsroom-tag.tag-63 a,
.newsroom-tag.tag-62 a,
.newsroom-tag.tag-65 a {
    background: rgba(255,153,86,1);
}
.newsroom-tag.tag-15 a:before,
.newsroom-tag.tag-63 a:before,
.newsroom-tag.tag-62 a:before,
.newsroom-tag.tag-65 a:before {
    border-color: transparent transparent transparent rgba(255,153,86,1);
}
.newsroom-tag.tag-15 b,
.newsroom-tag.tag-63 b,
.newsroom-tag.tag-62 b,
.newsroom-tag.tag-65 b {
    background-color: rgba(255,153,86,0.6);
    color: #000;
}
.newsroom-tag.tag-15 b:before,
.newsroom-tag.tag-63 b:before,
.newsroom-tag.tag-62 b:before,
.newsroom-tag.tag-65 b:before {
    border-color: transparent transparent transparent rgba(255,153,86,0.6);
}


.newsroom-tag.tag-17 a,
.newsroom-tag.tag-64 a,
.newsroom-tag.tag-61 a,
.newsroom-tag.tag-66 a  {
    background: rgba(101,171,222,1);
}
.newsroom-tag.tag-17 a:before,
.newsroom-tag.tag-64 a:before,
.newsroom-tag.tag-61 a:before,
.newsroom-tag.tag-66 a:before {
    border-color: transparent transparent transparent rgba(101,171,222,1);
}
.newsroom-tag.tag-17 b,
.newsroom-tag.tag-64 b,
.newsroom-tag.tag-61 b,
.newsroom-tag.tag-66 b {
    background-color: rgba(101,171,222,0.6);
    color: #000;
}
.newsroom-tag.tag-17 b:before,
.newsroom-tag.tag-64 b:before,
.newsroom-tag.tag-61 b:before,
.newsroom-tag.tag-66 b:before {
    border-color: transparent transparent transparent rgba(101,171,222,0.6);
}


.newsroom-tag.tag-16 a,
.newsroom-tag.tag-16 b {
    background: rgba(237,119,119,0.6);
}
.newsroom-tag.tag-16 a:before,
.newsroom-tag.tag-16 b:before {
    border-color: transparent transparent transparent rgba(237,119,119,0.6);
}
.newsroom-tag.tag-16 b {
    background-color: rgba(237,119,119,0.6);
    color: #000;
}
.newsroom-tag.tag-16 b:before {
    border-color: transparent transparent transparent rgba(237,119,119,0.6);
}



.newsroom-tag.tag-7 a {
    background: rgba(102,204,119,1);
}
.newsroom-tag.tag-7 a:before {
    border-color: transparent transparent transparent rgba(102,204,119,1);
}
.newsroom-tag.tag-7 b {
    background-color: rgba(102,204,119,0.6);
    color: #000;
}
.newsroom-tag.tag-7 b:before {
    border-color: transparent transparent transparent rgba(102,204,119,0.6);
}


/* News_listing Tag */
.ir_news .newsroom-tag a {
    margin: 5px;
}



/*interactive chart bursa*/
.chart-type {
    display: flex;
    align-items: center;
    border: 0;
    padding: 0 0 40px;
}
.chart-type div {
    padding-right: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.chart-type span {
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}
.chart-type input[name=chart_type] {
  position: absolute;
  left: -9999px;
}

.chart-active {
    display: none;
}
.chart-unactive, .chart-active {
    width: 30px;
    padding-right: 5px;
}

.chart-type input[type=radio]:checked + span>img.chart-active {
  display: block;
}
.chart-type input[type=radio]:checked + span>img.chart-unactive {
  display: none;
}
.chart-type .ir_textMainHighlight {
    font-weight: bold;
}
.news-chart {
    display: flex;
    border: 0;
    padding: 0 0 40px;
    flex-direction: column;
}
.news-chart .ir_textMainHighlight {
    font-weight: bold;
}
.news-label {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.news-label label {
    background-color: var(--blue);
    padding: 15px 10px;
    color: #fff;
    width: 20%;
    text-align: center;
    border: 1px solid #fff;
}
.news-label {
    margin-top: 10px;
}

.ir_chart_interval {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ir_chart_interval .ir_textMainHighlight {
    font-weight: bold;
}

.ir_chart_interval div {
    padding-right: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#ir_chart_setting2 fieldset {
    padding: 5px 0;
    border: none;
    margin: 0;
}

#ir_chart_setting2 fieldset input {
    vertical-align: middle;
    margin: 0;
}

@media (max-width: 768px) {
    .news-label label {
        width: 33.333%;
    }
    .highcharts-input-group {
        display: none;
    }
}
@media (max-width: 374px) {
    .chart-type {
        display: flex;
        align-items: flex-start;
        border: 0;
        flex-direction: column;
    }
    .chart-type label {
        padding: 5px 0;
    }
}


/*------------------ Investment calculator */
.ictbl {
  float: left;
  width: 70%;
  margin-bottom: 70px;
}

.ictbl td,
.ictbl th {
  padding: 10px;
  border: 0;
}

.irtbl td,
.irtbl th {
  padding: 10px;
}

.ictbl th,
.ictbl tbody>tr:nth-child(odd)>th,
.ictbl tbody tr:hover>th {
  background-color: var(--blue);
  color: #ffffff;
  border-bottom: 3px solid;
  border-radius: 1.6rem;
}

.irtbl tbody>tr:nth-child(odd)>td,
.ictbl tbody>tr:nth-child(odd)>td,
.irtbl tbody>tr:hover>td,
.ictbl tbody>tr:hover>td {
  background-color: #ffffff;
}

.ictbl input[type="text"],
.irtbl input[type="text"] {
  width: 100%;
  padding: 8px;
}

.irtbl th,
.irtbl tbody>tr:nth-child(odd)>th,
.irtbl tbody tr:hover>th {
  background-color: var(--blue);
  color: #ffffff;
  border-bottom: 1px solid #fff;
  border-radius: 1.6rem;
}

.ictbl label {
  float: left;
  width: 60%;
}

.instbox {
  float: right;
  width: 25%;
  margin: 87px 0 0 0;
  display: block;
  text-align: left;
}

.instbox p {
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 767px) {
  .instbox {
    clear: both;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    text-align: left;
  }

  .ictbl {
    width: 100%;
  }

  .row-tbl {
    display: grid;
  }

  .row-tbl th,
  .row-tbl td {
    width: 100%;
    display: flex;
  }
}


/*===================================================
Price Ticker new design
=====================================================*/ 
.p10 {
  padding:0 !important;
}
tr.top-no-border td, tr.top-no-border th {
  border-top:none !important;
}
.stockpriceinfo {
  margin-top:30px;
}
.priceticker .stockUpper {
  background-color: #e8e8e8;
  padding: 20px 20px 44px 20px;
}
.priceticker .stockUpper h4 b {
  font-weight:500;
}
div#ctl00_cphContent_uPnlPrcTicker h4, #divPrice_SGX h4{
  margin: 0;
  color:var(--blue);
  margin-bottom:15px;/*padding-top:14px;*/
}
.priceticker .stockUpper .stockvalue {
  color: #4c4c4c;
  font-size: 24px;
  line-height:30px;
  font-weight: 500;
  margin-top:22px;
}
.stockUpper .stock-info-details {
  display: inline-block;
  text-align: center;
  width: 32.33%;
}

#ctl00_cphContent_fvStkInfoSGX .stockUpper .stock-info-details {
  display: inline-block;
  text-align: center;
  width: 49%;
}
.stockUpper .stock-info-details p:last-child {
  font-weight: 700;
  min-height: 11px;
  display: table;
  text-align: center;
  width: 100%;
}
.stockpriceinfo .stockdetails .stockPrice .pricevalue {
  padding-left: 10px;
  font-weight:bold;
}
.stockpriceinfo .stockdetails .stockPrice span, .stockpriceinfo .stockdetails .stockPrice .pricevalue {
  display: inline-block;
}
#divInsage, .sharepriceFooter p {
  margin-left:15px;
}
#divEforce {
  /*margin-right:15px;*/
  margin-right:0;
}
.sharepriceFooter .text-right {
  padding-right:15px;
}
.priceticker .stockUpper .priceDown:after {
  content: url(../../images/chgDown.png);
  background-repeat: no-repeat;
  padding-left: 8px;
}
.priceticker .stockUpper .priceUp:after {
  content: url(../../images/chgUp.png);
  background-repeat: no-repeat;
  padding-left: 8px;
}


.priceticker .stockUpper .Red:before {
  /*content: url(../images/chgDown.png);*/
  content:'';
  background: url(../../images/chgDown.png) no-repeat;
  background-size:cover;
  display:inline-block;
  background-repeat: no-repeat;
  width:11px;
  height:8px;
  margin-right:5px;
  padding-right: 8px;
}
.priceticker .stockUpper .Green:before {
  /*content: url(../images/chgUp.png);*/
  content:'';
  background: url(../../images/chgUp.png) no-repeat;
  background-size:cover;
  display:inline-block;
  background-repeat: no-repeat;
  width:11px;
  height:8px;
  margin-right:5px;
  padding-right: 8px;
}


.ht-iwu1, .ht-iwu2{
  padding-right:0 !important;
}


/********** End Price Ticker ***********/ 


/* newsroom selectbox year
-------------------------------------------------- */

.ir_sbHolder,
.ir_sbHolder * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ir_sbHolder {
  position: relative;
  width: auto;
  min-width: 130px;
  display: inline-flex;
  background-color: #ffffff;
  outline: none;
  background-image: none;
}
.ir_sbHolder.ir_sbHolder_cat {
    background-color: white;
}
.ir_sbHolder.ir_sbHolder_year {
    background-color: white;
}
.ir_sbSelector {
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  padding: 7px 54px 7px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: solid 1px #555960;
  background: transparent;
}

/*.ir_sbHolder.open .ir_sbSelector {
  color: #000;
}*/

.ir_sbToggle {
  height: 100%;
  right: 0;
  top: 0;
  width: 35px;
  font-weight: 600;
  color: #808080;
  background-color: transparent;
  position: absolute;
  display: block;
  height: 100%;
}

span.ir_sbToggle:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 21px;
  right: 9px;
    font-size: 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: transparent;
}

.ir_sbHolder.open .ir_sbToggle,
.ir_sbHolder.open:hover .ir_sbToggle {
  background: transparent;

}

.ir_sbHolder.open span.ir_sbToggle:after {
  content: '\f077';
  font-family: "Font Awesome 5 Free";
}

.ir_sbOptions {
  background-color: #ffffff;
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
/*  max-width: 101%;*/
  left: -1px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  height: auto;
  overflow-x: auto;
  border-radius: 5px;
}

.ir_sbOptions.news_cat {
    width: 300px;
}

.ir_sbOptions::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

.ir_sbOptions li a {
  text-decoration: none;
  color: #555960;
  padding: 10px 20px;
  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;*/
  background-color: var(--blue);
    color: #ffffff;
}

.ir_sbHolder.open .ir_sbOptions {
  visibility: visible;
  opacity: 1;
}

.selectBox-label {
  font-weight: bold;
  font-size: 20px;
  margin-right: 15px;
  margin-bottom: 30px;
}

/* End newsroom selectbox year
-------------------------------------------------- */


/* newsroom
-------------------------------------------------- */
.news-search-form form {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #555960;
  padding: 6px 20px 6px 20px;
}

.news-search-form input {
  flex-grow: 2;
}

.news-search-form input:focus {
  outline: none;
}

.news-search-form input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

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

.news-search-form input::placeholder {
  color: #000;
}

input#news_search {
  border: 0;
  margin: 0;
  color: #000;
  padding: 0 10px;
  font-size: 16px;
  width: 80%;
}

.news-search-form input#submit {
  flex-grow: 0;
  padding: 6px;
  width: 30px;
}

button.search-icon {
  border: 1px solid transparent;
  background: transparent;
  color: white;
}

/* end newsroom
-------------------------------------------------- */


/* News Content
-------------------------------------------------- */
.news-content h2{
  font-weight: normal;
  font-size: 2rem;
  color: #000;
}
.news-content table td,
.news-content table th {
  text-align: left;
  border: 1px solid white;
  background: #F2F2F2;
  padding: 8px 15px;
}

.news-content table td.formContentDataN {
    background: transparent;
    padding: 15px 0 0;
}

.news-content table.ven_table td,
.news-content table.ven_table th {
  /*border: 1px solid rgba(0, 0, 0, 0.25);*/
}
.news-content tr {
    border: 1px solid transparent;
}
.news-content hr {
    margin: 1em 0;
}
.news-content pre,
.news-content p {
  font-family: 'Inter'!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: 600;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.news-content div#Tab1 {
  margin-top: 0.8em;
}

.news-content td.formTableColumnHeader {
  background: #555960;
  color: #fff;
}

.news-content td.formTableColumnLabel {
  background: #F2F2F2;
}

.news-content td.formTableColumnLabelEV {
  background: #fff;
}

.news-content a {
  word-break: break-all;
}

.news-content strong {
  font-weight: bold;
}

.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.formContentLabel, .news-content td.formContentLabel2, .news-content td.formContentLabelH, .news-content td.formTableColumnHeader {
    font-weight: 600!important;
}

.news-content .news-back, .news-content a {
  color: #000;
}
.news-content .news-back:hover, .news-content a:hover {
  color: #2F2E73;
}

.news-content ul li, .news-content ol li {
    line-height: 1.5;
}

@media (max-width: 767px) {
  .news-content table {
    overflow-x: auto;
    display: block;
    border: 0;
  }
}

/* End News Content
-------------------------------------------------- */

/* historical price
-------------------------------------------------- */

table.ir_table.historical tr.row1 td, table.ir_table.historical tr.row1 th {text-align: center;}
table.ir_table.historical tr.row2 td, table.ir_table.historical tr.row2 th {text-align: center;}
table.ir_table.historical tr.ir_tableTopRow th{text-align: center;}
table.ir_table.historical tr.ir_tableTopRow th.si_left{text-align: left;}
table.ir_table.historical tr.row1 th.si_left {text-align: left;}
table.ir_table.historical tr.row2 th.si_left {text-align: left;}
/* end historical price
-------------------------------------------------- */


/*pagination*/
.pagination > li > a {
  color: #000;
  outline: 0;
  border-color: #f1f1f1;
  padding: 6px 12px;
}

.pagination > li:first-child > a {
  color: #ccc;
  border-color: #f1f1f1;
  font-size: 24px;
}

.pagination > li:last-child > a {
  color: #ccc;
  border-color: #f1f1f1;
  font-size: 24px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #000000;
  background-color: transparent;
}

.pagination{
  display: inline-flex;
  line-height: 24px;
}

.page-link{
  display: inline-block !important;
}

.paginate_button{
  display: inline-block;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0 !important;
}

.pagination .page-item .page-link {
/*    border: 0; */
    font-size: 15px;
    background-color: #f4f4f4;
    width:auto;
    text-align: center;
    margin: 3px;
    color: var(--blue);
}

.pagination .page-item .page-link:focus, 
.pagination .page-item .page-link:hover {
    color: #fff;
    background: var(--blue);
    outline: 0;
    box-shadow: none;
}
.pagination .page-item.active .page-link {
  color: #ffffff !important;
  background: var(--blue);
  border: 1px solid #f1f1f1;
}
.pagination .page-item.previous .page-link,
.pagination .page-item.next .page-link {
   background-color: #ffffff;
   color: #000;
   border: 1px solid #f1f1f1;
}

.pagination .page-item.previous .page-link:focus,
.pagination .page-item.previous .page-link:hover,
.pagination .page-item.next .page-link:focus,
.pagination .page-item.next .page-link:hover {
  background-color: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
}

.pagination .page-item.previous .page-link:before {
    content: "";
    position: absolute;
    top: 42%;
    left: 32%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 6px;
    background-image: url(/../../images/chevron-down-dark.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: var(--default-transition-config);
}
.pagination .page-item.next .page-link:before {
    content: "";
    position: absolute;
    top: 42%;
    left: 32%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 6px;
    background-image: url(/../../images/chevron-down-dark.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: var(--default-transition-config);
}
.pagination .page-item.previous .page-link:hover:before,
.pagination .page-item.next .page-link:hover:before {
    width: 12px;
    height: 6px;
    background-image: url(/../../images/chevron-down-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-item.disabled .page-link {
  color: #ccc !important;
  opacity: .7;
  pointer-events: none !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

li.paginate_button:first-child, 
li.paginate_button.active-sibling, 
li.paginate_button.active, 
li.paginate_button.active + li.paginate_button, 
li.paginate_button:last-child, 
li.paginate_button:nth-child(2), 
li.paginate_button:nth-last-child(2) {
display: inline-block !important;
}
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button {
display: none;
}
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active-sibling:before {
content: "\2026";
font-size: 24px;
display: inline-block;
margin-right: 2.5px;
}
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active + li.paginate_button:after {
content: "\2026";
font-size: 24px;
display: inline-block;
margin-left: 2.5px;
}
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button:nth-last-child(-n+5) {
display: inline-block;
}
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button:nth-last-child(5):before {
content: "\2026";
font-size: 24px;
display: inline-block;
margin-right: 2.5px;
}
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button:nth-child(-n+2):before, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button:nth-child(-n+2):after, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button:nth-last-child(-n+2):before, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button:nth-last-child(-n+2):after, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active-sibling:nth-last-child(-n+4):before, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active-sibling:nth-last-child(-n+4):after {
display: none !important;
}
li.paginate_button:first-child:nth-last-child(n+8).active ~ li.paginate_button:nth-last-child(-n+5), 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active ~ li.paginate_button:nth-last-child(-n+5) {
display: none;
}
li.paginate_button:first-child:nth-last-child(n+8).active ~ li.paginate_button:nth-last-child(-n+5):before, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active ~ li.paginate_button:nth-last-child(-n+5):before {
display: none;
}
li.paginate_button:first-child:nth-last-child(n+8).active ~ li.paginate_button:nth-child(-n+5), 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active ~ li.paginate_button:nth-child(-n+5) {
display: inline-block;
}
li.paginate_button:first-child:nth-last-child(n+8).active ~ li.paginate_button:nth-child(-n+4):after, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active ~ li.paginate_button:nth-child(-n+4):after {
display: none;
}
li.paginate_button:first-child:nth-last-child(n+8).active ~ li.paginate_button:nth-child(5):after, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active ~ li.paginate_button:nth-child(5):after {
content: "\2026";
font-size: 24px;
display: inline-block;
    margin-right: 5px;
}
li.paginate_button:first-child:nth-last-child(n+8).active:before, 
li.paginate_button:first-child:nth-last-child(n+8).active:after, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active:before, 
li.paginate_button:first-child:nth-last-child(n+8) ~ li.paginate_button.active:after {
display: none;
}

/*end pagination*/


/*email alert*/

.alert label{
  display: block;
  font-weight: normal;
  padding: 10px 0;
}
.alert input:focus-visible {
    outline: 0;
}
.alert input{
  border: 0;
  border-bottom: solid 1px #555960;
  width: 100%;
  margin: 10px 0;
}

.alert .nice-select{;
  width: 100%;
  margin-bottom: 10px;
}

.alert .nice-select .list{
  width: 100%;
  height: 200px;
    overflow: auto;
}

/*end email alert*/

/*historical*/

#historical .nice-select{
  min-width: 90px;
}

#historical .nice-select .list{
  width: 90px;
}
/*end historicalt*/