/* Define the default first */

.table {
	color: #909090;
	font-weight: 300;
}

.fa.fa-file-pdf {
	color: #1e2029;
}

.table-light th {
	background-color: #1e2029;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}

.form-control,
.form-select {
	color: #909090;
}

label {
	font-size: 16px;
	font-weight: 300;
	color: #1e2029;
	letter-spacing: 1px;
	padding-bottom: 0;
	border: 0;
}

/* .block-search-form form input[type="submit"], form input[type="submit"] {
		background-color: #1e2029;
		color: #FFF;
		font-size: 1.4rem;
		text-align: center;
		border: none;
		padding: 10px 10px !important;
		border-radius: 0;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 1.6px;
		text-indent: 1px;
		min-width: 169px;
	} */

.url-link {
	color: #111827 !important;
	text-decoration: none !important;
}

.url-link:hover {
	color: #C7A24B !important;
}

.accordion-button {
	font-weight: 600;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #1e2029;
	font-weight: 700;
}

.accordion-header {
	padding-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.list-group li {
	padding-bottom: 10px;
}

.btn-primary {
	color: #fff;
	background-color: #1e2029;
	border: none;
	border-radius: 0;
}

.btn-primary:hover {
	background-color: #1e2029;
}

.top-border:before {
	background-color: #1e2029;
	top: -5px;
	content: "";
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	width: 97px;
}

.quotes-wrap .btn {
	font-size: 1rem;
	padding: 0.4em 1em;
}

.ir_tableBorder {
	border-top: 1px solid #ccc;
}

table.ir_table {
	width: 100% !important;
	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;
	width: 40%;
}

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%;
}

table.reset tr td,
table.reset tr td:first-child {
	border: none;
}

table.ir_table tr th.ratios_column,
table.ir_table tr td.ratios_column {
	height: 46px;
}

table.ir_table #Date {
	width: 17%;
}

table.ir_table #Type {
	width: 24%;
}

table.ir_table #Action {
	width: 17%;
}


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.ir_table tr.ir_tableTopRow td,
table.ir_table tr.ir_tableTopRow th {
	background: #E36B6B;
	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;
}

table.emailtbl label {
	font-weight: normal;
}

.ir_textFootnote {
	font-size: 0.8275rem;
}

.color-secondary {
	color: #909090;
}

.quotes-wrap {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	border-bottom: 3px solid #1e2029;
}

.text-black {
	color: #000 !important;
}

.footnote {
	font-size: 0.875rem !important;
}

.home-results-wrap .date,
.home-news-item .date {
	color: #1e2029;
	font-size: 0.875rem;
	display: flex;
	font-weight: 500;
	margin-bottom: 5px;
}

.carousel-indicators {
	top: -60px;
	right: 0px;
	left: initial;
	margin: 0px;
}

.carousel-indicators [data-bs-target] {
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.carousel .carousel-indicators button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #909090;
}

.carousel-indicators button.active {
	background-color: #1e2029;
}

iframe {
	width: 1px;
	min-width: 100%;
}

.border-bottom-1px-grey {
	border-bottom: 1px solid #dddddd;
}

.eps-wrap h4 {
	padding: 0px !important;
	text-align: left !important;
	text-transform: initial;
	font-size: 1.5rem;
}

table.ir_table tr.row1 td,
table.ir_table tr.row1 th {
	background: #fff;
}

table.ir_table tr th.cellHeader {
	background: #1e2029;
	color: #fff;
}

.ui-datepicker-header {
	background: white;
	color: black;
}

.ui-datepicker-prev {
	background: transparent;
}

.ui-datepicker-next {
	background: transparent;
}

.ui-state-hover {
	border: #000000;
	color: #000000;
}

.ui-datepicker-calendar {
	background: white;
}

.ui-state-default {
	color: black !important;
}

.ui-widget-content {
	background: #fff url(ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
}

.cursorPointer {
	cursor: pointer;
}

.hide {
	display: none;
}

/*** Financial Calendar - Calendar View ***/
#ir_calendar_view .ir_calendar_calendar {
	padding-bottom: 12px;
}

