﻿body {
    font-family: 'Open Sans', sans-serif;
}
#divFundWidget {
    display: flex !important;
    justify-content: center;
}
.fund-widget {
    display: flex;
}

.fund-widget-iframe *{box-sizing:border-box}

    .fund-widget-iframe .fund-widget .fw-box {
        width: 194px;
        margin-right: 10px !important;
    }

.fund-widget-iframe A {
    text-decoration: none;
}
    .fund-widget-iframe A:hover {
        text-decoration: underline;
    }

    a.methodHereText {
        color: #2b90cf !important;
    }

    .SummaryHereText {
        list-style: none;
        font-size: 15px;
        color: #29507C;
        margin: 0 0 35px;
        padding: 0px;
        /*margin-left: 43px;*/
    }

    .fund-widget-iframe .fund-widget .fw-head {
        height: 70px !important;
    }

    a.fund-color-responsive {
        color: #2c5982 !important;
    }

    .fw-box {
        /*width: 194px;*/ width: 210px;
        font-size: 9.5pt;
        color: #2c5982;
        text-align: center;
        margin-right: 10px;
    }

        .fw-box:last-child {
            margin-right: 0px;
        }

    .fw-head {
        background: url('../images/fw-head-bg.png')no-repeat left top;
        font-size: 9.5pt;
        color: #fff;
        text-align: center;
        align-items: center;
        background-size: cover;
        width: 92%;
        height: 70px;
        display: flex;
        justify-content: space-around;
        padding-top: 30px;
        font-weight: 700;
        margin: auto 4%;
        /*background-position: 16px 0;
    margin-left: -13px;
    padding-left: 16px;*/
        box-sizing: border-box;
    }

    .fw-content {
        border: 3px solid #009ace;
        border-radius: 16px;
        margin-top: -1px;
        padding: 0;
    }
        .fw-content a { font-weight: normal; font-size: 13px; }
        .fw-content a#ancRiskOfFund { font-size: 12px; }
        .fw-content a#ancPercentageOverXYears { line-height: 15px !important; display: inline-block; margin-top: 5px;}

        .fw-content.company-info-box {
            border-bottom-width: 8px;
        }

    .fw-box-6, .fund-widget-iframe .fw-box-6 { height: 130px; }

    .fw-box-4, .fund-widget-iframe .fw-box-4  { height: 87px; }

    .fw-box-8, .fund-widget-iframe .fw-box-8 { height: 180px;}

    .fw-box-8-2, .fund-widget-iframe .fw-box-8-2 { height: 80px; }

