html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    line-height: normal;
}

*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#wrapper {
    width: 960px;
    height: auto;
    padding: 20px;
    margin: auto;
    text-align: left;
}

#tableWrapper {
    width: 960px;
}

#spinner {
    display: block;
}

#fundDisplayTable {
    width: 960px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid #E2E0DA;
    font-size: 11px;
    table-layout: fixed;
}

.bronze {
  color: #7e6b58;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  padding-left: 30px;
  margin-top: 0px;
}

.margin-0 {
  margin: 0px;
}

.p-left-0 {
  padding-left: 0px;
}

.carousel-inner {
  height: 100px;
  max-height: 100px;
}

.carousel-indicators {
  bottom: -18px;
}

.carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 .4em;
  text-indent: -999px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #7fc3e0;
  border-color: transparent;
}

.carousel-indicators .active {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 .4em;
  text-indent: -999px;
  border-radius: 8px;
  cursor: pointer;
  background-color: white;
  border-color: transparent;
}

.carousel-control {
  opacity: .9;
}

.carousel-control.left, .carousel-control.right {
  width: 40px;
  background-image: none;
}

.carousel-control .em-back, .carousel-control .em-next {
  color: white;
  left: 50%;
  margin-left: -5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.fa {
  font-size: 30px;
}

.message-number, .message-content, .message-image {
  float: left;
  display: inline-block;
  width: auto;
}

.message-number {
  margin-right: 20px;
}

.message-content {
  margin-top: 5px;
  width: 450px;
}

.message-image {
  margin-top: 25px;
}

.fund-tips {
  color: white;
  background-color: #0099DA;
  padding: 0px;
  border: 0px solid white;
  border-radius: 0px;
}

.tip-arrow {
  position: absolute;
  left: -40px;
  top: 10px;
}

.fund-tips h3 {
  font-weight: 200;
  letter-spacing: .055em;
}

.fund-tips button {
  float: right;
  border: 1px solid #204d74!important;
  border-top-left-radius: 0px!important;
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  padding: 3px 12px;
  background-color: #286090;
  border: 0px solid transparent;
}

.fund-tips button:hover {
  background-color: #264e7b;
}

.fund-tips h3 {
  margin-top: 0px;
}

.fund-tips p {
  font-size: 14px;
}

.aLeft {
    text-align: left;
}

.aCenter {
    text-align: center;
}

.aRight {
    text-align: right;
}

td.bordered {
    border: 1px solid #555;
}

td {
    text-align: center;
    padding: 2px;
}

th {
    text-align: center;
    vertical-align: bottom;
    padding: 2px;
    font-size: 11px;
    font-weight: normal;
}

.sortableHeadRow th.amSortable {
    cursor: pointer;
    padding-bottom: 18px;
    line-height: 12px;
    border: 1px solid #E2E0DA;
}

.sortableHeadRow th.amSortable:hover {
    background-color: #E2E4FF!important;
}

.sorting {
    background: url("../img/sort_both.svg") no-repeat 50% 125%;
    background-size: 20px 47.5%;
}

.sorting_asc {
    background: url("../img/sort_asc.svg") no-repeat 50% 125%;
    background-size: 20px 47.5%;
}

.sorting_desc {
    background: url("../img/sort_dsc.svg") no-repeat 50% 125%;
    background-size: 20px 47.5%;
}

.sortableHeadRow th.helper {
    padding-bottom: 18px;
    line-height: 12px;
    background: none;
    border: 1px solid #E2E0DA;
    width: 36px;
}

td.fundName {
    position: relative;
    text-align: left;
    padding-left: 6px;
    padding-bottom: 18px;
    display: block;
    /*  Firefox only, table cell is not a positioned element
                           so elements absolutely positioned inside the cell get referred to body.
                           Setting display to block changes FF behaviour to what is expected.
                        */
}

td.fundClass {
    padding-right: 12px;
}

tr.odd {
    background-color: #E2E4FF;
}

.infoInsert {
    font-size: 9px;
    width: 200px;
    text-align: right;
    padding: 6px;
    float: right;
}

.infoName {
    padding-left: 12px;
    width: 200px;
}

#logo_header img {
    margin: auto;
    margin-bottom: 20px;
    width: 227px;
    height: 48px;
}

