/*****************************
********* 4DX styles *********
*****************************/

/* General */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
@import url("/FormBuilder/_Resource/_module/plugin/FontAwesome5.min.css");

html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333333;
  font-family: "Roboto", Arial, sans-serif;
  min-height: 100%;
  background: none;
  line-height: 1.5em;
}

a {
  color: #0056e3;
  text-decoration: none;
}

a:hover {
  color: #0056e3;
  text-decoration: underline;
}

table {
  border-collapse: unset;
  border-spacing: 0;
}

.error {
  color: red;
}

#loadingSpinner {
  background: url(/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/images/loadingSpinner.gif)
    0 0 no-repeat;
  margin: 50px auto;
  overflow: hidden;
  width: 24px;
  height: 24px;
  text-indent: -1000000px;
}

/* Tab Group */

#tab-group {
  width: 100%;
  clear: both;
  background: #d5edeb;
  padding: 70px 0px 70px 0px;
}

#tab-group ul {
  margin: 0;
  padding: 0;
}

#tab-group li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px 0 0;
}

#tab-group li a.tab-button,
.filterButton {
  display: inline-block;
  text-align: center;
  width: auto;
  color: #182a54;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 17px;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px 15px 0px 0px;
  padding: 8px 30px 8px 30px;
  background-color: #eaf4f4;
  border-radius: 32px;
  border: 1px solid #eaf4f4;
  margin: 0.5rem 0;
}

#tab-group li a.tab-button:hover,
.filterButton:hover {
  background: transparent;
  color: #0cbab4;
  border-color: #0cbab4;
}

#tab-group li a.tab-button.current {
  background: #182a54;
  color: #eaf4f4;
  border-color: #182a54;
}

/* Announcements */

.announcementsTable {
  margin: 20px 0;
  width: 100%;
}

.announcementsTable th {
  font-family: "Roboto", Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 14px 12px;
  vertical-align: top;
  background: #0056e3;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  display: none;
}

.announcementDateHeader,
.announcementDate {
  text-align: right !important;
}

.announcementsTable tr {
  display: flex;
  flex-direction: column;
}

.announcementsTable td {
  margin: 0;
  padding: 15px 25px;
  vertical-align: top;
  border-bottom: 1px solid #182a54;
  display: block;
}

.announcementsTable td:first-child {
  border-top: 0;
  order: 1;
  margin-bottom: 20px;
  padding-top: 0;
}

.announcementsTable td:last-child {
  border-bottom: 0;
  order: 0;
  text-align: left !important;
  padding-bottom: 5px;
}

.announcementsTable td a {
  color: rgb(92, 91, 91);
  font-size: 18px;
}

.noresults {
  padding-top: 10px;
  clear: both;
}

.announcements-filter {
  margin: 20px 0;
}

.announcements-filter label {
  display: none;
}

.announcements-filter #KeywordSearch {
  width: 50%;
  padding: 12px 15px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-right: 20px;
}

a.loadNext {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 10px 0;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  transition: 0.2s;
  color: #182a54;
  border-style: solid;
  border-width: 1px;
  border-color: #182a54;
  border-radius: 26px;
  /* padding: 10px 15px 10px; */

  padding: 16px 55px 16px 15px;
  position: relative;
}

a.loadNext:hover {
  background: #fff;
  border-color: #0cbab4;
  color: #0cbab4;
}

a.loadNext::before {
  background: url("/FormBuilder/_Resource/_module/nT3qAYW5HUe9P45HOnFGwQ/images/navy_arrow.png")
    no-repeat;
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  right: 4px;
  top: 10px;
}

a.loadNext:hover::before {
  background: url("/FormBuilder/_Resource/_module/nT3qAYW5HUe9P45HOnFGwQ/images/navy_arrow-hover2.png")
    no-repeat;
}

/* Historical Share Price */

.priceHistoryTable {
  padding: 80px 0px 60px 0px;
  width: 100%;
}

.priceHistoryTable tr:not(:first-child):nth-child(even) {
  /* background-color: #f9f9f9; */
}

.priceHistoryTable th {
  padding: 20px 15px;
  background: #d5edeb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #182a54;
  border-color: #000;
  border-width: 2px;
  border-style: none;
  background-clip: padding-box;
  border-top: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

.priceHistoryTable td {
  margin: 0;
  padding: 20px 15px;
  vertical-align: top;
  text-align: center;
  line-height: 1;

  border-bottom: 1px solid #182a54;
}

/* Investment Calculator */

.calc-table-filter .calc-table-filter-row {
  padding: 10px;
  margin: 10px 0;
}

.calc-table-filter .calc-table-filter-row label.text {
  font-size: 20px;
  font-weight: bold;
}

.calc-table-filter .calc-table-filter-row .horizontal {
  margin: 10px 0;
  width: 100%;
  padding: 0;
  margin-bottom: 5rem;
}

.calc-table-filter .calc-table-filter-row .horizontal li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 10px 0;
}

