
/*funds*/
/*! Tablesaw - v3.0.3 - 2017-07-13
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2017 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}
.tablesaw * {
  box-sizing: border-box;
}
.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 #ffffff;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.tablesaw-btn {
  color: #1c95d4;
}
.tablesaw-btn:hover {
  text-decoration: none;
}
/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
  background-color: #ddd;
}
@supports (box-shadow: none ) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none;
  }
  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
  }
}
.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}
.tablesaw-btn select option {
  background: #fff;
  color: #000;
}
.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}
.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}
.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}
.tablesaw-btn-select {
  padding-right: 1.5em;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
}
.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}
.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}
/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}
.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}
.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}
.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}
.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .8em;
  border-left: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}
/* Table Toolbar */
.tablesaw-bar {
  clear: both;
}
.tablesaw-bar * {
  box-sizing: border-box;
}
.tablesaw-bar-section {
  float: left;
}
.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}
.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em;
}
.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}
/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em;
}
.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}
.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em;
}
.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}
.tablesaw-bar-section ~ table {
  clear: both;
}
.tablesaw-bar-section .abbreviated {
  display: inline;
}
.tablesaw-bar-section .longform {
  display: none;
}
@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }
  .tablesaw-bar-section .longform {
    display: inline;
  }
}
.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
  text-align: left;
  vertical-align: middle;
}
.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em;
}
.tablesaw thead th {
  text-align: left;
}
/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}
/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.tablesaw caption {
  text-align: left;
  margin: .59375em 0;
}
.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de;
}
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}
.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}
.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}
/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}
.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}
.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}
/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}
.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}
/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -0.5em auto 0;
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}
/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default;
}
.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}
.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}
/* Override */
.tablesaw .tablesaw-sortable-head {
  padding: 0;
}
.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}
.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em;
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}
.tablesaw-advance {
  float: right;
}
.tablesaw-advance.minimap {
  margin-right: .4em;
}
.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}
.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}
.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}
.search-no-result {
  position: relative;
  background: #e9e9e9;
  width: 100%;
  min-height: 350px;
  font-size: 30px;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
}
.search-no-result:before {
  content: '';
  position: absolute;
  top: 40px;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background: #e9e9e9;
}
.search-no-result span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* @media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content.funds-group .tab-pane {
    padding: 20px 10px 0;
  }
} */
@media screen and (max-width: 767px) {
  .search-no-result {
    min-height: 150px;
    font-size: 15px;
  }
  .search-no-result:before {
    top: 100px;
  }
}
.sort-table {
  position: relative;
}
.sort-table table {
  width: 100%;
}
.sort-table table th,
.sort-table table td {
  padding: 15px;
  outline: none;
}
.sort-table table th {
  cursor: pointer;
}
.sort-table table th.tablesorter-headerAsc .sort-icon {
  background: url('../images/sort-icon.png') 0 0;
}
.sort-table table th.tablesorter-headerDesc .sort-icon {
  background: url('../images/sort-icon.png') no-repeat 0 -23px;
}
.sort-table table th.tablesorter-headerUnSorted .sort-icon {
  background: url('../images/sort-icon.png') 0 -46px;
}
.sort-table table th.disable-sort {
  cursor: default;
}
.sort-table table th.disable-sort .sort-icon {
  opacity: 0;
}
.sort-table table th .no-wrap {
  white-space: nowrap;
}
.sort-table table thead {
  background-color: #f1efec;
}
.sort-table table thead span:first-child {
  display: block;
  margin-bottom: 20px;
}
.sort-table table thead span:first-child .break {
  display: block;
}
.sort-table table thead span:first-child .percent {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 5px;
}
.sort-table table thead span.sort-group-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  margin-right: 5px;
}
.sort-table table thead span.sort-group-item + .sort-icon {
  display: inline-block;
  vertical-align: middle;
}
.sort-table table tbody td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sort-table table tbody td:first-child .sort-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
}
.sort-table table tbody td[data-title="Currency"] {
  text-transform: uppercase;
}
.sort-table table tbody td.swap {
  vertical-align: middle;
  text-align: center;
}
.sort-table table tbody td .sort-text {
  display: inline-block;
  min-width: 30px;
}
.sort-table table tbody td .sort-text.down {
  position: relative;
  left: -4px;
}
.sort-table table tbody td .sort-text.down:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 15px;
  background-color: #fff;
}
.sort-table table tbody td .sort-text a {
  color: var(--text-primary);
}
.sort-table table tbody td .sort-text a:hover {
  color: #0044a0;
}
.sort-table table tbody td .sort-text.ex-date {
  color: #fff;
  visibility: hidden;
}
.sort-table table tbody td .sort-text.ex-date:before {
  content: " - ";
  color: var(--text-primary);
  visibility: visible;
}
.sort-table table tr {
  border-bottom: 1px solid #e7e7e7;
}
.sort-table table tr.active span {
  font-weight: 700;
}
.funds-watchlist .sort-table table tr.active span {
  font-weight: 500;
}
.funds-watchlist .sort-table table tr.active span.date-price {
  display: block;
  margin-left: 0;
}
.sort-table table tr.active .funds-watch-btn {
  background: url('../images/remove-icon.png') 0 0;
  background-size: contain;
}
.sort-table table.type-2 thead tr {
  border-bottom: none;
}
.sort-table table.type-2 thead th {
  vertical-align: bottom;
}
.sort-table table.type-2 thead th[colspan="3"] {
  padding-bottom: 0;
  vertical-align: top;
}
.sort-table table.type-2 thead th[colspan="3"] span {
  margin-bottom: 0;
  height: auto !important;
}
.sort-table table.type-2 thead th[colspan="3"] + th[rowspan="2"] {
  padding-left: 45px;
}
.sort-table table.type-2 thead span:first-child {
  margin-bottom: 5px;
}
.sort-table table.type-2 tbody tr td:nth-last-of-type(1) {
  padding-left: 45px;
}
.sort-table table.table-download .collapse-tab-download {
  display: none;
}
.sort-table table.table-download thead span:first-child {
  margin-bottom: 0;
}
.sort-table table.table-download thead .tablesorter-header .tablesorter-header-inner {
  text-align: center;
}
.sort-table table.table-download thead .tablesorter-header:first-child .tablesorter-header-inner {
  text-align: left;
}
.sort-table table.table-download tr td a {
  color: var(--text-primary);
}
.sort-table table.table-download tr td a:hover {
  color: #0044a0;
}
.sort-table table.table-fundfacts thead tr {
  border-bottom: none;
}
.sort-table table.table-fundfacts thead tr th {
  vertical-align: top;
  padding-bottom: 0;
}
.sort-table table.table-fundfacts thead tr th[colspan="2"] {
  padding-bottom: 0;
  vertical-align: top;
}
.sort-table table.table-fundfacts thead tr th[colspan="2"] span {
  margin-bottom: 0;
  height: auto !important;
}
.sort-table table.table-fundfacts thead tr th.normal-text {
  font-weight: 500;
}
.sort-table table.table-fundfacts thead tr th .sort-icon {
  margin-top: 20px;
}
.sort-table table.table-fundfacts thead tr + tr th {
  padding: 10px 15px;
}
.sort-table table.table-fundfacts thead span:first-child {
  margin-bottom: 15px;
}
.sort-table .sort-icon {
  width: 13px;
  height: 19px;
  background: url('../images/sort-icon.png') 0 -46px;
  display: block;
}
.sort-table .tooltip.bottom {
  padding-top: 8px;
  left: 0 !important;
}
.sort-table .tooltip.bottom .tooltip-arrow {
  border-width: 0 10px 8px;
  border-bottom-color: #b3b5b9;
  left: 24px !important;
}
.sort-table .tooltip.bottom .tooltip-inner {
  max-width: 110px;
  width: auto;
  min-width: 110px;
  padding: 15px 10px;
  text-align: left;
  font-size: 14px;
  background: url('https://uobam.com.sg/web-resources/uobam/images/funds/tooltip-bg.png') 0 0;
}
.sort-table .added + .tooltip.bottom .tooltip-inner {
  max-width: 130px;
  min-width: 130px;
}
.star-rate {
  width: 19px;
  height: 18px;
  background: url('../images/star.png') 0 0;
  background-size: cover;
  display: inline-block;
}
.star-rate.opacity {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.funds-watch-btn {
  background: url('../images/add-icon.png') 0 0;
  background-size: contain;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.funds-watch-btn + span {
  display: inline-block;
  vertical-align: middle;
}
.funds-watch-rate {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.funds-watch-rate + span {
  display: inline-block;
  vertical-align: middle;
}
.funds-watch-rate.up {
  border-bottom: 8px dashed #46c035;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.funds-watch-rate.down {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px dashed #e00000;
}
.sort-text + span {
  margin-left: 10px;
}
.sort-text.sort-no-wrap {
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sort-table table th.tablesorter-headerAsc .sort-icon {
    background: url('../images/sort-icon.png') no-repeat -11px 0;
    background-size: 25px 65px;
  }
  .sort-table table th.tablesorter-headerDesc .sort-icon {
    background: url('../images/sort-icon.png') no-repeat -11px -21px;
    background-size: 25px 65px;
  }
  .sort-table table th.tablesorter-headerUnSorted .sort-icon {
    background: url('../images/sort-icon.png') no-repeat -11px -43px;
    background-size: 25px 65px;
  }
  .sort-table table td {
    font-size: 12px;
    padding: 30px 10px;
  }
  .sort-table table.type-2 thead th[colspan="3"] + th[rowspan="2"] {
    padding-left: 25px;
  }
  .sort-table table.type-2 thead .text-left,
  .sort-table table.type-2 thead .text-center,
  .sort-table table.type-2 thead .text-right {
    padding: 15px 8px;
    text-align: center;
  }
  .sort-table table.type-2 tbody tr td:nth-last-of-type(1) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sort-table table thead {
    display: none;
  }
  .sort-table table tbody td.break:before {
    width: auto;
  }
  .sort-table table thead th:first-child,
  .sort-table table tbody th:first-child,
  .sort-table table thead td:first-child,
  .sort-table table tbody td:first-child {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  .sort-table table thead td,
  .sort-table table tbody td {
    position: relative;
    display: inline-block;
    width: calc(33.3333% - 13px);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    vertical-align: top;
  }
  .sort-table table thead td:first-child + [data-title-inline],
  .sort-table table tbody td:first-child + [data-title-inline] {
    padding-top: 10px;
  }
  .sort-table table thead td:first-child .sort-text,
  .sort-table table tbody td:first-child .sort-text {
    max-width: calc(100% - 70px);
  }
  .sort-table table thead td:nth-of-type(n+2),
  .sort-table table tbody td:nth-of-type(n+2) {
    padding: 6px 0 20px;
  }
  .sort-table table thead td:before,
  .sort-table table tbody td:before {
    content: attr(data-title);
    position: relative;
    display: block;
    color: var(--text-primary-light);
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
  }
  .sort-table table thead td[data-title-inline],
  .sort-table table tbody td[data-title-inline] {
    display: block;
    width: 100%;
    text-align: left;
  }
  .sort-table table thead td[data-title-inline] .sort-text,
  .sort-table table tbody td[data-title-inline] .sort-text {
    display: inline-block;
    vertical-align: top;
  }
  .sort-table table thead td[data-title-inline]:before,
  .sort-table table tbody td[data-title-inline]:before {
    content: attr(data-title-inline);
    display: inline-block;
    width: 70%;
    vertical-align: top;
    text-transform: none;
  }
  .sort-table table thead td[data-title-inline]:last-child,
  .sort-table table tbody td[data-title-inline]:last-child {
    width: 100%;
  }
  .sort-table table thead td.swap .ico,
  .sort-table table tbody td.swap .ico {
    float: left;
    background-size: 27px;
  }
  .sort-table table thead td.swap:before,
  .sort-table table tbody td.swap:before {
    padding: 5px 20px;
    color: var(--text-primary);
  }
  .sort-table table.type-2 thead th:first-child,
  .sort-table table.type-2 tbody th:first-child,
  .sort-table table.type-2 thead td:first-child,
  .sort-table table.type-2 tbody td:first-child {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  .sort-table table.type-2 thead tr td:nth-last-of-type(1),
  .sort-table table.type-2 tbody tr td:nth-last-of-type(1) {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .sort-table table.type-2 thead td,
  .sort-table table.type-2 tbody td {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: left;
  }
  .sort-table table.type-2 thead td .td-content,
  .sort-table table.type-2 tbody td .td-content {
    float: right;
    width: calc(100% - 135px);
  }
  .sort-table table.type-2 thead td:nth-of-type(n+2),
  .sort-table table.type-2 tbody td:nth-of-type(n+2) {
    width: 100%;
  }
  .sort-table table.type-2 thead td:before,
  .sort-table table.type-2 tbody td:before {
    display: inline-block;
  }
  .sort-table table.type-2 thead td[data-title-group],
  .sort-table table.type-2 tbody td[data-title-group] {
    display: inline-block;
    width: 15%;
    margin-left: 128px;
  }
  .sort-table table.type-2 thead td[data-title-group] .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group {
    display: inline-block;
    width: 15%;
    margin-left: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group:before,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td.sort-group:after,
  .sort-table table.type-2 tbody td[data-title-group] ~ td.sort-group:after {
    content: none;
  }
  .sort-table table.type-2 thead td[data-title-group]:before,
  .sort-table table.type-2 tbody td[data-title-group]:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group]:after,
  .sort-table table.type-2 tbody td[data-title-group]:after {
    content: attr(data-title-group);
    position: absolute;
    display: inline-block;
    color: var(--text-primary-light);
    font-size: 13px;
    font-weight: normal;
    left: -126px;
    top: 10px;
    width: auto;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group],
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] {
    display: inline-block;
    width: 15%;
    margin-left: 128px;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group {
    display: inline-block;
    width: 15%;
    margin-left: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group .sort-text,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group .sort-text {
    display: block;
    text-align: center;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group:before,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group] ~ td.sort-group:after,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] ~ td.sort-group:after {
    content: none;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group]:before,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group]:before {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .sort-table table.type-2 thead td[data-title-group] ~ td[data-title-group]:after,
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group]:after {
    content: attr(data-title-group);
    position: absolute;
    display: inline-block;
    color: var(--text-primary-light);
    font-size: 13px;
    font-weight: normal;
    left: -126px;
    top: 10px;
    width: auto;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download {
    position: relative;
    display: block;
    border-bottom: none;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download:before,
  .sort-table table.table-download tbody tr.collapse-tab-download:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 17px;
    height: 2px;
    background-color: var(--primary-dark);
    color: var(--primary-dark);
  }
  .sort-table table.table-download tbody tr.collapse-tab-download:before {
    display: block;
    right: 12px;
    height: 16px;
    width: 2px;
    margin-top: -7px;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download + tr {
    display: block;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download + tr > td {
    padding: 0;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download + tr .collapse-table tr {
    border-bottom: none;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download.open:before {
    display: none;
  }
  .sort-table table.table-download tbody tr.collapse-tab-download.active:before,
  .sort-table table.table-download tbody tr.collapse-tab-download.active:after {
    background-color: var(--primary-dark);
    color: var(--primary-dark);
  }
  .sort-table table.table-download tbody tr:not(.open-default) + tr .collapse-table {
    display: none;
  }
  .sort-table table.table-download tbody tr td:first-child {
    padding: 20px 0;
  }
  .sort-table table.table-download tbody tr td:first-child + [data-title-inline] {
    padding-top: 0;
  }
  .sort-table table.table-fundfacts tbody tr td {
    padding-top: 10px;
  }
  .sort-table table.table-fundfacts tbody tr td:nth-child(n+2) {
    display: inline-block;
    width: calc(50% - 39px);
    vertical-align: top;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-group]:after {
    content: attr(data-title-group);
    position: absolute;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: normal;
    left: 0;
    top: -10px;
    width: 100%;
  }
  .sort-table table.table-fundfacts tbody tr td.group-td {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-inline]:nth-child(odd) {
    margin-left: 30px;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-inline]:nth-child(odd):before {
    width: auto;
  }
  .sort-table table.table-fundfacts tbody tr td[data-title-inline] .sort-text {
    display: block;
  }
  .sort-table table.table-fundfacts tbody tr.active[data-title-group]:after {
    font-weight: 600;
  }
  .sort-table table.no-heading tbody tr td:first-child {
    float: left;
    width: auto;
  }
  .sort-table table.no-heading tbody tr td:first-child + td {
    padding-top: 25px;
  }
  .sort-table .date-price {
    display: block;
    margin-left: 0;
  }
  .star-rate {
    width: 15px;
    height: 14px;
    margin-left: 5px;
    margin-top: 2px;
  }
  .sort-text-align {
    width: 20%;
    text-align: center;
  }
  .td-content .no-star-rate {
    display: block;
    width: 19%;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .sort-table .sort-text-align {
    width: 19%;
  }
}
@media screen and (max-width: 350px) {
  .sort-table table tbody td {
    width: calc(33.3333% - 20px);
  }
  .sort-table table tbody td:last-child {
    width: calc(33.3333% - 5px);
  }
  .sort-table table.table-download tbody td {
    width: 100%;
  }
  .sort-table table.table-download tbody td:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .sort-table table.type-2 thead td .td-content,
  .sort-table table.type-2 tbody td .td-content {
    width: calc(100% - 133px);
  }
  .td-content .no-star-rate {
    width: 22%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .sort-table table.type-2 tbody td[data-title-group] {
    margin-left: 173px;
  }
  .sort-table table.type-2 tbody td[data-title-group]:after {
    left: -135px;
  }
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group] {
    margin-left: 173px;
  }
  .sort-table table.type-2 tbody td[data-title-group] ~ td[data-title-group]:after {
    left: -135px;
  }
  .star-rate:first-child {
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .sort-table .tooltip.bottom {
    padding-top: 7px;
  }
}
.search-funds-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: right;
}
.search-funds-box input[type='text'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 0;
  padding: 9px;
  height: auto;
  max-height: 40px;
  border-radius: 0;
  outline: none;
  background-color: #f3f3f3;
  background-image: none;
  border: none;
  margin-right: -4px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search-funds-box input[type='button'] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  width: 40px;
  height: 40px;
  background: url("../images/icons-search.svg") no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search-funds-box.open input[type='button'] {
  background-color: #cccccc;
}
.watch-list-btn {
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.watch-list-btn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  top: 0;
  left: -20px;
}
.add-watch-list-icon {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 10px;
  background: url("../images/add-icon-active.png");
  background-size: 27px 27px;
  vertical-align: middle;
}
@keyframes slideOut {
  0% {
    width: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  1% {
    width: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  @keyframes slideOut {
    0% {
      width: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
    }
    1% {
      width: 0;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      width: calc(100% - 60px);
    }
  }
}
@media screen and (min-width: 767px) {
  .search-funds-box.open input[type='text'] {
    -webkit-animation: slideOut 600ms forwards ease;
    -moz-animation: slideOut 600ms forwards ease;
    -ms-animation: slideOut 600ms forwards ease;
    animation: slideOut 600ms forwards ease;
  }
}
@media screen and (max-width: 767px) {
  .watch-list-btn {
    margin-left: 20px;
  }
  .watch-list-btn:before {
    content: none;
  }
  .add-watch-list-icon {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .search-funds-box {
    width: 100%;
    -webkit-transition: all 0.3 linear;
    -moz-transition: all 0.3 linear;
    -ms-transition: all 0.3 linear;
    -o-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .search-funds-box .search-input::placeholder {
    color: var(--text-primary);
  }
  .search-funds-box.open input[type='text'] {
    width: calc(100% - 41px);
    position: absolute;
    left: 1px;
    padding: 11px 15px;
  }
  .search-funds-box.open input[type='button'],
  .search-funds-box.open input[type='text'] {
    background-color: #cccccc;
  }
  .search-funds-box input[type='text'] {
    background: transparent;
    width: 0;
    opacity: 1;
    font-size: 13px;
    padding: 11px 0px 11px 9px;
  }
  .search-funds-box input[type='button'] {
    background-size: 80%;
    background-position: 5px center;
  }
}
.funds-selects {
  display: none;
}
.funds-selects .dropdown-filter-group .btn-dropdown {
  background: transparent;
  border: 1px solid #e5e5e5;
  max-width: 100%;
}
.funds-selects .dropdown-filter-group .btn-dropdown .caret {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.funds-selects strong {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .funds-selects {
    display: block;
  }
}
.button-dropdown {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}
.button-dropdown button {
  background: none;
  border: none;
  padding: 12px 14px;
}
.button-dropdown button:hover,
.button-dropdown button:focus {
  outline: none;
}
.button-dropdown .ico-download {
  background: url('../images/ico-download.png') 0 0;
  background-size: contain;
  width: 22px;
  height: 25px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.button-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.button-dropdown .dropdown-menu .ico {
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  vertical-align: middle;
  margin-right: 10px;
}
.button-dropdown .dropdown-menu .ico.ico-facts {
  background-image: url('../images/ico-facts-white.png');
}
.button-dropdown .dropdown-menu .ico.ico-pros {
  background-image: url('../images/ico-pros-white.png');
}
.button-dropdown .dropdown-menu .ico.ico-prod {
  background-image: url('../images/ico-prod-white.png');
}
.button-dropdown .dropdown-menu .ico.ico-semi {
  background-image: url('../images/ico-semi-white.png');
}
.button-dropdown .dropdown-menu .ico.ico-annual {
  background-image: url('../images/ico-annual-white.png');
}
.button-dropdown .dropdown-menu .ico.ico-documents {
  background-image: url('../images/ico-documents-white.png');
}
.button-dropdown .dropdown-menu .dropdown-item {
  padding: 13px 15px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
  background: transparent;
}
.no-touchevents .button-dropdown:hover .ico-download,
.button-dropdown.open .ico-download,
.button-dropdown.show .ico-download {
  background: url('../images/ico-download-activ.png') 0 0;
  background-size: contain;
}
.no-touchevents .button-dropdown:hover button,
.button-dropdown.open button,
.button-dropdown.show button {
  background: #858585;
}
.no-touchevents .button-dropdown:hover button ~ .dropdown-menu,
.button-dropdown.open button ~ .dropdown-menu,
.button-dropdown.show button ~ .dropdown-menu {
  background: #858585;
  margin-top: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  top: 49px;
}
.no-touchevents .button-dropdown:hover button ~ .dropdown-menu .divider,
.button-dropdown.open button ~ .dropdown-menu .divider,
.button-dropdown.show button ~ .dropdown-menu .divider {
  margin: 0;
}
.no-touchevents .button-dropdown:hover span,
.button-dropdown.open span,
.button-dropdown.show span {
  color: #fff;
}
.no-touchevents .button-dropdown:hover .dropdown-menu,
.button-dropdown.open .dropdown-menu,
.button-dropdown.show .dropdown-menu {
  display: block;
}

@media screen and (min-width: 768px) {
  .button-dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--text-primary);
    -webkit-box-shadow: inset 0px 0 5px -1px #858585;
    -moz-box-shadow: inset 0px 0 5px -1px #858585;
    box-shadow: inset 0px 0 5px -1px #858585;
  }
  .button-dropdown .dropdown-menu .dropdown-item:hover .ico-facts {
    background-image: url(../images/ico-facts.png);
  }
  .button-dropdown .dropdown-menu .dropdown-item:hover .ico-pros {
    background-image: url(../images/ico-pros.png);
  }
  .button-dropdown .dropdown-menu .dropdown-item:hover .ico-prod {
    background-image: url(../images/ico-prod.png);
  }
  .button-dropdown .dropdown-menu .dropdown-item:hover .ico-semi {
    background-image: url(../images/ico-semi.png);
  }
  .button-dropdown .dropdown-menu .dropdown-item:hover .ico-annual {
    background-image: url(../images/ico-annual.png);
  }
  .button-dropdown .dropdown-menu .dropdown-item:hover .ico-documents {
    background-image: url(../images/ico-documents.png);
  }
}
@media screen and (max-width: 767px) {
  .button-dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #858585;
  }
}
.ico {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
}
.ico.ico-facts {
  background-image: url(../images/ico-facts.png);
}
.ico.ico-pros {
  background-image: url(../images/ico-pros.png);
}
.ico.ico-prod {
  background-image: url(../images/ico-prod.png);
}
.ico.ico-semi {
  background-image: url(../images/ico-semi.png);
}
.ico.ico-annual {
  background-image: url(../images/ico-annual.png);
}
.ico.ico-documents {
  background-image: url(../images/ico-documents.png);
}
.fund-details-header {
  background-color: #f3f1f0;
  padding: 30px 20px;
  margin-top: 30px;
}
.fund-details-header .star-rate {
  width: 22px;
  height: 21px;
}
.fund-details-header .morning-star .star-rate.opacity {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.fund-details-header .title {
  margin-bottom: 10px;
}
.fund-details-header .nav-amount,
.fund-details-header .daily-change {
  padding: 5px 0;
  font-size: 22px;
}
.fund-details-header .daily-change .funds-watch-rate,
.fund-details-header .daily-change .rate-change {
  display: inline-block;
  vertical-align: middle;
}
.fund-details-header .daily-change .funds-watch-rate.up,
.fund-details-header .daily-change .rate-change.up {
  margin-top: 2px;
}
.fund-details-header .morning-star {
  padding: 12px 0;
}
.fund-details-header:after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .fund-details-header .data-nav-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fund-details-header {
    padding: 15px;
    margin-top: 0px;
  }
  .fund-details-header .nav-amount,
  .fund-details-header .daily-change {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .fund-details-header .dropdown {
    margin-bottom: 20px;
  }
  .fund-details-header .data-nav-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fund-details-header .data-nav-date {
    font-size: 10px;
  }
}
.funds-watchlist-empty {
  position: relative;
  background-color: #fafafa;
  min-height: 500px;
  margin-top: 20px;
}
.funds-watchlist-empty .content {
  position: absolute;
  width: 565px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.funds-watchlist-empty .content p {
  font-size: 22px;
  margin: 0;
}
.funds-watchlist-empty .content .link {
  display: block;
  margin-top: 20px;
}
.funds-watchlist .sort-table {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .funds-watchlist-empty {
    min-height: auto;
  }
  .funds-watchlist-empty .content {
    position: relative;
    width: 100%;
    padding: 25px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .funds-watchlist-empty .content p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .funds-watchlist .sort-table {
    margin-bottom: 0;
    margin-top: -15px;
  }
  .funds-watchlist .sort-table table tbody tr:first-child {
    border-top: none;
  }
  .funds-watchlist .sort-table table tbody tr td:first-child {
    padding-top: 20px;
  }
}
.tab-template li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.tab-template li a {
  display: block;
  position: relative;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1em;
  color: var(--text-primary);
  text-align: center;
  border: none!important;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.tab-template li.active a {
  color: #001f67;
  font-weight: bold;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-template li.active a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
.tab-template li:hover a {
  background-color: #fff;
  color: #001f67;
}
.tab-template li:hover a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
@media screen and (max-width: 767px) {
  .content-block.tab-content {
    padding: 0;
  }
  .tab-template + .tab-content .sort-table table tr:last-child {
    border-bottom: none;
  }
  .tab-template + .tab-content .sort-table-wrapper {
    border-bottom: 1px solid #e7e7e7;
  }
}
.tablesaw {
  margin-top: 10px;
  border-bottom: 1px solid #e7e6e6;
  border-right: 1px solid #e7e6e6;
}
.tablesaw thead th {
  text-align: center;
  width: 130px;
  vertical-align: top;
}
.tablesaw thead th:nth-child(n+2) {
  background-color: #dddcdd;
}
.tablesaw thead th span {
  font-weight: 500;
}
.tablesaw thead th span.line-break {
  display: block;
}
.tablesaw tbody tr {
  border-bottom: 1px solid #e7e6e6;
}
.tablesaw tbody tr:last-child {
  border-bottom: none;
}
.tablesaw tbody tr td {
  text-align: center;
  background-color: #fafafa;
  padding: 14px 0;
}
.tablesaw tbody tr td:first-child {
  background-color: #b9b8b9;
  color: #fff;
  border-right: none;
  padding: 0 20px;
  text-align: left;
}
.fund-returns-table {
  padding: 20px 15px 0;
}
.fund-returns-table .content {
  margin-top: 40px;
}
.fund-returns-table .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.fund-returns-table .content p small {
  font-size: 14px;
}
.fund-returns-table .content .desc {
  margin-top: 25px;
}
.fund-returns-table .content .desc p {
  font-size: 14px;
}
.fund-returns-table.panel-group .fund-panel-body.table {
  padding-bottom: 0;
  padding-top: 0;
}
.fund-returns-table .fund-panel-default > .fund-panel-heading {
  margin-top: 0;
}
.fund-returns-table sup {
  top: -0.25em;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fund-returns-table sup {
    /* IE10+ specific styles go here */
    position: relative;
    vertical-align: super;
    top: 4px;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fund-returns-table {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tablesaw {
    width: calc(100% - 30px);
    margin: 5px auto;
    font-size: 13px;
  }
  .tablesaw thead th {
    width: auto;
    white-space: normal;
  }
  .tablesaw thead th.line-header {
    white-space: normal;
  }
  .tablesaw thead th:nth-child(n+2) {
    padding: .9em 1.5em;
  }
  .tablesaw thead th.line-header {
    padding: 14px 5px;
  }
  .tablesaw tbody tr td {
    padding: 14px 15px;
  }
  .tablesaw-bar.tablesaw-mode-swipe {
    padding-right: 20px;
    padding-top: 10px;
  }
  .tablesaw-bar.tablesaw-mode-swipe:after {
    content: '';
    display: table;
    clear: both;
  }
  .tablesaw-advance-dots li i {
    width: 10px;
    height: 10px;
    background: #001f67;
  }
  .tablesaw-advance-dots li.tablesaw-advance-dots-hide {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .tablesaw-advance-dots li.tablesaw-advance-dots-hide i {
    background: #dddcdd;
  }
  .tablesaw-advance a.tablesaw-nav-btn.right:before,
  .tablesaw-advance a.tablesaw-nav-btn.left:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .tablesaw-advance a.tablesaw-nav-btn.right:before {
    border-left: 10px solid #001f67;
  }
  .tablesaw-advance a.tablesaw-nav-btn.left:before {
    border-right: 10px solid #001f67;
  }
  .tablesaw-advance a.tablesaw-nav-btn.disabled {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .tablesaw-advance a.tablesaw-nav-btn.disabled:before {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
  }
  .tablesaw-advance a.tablesaw-nav-btn:first-child {
    position: relative;
  }
  .tablesaw-advance a.tablesaw-nav-btn:first-child:after {
    content: "";
    position: absolute;
    border-right: 1px solid #001f67;
    right: -6px;
    top: 0;
    bottom: -7px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .tablesaw-advance .tablesaw-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tablesaw-advance .tablesaw-btn.btn-micro {
    overflow: inherit;
    border: none;
    top: -8px;
    outline: none;
  }
  .tablesaw-advance .tablesaw-btn:focus {
    box-shadow: none !important;
  }
  .tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: none;
  }
  .fund-returns-table {
    padding: 0;
  }
  .fund-returns-table.panel-group {
    margin-bottom: 0;
    margin-top: 0;
  }
  .fund-returns-table .fund-panel-body.table {
    padding: 15px 0;
  }
  .fund-returns-table .content {
    padding: 0 15px 20px;
    margin-top: 20px;
  }
  .fund-returns-table .content p {
    font-size: 15px;
  }
  .fund-returns-table .content .desc p {
    font-size: 11px;
  }
  .fund-returns-table.panel-group .fund-panel-body.table {
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .tablesaw tbody tr td {
    padding: 14px 25px;
  }
}
@media screen and (max-width: 375px) {
  .tablesaw thead th:nth-child(n+2) {
    padding: .9em 2em;
  }
}
@media screen and (max-width: 320px) {
  .tablesaw tbody tr td {
    padding: 14px 20px;
  }
  .tablesaw tbody tr td:first-child {
    padding: 0 10px;
  }
}
.fund-facts .desc {
  padding: 20px 20px 0;
}
.fund-facts .desc p {
  font-size: 14px;
}
.table-fund-facts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  font-size: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #d5c2b7;
}
.table-fund-facts .item {
  display: inline-block;
  width: calc(100% * (1/5));
  float: left;
  padding: 30px 20px;
  border-bottom: 1px solid #c3aa9c;
}
.table-fund-facts .item:before {
  content: "";
  border-bottom: 1px solid var(--primary-dark);
}
.table-fund-facts .item:last-child {
  width: calc(100% - (20% * 2));
}
.table-fund-facts .item span {
  display: block;
  font-size: 14px;
}
.table-fund-facts .item span.star-rate {
  display: inline-block;
  margin-top: 5px;
  margin-right: 2px;
}
.table-fund-facts .item span.star-rate.opacity {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.table-fund-facts .item .star {
  white-space: nowrap;
}
.table-fund-facts:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d5c2b7;
}
.fund-facts .content {
  margin-top: 10px;
}
.fund-facts .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.fund-facts .content p small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fund-facts .desc {
    padding: 20px 15px;
  }
  .fund-facts .desc span {
    display: block;
  }
  .fund-facts .desc span[data-current-year] {
    display: inline;
  }
  .fund-facts .desc p {
    font-size: 11px;
  }
  .fund-facts .content {
    padding: 0 0 20px;
  }
  .table-fund-facts {
    padding: 0 15px;
  }
  .table-fund-facts .item {
    width: calc(100% * (1/2));
    padding: 20px 0;
  }
  .table-fund-facts .item span {
    display: block;
    font-size: 14px;
  }
  .table-fund-facts .item span.star-rate {
    margin-left: 0;
  }
  .table-fund-facts .item:last-child {
    width: 100%;
  }
}
.hidding {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.where-to-buy .link .btn-1 {
  margin-right: 10px;
}
.funds-detail-temp #disclaimer p,
.funds-temp #disclaimer p {
  font-size: 14px;
}
.funds-detail-temp #disclaimer a,
.funds-temp #disclaimer a {
  color: #001f67;
}
.logo-morningstar {
  margin-bottom: 20px;
}
.logo-morningstar p {
  font-size: 12px;
}
.loading-fund {
  background: url(https://uobam.com.sg/web-resources/uobam/images/funds/loadingFund.gif);
  width: 47px;
  height: 23px;
  margin: 30px auto;
}
.funds-detail-temp .added + .tooltip.bottom .tooltip-inner {
  padding: 10px 5px;
}
.error-message-api {
  padding: 20% 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .funds-detail-temp #footer,
  .funds-temp #footer {
    padding: 0;
  }
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 30px 50px;
  }
  .funds-detail-temp #footer .container .pull-right,
  .funds-temp #footer .container .pull-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .funds-detail-temp #footer,
  .funds-temp #footer {
    padding: 0;
  }
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 20px 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .funds-awards {
    padding-bottom: 20px;
  }
  .where-to-buy {
    padding-bottom: 20px;
  }
  .where-to-buy p {
    font-size: 15px;
  }
  .where-to-buy .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-top: 15px;
  }
  .where-to-buy .link .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    float: left;
    margin-right: 0;
    font-size: 15px;
  }
  .where-to-buy .link .btn-1:first-child {
    margin-right: 5px;
  }
  .where-to-buy .link .btn-1:last-child {
    margin-left: 5px;
  }
  .funds-detail-temp #footer,
  .funds-temp #footer {
    padding: 0;
  }
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 0 10px !important;
  }
  .content-block .funds-awards ul li {
    font-size: 15px;
  }
  .logo-morningstar {
    margin-top: 20px;
    text-align: center;
  }
  #footer .container .block-term p {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .group-heading .text {
    display: none;
  }

  .funds-group .collapse:not(.show) {
    display: unset;
  }
}
@media screen and (min-width: 1024px) {
  .funds-detail-temp #footer .container,
  .funds-temp #footer .container {
    padding: 30px 35px !important;
  }
}

/* Old Style CSS For Accordion */

.panel-group .fund-panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group .fund-panel .fund-panel-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
}
.panel-group .fund-panel .fund-panel-body {
  padding: 15px 0px;
  font-size: 14px;
  border: none!important;
}
.other-infor .panel-group .fund-panel .fund-panel-body {
  padding: 15px;
}
.fund-panel-default > .fund-panel-heading {
  position: relative;
  padding: 24px 16px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5e5e5;
}
.fund-panel-default > .fund-panel-heading:hover {
  background-color: #f2f2f2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
}
.fund-panel-default > .fund-panel-heading a {
  display: block;
  position: relative;
  color: var(--text-primary);
}
.fund-panel-default > .fund-panel-heading a:hover {
  color: #001f67;
  text-decoration: none;
}
.fund-panel-default > .fund-panel-heading a:before,
.fund-panel-default > .fund-panel-heading a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 17px;
  height: 2px;
  background-color: #999;
  color: #999;
}
.fund-panel-default > .fund-panel-heading a:before {
  display: none;
  right: 12px;
  height: 16px;
  width: 2px;
  margin-top: -7px;
}
.fund-panel-default > .fund-panel-heading a.collapsed {
  border-bottom: none;
}
.fund-panel-default > .fund-panel-heading a.collapsed:before {
  display: block;
}

/* Sticky Tab  */
@media only screen and (min-width: 992px) {
  .subtitlemixin.subtitle {
    margin-bottom: 5px;
  }
  .subtitlemixin.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2 {
    padding: 0 30px 0 50px;
    margin: 0 0 30px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30 {
    padding: 30px 0;
    padding-left: 50px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper .section-title .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper .section-title .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-nav {
    margin: 30px 0 0;
    background: #fff;
    z-index: 1;
  }
  .sticky-nav.affix {
    top: 0;
    z-index: 1005;
    width: 1180px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sticky-nav.affix + .foreign-exchange-content {
    padding-top: 97px;
  }
  .sticky-nav ul {
    margin-bottom: 0;
    overflow: hidden;
  }
  .sticky-nav li {
    position: relative;
    float: left;
    width: 16.66%;
    min-width: 160px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .sticky-nav li:first-child a:before {
    display: none;
  }
  .sticky-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 1;
    background-color: #e5e5e5;
  }
  .sticky-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    height: 4px;
    -webkit-transition: background-color 0.7s 0.2s;
    -moz-transition: background-color 0.7s 0.2s;
    -ms-transition: background-color 0.7s 0.2s;
    -o-transition: background-color 0.7s 0.2s;
    transition: background-color 0.7s 0.2s;
    background-color: transparent;
  }
  .sticky-nav li a.active,
  .sticky-nav li a:hover,
  .sticky-nav li a:focus {
    background-color: #fff !important;
  }
  .sticky-nav li a.active:before,
  .sticky-nav li a:hover:before,
  .sticky-nav li a:focus:before {
    display: none;
  }
  .sticky-nav li a.active:after,
  .sticky-nav li a:hover:after,
  .sticky-nav li a:focus:after {
    background-color: var(--primary);
  }
  .sticky-nav li a.active a,
  .sticky-nav li a:hover a,
  .sticky-nav li a:focus a {
    color: var(--primary-dark) !important;
    background-color: transparent!important;
  }
  .sticky-nav li:has(> a.active) + li > a::before,
  .sticky-nav li:has(> a:hover) + li > a::before,
  .sticky-nav li:has(> a:focus) + li > a::before {
    display: none;
  }
  .sticky-nav li a.active {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav li a {
    display: block;
    padding: 20px 8px !important;
    font-size: 18px;
    color: var(--text-primary);
    min-height: 25px;
    background: none !important;
  }
  .sticky-nav + section[class*='-block'] .heading2 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sticky-nav.col-2 li {
    width: 50%;
  }
  .sticky-nav.col-3 li {
    width: 40%;
  }
  .sticky-nav.col-4 li {
    width: 25%;
  }
  .sticky-nav.col-5 li {
    width: 20%;
  }
  .sticky-nav.col-6 li {
    width: 16.6667%;
  }
  .nav-tabs.nav-justified.scrolltabs {
    display: table;
    white-space: nowrap;
  }
  .nav-tabs.nav-justified a {
    white-space: normal;
  }
  .affix .nav-tabs {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .subtitlemixin.subtitle {
    margin-bottom: 5px;
  }
  .subtitlemixin.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2 {
    padding-top: 30px;
    margin-bottom: 10px;
    padding-left: 50px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30 {
    padding: 30px 0;
    padding-left: 50px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .sticky-wrapper .section-title .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper .section-title .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-nav {
    margin: 30px 0;
  }
  .sticky-nav.affix {
    top: 0;
    z-index: 1002;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sticky-nav ul {
    overflow: hidden;
  }
  .sticky-nav li a {
    position: relative;
    float: left;
    width: 16.66%;
    padding: 20px;
    text-align: center;
    color: var(--text-primary);
    border-top: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .sticky-nav li:first-child a:before {
    display: none;
  }
  .sticky-nav li a:first-child.active a {
    border-left: none !important;
  }
  .sticky-nav li a:last-child.active a {
    border-right: none !important;
  }
  .sticky-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 1;
    background-color: #e5e5e5;
  }
  .sticky-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    height: 4px;
    background-color: transparent;
  }
  .sticky-nav li a.active,
  .sticky-nav li a:hover {
    background-color: #fff;
  }
  .sticky-nav li a.active:before,
  .sticky-nav li a:hover:before {
    display: none;
  }
  .sticky-nav li a.active:after,
  .sticky-nav li a:hover:after {
    background-color: var(--primary);
  }
  .sticky-nav li:has(> a.active) + li > a::before,
  .sticky-nav li:has(> a:hover) + li > a::before {
      display: none;
    }
  .sticky-nav li a.active {
    pointer-events: none;
    cursor: default;
  }
  .sticky-nav + section[class*='-block'] .heading2 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sticky-nav.col-2 li {
    width: 50%;
  }
  .sticky-nav.col-3 li {
    width: 40%;
  }
  .sticky-nav.col-4 li {
    width: 25%;
  }
  .sticky-nav.col-5 li {
    width: 20%;
  }
  .sticky-nav.col-6 li {
    width: 16.6667%;
  }
  .touchevents .sticky-nav li:hover {
    background: #f7f7f7;
  }
  .touchevents .sticky-nav li.active {
    background: #fff;
  }
  .touchevents .sticky-nav li:hover:after {
    background-color: transparent;
  }
  .touchevents .sticky-nav li:hover.active:after {
    background-color: var(--primary-dark);
  }
  .touchevents .sticky-nav li:hover a {
    color: var(--primary-dark);
  }
  .nav-tabs.nav-justified.scrolltabs {
    display: table;
    white-space: nowrap;
  }
  .nav-tabs.nav-justified a {
    white-space: normal;
  }
  /* iPad Portrait */
  .affix .nav-tabs {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .all-funds-tabs.scrolltabs,
  .all-funds-tabs.scrolltabs .nav-link {
    width: 100%;
  }

  .all-funds-tabs.scrolltabs {
    align-items: stretch;
  }

  .all-funds-tabs.scrolltabs .nav-item {
    display: flex;
    flex: 1 1 20%;
    min-width: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .sticky-nav a {
    font-size: 12px;
  }
  .sticky-nav[data-tab].promotion-landing li {
    max-width: 168px;
  }
  .sticky-nav[data-tab].promotion-landing li:nth-child(4),
  .sticky-nav[data-tab].promotion-landing li:nth-child(6) {
    max-height: 58px;
  }
  .sticky-nav[data-tab].promotion-landing li:nth-child(4) a,
  .sticky-nav[data-tab].promotion-landing li:nth-child(6) a {
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .subtitlemixin.subtitle {
    margin-bottom: 5px;
  }
  .subtitlemixin.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2 {
    margin: 25px 0 20px;
    padding-left: 10px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30 {
    padding: 30px 0;
    padding-left: 10px;
    outline: none;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-wrapper .section-title .heading2.subtitle {
    margin-bottom: 5px;
  }
  .sticky-wrapper .section-title .heading2.subtitle + span {
    display: block;
    font-size: 16px;
  }
  .sticky-nav {
    position: relative;
    margin: 12px 0;
    overflow-y: hidden;
    overflow-x: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .sticky-nav.affix {
    position: fixed;
    top: 0;
    z-index: 1005;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sticky-nav.affix + .foreign-exchange-content {
    padding-top: 87px;
  }
  .sticky-nav:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 60px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background-image: -webkit-linear-gradient(left, transparent, #fff);
    background-image: -moz-linear-gradient(left, transparent, #fff);
    background-image: -ms-linear-gradient(left, transparent, #fff);
    background-image: -o-linear-gradient(left, transparent, #fff);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
    /* Fix for native browser */
  }
  .sticky-nav.no-mask:before {
    display: none;
  }
  .sticky-nav ul {
    margin-bottom: 0;
    overflow-x: scroll;
    font-size: 0;
    white-space: nowrap;
  }
  .sticky-nav li a {
    position: relative;
    vertical-align: top;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .sticky-nav li:first-child a:before {
    display: none;
  }
  .sticky-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e5e5;
    z-index: 1;
  }
  .sticky-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    height: 4px;
    -webkit-transition: background-color 0.7s 0.2s;
    -moz-transition: background-color 0.7s 0.2s;
    -ms-transition: background-color 0.7s 0.2s;
    -o-transition: background-color 0.7s 0.2s;
    transition: background-color 0.7s 0.2s;
    background-color: transparent;
  }
  .sticky-nav li a.active {
    background-color: #fff;
  }
  .sticky-nav li a.active:before {
    display: none;
  }
  .sticky-nav li a.active:after {
    background-color: var(--primary);
  }
  .sticky-nav li a.active a {
    color: var(--primary-dark);
  }
  .sticky-nav li:has(> a.active) + li > a::before{
    display: none;
  }
  .sticky-nav a {
    display: block;
    padding: 20px;
    font-size: 12px;
    color: var(--text-primary);
    height: 100%;
  }

  .nav-tabs.nav-justified.scrolltabs {
    font-size: 0;
    margin-top: 0;
    white-space: nowrap;
    min-width: 100%;
    text-align: right;
    overflow: visible;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .nav-tabs.nav-justified.scrolltabs li {
    float: none;
    width: 33.33%;
  }
  .nav-tabs.nav-justified.scrolltabs li a {
    background: transparent;
    margin: 0;
  }
  .nav-tabs.nav-justified a {
    white-space: normal;
  }
  .all-funds-tabs.scrolltabs .nav-item {
    display: block;
    flex: 0 0 auto;
  }
}


/* Custom CSS */
.funds-main-wrapper .fade:not(.show) {
  opacity: unset;
}

.funds-main-wrapper .breadcrumb {
  display: flex !important;
  margin-top: 0px;
}

.funds-main-wrapper .breadcrumb li+li:before {
  padding: 0 8px;
  content: "/";
}

.funds-main-wrapper .breadcrumb li.active {
  color: var(--text-primary);
}

/* Fund scrollbar while allowing scrolling */
.funds-main-wrapper .nav-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.funds-main-wrapper .nav-tabs.flex-nowrap {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
}

.funds-main-wrapper .nav-tabs.flex-nowrap .nav-item {
  flex: 0 0 auto;
}

.funds-main-wrapper .nav-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.funds-main-wrapper .sticky-nav li a {
  color: var(--primary);
}

.funds-main-wrapper .sticky-nav li a:hover {
  color: var(--primary-dark);
}

.funds-main-wrapper .sticky-nav li a.active,
.funds-main-wrapper .sticky-nav li a:focus {
  color: var(--primary);
}

.funds-main-wrapper {
  padding: 30px 0px;
}

.search-funds-box input[type='text']::placeholder {
  color: var(--gray-600);
}

@media (min-width: 576px) {
  .funds-main-wrapper {
    padding: 0 30px 30px;
  }
}

@media (min-width: 768px) {
  .funds-main-wrapper {
    padding: 40px 45px;
  }
}

@media (min-width: 992px) {
  .funds-main-wrapper {
    padding: 50px 60px;
  }
}

@media (min-width: 1200px) {
  .funds-main-wrapper {
    padding: 50px 150px;
  }
}


/* From old template */
td.t-5,
th.t-5 {
  width: 5%;
}
td.t-10,
th.t-10 {
  width: 10%;
}
td.t-15,
th.t-15 {
  width: 15%;
}
td.t-20,
th.t-20 {
  width: 20%;
}
td.t-25,
th.t-25 {
  width: 25%;
}
td.t-30,
th.t-30 {
  width: 30%;
}
td.t-35,
th.t-35 {
  width: 35%;
}
td.t-40,
th.t-40 {
  width: 40%;
}
td.t-50,
th.t-50 {
  width: 50%;
}
td.t-60,
th.t-60 {
  width: 60%;
}
td.t-70,
th.t-70 {
  width: 70%;
}
td.t-80,
th.t-80 {
  width: 80%;
}
td.t-90,
th.t-90 {
  width: 90%;
}
td.t-100,
th.t-100 {
  width: 100%;
}