﻿:root {
    --default-color: #525146;
    --primary-dark-color: #007e7f;
    --secondary-dark-color: #ba0c2f;
    --border-color: #dee2e6;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: var(--default-color);
    font-size: 14px;
}
header {
    margin-bottom: 18px;
}

h1 {
    font-size: 20px;
}

h2 {
    color: #525146;
    font-size: 20px;
    font-weight: bold;
}
h3 {
    font-size: 20px;
    font-weight: bold;
}

#sidebar h3 {
    color: #525146;
    font-weight: bold;
    font-size: 14px;
}

a {
    color: var(--default-color);
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }


#SiteLogo {
    height: 54px;
    padding: 2px;
}

@media (min-width: 0) and (max-width: 10000px) {
    .container {
        max-width: 1140px;
        padding: 0 1rem;
    }
}
@media (max-width: 1120px) {
    header, main, footer {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

 a.extLink:link,  a.extLink:visited {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-dark-color);
    padding: 0px;
}

 a.extLink:before {
    background-image: url(/Content/images/icons/external-link-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    width: 23px;
    height: 20px;
    content: "";
    margin-bottom: -2px;
    margin-right: -4px;
    padding-right: 0;
}

.contactbar-container {
    border-bottom: 1px solid #ccc;
}

.contactbar {
    padding: 0.3rem 0;
}

.logo-div {
    padding-right: 24px; 
    margin-right: 28px;
    border-right: 1px solid #ccc;
}

.filterBar {
    border-top: 1px solid var(--border-color);
    background-color: #f7f7f7;
    padding: 0 1rem;
    min-height: 60px;
}

#btnToggleFilters {
    padding-top: 18px;
    padding-right: 13px;
}
#btnClearFilters {
    padding-top: 18px;
}

.navbarHeading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 1rem;
}

.navbar {
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
a.nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    a.nav-link:hover {
        text-decoration: none;
        background-color: #e9e9e9;
    }

.dropdown-toggle::after {
    border: none;
    margin-left: 0;
}

a.filter-selected {
    background-color: #e9e9e9;
    border-bottom: 3px solid #ba0c2f;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin-top: 0 !important;
}

div.dropdown-2col a, ul.dropdown-menu li a {
    font-size: 14px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}
div.dropdown-2col a:hover, ul.dropdown-menu li a:hover {
    text-decoration: none;
    background-color: #e9e9e9;
}

div.dropdown-2col {
    display: flex;
}
div.dropdown-2col > div {
    flex: 50%;
    min-width: 180px;
}

#filterCount, #favorite-count {
    display: inline-block;
    height: 17px;
    min-width: 17px;
    color: #ffffff;
    background-color: var(--primary-dark-color);
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    line-height: 1;
    padding: 1px 2px 0 2px;
    margin-left: 0.25rem;
}

#filter_container_wrapper {
    position: relative;
    z-index:1;
}

#filter_container {
    position: absolute;
    background-color: #ffffff;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem;
}
    #filter_container h2, #filter_container .h2 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0.75rem;
    }

.annualize_input {
    width: 40px;
    min-height: 0;
    height: 24px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    padding: 0.0rem 0.5rem;
    text-align: right;
}

.filterselect {
    min-height: 0;
    height: 24px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-checkbox {
    display: block;
    color: var(--default-color);
    text-align: left;
    font-size: 14px;
    padding: 0.52rem 0.25rem;
}
.btn-checkbox:hover {
    text-decoration: none;
}

.btn-checkbox > span:first-child {
    color: var(--border-color);
}
    .btn-checkbox > span.fa-solid:first-child {
        color: var(--primary-dark-color);
    }

.ms--3 {
    margin-left: -0.5rem;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--primary-dark-color);
}

.btn-filter {
    min-height: 0;
    height: 24px;
    display: inline-block;
    font-size: 14px;
    padding: 0.0rem 0.5rem;
    border-color: var(--border-color);
}

    .btn-filter:hover {
        text-decoration: none;
        border: 1px solid var(--border-color);
    }

.btn-filter > span:last-child {
    padding-top: 0.2rem;
}

#mgmt_container {
    position: relative;
}
.mgmt_scroll_container {
    margin-top: 3px;
    border: 1px solid var(--border-color);
    border-radius: 0.375rem;
    position: absolute;
    max-height: 305px;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 3px;
    z-index: 100;
}

#search-text-wrapper {
    border-bottom: 1px solid var(--default-color);
    margin-bottom: 10px;
}
#search-text {
    width: 353px;
    border: none;
    border-radius: 0.375rem;
    padding: 0.35rem 0 0.65rem 0.2rem;
}
#btnSearch {
    border: none;
    border-radius: 0.375rem;
    background-color: #ffffff;
    padding: 0;
    color: var(--default-color);
}

