/* --== common container ==-- */


html, body {
    background-size: cover;
    background-position: center center;
    background-color: #EEEEEE;
}
body {
    font-family: "LatoWeb";
    min-height: 101dvh;
    margin: 0 auto!important;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.429;
    color: rgb(45, 45, 45);
    width: 100%;
    max-width: 992px;
}

.wfg_container .overlay .inlineDim {
    position: fixed;
    width: 3000px;
    height: 3000px;
    top: -1000px;
    left: -1000px;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}
body > .dim {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -10px;
    left: -10px;
    z-index: 100;
    opacity: 0;
    background-color: rgb(0,0,0);
    transition: opacity 0.6s ease;
}
body.mobile-noScroll,
body.tablet-noScroll,
body.desktop-noScroll {
    position: fixed;
}
@media screen and (max-width: 992px) {
    select::-ms-expand {
        display: none;
    }
}
::-ms-clear {
    display: none;
}
@media (max-width: 767px){
    body.mobile-noScroll > .dim {
        opacity: 0.3;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 120;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    body.tablet-noScroll > .dim {
        opacity: 0.3;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 120;
    }
}
@media (min-width: 992px) {
    body.desktop-noScroll > .dim {
        opacity: 0.3;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 120;
    }
}

button.btn:focus {
    outline:0;
}
::selection {
    background: rgb(90, 90, 90);
    color: rgb(255, 255, 255);
}
::-moz-selection {
    background: rgb(90, 90, 90);
    color: rgb(255, 255, 255);
}
.no-transition {
    transition: none !important;
}
body > h1 {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    color: transparent;
}
body > h2 {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    color: transparent;
}
body a {
    color: #4E86B5;
    text-decoration: none;
}

body a:hover,
body a:focus {
    text-decoration: none;
    outline: none;
    color: rgb(45, 45, 45);
}

body a.withArrow{
    display: block;
    line-height: 30px;
}
body a.withArrow:before {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-top: -3px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHg9IjAiIHk9IjAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNiAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2Q3NmIwMCIgZD0iTTQuODYgNC43M0wxLjM4IDAuNjhDMS4yIDAuNDcgMC44OCAwLjQ0IDAuNjggMC42MiAwLjQ3IDAuOCAwLjQ0IDEuMTIgMC42MiAxLjMzbDMuMiAzLjczIC0zLjIgMy43M0MwLjQ0IDguOTkgMC40NyA5LjMxIDAuNjggOS40OSAwLjg4IDkuNjcgMS4yIDkuNjUgMS4zOCA5LjQ0TDQuODYgNS4zOGwwLjI4LTAuMzJMNC44NiA0LjczeiIvPjwvc3ZnPg==");
    vertical-align: middle;
    content: '';
}
.modal-backdrop.in {
    background: linear-gradient(135deg, #7DDAFE 0%, #528FC2 100%);
    opacity: 0.86;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #F5F5F5!important;
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: -3px 5px 10px -10px rgba(0,0,0,0.5);
    box-shadow: -3px 5px 10px -10px rgba(0,0,0,0.5);
    padding: 20px;
    color: #0F182C;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: calc(100% - 20px);
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 972px;
        width: 100%;
        margin: 30px auto;
    }
}

@supports (-webkit-touch-callout: none) {
    .modal-dialog {
        width: -webkit-fill-available;
        max-width: 972px;
    }
}
.modal-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}
.modal-header .close {
    top: 15px;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    font-size: 25px;
}
.modal-header .close > span {
    position: absolute;
    top: 0px;
}
.modal-header {
    border-bottom: medium none transparent;
}
.modal-title {
    font-size: 20px;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 20px;
    border-top: medium none transparent;
}
.wfg_containerWrapper {
    margin: 0 auto;
}
.wfg_container .btn .fas {
    padding-right: 5px;
}
@media (max-width: 991px) and (min-width: 640px) {
    .wfg_containerWrapper.col-2 {
        width: calc(50% - 6px);
    }
    .wfg_containerWrapper.col-2.left {
        float: left;
    }
    .wfg_containerWrapper.col-2.right {
        float: right;
    }
    .wfg_containerWrapper.col-1 {
        clear: both;
    }
}
.wfg_container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: -3px 5px 8px -5px rgba(0,0,0,0.3);

    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    .wfg_container {
    }
}
.wfg_container .wfg_container {
    box-shadow: none;
}
.wfg_mainContainer {
    position: relative;
    margin-top: 48px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.wfg_mainContainer .modal .btn-default {
    border: 1px solid rgb(45, 45, 45);
}
.wfg_mainContainer .modal .dateTrigger.btn-default {
    border: medium none transparent;
}
.wfg_mainContainer .btn-default {
    border: 1px solid rgba(0,0,0,0.125);
}
.portfolioItem .btn-default {
    border: 1px solid #0F182C!important;
}
.watchlistItem .btn-default {
    border: 1px solid #0F182C!important;
}
.wfg_mainContainer .btn-default:active,
.wfg_mainContainer .btn-default:hover {
    box-shadow: none;
}
.wfg_mainContainer .pageTitle {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .wfg_mainContainer {
        margin-top: 80px;
    }
}
.wfg_mainContainer > .wfg_containerWrapper:first-child {
    padding-top: 5px;
}
.wfg_mainContainer > .wfg_containerWrapper:last-child {
    padding-bottom: 26px;
}
@media screen and (max-width: 375px) {
    .wfg_mainContainer {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 75px;
    }
    .wfg_mainContainer > .wfg_containerWrapper:first-child {
        padding-top: 15px;
    }
}
@media screen and (max-width: 374px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .wfg_mainContainer {
        padding-left: 0px;
        padding-right: 0px;
        float: left;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 72px;
    }
}
@media screen and (min-width: 993px) {
    .wfg_mainContainer {

    }
}
svg {
    fill: rgb(90, 90, 90);
}
.wfg_container .neutral {
    color: rgb(102, 127, 156);
}
.wfg_container .positive {
    color: rgb(92, 184, 92);
}
.wfg_container .negative{
    color: rgb(217, 83, 79);
}
.wfg_container .stale {
    opacity: 0.3;
}
.wfg_containerWrapper > h3 {
    font-weight: 400;
}
.wfg_container h2 {
    font-size: 20px;
    line-height: 21px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wfg_container h3 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 13px;
    font-weight: 500;
}
.wfg_container h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: inherit;
}
.wfg_container .collapseTrigger h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inherit;
}
.wfg_container > h4 {
    margin: 10px 0px;
}
.wfg_container .tableRow > .infoTitle h5 {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wfg_container li span {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.wfg_container li span.multiLabel {
    font-weight: 400;
}
.wfg_container strong {
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
}
.wfg_container strong.stale {
    opacity: 0.5;
}
.wfg_container strong i {
    margin-right: 5px;
}
.wfg_container small {
    font-size: 85%;
}
/* --== responsive things ==-- */
@media (max-width: 767px) {
    .visible-xs-flex {
        display: flex !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-table {
        display: table !important;
    }
}
@media (min-width: 768px) {
    .visible-xs-table {
        display: none !important;
    }
}
/* --== /responsive things ==-- */
.wfg_container span.additionalTitle {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 15px;
}
.wfg_container span.info.abs {
    position: absolute;
    right: 10px;
    top: 15px;
}
.wfg_container span.info {
    margin-left: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+CiAgICAgICAgPHRleHQgZmlsbD0iIzQ3NDc0NyIgZm9udC1mYW1pbHk9Ikdlb3JnaWEtQm9sZEl0YWxpYywgR2VvcmdpYSIgZm9udC1zaXplPSIxNCIgZm9udC1zdHlsZT0iaXRhbGljIiBmb250LXdlaWdodD0iYm9sZCI+CiAgICAgICAgICAgIDx0c3BhbiB4PSI4IiB5PSIxNS45NDMiPmk8L3RzcGFuPgogICAgICAgIDwvdGV4dD4KICAgICAgICA8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIxMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utb3BhY2l0eT0iLjIiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
    cursor: pointer;
    position: relative;
    top: -2px;
    background-color: white;
    border-radius: 50%;
}
.wfg_container span.info:hover {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+CiAgICAgICAgPHRleHQgZmlsbD0iI2ZmN2YwMCIgZm9udC1mYW1pbHk9Ikdlb3JnaWEtQm9sZEl0YWxpYywgR2VvcmdpYSIgZm9udC1zaXplPSIxNCIgZm9udC1zdHlsZT0iaXRhbGljIiBmb250LXdlaWdodD0iYm9sZCI+CiAgICAgICAgICAgIDx0c3BhbiB4PSI4IiB5PSIxNS45NDMiPmk8L3RzcGFuPgogICAgICAgIDwvdGV4dD4KICAgICAgICA8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIxMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utb3BhY2l0eT0iLjIiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
}
#backLinkHead {
    display: none;
}
/*div[class*=col-] + div[class*=col-] {
    padding-left: 10px;
}*/
@media (min-width: 768px) and (max-width: 992px) {
    div[class*=col-sm-12] + div[class*=col-sm-12] {
        padding-left: 15px;
    }
}
@media (min-width: 375px) and (max-width: 768px) {
    div[class*=col-xs-12] + div[class*=col-xs-12] {
        /*padding-left: 15px;*/
    }
}
@media (min-width: 993px) {
    /*div[class*=col-] + div[class*=col-] {
        padding-left: 0px;
    }*/
}
#m-wfg-branding {
   /* margin-left: 15px;*/
}
#m-wfg-branding .wfg-logo {
    max-width: 300px;
}
@media (min-width: 768px) {
    #m-wfg-branding .wfg-logo {
        max-width: 250px;
    }
}
@media screen and (max-width: 380px){
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .wfg_mainContainer {
        padding-left: 0px;
        padding-right: 0px;
    }

    div[class*=col-xs-12] + div[class*=col-xs-12] {
        padding-left: 0px;
    }
}
footer {
    display:inline-block;
    width: 100%;
    margin-top: 25px;
}
footer .wfg_container {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: medium none transparent;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
    footer .wfg_container {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
}
.footerLogo {
    max-width: 184px;
    margin-bottom: 8px;
}
/* --== /common container ==-- */

/* --== charts ==-- */
ul.nav-tabs {
    border: medium none transparent;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
}
.mymoneyWrapper ul.nav-tabs {
    border: medium none transparent;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    ul.nav-tabs {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .row.filterTabs.extendedTab .col-12 {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }


    .row.filterTabs.extendedTab ul.nav-tabs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: max-content;
        min-width: 100%;
        position: relative;
    }


    .row.filterTabs.extendedTab ul.nav-tabs li.ymTab {
        flex: 0 0 auto;
    }


    .row.filterTabs.extendedTab ul.nav-tabs:after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #B8BAC0;
        bottom: 2px;
        width: 100%;
        left: 0;
        z-index: 10;
    }
}
ul.nav-tabs:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #B8BAC0;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    ul.nav-tabs:after {
        bottom: 3px;
    }
}
ul.nav-tabs > .multiChartTab > a,
ul.nav-tabs > li.ymTab > a {
    padding: 0px 20px 10px 20px;
    font-size: 20px;
    line-height: 21px;
    color: #0F182C;
    font-weight: normal;
    border: medium none transparent;
    cursor: pointer;
}
.mymoneyWrapper > ul.nav-tabs > div li.multiChartTab > a{
    padding: 0 5px 10px 0;
    font-size: 20px;
    line-height: 21px;
    color: #0F182C;
    font-weight: normal;
    border: medium none transparent;
    cursor: pointer;
}

