﻿.scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px 2px rgba(141, 147, 165, .19);
    padding: 20px;
    width: 100%;
    max-width: 245px;
    border: 1px solid transparent;
}

.scheme-detail-auto {
    padding-top: 16px;
}

    .scheme-detail-auto h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #141515;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .scheme-detail-auto .lifecycle-fund {
        margin-bottom: 30px;
    }

        .scheme-detail-auto .lifecycle-fund label {
            cursor: pointer;
            display: block;
        }

            .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info {
                border-radius: 8px;
                background: #fff;
                box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
                padding: 20px;
                width: 100%;
                max-width: 245px;
                border: 1px solid transparent;
            }

                .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group {
                    position: relative;
                    padding-bottom: 20px;
                    margin-bottom: 25px;
                    border-bottom: 1px dashed rgba(99,108,136,.3);
                }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group img.tooltipped {
                        right: 0;
                        bottom: 25px;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group span {
                        font-size: 15px;
                        color: #464646;
                        font-weight: 500;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group [type=radio]:checked + span {
                        color: #283d7c;
                    }

                .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-chart {
                    text-align: center;
                    margin-bottom: 20px;
                }

                .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label {
                        font-weight: 600;
                        font-size: 12px;
                        line-height: 15px;
                        color: #636c88;
                        margin-bottom: 3px;
                        position: relative;
                    }

                        .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label:after {
                            content: "";
                            position: absolute;
                            left: -10px;
                            top: 5px;
                            width: 5px;
                            height: 5px;
                            background: #2b489d;
                            border-radius: 50%;
                        }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-value {
                        font-weight: 600;
                        font-size: 13px;
                        line-height: 16px;
                        color: #000;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-corp .lifecycle-percentage-label:after {
                        background: #f79016;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-govt .lifecycle-percentage-label:after {
                        background: #f171f1;
                    }

            .scheme-detail-auto .lifecycle-fund label.active .lifecycle-fund-info {
                border: 1px solid #c4ceec;
                box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
            }

    .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info {
        border: 1px dashed rgba(99,108,136,.5);
        box-sizing: border-box;
        border-radius: 9px;
        padding: 20px;
        display: flex;
        justify-content: space-around;
        position: relative;
    }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info p {
            font-weight: 600;
            font-size: 12px;
            line-height: 15px;
            color: #636c88;
        }

            .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info p span {
                font-weight: 600;
                font-size: 16px;
                line-height: 21px;
                color: #283d7c;
                margin-left: 15px;
            }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 7px solid #283d7c;
            position: absolute;
            top: -10px;
            left: 50%;
        }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info.conservative-fund:after {
            left: 15%;
        }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info.moderate-fund:after {
            left: 50%;
        }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info.aggressive-fund:after {
            left: 85%;
        }

.pran-info {
    margin-bottom: 0px;
}

.imgcaptcha br:nth-child(n-1) {
    display: none !important;
}

.imgcaptcha img {
    height: 50px;
    width: 155px;
}

a:visited {
    color: #FFF;
}

.btnAllignment {
    padding-right: 130px;
}

.btnTextArrange {
    text-transform: capitalize;
}

.btnResetAllignment {
    width: 115px;
}

.txtDob {
    width: 344px !important;
    background-color: white !important;
}

.DremitHeading {
    padding: 8px 10px;
    text-align: center;
    font-size: 15px;
    background: #ed7d40;
    color: #FFF;
    height: 35px;
    border: 1px solid #ccc !important;
}

.LeftHeadding {
    padding: 8px 10px;
    text-align: center;
    background: #ed7d40;
    color: #FFF !important;
    font-size: 15px !important;
}

.tdTier {
    font-size: 15px !important;
    color: #666 !important;
    text-align: center;
    border: 1px solid #ccc;
}

.field-validation-error {
    font-size: 12px;
}

div#pop-up1 {
    display: none;
    position: absolute;
    width: 360px;
    height: 40px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #C0C0C0;
    /*font-size: 100%;*/
    border-radius: 15px;
    font-size: 15px;
    margin-left: -200px;
    z-index: 9;
}