.search-ico {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/search-icon.svg');
    margin-top: 5px;
    margin-right: 4px;
}

.previous-ico {
    display: inline-block;
    height: 12px;
    width: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/arrow-left-icon.svg');
}
.next-ico {
    display: inline-block;
    height: 12px;
    width: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/arrow-right-icon.svg');
}
.back-ico {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/back-left-arrow.svg');
    margin-right: 0.4rem;
}

.filter-tag-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.filter-tag-list li {
    display: inline-block;
    margin-right: 0.25rem;
}

.filter-tag {
    color: var(--default-color);
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 0.375rem;
    padding: 0.06rem 0.3rem;
    margin-top: 2px;
    margin-bottom: 2px;
}
.submenu {
    min-height: 35px;
}
ul.nav-tabs-secondary {
    margin-left: 5px;
}

.nav-tabs .nav-link:hover {
    background-color: #fff;
}

.nav-tabs.nav-tabs-primary .nav-link {
    font-size: 16px;
    color: #525146;
    border: none;
    padding:4px 10px;
    margin-right: 10px;
}
    .nav-tabs.nav-tabs-primary .nav-link.active {
        color: #495057;
        background-color: #fff;
        font-weight: bold;
        border-bottom: 4px solid #ba0c2f;
    }

.nav-tabs.nav-tabs-secondary {
    border-bottom: none;
}
    .nav-tabs.nav-tabs-secondary .nav-link {
        color: #000000;
        border: none;
        padding: 0 13px;
    }

    .nav-tabs.nav-tabs-secondary .nav-link.active {
        color: var(--primary-dark-color);
        background-color: #fff;
        font-weight: bold;
    }

.fav-ico {
    display: inline-block;
    height: 13px;
    width: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/star-unselected-icon.svg');
}
.fav-selected-ico {
    display: inline-block;
    height: 13px;
    width: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/star-selected-icon.svg');
}

.cust-ico {
    display: inline-block;
    height: 20px;
    width: 18px;
    background-size: 18px 20px;
    background-repeat: no-repeat;
}
.ico-pdf {
    background-image: url('../images/icons/pdf-icon.svg');
}
.ico-document {
    background-image: url('../images/icons/document-icon.svg');
}
.ico-share {
    background-image: url('../images/icons/share-icon.svg');
}
.ico-download {
    background-image: url('../images/icons/download.png');
}

.snapshot-fav-lg {
    display: inline-block;
    height: 45px;
    width: 45px;
    min-width: 45px;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    cursor:pointer;
}
.selected-snapshot-fav-lg {
    background-image: url('../images/icons/selected-favourite.svg');
}
.unselected-snapshot-fav-lg {
    background-image: url('../images/icons/unselected-favourite.svg');
}

h1.snapshot {
    font-size: 30px;
    font-weight: bold;
}

.sidebar {
    padding-left: 30px;
}

.sidebar h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 21px;
}
.sidebar p {
    font-size: 16px;
    line-height: 24px;
}

.sidebar a {
    color: var(--secondary-dark-color);
}

p.summary {
    line-height: 24px;
}

span.sub-heading {
    font-weight: normal;
    font-size: smaller;
}

table.table-paged tbody > tr:not(.current-page-row) {
    display: none;
}

table.table-alloc th, table.table-alloc td {
    color: var(--default-color);
    border: none;
    padding: 5px;
    font-size: 14px;
}

table.table-alloc caption {
    caption-side: top;
    font-weight: bold;
    font-size: 14px;
}

table.table-fund-details th {
    color: var(--default-color);
    border: none;
    background-color: #f2faf9;
    border-top: 4px solid var(--primary-dark-color);
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
}
table.table-fund-details td {
    color: var(--default-color);
    border: none;
    border-top: 1px solid #93948e;
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
}

table.table-fund-details.striped > tbody tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

table.table-fund-details > tfoot td {
    background-color: #f2faf9;
    font-weight: bold;
}

table.table-fund-returns th {
    color: var(--default-color);
    border: none;
    padding: 8px 5px;
    align-items: end;
    font-size: 14px;
    line-height: 24px;
}

table.table-fund-returns td {
    color: var(--default-color);
    border: none;
    border-top: 1px solid #93948e;
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
}

.pieContainer {
    margin-left: 0;
    width: 160px;
    margin: 20px 5px;
}

.clmf-series-options a {
    width: 68px;
    text-wrap: nowrap;
}

.series-options a {
    width: 63px;
}
.series-options a.standard {
    width: 83px;
}
.port-sol-options a {
    width: 195px;
}