.nav > li > a:hover,
.nav > li > a:focus {
    border: medium none transparent;
    background-color: #FFF;
}
.nav > li > a:hover:after,
.nav-tabs > li.active > a:after {
    content: '';
    position: absolute;
    height: 5px;
    background-color: #0F182C;
    bottom: -7px;
    width: 100%;
    left: 0;
    z-index: 20;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: inherit;
    border: medium none transparent;
    font-family: LatoWebBold;
}

.mymoneyWrapper .nav-tabs li.active a,
.mymoneyWrapper .nav-tabs li.active a:hover,
.mymoneyWrapper .nav-tabs li.active a:focus {
    color: inherit;
    border: medium none transparent;
    font-family: LatoWebBold;
}

.chartTabContent > .oneItem > .tab-pane {
    display: none;
    position: relative;
}
.chartTabContent > .oneItem > .tab-pane.active {
    display: block;
}
.m-staticChart {
    min-height: 240px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 5px;

}
.detailChart.error,
.m-staticChart.error {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.detailChart.error > div.errorMsg,
.m-staticChart.error > div.errorMsg {
    color: rgb(217, 83, 79);
    font-weight: 700;
    font-size: 16px;
}
.m-staticChart.m-overview-chart.equ {
    min-height: 455px;
}
.m-staticChart.m-overview-chart.idx {
    min-height: 425px;
}
.m-staticChart.m-overview-chart.bon {
    min-height: 425px;
}
.m-staticChart.m-overview-chart.fun {
    min-height: 243px;
}
.m-staticChart.m-overview-chart.int {
    min-height: 243px;
}
.m-staticChart.m-overview-chart.cur {
    min-height: 425px;
}
.m-staticChart.m-overview-chart.com {
    min-height: 425px;
}
.chartScales {
    text-align: right;
}
.f-chart-scale-list {
    position: relative;
    display: inline-block;
    border-radius: 40px;
    border: 1px solid #F6F6F7;
    background-color: #F6F6F7;
    height: 30px;
}
.f-chart-scale-list li {
    cursor: pointer;
    min-width: 80px;
    height: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}
.f-chart-scale-list li.selected {
    border-radius: 40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12), 0 2px 10px 0 rgba(0,0,0,0.03);
    background-color: #FFF;
}
.f-chart-scale-list li.readonly {
    pointer-events: none;
    opacity: 0.3;
}
/* --== /charts ==-- */

