﻿.fh-hdg i {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: #fff;
    top: 3px;
    background-position: center;
}
.no-cat-desc {
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: .9em;
}
    .load-full .no-cat-desc{color:#555;text-shadow:1px 1px 0 #fff;}
    .fl-desc .fl-desc-cont, .load-full .fl-desc.open .fl-desc-cont {
        opacity: 1;
    }
.fl-desc-cont.mf, .load-full .open .fl-desc-cont.mf {
    height: 120px;
}
.fl-desc-cont.eq, .load-full .open .fl-desc-cont.eq {
    height: 400px;
}
.fl-desc-cont.debt, .load-full .open .fl-desc-cont.debt {
    height: 400px;
}
.fl-desc-cont.hybrid, .load-full .open .fl-desc-cont.hybrid {
    height: 300px;
}
.fl-desc-cont.gold, .load-full .open .fl-desc-cont.gold {
    height: 230px;
}
.fl-desc-cont.ts, .load-full .open .fl-desc-cont.ts {
    height: 50px;
}

.fl-desc:first-child {
    border-radius: 7px 7px 0 0;
}
.load-full .fl-desc .fl-desc-cont {
    height: 0px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.load-full .fl-desc h2 {
    font-weight: 400;
    cursor: help;
    color: #aaa;
    font-size: .85em;
    text-shadow: 1px 1px 0 #fff;
    padding-right: 20px;
}
    .load-full .fl-desc.open h2{font-size:.9em;}
    .load-full .fl-desc h2::before {
        content: ' ';
        background-repeat: no-repeat;
        width: 13px;
        height: 18px;
        position: absolute;
        top: 11px;
        background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="darkgrey" d="M400 64c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352m0-32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-60 206h-98v-98c0-6.6-5.4-12-12-12h-12c-6.6 0-12 5.4-12 12v98h-98c-6.6 0-12 5.4-12 12v12c0 6.6 5.4 12 12 12h98v98c0 6.6 5.4 12 12 12h12c6.6 0 12-5.4 12-12v-98h98c6.6 0 12-5.4 12-12v-12c0-6.6-5.4-12-12-12z" ></path></svg>');
        left: 15px;
    }
.fl-desc.open h2{font-weight:500;color:#333;margin-bottom:7px;}
.load-full .fl-desc.open p {
    color:#555;font-size:.9em;margin-bottom:10px;
}
.load-full .fl-desc li {
    list-style: none;
    position: relative;
    padding: 7px 10px;
}
    .load-full .fl-desc .point-list li::before {
        content: ' ';
        background-repeat: no-repeat;
        width: 1em;
        height: 1em;
        position: absolute;
        background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" ><path fill="royalblue" d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z" ></path></svg>');
        left: -15px;
        top: 10px;
    }
.load-full .fl-desc .point-list.sub li::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="royalblue" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>');
    left: -5px;
    width: 1.2em;
    height: 1.2em;
}
    .load-full .fl-desc li  {
            font-size: .9em;
            color: #555;
        }

.load-full .cat-tabs > li {
    margin: 3px 10px;
}
.filter-win .btn {
    text-align: center;
    display: block;
    background-color: #2c82d7;
    color: #fff;
    padding: 10px 25px;
    border-radius: 7px;
    position: relative;
}

.load-full .cat-tabs a {
    text-shadow: 1px 1px 0 #fff;
    font-weight: 700;
    font-family: roboto condensed;
    font-size: .9em;
    color:black;
    text-transform: uppercase;
}
    .load-full .cat-tabs li.act a {
        color: #333;
    }
        .load-full .cat-tabs li.act a::after {
            content: ' ';
            position: absolute;
            width: 100%;
            border-bottom: 3px solid #ffd700;
            left: 0;
            bottom: -3px;
        }
        .load-full .cat-tabs li.act a::before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #f9f9f9;
            left: 40%;
            bottom: -13px;
        }


   
.ret-ip-wrap {
    display: flex;
    align-items: center;
    height: 42px;
}

.load-full .inv-ip-ddn {
    color: #333;
    padding: 4px 23px 4px 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    cursor: default;
    text-shadow: 1px 1px 0 #fff;
    position: relative;
    display: inline-block;
    margin: 0px 5px 0px 5px;
    border: 1px solid #e9e9e9;
}
    .load-full .inv-ip-ddn::after, .filter-wrap .sel-box::after, .load-full .fl-desc::after {
        content: ' ';
        right: 7px;
        width: 9px;
        height: 13px;
        background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" ><path fill="slategray" d="M287.968 160H32.038c-28.425 0-42.767 34.488-22.627 54.627l127.962 128c12.496 12.496 32.758 12.497 45.255 0l127.968-128C330.695 194.528 316.45 160 287.968 160zM160 320L32 192h256L160 320z" ></path></svg>');
        position: absolute;
        background-repeat: no-repeat;
        top: 8px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
.load-full .fl-desc.open::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
    .load-full .fl-desc::after {
    width: 11px ;
    height: 16px ;
    right: 15px ;
    top: 11px ;
}



    .load-full .inv-ip-ddn > span{padding:0;}
.inv-sel-box {
    position: absolute;
    box-shadow: -3px -3px 6px rgba(0,0,0,.08),3px 3px 6px rgba(0,0,0,.08);
    background-color: #fff;
    top: 33px;
    border-radius: 5px;
    z-index: 2;
    display: none;
    left: 0;
    width: max-content;
}
    .inv-sel-box li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .inv-sel-box li {
        padding: 7px 7px 7px 23px;
        font-size: .85em;
        color: #999;
        position: relative;
    }
        .inv-sel-box li.sel{color:#333;}
            .inv-sel-box li.sel::before, .mult-chk li.sel::after {
                content: ' ';
                background-repeat: no-repeat;
                width: 1em;
                height: 1em;
                position: absolute;
                background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" ><path fill="royalblue" d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z" ></path></svg>');
                left: 5px;
                top: 10px;
            }

.load-full .filter-btn {
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #2c82d7;
    padding: 8px 5px 6px 9px;
    border-radius: 7px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    border: 0px solid #fff;
    text-indent:-3000px;cursor:pointer;
}
    .load-full .filter-btn::after {
        background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" ><path fill="white" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v352zm-92-272H224v-40c0-13.2-10.8-24-24-24h-48c-13.2 0-24 10.8-24 24v40H92c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h36v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h100c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-132 64h-32v-96h32v96zm148 96h-20v-40c0-13.2-10.8-24-24-24h-48c-13.2 0-24 10.8-24 24v40H108c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h116v40c0 13.2 10.8 24 24 24h48c13.2 0 24-10.8 24-24v-40h20c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12zm-52 64h-32v-96h32v96z" ></path></svg>') no-repeat;
        content: ' ';
        width: 28px;
        height: 35px;
        left: 7px;
        position: absolute;
        top: 5px;
    }
/* Filter */
.filter-overlay {
    position: fixed;
    background-color: rgba(0,0,0,.7);
    z-index: 100;
    min-height: 200px;
    min-width: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    display: none;
}

.filter-win {
    width: 350px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: -4000px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .filter-win .fltr-btn-wrap {
        padding: 20px 15px;
        border-top: .5px solid #e9e9e9;
        background-color: #f9f9f9;
    }

.filter-overlay.open {
    display: flex;
}

    .filter-overlay.open .filter-win {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin-right: 0;
        z-index: 101;
    }
.fs-hdr {
    background-color: #002266;
    padding: 15px;
    border-bottom: .5px solid #d1d1d1;
}

    .fs-hdr h2 {
        font-size: 1.3em;
        text-transform: uppercase;
        font-family: roboto condensed;
        font-weight: 700;
        color: #fff;
    }

    .fs-hdr p {
        font-size: .72em;
        color: rgba(255,255,255,.6);
    }

.fs-filter-box {
    padding: 20px 15px;
}

.filter-wrap {
    background-color: #f9f9f9;
    border-radius: 6px;
    border: .5px solid #e9e9e9;
    position: relative;
    margin-bottom: 20px;
    height: 36px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
    .filter-wrap.f-cat-wrap {}
    .filter-wrap.f-cat-wrap.open {
        height: 279px;
    }

    .filter-wrap.fh-wrap.open {
        height: 246px;
    }

    .filter-wrap.return-wrap.open {
        height: 154px;
    }

    .filter-wrap.fund-size-wrap.open {
        height: 208px;
    }

    .filter-wrap.open {
        max-height: unset;
        height: 300px;
        /*-webkit-transition: all .5s ease;
        transition: all .5s ease;*/
    }

.sel-box {
    font-family: roboto condensed;
    padding: 10px;
    font-size: .85em;
    font-weight: 700;
    color: #a1a1a1;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
    cursor: default;
}

    .sel-box.sel-filter {
        color: #2c82d7 !important;
    }

.filter-wrap .sel-box::after {
    right: 12px;
    top: 12px;
}
.filter-wrap.open .sel-box::after,.inv-ip-ddn.sel::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.filter-wrap.open .sel-box::after {
    top: 12px;
    right: 12px;
}

.filter-wrap.open .sel-box {
    color: #333;
}

.sel-box-wrap {
    background-color: #fff;
    margin: 0px 7px 10px;
    border-radius: 6px;
    border: .5px solid #f1f1f1;
}

.filter-tab {
    margin: 0 0px 10px 0;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 1px 10px;
    border-top: .5px solid #eee;
    border-bottom: .5px solid #eee;
}

    .filter-tab li {
        font-size: .72em;
        text-transform: uppercase;
        font-family: roboto condensed;
        color: #aaa;
        text-shadow: 1px 1px 0 #fff;
        font-weight: 700;
        position: relative;
        cursor: default;
    }

    .filter-tab .sel {
        color: #333;
    }

        .filter-tab .sel::after {
            content: ' ';
            border-bottom: 3px solid #ffd700;
            position: absolute;
            width: 100%;
            left: 0;
            bottom: -3px;
        }

.mult-chk {
    max-height: 200px;
    overflow-y: auto;
}

    .mult-chk li {
        font-size: .8em;
        color: #666;
        padding: 7px 7px 7px 27px;
        line-height: 100%;
        position: relative;
        font-weight: 300;
        text-transform: capitalize;
        cursor: default;
    }

        .mult-chk li.dis {
            opacity: .3;
            cursor: not-allowed;
        }

        .mult-chk li.all {
            color: #333;
            font-weight: 400;
        }

        .mult-chk li::before {
            content: ' ';
            border: 1px solid #e1e1e1;
            position: absolute;
            width: 11px;
            height: 11px;
            left: 7px;
            border-radius: 3px;
        }

        .mult-chk li.sel {
            color: #2c82d7;
            font-weight: 400;
        }

            .mult-chk li.sel::after {
                left: 7px;
                top: 7px;
            }


    /*Fund List*/
    .load-full .sch-outer-wrap {
        box-shadow: -3px -3px 3px rgba(0, 0, 0,.05),3px 3px 3px rgba(0, 0, 0,.05);
        background-color: #fff;
        border-radius: 9px;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: left 15px top 15px;
        display: flex;
        flex-direction: column;
        position: relative;
        
    }
.load-full .s-n {
    padding: 10px 58px 15px;
    position: relative;
}
.load-full .sch-outer-wrap h3, .load-full .sch-outer-wrap h2 {
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 5px;
    font-family: roboto condensed;
}
.load-full .sch-outer-wrap .cat-wrap a, .load-full .sch-outer-wrap .cat-wrap p {color:#999;font-weight:300;position:relative;
}
.load-full .sch-outer-wrap ul {
    display: flex;
    justify-content: space-between;
    margin: 0px 11px;
}
    .load-full .sch-outer-wrap ul li{flex-direction:column;}
    .load-full .sch-outer-wrap .s-n i {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 10px;
        top: 11px;
        background-size: 80%;
        border-radius: 5px;
        border: .5px solid #eee;
        background-repeat: no-repeat;
        background-position: center;
    }
.load-full .sch-outer-wrap ul label {
    line-height: 120%;
    color: #999;
    font-size: .72em;
    font-weight: 300;
}
    .load-full .sch-outer-wrap ul li:last-child{text-align:right;}
    .load-full .sch-outer-wrap ul li:nth-child(2), .load-full .sch-outer-wrap ul li:nth-child(3){text-align:center;}
    .load-full .sch-outer-wrap ul label br {
        display: none;
    }
        .load-full .sch-outer-wrap ul label::after {
            display: none;
        }
        .load-full .sch-outer-wrap ul p {
            display: block;
        }
.load-full .sch-outer-wrap .cat-wrap p::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="silver" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>') no-repeat;
    content: ' ';
    width: 5px;
    height: 12px;
    right: -18px;
    position: absolute;
    top: 1px;
}
.load-full .sch-outer-wrap > div:last-child {
    background-color: #f9f9f9;
    border-radius: 0 0 9px 9px;
    padding: 7px 10px;
    border-top: .5px solid #f1f1f1;
    margin-top: 12px;
    display: flex;
    justify-content: space-around;
}

    .load-full .sch-outer-wrap > div:last-child > a {
        border: 1px solid #2c82d7;
        color: #2c82d7;
        font-size: .72em;
        padding: 4px 10px 3px;
        line-height: 100%;
        border-radius: 5px;
        letter-spacing: 0;
    }
.load-full .sch-outer-wrap p.ret {
    color: #999;
}
.load-full .sch-outer-wrap p.up-col {
    color: #00b000;
}
.load-full .sch-outer-wrap p.down-col {
    color: #e94700;
}
.star-color{
    color: #00b000;
    
}
/*Fund List end*/
/* Responsive code*/
@media (max-width: 690px) {
    
        .load-full .sch-outer-wrap ul label br {display:block;}
    .load-full .cat-tabs a b{display:none;}
    .fl-desc-cont.mf, .load-full .open .fl-desc-cont.mf {
        height: 340px;
    }

    .fl-desc-cont.eq, .load-full .open .fl-desc-cont.eq {
        height: 1050px;
    }

    .fl-desc-cont.debt, .load-full .open .fl-desc-cont.debt {
        height: 700px;
    }

    .fl-desc-cont.hybrid, .load-full .open .fl-desc-cont.hybrid {
        height: 750px;
    }

    .fl-desc-cont.gold, .load-full .open .fl-desc-cont.gold {
        height: 580px;
    }

    .fl-desc-cont.ts, .load-full .open .fl-desc-cont.ts {
        height: 210px;
    }
}