ul.o-exclution {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
    /*columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        width: 100%;*/
}
        ul.o-exclution li {
            display: inline-block;
            font-size: 7pt !important;
            margin-right: 5px;
            font-weight: 700;
            width: 100%;
            padding-top: 2px;
            padding-bottom: 5px;
        }

            ul.o-exclution li a {
                line-height:25px;
            }

    .rating-img {
        padding:0;
    }
    .fund-widget-iframe .rating-img {
        padding: 0 0 5px 0px;
    }
        .rating-img.crown {
            padding-bottom: 43px;
            padding-top: 10px;
        }
        .fund-widget-iframe .rating-img.crown {
            padding-top: 15px;
        }
    ul.o-exclution li span {
        display: block;
        line-height: normal;
    }

    ul.o-exclution li a {
        display: block;
        line-height: normal; font-size:10px;
    }

    ul.o-exclution li:last-child {
        margin-right: 0px;
    }

    /*#ancImpact {
        line-height: 26px;
    }*/
   /* .fund-widget-iframe #ancImpact {
        line-height: 22px;
    }*/
    .p-text {
        font-weight: 700;
    }

        .p-text.big {
            font-size: 33pt;
            line-height: 35pt;
            margin-top: 15px;
        }

    .fund-widget-iframe .p-text.big {
        font-size: 35pt;
        line-height: 35pt;
        margin-top: 20px;
    }
    .fund-widget-iframe #divAnnualReturn .p-text.big {
        margin-top: 30px !important;
    }
    .font-8pt {
        font-size: 8pt;
        line-height: 9.6pt;
        display: block;
    }

    .fw-content.pad0 {
        padding: 5px 0px 0 !important;
    }

    ul.company-info {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: 1px solid #009ace;
        margin-top: 6px;
    }

        ul.company-info li {
            font-size: 24pt !important;
            font-weight: 700;
            width: 100%;
            line-height: 28pt;
            border-left: 1px solid #009ace;
            height: 83px;
            justify-content: center;
            align-items: center;
            display: flex;
            color: #2c5982;
            display: inline-block; line-height: 83px !important; height: 83px;
        }
        .fund-widget-iframe ul.company-info li {line-height: 92px !important; height: 92px;}

            ul.company-info li:first-child {
                border-left: none;
                border-bottom-left-radius: 7px;
            }

            ul.company-info li:last-child {
                border-bottom-right-radius: 7px;
            }

            ul.company-info li.active {
                background-color: #009ace;
                color: #ffffff;
            }

    .circle-graph {
        display: flex;
    }
    .fund-widget-iframe .circle-graph { height: 47px; margin-top: 7px;}

        .circle-graph div {
            width: 100%;
        }

    .p-text.small {
        font-size: 20pt;
        line-height: 24pt;
    }

    .circle-graph div.p-text.small {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    /*Chart Css*/
    .chart-icons {
        height: 100%;
        width: 100%;
        min-height: 40px;
        display: block;
        position: relative;
        display: flex;
        justify-content: center;
    }

        .chart-icons > div::before {
            content: " ";
            width: 10px;
            height: 2px;
            position: absolute;
            bottom: 0px;
            left: 19px;
            z-index: 1;
            border-top: 1px solid;
        }

        .chart-icons > div::after {
            content: "+";
            position: absolute;
            bottom: -9px;
            right: 17px;
            font-size: 16px;
        }

    /*End Chart*/

    /*Slider Css*/
    .ui-slider-horizontal.ui-slider-pips {
        margin-bottom: 1em;
        /*background: linear-gradient(to right, #da2128 13%, #e66417 32%, #56a072 57%, #007d3d 100%);*/
        background: linear-gradient(to right,#007d3d 13%, #56a072 32%, #e66417 57%, #da2128 100%);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px;
        border: none;
        box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.18);
        height: 7px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 15px;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: url(../images/slider-icon.png) 50% 50% repeat-x !important;
        border: none !important;
        outline: none;
    }

    .ui-slider .ui-slider-handle {
        width: 20px !important;
        height: 18px !important;
    }

    .ui-slider-pips .ui-slider-pip {
        top: 9px !important;
    }

    .ui-slider-pips .ui-slider-pip {
        font-weight: 700;
        color: #2c5982 !important;
    }

    .ui-slider-pips [class*=ui-slider-pip-selected] {
        font-size: 11pt !important;
        line-height: 8pt !important;
        color: #f6b035 !important;
    }

    .ui-slider-pips .ui-slider-label {
        top: 9px !important;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -.5em !important;
    }

    .range-slider {
        display: block;
        margin: 0 0 45px;
    }
    .fund-widget-iframe .range-slider {
        margin: 0px;
    }
    .fund-widget-iframe .fw-content .range-slider:last-child {
        margin-top: 55px;
    }
    .ui-slider-pips .ui-slider-pip-label .ui-slider-label{ font-size: 11px;}

    .fw-content .range-slider:last-child {
        margin-bottom: 36px;
    }
    /*End Slider Css*/
    ul.srri-rating {
        padding: 0;
        margin: 0px 0;
        list-style: none;
        display: flex;
    }

        ul.srri-rating li:first-child {
            /*border-right: 3px solid #009ace;*/
            padding: 16px 0;
        }

        ul.srri-rating li {
            width: 100%;
            padding-top: 10px; color: #2c5982;
        }

    .font-32pt {
        font-size: 32pt;
        line-height: 31.5pt;
    }

    .font-7pt {
        font-size: 7pt;
        text-align: center;
        display: block;
        line-height: 8pt;
        padding: 0 5px;
    }

    .font-16pt {
        font-size: 16pt;
        text-align: center
    }

    .mt7 {
        margin-top: 7px;
    }

    .fw-head a:hover {
        text-decoration: underline;
    }

    .fw-head a {
        text-decoration: none;
    }

    .zc-menu {
        display: none !important;
    }

    input.chkInvResp {
        -webkit-appearance: initial;
        background: white;
        width: 23px;
        height: 23px;
        position: relative;
        border-color: #009ace;
        cursor: default;
    }

        input.chkInvResp:checked {
            background: #009ace;
        }

            input.chkInvResp:checked:after {
                content: "✓";
                color: #fff;
                font-size: 18px;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

    .fw-box-disabled {
        border: 3px solid #c2bfbf;
        background-color: rgba(237, 232, 232, 0.4);
        cursor: not-allowed;
        color: darkgray;
        border-radius: 16px;
    }

    .li-box-disabledMax {
        border-bottom-right-radius: 16px;
        border-top-right-radius: 16px;
        border: none;
        color: darkgray !important;
        background-color: rgba(237, 232, 232, 0.4);
    }

    .li-box-disabledSRRI {
        border-bottom-left-radius: 16px;
        border-top-left-radius: 16px;
        border-right: 3px;
        border: none;
        color: darkgray !important;
        background-color: rgba(237, 232, 232, 0.4);
    }

    .titlebar {
        background-color: #29507c;
        background-image: none;
    }

    @media (max-width: 1199px) {
        .fund-widget {
            flex-wrap: wrap;
            justify-content: center
        }

        .SummaryHereText {
            margin-left: 0px;
        }

        .fw-box {
            margin-bottom: 30px;
        }

        ul.o-exclution li {
            margin-right: 3px;
        }

        .range-slider {
            display: block;
            margin: 0px 0 38px;
        }

        .rating-img.crown {
            padding-bottom: 55px;
        }

        .zc-map {
            display: none;
        }

        /*.fw-head {
        width: 88%;
    }*/
    }

    @media (max-width: 979px) {
        .fund-widget {
            flex-wrap: wrap;
            justify-content: center
        }

        .fw-box {
            /*width: 31.7%;*/
            margin-bottom: 30px;
        }

        .range-slider {
            margin: 0px 0 38px;
        }

        .font-7pt.mt7 {
            margin-top: 3px;
            padding: 0 5px;
        }

        .fund-widget .fw-box:nth-child(3) {
            margin-right: 0px;
        }
    }

    @media (min-width: 980px) and (max-width: 1199px) {
        .p-text.big {
            font-size: 35pt;
            line-height: 35pt;
            margin-top: 5px;
        }

        .fund-widget-iframe .p-text.big {
            font-size: 35pt;
            line-height: 35pt;
            margin-top: 20px;
        }
    }

    @media (max-width: 767px) {
        .rating-img.crown {
            padding-bottom: 43px;
        }

        .font-7pt.mt7 {
            margin-top: 4px;
        }
    }

    @media (max-width: 650px) {
        /*.fw-box {
        width: 48%;
    }*/

        .fund-widget .fw-box:nth-child(3) {
            margin-right: 10px;
        }

        .fund-widget .fw-box:nth-child(2), .fund-widget .fw-box:nth-child(4) {
            margin-right: 0px;
        }

        /*.fw-head {
        height: 90px;
    }*/

        .font-8pt {
            padding: 0 15px;
        }
    }

    @media (max-width: 480px) {
        .fund-widget {
            flex-direction: column;
        }

        .fw-box {
            /*width: 200px;*/
            margin: 0 auto 20px !important;
        }

        .fund-widget-iframe .fund-widget .fw-box {
            margin: 0 auto 20px !important;
        }

        /*.fw-head {
        height: 70px;
    }*/
    }

    @media(min-width: 768px) and (max-width: 1024px)
    {
        .fund-widget-iframe .fund-widget .fw-box, .fund-widget .fw-box {
            margin: auto 40px 10px 40px !important;
        }
    }
    @media(min-width: 1025px) and (max-width: 1051px)
    {
        .fund-widget-iframe .fund-widget .fw-box, .fund-widget .fw-box {
            margin: auto !important;
        }
    }

#_loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    width: 100%;
    z-index: 1000000;
    color: #3c3a3a;
    font-size: 20px;
    background-color: #f0f2f3;
    padding: 10px;
    opacity: 70%;
}

    #_loading .loader {
        position: relative;
        top: 50%;
        left: 50%;
    }