/* --== barMarker ==-- */
table.withBarMarker tr > th.\35 \32 w_hi,
table.withBarMarker tr > td.\35 \32 W_HI,
table.withBarMarker tr > th.\35 \32 w_lo,
table.withBarMarker tr > td.\35 \32 W_LO {
    /*background-color: rebeccapurple;*/
    display: none;
}table.withBarMarker tr > th.last {
    text-align: right;
 }

.barMarker .barMarkerStopLow {
    position: absolute;
    width: 3px;
    height: 30px;
    top: -5px;
    left: -2px;
    background-color: #ED5565;
}
.barMarker .barMarkerStopHigh {
    position: absolute;
    width: 3px;
    height: 30px;
    top: -5px;
    right: -2px;
    background-color: #77E3A0;
}
.barMarker {
    flex-grow: 1;
    height: 20px;
    background-color: #E7E8EA;
    border-radius: 2px;
    position: relative;
   /* top: 10px;*/
    min-width: 105px;
    margin-right: 20px;
    margin-left: 42px;
}
.barMarker > .marker {
    position: absolute;
    left: 50%;
    top: -10px;
    height: 12px;
    opacity: 0.25;
    transform: translateX(-50%);/* We have to move the marker 50% of its width back as the calulation is based on the left side of the marker) */
}
.barMarker > .marker:before {
    content: '';
    position: absolute;
    background-color: #FFF;
    height: 20px;
    width: 2px;
    top: 10px;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
}
.barMarker .barLabel {
    position: absolute;
    font-weight: 400;
    font-size: 12px;
}
.barMarker .barLabel.current {
    left: 50%;
    top: 10px;
    transform: translateX(-20px);
}
.barMarker .barLabel.high {
    right: -40px;
    top: -8px;
    width: 40px;
    text-align: right;
    font-size: 11px;
}
.barMarker .barLabel.low {
    left: -40px;
    top: -8px;
    width: 40px;
    text-align: left;
    font-size: 11px;
}
.barMarker .barLabel > span {
    display: block;
}
/*@media screen and (max-width: 500px) {
    .barMarker .barLabel.high {
        right: 0px;
    }
    .barMarker .barLabel.low {
        left: 0px;
    }
}*/
/* --== /barMarker ==-- */