.asset-class-options a {
    width: 218px;
}



@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-sm-end {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm-start {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-end-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-start-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-md-end {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md-start {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-lg-end {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg-start {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-xl-end {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl-start {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
}

.pdf-icon {
    display: inline-flex;
    align-items: center; /* vertical centering */
    text-decoration: none;
    gap: 4px; /*space between icon and text */
}

#result-table {
    visibility: hidden;
}

th.fit, td.fit {
    width: 1%;
    white-space: nowrap;
}

.table-result th {
    font-weight: bold;
    color: var(--default-color);
    border-bottom: 4px solid var(--primary-dark-color);
}

.table-result td {
    border-bottom: 1px solid #93948e;
}

#result-table td {
    height: 51px;
}



.table-result td a.fund-name, .page-nav-link {
    color: var(--secondary-dark-color);
}

.page-nav-link:hover {
    background-color: #E8E8E8;
    border-radius: 0.25rem;
    text-decoration: none;
}
.page-ind {
    padding-right: 11px;
}
.page-cur {
    padding-left: 32px;
    padding-right: 32px;
}

.entries {
    font-size: 16px;
}

    .doc-link, .doc-link:hover {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        color: rgb(34, 34, 34);
        text-decoration: none;
        font-size: smaller;
        line-height: 1.2;
        text-wrap: nowrap;
    }
.icon-svg {
    height: 12px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.25rem;
    vertical-align: middle;
}

.mb-tiny {
    margin-bottom: .65rem !important;
}

.btn-outline-secondary {
        border-color: #adadad;
}

.form-control-chart-input {
    width: 40px;
    min-height: 0;
    height: 24px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    padding: 0.0rem 0.5rem;
}

.btn-chart-control {
    padding: 5px 8px;
    line-height: 1.5;
    font-size: 12px;
}

    .btn-chart-control.active, .btn-chart-control:hover, .btn-chart-control:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.profileGrowthFinalValue {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--primary-dark-color);
    padding: 3px 3px;
}

h3.returns {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.125rem;
    color: #6a787c;
}

footer {
    background-color: #f5f5f5;
    padding: 1rem 0;
    margin-top: 0.4rem;
}

.form-select-pager {
    border: none;
}

#result-table > tbody > tr > td {
    vertical-align: middle;
}
#result-table > tbody > tr.stripe td {
    background-color: #f5f5f5;
}

#result-table > tbody > tr.last-row td {
    border: none;
}

/*#result-table .table > :not(caption) > * > * {
    border-bottom: none;
}

#result-table tr.current-page-row:last-child > td {
    border-bottom: none !important;
    background-color: yellow !important;
}*/

#history-table td {
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 4px;
}

#history-table > tbody > tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.col-sort-icon {
    display: inline-block;
    width: 10px;
    height: 12px;
    margin: 0 0 0 3px;
    vertical-align: -2px;
    background-repeat: no-repeat;
}

.sorter .col-sort-icon {
    background: url('/Content/images/icons/sort-unsorted.svg') no-repeat;
    margin-left: 2px;
}

.sorter.sort-asc .col-sort-icon {
    background: url('/Content/images/icons/sort-ascending.svg') no-repeat;
    margin-left: 2px;
}

.sorter.sort-desc .col-sort-icon {
    background: url('/Content/images/icons/sort-descending.svg') no-repeat;
    margin-left: 2px;
}

th.num-data {
    text-align: right;
    padding-right: 0;
}
td.num-data {
    text-align: right;
    padding-right: 12px;
}

.export-icon {
    margin: 0 0 0 0.5rem;
    height: 25px;
}

a.export:hover {
    text-decoration: none;
}

.date-input {
    width: 90px;
}

.datepicker-days {
    padding: 0.25rem;
}

#txtCompareFundContainer {
    width: 327px;
    height: 29.5px;
}
#ddlCompareFavorite {
    width: 327px;
    color: #495057;
}

.chartLegend {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.25rem;
    border-radius: 0.25rem;
    font-size: 12px;
}

.perf-up-arrow {
    margin-top: -15px;
    width: 18px;
}

.perf-down-arrow {
    margin-top: 4px;
    width: 18px;
}

.navps-up-arrow {
    margin-top: -5px;
    width: 12px;
}

.navps-down-arrow {
    margin-top: 5px;
    width: 12px;
}

.returns-up {
    color: #007e7f;
    font-weight: bold;
    font-size: 30px;
}

.returns-down {
    color: #D0021B;
    font-weight: bold;
    font-size: 30px;
}