#ir_calendar_view .ir_calendar_latest {
	padding-bottom: 12px;
}

#ir_calendar_view h2 {
	margin-top: 0;
}

#ir_calendar_view .ir_date,
#ir_table_view .ir_newsDate {
	color: #1e2029;
	font-weight: bold;
}

#ir_calendar_view .ir_event_details {
	margin-bottom: 20px;
}

#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,
#ir_table_view .ir_addToCalendar {
	margin: 0 0 18px;
	text-indent: 0;
	height: auto;
	width: auto;
	background: #1e2029;
	border: 1px solid #1e2029;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
	padding: 3px 5px;
	color: #fff;
}

#ir_calendar_view .ir_addToCalendar+h2 {
	clear: both;
	padding-top: 12px;
	border-top: 1px dotted #999;
}

#ir_table_view {
	display: none;
}

#home .ui-datepicker {
	width: 25em;
}

.ir_news li {
	margin-bottom: 20px;
}

ol.list-number {
	list-style: decimal;
	margin-left: 15px;
}

**************************** START Calendar Style ****************************/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* Component containers
----------------------------------*/
.ui-widget-content {
	color: #118c80;
	background: #fff;
}

.ui-widget-header {
	color: #292929;
	background: #f5f5f5;
	border: none
}

/* Overlays */
#investor-calendar .ui-datepicker {
	padding: 0;
	height: 360px;
	/*width: 18em;*/
	width: 100%;
	margin-bottom: 20px;
}

.ui-datepicker {
	padding: 0;
	height: 360px;
	width: 18em;
}

.ui-datepicker table {
	border-collapse: collapse;
	margin: 0;
	background: #fff;
}

.ui-datepicker th {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}


/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #fff;
	border: none;
}

#ir_calendar_toggle .btn {
	background-color: #fff;
	color: #1e2029;
	border: 1px solid #1e2029;
	text-decoration: none;
}

#ir_calendar_toggle .btn.active {
	background-color: #1e2029;
	color: #fff;
}

/* For non-active dates */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #292929;
	text-align: center;
	border: none;
	padding-top: 7px;
	width: 35px;
	margin: 10px auto 0 auto;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 1;
	filter: Alpha(Opacity=1);
}

/* for active dates */
#investor-calendar a.ui-state-default,
#investor-calendar .ui-widget-content a.ui-state-default,
#investor-calendar .ui-widget-header a.ui-state-default {
	border: none;
	background: #1e2029;
	height: 35px;
	padding-top: 7px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width: 35px;
	margin: 10px auto 0 auto;
	text-align: center;
	color: #fff !important;
}

.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: none;
	background: none;
	color: #242224;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: none;
	background: #1e2029;
	height: 35px;
	padding-top: 7px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width: 35px;
	margin: 10px auto 0 auto;
	text-align: center;
	color: #fff !important;
}

.highcharts-button.highcharts-button-pressed .highcharts-button-box,
.highcharts-button.highcharts-button-hover .highcharts-button-box {
	fill: #353535 !important;
}

rect.highcharts-point {
	fill: #7b7b7b !important;
}

rect.highcharts-navigator-mask-inside {
	fill: rgba(53, 53, 53, 0.25);
}

/* Icons
----------------------------------*/
/* states and images */
.ui-widget-content .ui-icon {
	background-image: url(/javascripts/jquery-ui/ui-icons_222222_256x240.png);
}


/**************************** END Calendar Style ****************************/

/* Histrorical price
----------------------------------*/
form .button-wrap {
	padding: 0 10px;
}

.date_start-wrap label {
	padding-right: 10px;
}

.date_end-wrap label {
	padding: 0px 5px;
}

table .rowHeader td {
	background: #ffebeb;
}

table.ir_hover tr.row1:hover td,
table.ir_hover tr.row1:hover th,
table.ir_hover tr.row2:hover td,
table.ir_hover tr.row2:hover th {
	background: #dddddd;
}

.historical-price-wrap {
	display: flex;
	gap: 10px;
}

.date_start-wrap,
.date_end-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
}