.checkbox-field label span {
    font-size: 12px;
}

.form-left.form-left-inputs {
    max-width: 400px;
}

#tbl_auth tr {
    border-bottom: none;
}
scheme-detail-blc {
    padding-top: 16px;
}

.scheme-detail-blc h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #141515;
    margin-top: 0;
    margin-bottom: 15px;
}

.scheme-detail-blc .lifecycle-fund {
    margin-bottom: 30px;
}

    .scheme-detail-blc .lifecycle-fund label {
        cursor: pointer;
        display: block;
    }

        .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info {
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
            padding: 20px;
            width: 100%;
            max-width: 245px;
            border: 1px solid transparent;
        }

            .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group {
                position: relative;
                padding-bottom: 20px;
                margin-bottom: 25px;
                border-bottom: 1px dashed rgba(99,108,136,.3);
            }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group img.tooltipped {
                    right: 0;
                    bottom: 25px;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group span {
                    font-size: 15px;
                    color: #464646;
                    font-weight: 500;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group [type=radio]:checked + span {
                    color: #283d7c;
                }

            .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-chart {
                text-align: center;
                margin-bottom: 20px;
            }

            .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label {
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 15px;
                    color: #636c88;
                    margin-bottom: 3px;
                    position: relative;
                }

                    .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label:after {
                        content: "";
                        position: absolute;
                        left: -10px;
                        top: 5px;
                        width: 5px;
                        height: 5px;
                        background: #2b489d;
                        border-radius: 50%;
                    }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-value {
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 16px;
                    color: #000;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-corp .lifecycle-percentage-label:after {
                    background: #f79016;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-govt .lifecycle-percentage-label:after {
                    background: #f171f1;
                }

        .scheme-detail-blc .lifecycle-fund label.active .lifecycle-fund-info {
            border: 1px solid #c4ceec;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
        }

.scheme-detail-blc .selected-fund-amount .selected-fund-amount-info {
    border: 1px dashed rgba(99,108,136,.5);
    box-sizing: border-box;
    border-radius: 9px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    position: relative;
}

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info p {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #636c88;
    }

        .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info p span {
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            color: #283d7c;
            margin-left: 15px;
        }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #283d7c;
        position: absolute;
        top: -10px;
        left: 50%;
    }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info.conservative-fund:after {
        left: 15%;
    }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info.moderate-fund:after {
        left: 50%;
    }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info.aggressive-fund:after {
        left: 85%;
    }

scheme-detail-NNS {
    padding-top: 16px;
}

.scheme-detail-NNS h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #141515;
    margin-top: 0;
    margin-bottom: 15px;
}