.favorite-checkbox {
    width: 20px;
    height: 20px;
    border: none;
    background-image: url(/Content/images/icons/favorite-unselected.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 0;
}
    .favorite-checkbox:hover {
        background-image: url(/Content/images/icons/favorite-unselected-hover.svg);
    }

.favorite-checkbox.selected {
    background-image: url(/Content/images/icons/favorite-selected.svg);
    border: none;
}

#btnViewFavorites {
    padding: 10px 10px 8px 10px !important;
    font-size: 14px;
    color: #1579B6;
}

#btnViewFavorites.selected {
    background-color: var(--primary-dark-color);
    color: #ffffff;
}
#btnViewFavorites:not(.selected):focus {
    background-color: #ffffff;
}

#btnViewFavorites.selected #favorite-count {
    color: var(--primary-dark-color);
    background-color: #ffffff;
}

#autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1051;
    max-height: 250px;
    overflow-y: auto;
}

    #autocomplete-list .dropdown-item.active,
    #autocomplete-list .dropdown-item:focus {
        background-color: var(--primary-dark-color);
        color: #fff;
    }
}
.code-data {
    min-width: 90px;
}

td.ep-col {
    height: 57px;
    max-width: 135px;
}

.ep-col a {
    max-width: 170px;
    text-wrap: nowrap;
}

.autocomplete__menu {
    z-index: 1000 !important;
}



.highcharts-range-selector-buttons {
    display: none;
}

.overview {
    padding-left: 30px;
}

.summary-total {
    font-size: 16px;
}

.fav-col {
    min-width: 100px;
    width: 100px;
}
.fund-name-col {
    min-width: 220px;

}
.asatdate-col {
    min-width: 115px;
    width: 115px;
}
.navps-col {
    min-width: 115px;
    width: 115px;
}
.penny-change-col {
    min-width: 115px;
    width: 115px;
}
.asset-class-col {
    min-width: 190px;
    width: 190px;
}
.st-col {
    min-width: 115px;
    width: 115px;
}
.lt-col {
    min-width: 80px;
    width: 80px;
}
.lt-inception-col {
    min-width: 150px;
    width: 150px;
}
.pdf-col {
    min-width: 110px;
    width: 110px;
}
.cal-col {
    min-width: 55px;
    width: 55px;
}
.fc-col {
    min-width: 130px;
    width: 130px;
}
.eff-date-col {
    min-width: 275px;
    width: 275px;
}
.mer-col {
    min-width: 275px;
    width: 275px;
}
.fm-col {
    min-width: 540px;
    width: 540px;
}

.pdf-dat-col {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.hist-eff-date-col {
    min-width: 230px;
    width: 230px;
}
.hist-navps-col {
    min-width: 175px;
    width: 175px;
}
.hist-income-col {
    min-width: 225px;
    width: 225px;
}
.hist-cap-gain-col {
    min-width: 232px;
    width: 232px;
}
.hist-total-col {
    min-width: 280px;
    width: 280px;
    padding-right: 70px !important;
}


footer h2 {
    line-height: 28px;
    margin-bottom: 16px;
}
footer p {
    line-height: 24px;
}

button:focus-visible, a:focus-visible, a.btn:focus-visible, button.btn:focus-visible, div:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
}

.chk {
    position: relative;
    display: inline-block;
}
    .chk::before {
        position: absolute;
        top: 10px; 
        left: 0;
    }
.chk-2 {
    display: inline-block;
    width: 100%;
}

#selected-result-count {
    color: var(--secondary-dark-color);
    background-image: url(/Content/images/icons/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 14px;
}

.main, .as-of  {
    font-size: 16px;
}

h2.risk {
    font-size: 18px;
    margin-top:42px;
    margin-bottom: 12px;
}

.lbl-sma {
    font-size: 16px;
}

#commentary-tab {
    font-size: 16px;
}

#autocomplete-list button {
    font-size: 14px;
}


.icon-text {
/*    margin-top: 6px;*/
    margin-left: 3px;
    line-height: 14px;
}
.primary-tab-div {
    padding-top: 24px;
}

.f-status {
    margin-left: -2px;
}


#btnClearFilters, #btnToggleFilters, #btnBackToList {
    min-height: 60px;
}
#btnBackToList {
    padding-top: 20px;
}

#history-table tr:last-child td {
    border-bottom: none;
}

h3.cust-svc {
    margin-top: 18px;
}

#performanceShortTermResults, #fundCodesResults {
    padding-left: 10px;
}
#result-table > tbody > tr > td.fund-name-col, #result-table > thead > tr > th.fund-name-col {
    padding-left: 5px !important;
}

.p-filter {
    padding-left: 22px;
}
table.fr-returns th {
    height: 65px;
}