﻿body.loaded {
    q,.user-swap{display:none;}

.breadcrumb {margin-left:-100px;}
h2 {
    text-transform: capitalize;
}
.page-heading-wrap h1 {position:relative;}
    .page-heading-wrap h1 span {
        position: absolute;
        width: 80px;
        height: 80px;
        border: 1px solid #dff4fa;
        border-radius: 5px;
        background-color: #dff4fa;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -100px;
        top: 7px;
    }
.page-heading-wrap {
    padding-left: 160px;
}
.box-wrap {
    width: 100%;
    padding: 20px 25px 20px 25px;
    box-shadow: 0 0 40px 0 rgba(114, 140, 145, 0.1);
    border-radius: 5px;
}
.fund-header-name-wrap {
    min-height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fund-header-name-wrap > p > span, .fund-header-name-wrap > p > a {
    margin-right: 5px;
    border-radius: 3px;
    font-size: .9em;
    padding: 2px 5px;
}
.fund-header-name-wrap > p > a {
    color: var(--green2);
    background-color: var(--greenLight3);
}
.fund-header-name-wrap > p > span {
    background-color: #eff4fe;
    color: #6b7483;
}
.fund-header-cat > div {
    display: flex;
    margin-top: 25px;
}
    .fund-header-cat > div p {
        margin-right: 75px;
        width: 150px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .fund-header-cat > div label {
        color: var(--gry3);
        font-size: .9em;
        font-weight: 500;
        margin-bottom: 8px;
        text-transform: capitalize;
    }
    .fund-header-cat > div span {
        font-size: 1.2em;
        font-weight: 500;
    }
        .fund-header-cat > div span i {
            font-size: .7em;
        }
        .fund-header-cat > div i {
            color: #999;
            font-weight: 400;
            font-size: .9em;
        }
.fund-rating > span {
    background: url('/Content/images/star_disabled.svg');
    height: 13px;
    width: 90px;
}
    .fund-rating > span > i {
        background: url('/Content/images/img_star.svg') no-repeat;
        height: 14px;
        width: 14.5px;
        display: inline-block;
    }
.fund-perf-wrap {display:block;}
.row-1 .col-1 {
    width: 67%
}

.row-1 .col-2 {
    width: 33%
}

.fund-info .col-1 {
    width: 67%
}

.fund-info .col-2 {
    width: 33%;
}

#PerfChartWrap{height:100%;}
.asset-compare-wrap {
    padding: 20px;
}
.perf-graph-tenure li {
    color: var(--gry3);
    font-weight: 500;
    font-size: .9em;cursor:pointer;
}
    .perf-graph-tenure li.active {
        border: solid 1px var(--green2);
        color: var(--green2);
        border-radius: 20px;
    }
.option-wrap select {
    border: 0px;
    background: none;
    padding-left: 4px;
}
.fund-rows h2 {
    color: var(--blue);
    position: relative;
}
    .fund-rows h2::before {
        content: "";
        width: 30px;
        height: 2px;
        background-color: var(--green2);
        position: absolute;
        top: 30px;
    }
.asset-compare-wrap .option-wrap {
    background-color: #f6fef3;
    margin: 30px -20px 10px;
    padding: 10px 25px;
    text-align: center;
    color: #777;
}
.option-wrap > p {
    line-height: 180%;
}
.asset-perf-data td, .asset-perf-data th {
    border: 0;
    padding-left: 0;
}
    .asset-perf-data td:first-child {
        color: var(--body);
        font-weight: 500;
        font-size: .95em;
    }
.asset-perf-data th {
    font-size: .8em;
    font-weight: 400;
    color: #aaa;
    padding-bottom: 15px;
}
.asset-perf-data td {
    font-size: 1em;
    font-weight: 500;
}
    .asset-perf-data td:last-child {
        color: #777;
    }
.fund-info-wrap {
    display: flex;
    flex-wrap: wrap;
}
.fund-info .col-2 > div {
    padding: 0 25px;
}
    .fund-info-wrap li {
        width: 33%;
    }
        .fund-info-wrap li label {
            font-weight: 500;
            color: var(--gry3);
            padding-right: 30px;
            font-size: .9em;
            text-transform: capitalize;
        }
            .fund-info-wrap li label i {
                font-style: normal;
                color: #999;
                font-size: .9em;
                font-weight: 400;
            }
        .fund-info-wrap li p {
            color: var(--gry4);
            font-size: 1.2em;
            font-weight: 500;
            padding-right: 25px;
        }
            .fund-info-wrap li p span {
                font-size: .66em;
                color: #999;
            }
.fund-info .col-2 >div >p{display:none;}
.fund-manager-wrap .mgr-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 65px;
    height: 65px;
    margin-right: 25px;
}
.fund-manager-wrap .mgr-name p {
    color: var(--blue);
    font-size: 1.2em;
    font-weight: 500;
}
.fund-manager-wrap .mgr-name span {
    margin-bottom: 15px;
    color: #777;
    font-weight: 500;
}
.peer-data {
}

.peer-data-hdr {
    display: flex;
    justify-content: space-between;
}
    .peer-data-hdr select {
        height: 25px;
        border: 0px;
        background: none;
        padding: 0px;
    }
    .peer-data th, .peer-data td {
        border: 0;
        border-bottom: 1px solid #eaf2e7
    }

        .peer-data th:first-child, .peer-data td:first-child {
            padding-left: 0px;
        }
    .peer-data th {
        color: #777;
        font-weight: 500;
        font-size: .9em;
        padding-bottom: 20px;
    }
.port-holdings table th, .port-holdings table td {
    border: 0;
    border-bottom: 1px solid #eaf2e7;
}
    .port-holdings table td:first-child {
        color: #666;
        padding-left: 0;
    }
    .port-holdings table td:last-child {
        font-weight:500;
    }
.port-holdings table th {display:none;
}

.port-holdings table td {
}

.port-hdr {
    display: flex;
    justify-content: space-between;position:relative;
}
    .port-hdr::after {
        content: '';
        position: absolute;
        top: 50px;
        height: 1px;
        border-bottom: 1px solid #eee;
        left: -25px;
        right: -25px;
    }
    .port-hdr > .portfolio-tabs {
        display: flex;
    }

        .port-hdr > .portfolio-tabs p {
            width: 100px;
            text-align: center;
            font-size: 1.1em;
            font-weight: 600;
            position: relative;
            color: var(--blue);
            cursor: pointer;
            margin-bottom: 0;
        }
            .port-hdr > .portfolio-tabs p.active {
                color: var(--green3);
            }
                .port-hdr > .portfolio-tabs p.active::before {
                    content: ' ';
                    position: absolute;
                    border: 2px solid var(--green2);
                    bottom: -10px;
                    z-index: 1;
                    left: 0;
                    right: 0;
                }

            .port-hdr > .portfolio-tabs p span {
                display: block;
                margin-top: 7px;
                font-size: .85em;
                font-weight: 500;
            }
.port-holdings > div {
    width:33.33%;
}
    .port-holdings .col-1 > div {
    padding-right: 40px;
}

.port-holdings .col-2 > div {
    padding-left: 20px;
    padding-right: 20px;
}
.port-holding-date {
    color: #999;
    font-size: .85em;
    text-align: right;
}
.more-wrap a, .more {
    color: #206fc4;
    margin-right: 10px;
}
.fund-info-wrap .more {
    display: block;
    width: 80px;
    font-size: .75em;
    text-transform: capitalize;
}
.fund-manager-wrap .more {
    text-transform: capitalize;
    font-size: 0.9em;
}
.faq-row .col-1 {
    display: flex;
}
.faq-row .col-2{width:67%;}
.riskometer-txt {
    color: #777;
    font-size: .95em;
    text-align: center;
    padding-top: 12px;
    line-height: 150%;
}

    .riskometer-txt span {
        font-weight: 600;
    }
.risko-txt-0 span {
    color: #40a230;
}

.risko-txt-1 span {
    color: #7cb80c;
}

.risko-txt-2 span {
    color: #b9ce0b;
}

.risko-txt-3 span {
    color: #cf9f14;
}

.risko-txt-4 span {
    color: #f67a0b;
}

.risko-txt-5 span {
    color: #d60a09;
}
.page-heading-wrap {
    padding-left: 120px;
}


}


@media (max-width: 480px) {
    body.loaded {
        .fund-header-cat > div p {
                                     width: 50%;
                                     margin-right:0;
       margin-bottom:25px;
    }
.fund-header-cat {
    margin-left: -100px;
}
.fund-info-wrap li {
    width: 50%;
}

.port-holdings > div {
    width: 100%;
}
.port-hdr::after {
    top: 106px;
}
}