/* --== newHeatmap ==-- */
.newHeatmap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    grid-gap: 10px;
}
.newHeatmap .heatmapHeadBg {
    display: block;
    height: 40px;
    margin: -10px -15px 0 -15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.newHeatmap .heatmapItem {
    flex-direction: column;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    min-height: 120px;
}
.newHeatmap .heatmapItem.pos3 .heatmapHeadBg {
    background-color: #78d39b;
}
.newHeatmap .heatmapItem.pos2 .heatmapHeadBg {
    background-color: #9EE2B8; /* like #6FD596 with 0.3 opacity*/
}
.newHeatmap .heatmapItem.pos1 .heatmapHeadBg {
    background-color: #CEF0DC;
}
.newHeatmap .heatmapItem.neutral .heatmapHeadBg {
    background-color: #F6F6F7;
}
.newHeatmap .heatmapItem.neg3 .heatmapHeadBg {
    background-color: #ff7a75;
}
.newHeatmap .heatmapItem.neg2 .heatmapHeadBg {
    background-color: #F0A7A5;
}
.newHeatmap .heatmapItem.neg1 .heatmapHeadBg {
    background-color: #F8D2D1;
}
/* our masters of pain created a depency hell which is not solvable. So we have to keep the tables inside the headmap. */
.newHeatmap .heatmapItem table {
    background-color: transparent;
}
.newHeatmap .heatmapItem table tr {
    border-top: medium none transparent;
}
.newHeatmap .heatmapItem table tr td {
    border-bottom: medium none transparent;
    position: inherit;
}
.newHeatmap .heatmapItem .m_name { /* Name */
    font-size: 16px;
    font-family: LatoWebBold;
    padding: 10px 15px 0 15px;
}
.newHeatmap .heatmapItem .m_name > span a { /* Name */
    color: #0F182C;
    width: 100%;
    display: block;
}
.newHeatmap .heatmapItem .m_name > span a:hover { /* Name */
    color: rgb(45, 45, 45);
}
.newHeatmap .heatmapItem .m_name > span a > img {
    position: absolute;
    right: 15px;
}
.newHeatmap .heatmapItem .lval_norm.nested > .nested > span { /* dateSpan */
    position: absolute;
    font-size: 11px;
    color: #0F182C;
    bottom: 15px;
    left: 15px;
    padding-left: 0px !important;
}
.newHeatmap .heatmapItem .lval_norm.nested > span { /* courseSpan */
    position: absolute;
    font-size: 16px;
    color: #0F182C;
    bottom: 30px;
    left: 15px;
}
.newHeatmap .heatmapItem .nc2_pr_norm.nested > span { /* perfPrSpan */
    position: absolute;
    font-family: LatoWebBold;
    font-size: 25px;
    color: #0F182C;
    bottom: 25px;
    right: 15px;
}
.newHeatmap .heatmapItem .nc2_pr_norm.nested > .nested > span { /* perfSpan */
    position: absolute;
    font-size: 11px;
    color: #0F182C;
    bottom: 15px;
    right: 15px;
}
.newHeatmap .heatmapItem .m_cur { /* perfSpan */
    position: absolute;
    font-size: 11px;
    color: #0F182C;
    bottom: 55px;
    left: 15px;
}
.newHeatmap .heatmapItem .heatmapDivider {
    font-size: 2px;
    height: 2px;
    background-color: rgba(255, 255, 255,0.75);
    width: 100%;
    margin-left: -10px;
    position: absolute;
    top: 74px;
}
/* our masters of pain created a depency hell which is not solvable. So we have to keep the tables inside the headmap. */
.newHeatmap .heatmapItem.pos3 {
    background-color: #40bf71;
}

.newHeatmap .heatmapItem.pos2 {
    background-color: #6FD596;
}

.newHeatmap .heatmapItem.pos1 {
    background-color: #B7EACB;
}

.newHeatmap .heatmapItem.neg1 {
    background-color: #F5BDBB;
}

.newHeatmap .heatmapItem.neg2 {
    background-color: #EA7C79;
}

.newHeatmap .heatmapItem.neg3 {
    background-color: #d9534f;
    color: white;
}
.newHeatmap .heatmapItem.neutral {
    background-color: #EEEFF0;
}
.newHeatmap .heatmapItem.empty {
    background-color: rgba(194, 194, 194, 0.5);
    color: rgb(45, 45, 45);
   /* visibility: hidden;*/
}

.newHeatmap .heatmapItem.rouge { /*demo*/
    background-color: rgb(217, 83, 79);
    color: white;
    border: 1px solid rgb(167, 0, 21);
    box-shadow: 0 0 25px -10px rgb(167, 0, 21) inset;
}
.newHeatmap .heatmapItem.vert { /*demo*/
    background-color: rgb(92, 184, 92);
    color: white;
    border: 1px solid rgb(39, 119, 1);
    box-shadow: 0 0 25px -10px rgb(39, 119, 1) inset;
}

.newHeatmap .heatmapItemName {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}
.newHeatmap .itemName {
    font-size: 24px;
}
.newHeatmap .itemDate {
    text-align: right;
    font-size: 16px;
    top: 9px;
    position: relative;
}
.newHeatmap .heatmapDividerDDD {
    border-top: 2px solid rgba(255, 255, 255,0.75);
    margin: 10px -9px;
}
.newHeatmap .heatmapItemValues {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.newHeatmap .itemAdditionalValues {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newHeatmap .itemMainValue {
    font-size: 32px;
}
/* --== /newHeatmap ==-- */

/* --== screener ==-- */
.screenerBox .detailChance > img {
    position: relative;
    top: -3px;
}
.screenerBox .detailRisk,
.m-detail-header19 .mainData .performanceAndRisk .detailScreener .detailRisk {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.screenerBox > h2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.screenerBox > h2 > a {
    font-size: 14px;
}
.screenerBox .detailRisk {
    justify-content: flex-end;
}
.screenerBox .detailRisk .riskDot + .riskDot,
.m-detail-header19 .mainData .performanceAndRisk .detailScreener .detailRisk .riskDot + .riskDot {
    margin-left: 5px;
}

.screenerBox .detailRisk .riskDot,
.m-detail-header19 .mainData .performanceAndRisk .detailScreener .detailRisk .riskDot {
    position: relative;
    top: 1px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: -2px -3px 7px 2px rgb(200, 200, 200) inset;
}
.screenerBox .detailRisk .riskDot.v1,
.m-detail-header19 .mainData .performanceAndRisk .detailScreener .detailRisk .riskDot.v1 {
    box-shadow: -2px -3px 7px 2px rgb(113, 188, 107) inset;
}
.screenerBox .detailRisk .riskDot.v0,
.m-detail-header19 .mainData .performanceAndRisk .detailScreener .detailRisk .riskDot.v0 {
    box-shadow: -2px -3px 7px 2px rgb(255, 235, 59) inset;
}
.screenerBox .detailRisk .riskDot.v-1,
.m-detail-header19 .mainData .performanceAndRisk .detailScreener .detailRisk .riskDot.v-1 {
    box-shadow: -2px -3px 7px 2px rgb(217, 83, 79) inset;
}
.screenerBox .detailRisk .riskDot.riskDotTable {
    width: 9px;
    height: 9px;
}
.screenerBox .detailRisk.riskGroupFlexCenter {
    justify-content: left;
    margin-left: 25px;
}
.screenerBox .detailRisk.riskDotCenter {
    margin-right: 6px;
}
.screenerBox .screenerHint {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.screenerBox .screenerHint .keyValue {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.screenerBox .screenerHint .labelLike {
    font-family: LatoWebBold;
    margin-right: 15px;
}
.screenerBox .table td {
    height: 57px!important;/* have to support two liners */
}
.screenerBox .table tr {
    border-bottom: medium none transparent;
}
/* --== /screener ==-- */

/* bootsstrap 5 modifications */
a {
    text-decoration: none;
}
.nav > li {
    position: relative;
    display: block;
    margin-right: 2px;
    margin-bottom: 10px;
    cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:last-child > button{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:first-child > button {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span, .pagination > li > button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgb(85, 124, 154);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.dropdown-toggle:after {
    display: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > button:hover,
.pagination > li > button:focus{
    background-color: #eeeeee;
    color: rgb(64, 106, 138);
}

.pagination > li > button{
    color: rgb(64, 106, 138);
}

.pagination > .active > button {
    background-color: rgb(85, 124, 154);
    border-color: rgb(85, 124, 154);
    color: white;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#pagination-col-topnews .tablePagination {
    margin-top: 12px;
    margin-right: -8px;
}

#pagination-col .newsPage {
    margin-top: 20px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus {
    height: 50px;
    background-color: #F6F6F7;
    border-radius: 10px;
    font-size: 18px;
    border: medium none transparent;
    padding-left: 15px;
    width: 100%;
    margin-top: 10px;
}

.wfg_container .form-control {
    color: #555;
}

.table > :not(caption) > * > * {
    background-color: transparent;
    color: #4E86B5;
    border-bottom-width: inherit;
}

.form-control::placeholder {
    color: #999999;
    opacity: 1;
}

.form-label {
    margin-bottom: 0.5rem;
    margin-top: 10px;
}
.h2News{
    margin-top: 25px !important;
}
.input-group{
    flex-wrap: nowrap;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    vertical-align: -0.2em !important;
}
.dropdown-header {
    font-size: 0.675rem;
}
.dropdown-menu .divider {
    background-color: #B8BAC0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > li > a:hover{
    background-color: #F6F6F7;
    color: #333;
}
.dropdown-menu > li > a.chartCheckbox:hover{
    background-color: rgb(255, 255, 255);
    color: #333;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    cursor: pointer;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown-toggle::after {
    display: none!important;
}
.modal-content .img-topnews {
    height: 288px!important;
    width: 384px!important;
}
.img-topnews[title="news"] {
    height: 71px;
    width: 120px;
    cursor: pointer;
}
.data-trend{
    margin-top:30px!important;
}
.mymoneyWatchlist .complexWatchlistOverviewMyMoney .tableWrapper{
    overflow: hidden!important;
}
div.card-body div.topFlopTable table a {
    font-family: LatoWebBold;
}
h4.card-title, .card-title h4, .mainData.mymoney h4 {
    font-family: LatoWeb !important;
    font-size: 20px !important;
    font-weight: normal;
    width: 80%;
}

@media screen and (max-width: 768px) {
    .heatmapCard .heatmapItem table tbody td span a {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 150px;
    }
}
.modalDeleteLimits{
    margin-left: 650px;
}
.modalDeleteLimits .modal-body p{
    text-align: start;
}
.grouped-link.is-subnav:hover:not(.grouped-link.is-subnav.active) {
    font-family: 'LatoWebMedium';
}
#m-detail-tab-bar .nav > li:hover:not(#m-detail-tab-bar .nav > li.multiChartTab.active) > a {
    font-family: 'LatoWeb';
}
h3.step1{
    font-size: 20px;
    line-height: 21px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}