#funds_header {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

#header_text {
    font-weight: bold;
}

#header_disclaimer {
    text-align: left;
    font-weight: bold;
    margin: 20px;
}

#footer {
    width: 100%;
    margin-top: 10px;
    background-color: #FFF;
    border: 1px solid #E2E0DA;
    color: #4D5051;
}

a:link, a:visited, a:active {
    text-decoration: none;
    outline: none;
    color: #006C9B;
}

a:hover {
    text-decoration: underline;
    color: #0099DA;
}

#footer #disclaimer {
    width: 900px;
    font-size: 9px;
    line-height: 12px;
    padding: 20px;
    color: #898A8B;
}

#footer_two {
    margin-top: 10px;
    background-color: #FFF;
    border: 1px solid #E2E0DA;
    color: #4D5051;
}

#footer_two a:link, a:visited, a:active {
    text-decoration: none;
    outline: none;
    color: #006C9B;
}

#footer_two a:hover {
    text-decoration: underline;
    color: #0099DA;
}

#footer_two #disclaimer_two {
    width: 900px;
    font-size: 9px;
    line-height: 12px;
    margin: 20px;
    color: #898A8B;
}

#backToTopButton {
    visibility: hidden;
}

.mStarIcon {
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-top: -4px;
    margin-left: 1px;
    background: url("../img/blackstar.svg") no-repeat 0px 3px;
}

tbody tr:hover .mStarIcon {
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-top: -4px;
    margin-left: 1px;
    background: url("../img/whitestar.svg") no-repeat 0px 3px;
    transition: all 50ms ease-in-out;
}

.spSection {
    border-left: 1px solid #E2E0DA;
    border-right: 1px solid #E2E0DA;
}

a:link, a:visited, a:active {
    text-decoration: none;
    outline: none;
    color: #253b80;
}

a:hover {
    text-decoration: underline;
    color: #0099DA;
}

.fnLink {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 9px;
}

.tooltip {

    font-size: 10px !important;

}

.tooltip-inner {
    text-align: left;
    background: #FFF;
    padding: 15px;
    color: #003087;
    width: 400px;
    border: 1px solid #fff;
    max-width: 500px;
    white-space: normal;
    -webkit-box-shadow: -2px 3px 9px 2px rgba(82 82 82 / 35%);
    box-shadow: -2px 3px 9px 2px rgba(82 82 82 / 35%);
    border-radius: 5px;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction:0,strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction:90,strength=5)
    progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction:270,strength=5)
    progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction:180,strength=10);
}

.tooltip .tooltip-arrow {

    border-left-color: #fff !important;
    border-width: 5px 0 5px 6px !important;

}

.jTooltipsIcon {
    background: url("../img/icnHelp.svg") no-repeat;
    margin-top: 6px;
    margin-left: 6px;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    display: inline-block;
    text-align: left;
    border: 0;
    padding-bottom: 1px;
}

/* [Slightly darker hue of #E2E4FF] */
/* 
tbody tr:hover {
    background-color: #c8caeb;
}*/


tbody tr:hover {
    background-color: #253b80;
    color: white!important;
    -webkit-transition:background-color 0.25s;
    -webkit-transition:color 0.18s;

}

tbody tr:hover a:link, tbody tr:hover a:visited {
    text-decoration: underline;
    outline: none;
    color: white;
    -webkit-transition:color 0.18s;
}

tbody tr:hover a:hover {
    text-decoration: underline;
    color: white;
    -webkit-transition:color 0.18s;
}

td.fundName a {
    display: block;
    text-decoration: underline;
}

td.fundName span a {
    display: inline-block;
}

tbody tr.preload-spinner:hover {
    background-color: initial !important;
    -webkit-transition: background-color 0.25s;
    -webkit-transition: color 0.18s;
}