.calc-table-filter .calc-table-filter-row li label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 25%;
  padding: 0 5px;
  font-weight: bold;
}

.calc-table-filter .calc-table-filter-row input {
  vertical-align: middle;
  margin: 0;
}

.calc-table-filter .calc-table-filter-row input[type="text"] {
  width: 50%;
  padding: 10px;
  border: 2px solid #cccccc;
}

.calc-table-row {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 33%;
  margin-bottom: 3rem;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

.calc-table-row label {
  background: #d5edeb;
  color: #182a54;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 15px;
}

.calc-table-row span {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 1;
  border-width: 2px;
  border-style: none;
  background-clip: padding-box;
  text-align: center;
}

.calc-table-filter ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calc-table-filter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  width: 100%;
}

.calc-table-filter li:last-child {
  margin-right: 0;
}

.calc-table-filter li label,
.calc-table-filter li input {
  width: 100%;
}

.calc-table-filter li input[type="radio"],
.calc-table-filter-row label.text {
  display: none;
}

.calc-table-filter li label {
  font-weight: bold;
  margin: 0 10px 0 5px;
  line-height: 38px;
  cursor: pointer;
  -ms-flex-negative: 4;
  flex-shrink: 4;
  min-width: 85px;
}

.calc-table-filter li input:last-child {
  padding: 5px;
}

.calc-table-filter li label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  padding-right: 10px;
}

.calc-table-filter li.checked label::before {
  content: "\f14a";
}

.investmentCalcChart span {
  *float: left;
  /* IE6/7 */
}

/* Share Price */

#priceModule_SharePriceModule3 {
  width: auto;
  padding: 40px;
  background: #0056e3;
  color: #fff;
}

#priceModule_SharePriceModule3 h4 {
  margin: 5px 0;
  text-align: center;
  color: #264f85;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
}

#priceModule_SharePriceModule3 .priceTable {
  width: 100%;
}

#priceModule_SharePriceModule3 .priceTable tr {
  background: none;
}

#priceModule_SharePriceModule3 .priceTable td {
  height: auto !important;
  padding: 0;
  background: none;
  text-align: center;
}

#priceModule_SharePriceModule3 .price-date {
  margin: 10px 5px 0 0;
  text-align: right;
}

#priceModule_SharePriceModule3 .priceTable .price {
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
}

#priceModule_SharePriceModule3 .priceDetails {
  width: 100%;
  padding: 0;
}

#priceModule_SharePriceModule3 .priceDetailsLabel {
  font-weight: bold;
  color: #fff;
  text-align: left !important;
}

#priceModule_SharePriceModule3 .priceDetails tr td {
  padding: 5px !important;
}

#priceModule_SharePriceModule3 td.priceDetailsValue {
  text-align: right;
}

#priceModule_SharePriceModule3 .price-date span {
  text-transform: lowercase;
}

/* Share Price Bar */

.share__price {
  padding: 20px 15px;
  background: #d5edeb;
  font-size: 16px;

  line-height: 1;
  color: #182a54;
  border-color: #000;
  border-width: 2px;
  border-style: none;
  background-clip: padding-box;
}

.share__price .share__date {
  padding-left: 2.5rem;
}

.priveVolumeChart {
  width: 100% !important;
}

.sharep-price-table,
.shareprice-mobile {
  width: 100%;
  text-align: center;
  margin: 0px 0px 65px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #182a54;
}

.sharep-price-table tr th,
.sharep-price-table tr td,
.shareprice-mobile {
  padding: 20px 15px;
  background: #d5edeb;
  font-size: 16px;

  line-height: 1;
  color: #182a54;
  border-color: #000;
  border-width: 2px;
  border-style: none;
  background-clip: padding-box;
}

.sharep-price-table tr td,
.shareprice-mobile {
  background: #fff;
}

.shareprice-mobile {
  display: none;
}

/* MOBILE */

@media (max-width: 1140px) {
  .priveVolumeChart {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .highcharts-input-group {
    display: none;
  }
  .calc-table-row label {
    width: auto;
  }
  .calc-table-row span {
    width: auto;
  }
  .share__price {
    font-size: 14px;
  }
  .calc-table-row {
    width: 32%;
  }
  .shareprice-mobile {
    display: block;
  }
  .shareprice-desktop {
    display: none;
  }

  .share__detail {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .share__price .share__date {
    padding-left: 0;
  }
}

@media (max-width: 550px) {
  .priceHistoryTable {
    overflow-x: auto;
    display: block;
    padding: 0 0 10px;
    position: relative;
  }
  .share__price .share__latest {
    padding-right: 15px;
  }
  .share__price .share__date {
    white-space: pre;
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 380px) {
  .share__price {
    font-size: 13px;
  }
}