.date_start-wrap select,
.date_end-wrap select {
	width: 85px;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
	color: #909090;
}

#news_content table td:first-child {
	background-color: #ededed;
}

@media (max-width: 767px) {

	.form-group.date_start-wrap,
	.form-group.date_end-wrap {
		width: 100%;
	}

	.date_start-wrap label,
	.date_end-wrap label {
		padding: 0px;
		display: block;
		width: 50px;
	}

	.historical-price-wrap {
		flex-direction: column;
	}

	form input[type="submit"] {
		width: 100%;
	}

	#min_date_input,
	#max_date_input {
		max-width: 115px;
	}

	.no-scroll .container {
		position: initial;
	}

}

.calculator-left {
	background-color: #e7e7e7;
}

.calculator-right {
	background: #f4f4f4;
}

.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: -8px;
	position: relative;
	display: inline-block;
	display: inline;
	zoom: 1;
}

.down_arrow {
	background: url(/images/arrow_down.gif) no-repeat 0 bottom;
	background-size: auto;
	color: #1e2029;
	background-size: 10px;
	content: '';
	text-indent: -9999px;
	width: 10px;
	margin-left: 5px;
	top: -8px;
	position: relative;
	display: inline-block;
	display: inline;
	zoom: 1;
}

.text-left {
	text-align: left !important;
}

.mb-2 {
	margin-bottom: 12px;
}

.cellHighlight {
	background-color: #ccc !important;
	color: #909090 !important;
}

#agm-egm ul>li::before {
	content: none;
}

ul.style1 {
	list-style: disc;
	margin-left: 20px;
	color: #7f7f7f;
}

.color-black {
	color: #555555 !important;
}

.fw-bold {
	font-weight: bold;
}

.ir_indicator_gain:before {
	content: '+';
}

.ir_indicator_loss:before {
	content: '-';
}

.home-shareText {
	position: absolute;
	bottom: 5px;
}

.hide-mobile {
	display: block;
}

.wo-header {
	padding: 80px 24px !important;
	overflow-x: hidden;
}

.wo-header p {
	text-align: center;
	margin-bottom: .5rem;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.ir_textMainHighlight {
	font-weight: 700;
}

.masthead-section__title-accountant__breakline {
	margin-bottom: 40px;
}

.flex-form-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.flex-form-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.flex-form-label {
	font-weight: 500;
	margin-bottom: 5px;
}

.flex-form-input {
	width: 100%;
}

.flex-form-input input,
.flex-form-input select {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px;
	border: none;
	border-bottom: solid 1.5px rgb(232, 230, 230);
	font-size: 14px;
	background-color: #fafafa;
	transition-duration: 200ms;
}

.flex-form-input select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 14px;
	padding-right: 30px;
}

.flex-form-input input:focus-visible,
.flex-form-input select:focus-visible {
	outline: none;
	border-bottom: solid 1.5px rgb(237, 129, 129);
}

.flex-form-submit {
	margin-top: 24px;
}

p.form-paragraph {
	text-align: center;
	margin-bottom: .5rem;
}

.masthead-section__title-accountant__breakline {
	margin-bottom: 40px;
}

form .btn-submit {
	margin: 12px 0;
	padding: 10px 25px;
	border-radius: 25px;
	text-transform: uppercase;
	outline: none;
	box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.5);
	-webkit-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
	border: solid 1.5px #1E2029;
	font-size: 14px;
	transition-duration: 200ms;
	background: #1E2029;
	color: #ffffff;
}

form .btn-submit:hover {
	background: #ffffff;
	border: solid 1.5px #1E2029;
	color: #1E2029;
}

@media screen and (max-width: 600px) {
	.carousel-indicators {
		top: -80px;
	}

	.hide-mobile {
		display: none;
	}
}

@media print {

	header,
	nav,
	footer {
		display: none;
	}

}

.display-none {
	display: none;
}

.announcement-link {
	color: #0A1B44;
	text-decoration: none;
}

.announcement-link:hover {
	color: rgb(0, 86.1, 178.5);
	text-decoration: none;
}