/*
  Running MySource Matrix
  Developed by Squiz - 
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 November 2016 14:19:16
*/


#sort-options .label{
    background: url(/__data/assets/image/0009/11063952/sprite.png) no-repeat -14px 0;
    color: #fff;
    display: inline-block;
    height: 36px;
    margin: 0 10px 10px 0;
    padding: 9px 0 0 5px;
    width: 129px;
float:left;
font-size:0.85em;
}
@media screen and (min-width:980px) {
#sort-options .label{font-size:1em; padding: 10px 0 0 5px; }
}

#sort-options label{
    background: #f0f0f0;
    border-radius: 3px;
    color: #6e6e6e;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    margin: 0 10px 10px 0;
    padding: 11px 28px 0 10px;
    position: relative;
}
#sort-options label input{
    display: none;
}
#sort-options label:after{
    background: url(/__data/assets/image/0009/11063952/sprite.png) no-repeat 0 -30px;
    content: "";
    height: 14px;
    position: absolute;
    right: 7px;
    top: 11px;
    width: 14px;
}
#sort-options label.checked:after{
    background-position: 0 -16px;
}

/* fund details */
.fund-details{
    border: 1px solid #dedede;
    margin: 0 0 35px;
}
.fund-details .detail{
    padding: 25px 15px 15px;
    position: relative;
}
.fund-details .intro .legend{
    background: #667788;
    color: #fff;
    font-weight: bold;
    left: 15%;
    padding: 4px 0;
    position: absolute;
    right: 15%;
    text-align: center;
    top: -10px;
}
.fund-details .risk{
    background: #f0f0f0;
}
@media only screen and (min-width:640px){
    .fund-details .detail{
        float: left;
        width: 50%;
    }
    .fund-details .more{
        width: 100%;
    }
}
@media only screen and (min-width:980px){
    .fund-details .detail{
        border-bottom: 10px solid #ebf0f3;
    }
    .fund-details .intro{
        width: 22%;
    }
    .fund-details .risk{
        border-bottom-color: #d4dbe1;
        width: 17%;
    }
    .fund-details .portfolio{
        width: 22%;
    }
    .fund-details .yield{
        width: 16%;
    }
    .fund-details .more{
        width: 23%;
    }
    .fund-details .portfolio,
    .fund-details .yield{
        border-right: 1px solid #ececec;
    }
}

/* risk pips */
.risk-pips > span{
    background: url(/__data/assets/image/0009/11063952/sprite.png) no-repeat 0 0;
    display: inline-block;
    height: 16px;
    width: 6px;
}
.risk-pips > span.fill{
    background-position: -6px 0;
    width: 7px;
}

/* charts */
.chart-options a{
    font-weight: bold;
}
.chart-options a.selected{
    color: #004;
}
@media only screen and (min-width:640px){
    .chart-options{
        float: right;
        margin-top: -30px;
    }
}
@media only screen and (min-width:980px){
    #breakdown-chart{
        height: 200px;
    }
}

/* invest now */
#unit-error{
    border: 1px solid #ff2727;
    color: #ff2727;
    display: none;
    padding: 6px;
}
.invest-now-unit{
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
}
.invest-now-unit:before{
    background: url(/__data/assets/image/0009/11063952/sprite.png) no-repeat 0 -44px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: -5px;
}
.invest-now-unit.selected:before{
    background-position: -20px -44px;
}
.invest-now-unit input{
    display: none;
}