.scheme-detail-NNS .lifecycle-fund {
    margin-bottom: 30px;
}

    .scheme-detail-NNS .lifecycle-fund label {
        cursor: pointer;
        display: block;
    }

        .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info {
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
            padding: 20px;
            width: 100%;
            max-width: 245px;
            border: 1px solid transparent;
        }

            .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group {
                position: relative;
                padding-bottom: 20px;
                margin-bottom: 25px;
                border-bottom: 1px dashed rgba(99,108,136,.3);
            }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group img.tooltipped {
                    right: 0;
                    bottom: 25px;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group span {
                    font-size: 15px;
                    color: #464646;
                    font-weight: 500;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group [type=radio]:checked + span {
                    color: #283d7c;
                }

            .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-chart {
                text-align: center;
                margin-bottom: 20px;
            }

            .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label {
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 15px;
                    color: #636c88;
                    margin-bottom: 3px;
                    position: relative;
                }

                    .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label:after {
                        content: "";
                        position: absolute;
                        left: -10px;
                        top: 5px;
                        width: 5px;
                        height: 5px;
                        background: #2b489d;
                        border-radius: 50%;
                    }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-value {
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 16px;
                    color: #000;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-corp .lifecycle-percentage-label:after {
                    background: #f79016;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-govt .lifecycle-percentage-label:after {
                    background: #f171f1;
                }

        .scheme-detail-NNS .lifecycle-fund label.active .lifecycle-fund-info {
            border: 1px solid #c4ceec;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
        }

.scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info {
    border: 1px dashed rgba(99,108,136,.5);
    box-sizing: border-box;
    border-radius: 9px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    position: relative;
}

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info p {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #636c88;
    }

        .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info p span {
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            color: #283d7c;
            margin-left: 15px;
        }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #283d7c;
        position: absolute;
        top: -10px;
        left: 50%;
    }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info.conservative-fund:after {
        left: 15%;
    }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info.moderate-fund:after {
        left: 50%;
    }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info.aggressive-fund:after {
        left: 85%;
    }
.scheme-detail-active {
    padding-top: 16px;
}

    .scheme-detail-active h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #141515;
        margin-top: 0;
        margin-bottom: 20px;
        display: inline-flex;
        align-items: center;
    }

        .scheme-detail-active h4 a {
            display: inline-flex;
            margin-left: 15px;
        }

    .scheme-detail-active .scheme-percentage-allocation {
        position: relative;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines {
            font-weight: 600;
            font-size: 14px;
            color: #fff;
            background-color: #283d7c;
            display: inline-block;
            max-width: auto;
            padding: 12px;
            position: absolute;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines:after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 5px;
                border: 5px solid transparent;
                border-top-color: #283d7c;
                z-index: 99;
            }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-slider-guidelines {
                left: 300px;
                top: -72px;
            }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-amount-guidelines {
                left: 530px;
                top: -45px;
            }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            width: 100%;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info {
                display: flex;
                align-items: center;
                border: 1px dashed rgba(99,108,136,.3);
                border-radius: 9px;
                padding: 10px 25px;
                width: 100%;
                max-width: 630px;
                margin-right: 20px;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name {
                    width: 220px;
                    margin-right: 65px;
                }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name p {
                        font-weight: 600;
                        line-height: 20px;
                        color: #283d7c;
                    }

                        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name p span {
                            font-size: 12px;
                            line-height: 15px;
                            font-weight: 500;
                            color: #666b7a;
                            margin-left: 16px;
                        }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-range .range-field {
                    width: 200px;
                    margin-right: 20px;
                }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value {
                    position: relative;
                }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value input {
                        padding: 8px 25px 8px 15px;
                        background: #fdeef1;
                        border-radius: 8px;
                        border: 1px solid #fdeef1;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 20px;
                        color: #000;
                        height: 38px;
                        width: 80px;
                        box-sizing: border-box;
                        margin-bottom: 0;
                    }

                        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value input:focus {
                            border: 1px solid #e5435c;
                            box-shadow: none;
                        }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value span {
                        position: absolute;
                        right: 10px;
                        bottom: 0;
                        top: 0;
                        margin: auto;
                        display: inline-flex;
                        align-items: center;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 20px;
                        color: #000;
                    }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info:hover {
                    border: 1px dashed #666b7a;
                }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info:hover .scheme-percentage-value input {
                        border: 1px solid #e5435c;
                    }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-amount p {
                font-weight: 600;
                color: #283d7c;
                padding-left: 20px;
                height: 42px;
                display: inline-flex;
                align-items: center;
                position: relative;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-amount p:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 7px;
                    height: 42px;
                    background: url(../img/side-arrow.svg) no-repeat;
                }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total {
            text-align: right;
            margin-right: 210px;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total p {
                font-weight: 600;
                color: #283d7c;
                font-size: 20px;
                line-height: 25px;
                position: relative;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total p span {
                    font-weight: 200;
                    font-size: 14px;
                    line-height: 18px;
                    color: #000;
                    margin-left: 0;
                    position: absolute;
                    left: 100%;
                    top: 5px;
                    width: 120px;
                }