﻿.inv-home-table { font-size: var(--font-12); height: 200px; }

.inv-home-block .block-title { text-transform: lowercase; }
.inv-home-block .inv-home-table { overflow-y: auto; padding-right: 5px; }
.inv-home-block .inv-home-table .bond-row,
.inv-home-block .inv-home-table .debt-product-row,
.inv-home-block .inv-home-table .credit-ratings-row{ display: flex; justify-content: space-between; }
.bond-issues-block .inv-home-table .bond-market { font-weight: bold; }
.bond-issues-block .inv-home-table .bond-date { font-size: 10px; }
.credit-ratings-block .inv-home-table .credit-ratings-row .credit-ratings-header { font-weight: bold; text-transform: lowercase; }
.credit-ratings-block .inv-home-table .credit-ratings-row .agency-name { padding-left: 8px; }

/* CUSTOM SCROLLBARS */
.inv-home-table::-webkit-scrollbar { width: 8px; }
.inv-home-table::-webkit-scrollbar-track { background: #8ec2f2; }
.inv-home-table::-webkit-scrollbar-thumb { background: #0082d6; }
.inv-home-table::-webkit-scrollbar-thumb:hover { background: #0471b7; }
/* END CUSTOM SCROLLBARS */


.pie-legend-item {display: table;}
.pie-legend-item .pie-name,
.pie-legend-item .pie-percentage ,
.pie-legend-item .pie-value  {display: table-cell;}

.financial-report { min-height: 110px; }

.financial-report .card { background: none; border: none; }
.financial-report .card:hover {
    background-color: var(--color-blue);
    border-radius: unset;
    color: #fff;
}

.financial-report .card-title { font-size: var(--font-16); }

.financial-report .card-text { font-size: var(--font-12); padding-top: 10px; }
.financial-report .card-text:before {
    content: ""; 
    display: block; 
    margin: 0 auto; 
    width: 25%; 
    padding-top: 10px; 
    border-top: 2px solid #737373; 
}

.financial-report:hover .mini-border-on-top:before { border-color: #fff; }
.financial-report:hover a { color: #fff; }

.grouped-charts-row .nav-pills .nav-link { border-radius: 0; }

.investor-html-table-wrapper table { width: 100%; }
.investor-html-table-wrapper table .levelZero,
.investor-html-table-wrapper table .footer { font-weight: bold; }
