html {
    -webkit-text-size-adjust: none;
    min-width: 768px;
}

*:focus {
    outline: none;
    outline: 0;
}

body {
    background-image: url(../../Images/London1.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-origin: border-box;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #666;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    transition: all 0.7s ease;
    animation: fadein 0.7s;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    color: #8a8a8a;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: static;
}

input::-webkit-input-placeholder, input::-moz-input-placeholder {
    font-size: 12px;
    line-height: 3;
}

input[type="text"], input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

#header .container {
    position: relative;
}

.main {
    background-color: #fff;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px #000;
    position: relative;
}

.navbar.navbar-default {
    background-color: #00A499;
    background-image: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    filter: none;
}

#logo {
    position: relative;
    z-index: 99999;
}

.navbar.navbar-default .container {
    padding: 0;
}

#logo {
    width: 274px;
    height: 50px;
    margin: 5px 0;
    background-image: url(../../Images/logo-2.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.main-content {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    min-height: 300px;
}

.main-slider {
    margin: 0;
}

.form-content {
    min-height: 240px;
}

.investment_types h1 {
    margin: -5px 0 10px 0;
    color: #8a8a8a;
    font-weight: 400;
}

.small-slider-wrapper {
    overflow: hidden;
}

.small-slider {
    width: 200%;
}

.small-slide {
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    opacity: 0;
    height: 0;
}

    .small-slide.active-slide {
        opacity: 1;
        height: auto;
    }

.investment_type_content {
    padding-top: 40px;
}

.icon_block {
    margin-top: 20px;
}

.icon_block_item {
    border: 1px solid #ddd;
    padding: 25px 0;
    margin: 0;
    /*margin-bottom: 50px;*/
    position: relative;
}

.icon_block .icon {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: 10px solid rgba(102,102,102,0.2);
    font-size: 85px;
}

-.ion-briefcase:after {
    content: "\f26c";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_block.rc_block {
    position: relative;
}

    .icon_block.rc_block .icon.ion-briefcase:before {
        font-size: 75px;
        margin-left: 0;
    }

    .icon_block.rc_block .icon.ion-briefcase:after {
        content: "\f26c" !important;
        font-size: 75px;
        display: inline-block;
        font-family: "Ionicons" !important;
        speak: none;
        font-style: normal !important;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /*position:absolute;*/
        /*top:75px;*/
        /*left:170px;*/
        margin-left: -47px;
        position: relative;
        top: -13px;
    }

.icon_block .icon.small {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 30px;
    top: 85px;
    left: 165px;
    background-color: transparent;
    font-size: 16px;
}

@media (max-width:1199px) {
    .icon_block .icon.small {
        left: 172px;
    }
}

@media (max-width:991px) {
    .icon_block .icon.small {
        left: 157px;
    }
}

.icon_block .icon.small:before {
    background-color: #ffffff;
    padding: 5px 0;
    border-radius: 50%;
    width: 28px;
}

.act .icon {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: 10px solid rgba(51,120,181,0.2);
    color: #3378B5;
}

.act h4 {
    color: #3378B5;
}

.icon.oti {
    background-image: url(../../Images/oti.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.icon.rc {
    background-image: url(../../Images/rc2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.icon.oti-rc {
    background-image: url(../../Images/oti_rc.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.act .icon.oti {
    background-image: url(../../Images/oti_hover.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.act .icon.rc {
    background-image: url(../../Images/rc2_hover.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.act .icon.oti-rc {
    background-image: url(../../Images/oti_rc_hover.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.get-started {
    background-color: #389367 !important;
    color: #ffffff !important;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 13px;
    text-decoration: none;
}

    .get-started:hover {
        background-color: #2a6e4d;
        color: #fff;
        text-decoration: none;
    }

.investment_types h4 {
    margin: 20px 5px 0px 5px;
    min-height: 40px;
}

.icon_block .list-group {
    box-shadow: none;
    border: 0;
    margin: 0 10% 15px 10%;
    min-height: 115px;
}

    .icon_block .list-group .list-group-item {
        padding: 5px 15px 5px 20px;
        background-color: #ffffff;
        border: 0;
        font-size: 14px;
        text-align: left;
    }

        .icon_block .list-group .list-group-item .fa {
            margin-right: 10px;
        }

.quick_icons {
    padding: 0;
    z-index: 100;
    position: relative;
    top: 45px;
    width: 300px;
    padding-right: 30px;
}

    .quick_icons.home_icon {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 1170px;
        bottom: auto;
        height: 60px;
        border: 0;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
        z-index: 9999 !important;
    }

@media (max-width:1199px) {
    .quick_icons.home_icon {
        width: 970px;
    }
}

@media (max-width:991px) {
    .quick_icons.home_icon {
        width: 750px !important;
    }
}

.quick_icons.home_icon .list-group, .quick_icons.home_icon .list-group .list-group-item {
    border: 0;
    filter: none;
}

    .quick_icons.home_icon .list-group .list-group-item.dashboard {
        background-color: #00A499;
        padding: 12px 13px 5px 20px;
        width: 56px;
    }

.quick_icons .list-group {
    margin: 0;
    margin-left: 15px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

    .quick_icons .list-group .list-group-item {
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
        border: 1px solid #ccc;
        width: 100%;
        color: #fff;
        cursor: pointer;
        float: left;
        padding: 10px;
        position: relative;
        z-index: 9999;
        filter: none;
    }


        .quick_icons .list-group .list-group-item.active:before {
            content: '';
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #ccc;
            position: absolute;
            right: -10px;
            top: 50%;
            margin-top: -10px;
        }

        .quick_icons .list-group .list-group-item.active:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 9px solid #fff;
            position: absolute;
            right: -9px;
            top: 50%;
            margin-top: -9px;
        }

        .quick_icons .list-group .list-group-item span.icon {
            float: left;
            width: 60px;
            height: 40px;
        }

.icon.oti-iocn.gbp {
    background: url(../../Images/oti.svg) 50% no-repeat;
}

.active .icon.oti-iocn.gbp {
    background: url(../../Images/oti_yellow.svg) 50% no-repeat;
}

.icon.rc-iocn.gbp {
    background: url(../../Images/rc2.svg) 50% no-repeat;
}

.active .icon.rc-iocn.gbp {
    background: url(../../Images/rc_yellow.svg) 50% no-repeat;
}

.icon.oti-rc-iocn.gbp {
    background: url(../../Images/oti_rc_grey.svg) 50% no-repeat;
    margin-top: 8px;
}

.active .icon.oti-rc-iocn.gbp {
    background: url(../../Images/oti_rc_yellow.svg) 50% no-repeat;
    margin-top: 8px;
}

.icon.oti-iocn.eur {
    background: url(../../Images/oti_euro.svg) 50% no-repeat;
}

.active .icon.oti-iocn.eur {
    background: url(../../Images/oti_yellow_euro.svg) 50% no-repeat;
}

.icon.rc-iocn.eur {
    background: url(../../Images/rc2_euro.svg) 50% no-repeat;
}

.active .icon.rc-iocn.eur {
    background: url(../../Images/rc_yellow_euro.svg) 50% no-repeat;
}

.icon.oti-rc-iocn.eur {
    background: url(../../Images/oti_rc_grey_euro.svg) 50% no-repeat;
    margin-top: 8px;
}

.active .icon.oti-rc-iocn.eur {
    background: url(../../Images/oti_rc_yellow_euro.svg) 50% no-repeat;
    margin-top: 8px;
}

.quick_icons .list-group .list-group-item span {
    font-size: 14px;
    float: right;
    text-align: left;
    color: #666;
    width: 70%;
    padding-top: 10px;
    text-shadow: none;
}

.quick_icons .list-group .list-group-item.active span {
    font-size: 14px;
    color: #ffc20e;
}

.quick_icons.home_icon .list-group .list-group-item span {
    font-size: 0;
}

.quick_icons .list-group .list-group-item i {
    text-shadow: none;
    color: #ffffff;
}

.process_bar {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 2px solid #ccc;
    padding-top: 16px;
    display: none;
}

.single-portfolio-only {
    display: none;
    margin: 0 0 40px 0;
}

.process_bar.list-group .list-group-item {
    float: left;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    position: relative;
    border-top: 2px solid #ccc;
    top: -18px;
    padding-top: 15px;
    filter: none;
    width: 16.66%;
    text-align: center;
}

#comparison_sec .process_bar.list-group .list-group-item {
    width: 20%;
}

.process_bar.list-group .list-group-item.current {
    border-color: #3378B5;
}

    .process_bar.list-group .list-group-item.current.act {
        border-color: #ffc20e;
    }

.process_bar.list-group .list-group-item:before {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -9.5px;
    background-color: #ccc;
    z-index: 9;
}

.process_bar.list-group .list-group-item.current:before {
    background-color: #3378B5;
}

.process_bar.list-group .list-group-item.current.act:before {
    background-color: #ffc20e;
}

.process_bar.list-group .list-group-item:after {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -9.5px;
    background-color: #ffffff;
    z-index: 99;
}

.process_bar.list-group .list-group-item span {
    font-size: 13px;
    display: block;
    margin: 0;
}

.process_bar.list-group .list-group-item.current span {
    color: #3378B5;
}

.process_bar.list-group .list-group-item.current.act span {
    color: #ffc20e;
}

.process_bar.list-group .list-group-item span:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -7.5px;
    background-color: #ccc;
    border: 2px solid #fff;
    z-index: 999;
}

.process_bar.list-group .list-group-item.current span:before {
    background-color: #3378B5;
}

.process_bar.list-group .list-group-item.current.act span:before {
    background-color: #ffc20e;
}

.form_container {
    padding: 0;
    min-height: 260px;
    overflow: hidden;
}

.form_slider {
    width: 600% !important;
    margin: 0;
    position: relative;
}

.oti_form {
    position: relative;
    width: 16.68%;
    padding: 0;
    max-width: 1170px;
    min-height: 260px;
    height: 0;
    opacity: 0;
    /*float:none;*/
}

    .oti_form h1 {
        color: #8a8a8a;
        /*font-weight:400;*/
    }

    .oti_form.result_form h3 {
        margin-bottom: 20px;
    }

#investment_sec .oti_form.result_form {
    padding-bottom: 70px;
}

.oti_form.current-slide {
    opacity: 1;
    height: auto;
}

.form_container form {
    padding: 10px 0 40px 0;
    min-height: 120px;
}

#comparison_sec .form_container form {
    min-height: 155px;
}

#comparison_sec .form_container .user_portfolio_form form {
    min-height: 270px;
}

    #comparison_sec .form_container .user_portfolio_form form .mandatory-info {
        float: right;
        padding-left: 60px;
    }

    #comparison_sec .form_container .user_portfolio_form form .mandatory:after {
        content: none;
    }

#comparison_sec .form_container .user_portfolio_form {
}

.portfolio-label span.selected-portfolio {
    display: block;
    font-size: 13px;
}

.form_container .target_value_form form.calculate-form {
    margin: 0 25%;
    min-height: 0;
    padding-bottom: 0;
}

.form_container .target_value_form form.value-change-form {
    margin: 0;
    min-height: 580px;
    position: relative;
}

.form_container .target_value_form .growthrate_target_value form {
    margin: 0;
    padding: 0;
}

#comparison_sec .result_form {
    padding: 0 15px;
}

    #comparison_sec .result_form .result_one {
        padding-bottom: 30px;
        margin-left: 0.5%;
    }

.form_container .charges_form form > div .col-md-8 {
    /*padding-right:0;*/
}

.form_container .charges_form form > div .col-md-4 {
    /*padding-left:0;*/
}

.form_container .charges_form form select {
    /*width:98%;*/
    /*margin-left:2%;*/
}

.form_container .form-group {
    padding: 0;
    margin-bottom: 10px;
}

    .form_container .form-group .label {
        display: block;
        background-color: transparent;
        color: #666;
        text-align: left;
        font-size: 12px;
        padding: 0;
        margin-bottom: 5px;
        font-weight: normal;
        opacity: 0;
        transition: all ease-in 0.3s;
        min-height: 12px;
        float: left;
        width: 100%;
        position: relative;
    }

.ie9 .form_container .form-group .label {
    opacity: 1;
}

#growth_rate_main .mandatory-info {
    position: absolute;
    bottom: 13px;
    right: -87%;
}

.compare-growth-mandatory .mandatory-info {
    margin-right: 15px;
}

.target_value_form form.value-change-form .mandatory-info {
    position: absolute;
    /*bottom: 50px;*/
    left: 0;
}

.form-content form .mandatory-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.mandatory-info {
    font-size: 12px;
    color: #337AB7;
}

.form_container .mandatory:after {
    content: "*";
    color: #666666;
    font-size: 20px;
    position: absolute;
    top: 25px;
    left: -20px;
}

.form_container .mandatory.active:after {
    content: '';
    color: #666666;
    font-size: 20px;
    position: absolute;
    top: 25px;
    left: -20px;
}

.form_container .mandatory .label:after {
    content: "*";
    color: #666666;
    margin-left: 5px;
}

-.form_container .charges-form .label {
    opacity: 1;
    transition: all ease-in 0.3s;
}

.form_container .form-group .label.act {
    opacity: 1;
}

.form_container .form-group.portfolio-section .label {
    opacity: 1;
}

.form_container .form-group input {
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
}

.form_container .form-group select {
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 34px;
}

    .form_container .form-group select[disabled] {
        cursor: not-allowed;
    }

.form_container .target_value_table .form-group select {
    margin-top: 17px;
}

.form_container .form-group select optgroup {
    font-weight: normal;
}

.form_container .form-group input:focus {
    box-shadow: 0 0 5px rgba(131,194,251,0.5);
}

.form_container .form-group select:focus {
    box-shadow: 0 0 5px rgba(131,194,251,0.5);
}

.form_container .form-group .next-btn {
    border-radius: 0;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #389367;
    color: #ffffff;
    margin-top: 0;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
    filter: none;
}

.next-btn .glyphicon {
    margin-left: 10px;
}

.print-btn .fa {
    margin-right: 10px;
}

.form_container .small-slider .form-group .next-btn {
    right: 15px;
}

.form_container .form-group .next-btn:hover {
    background-color: #2a6e4d;
    background-image: none;
    color: #fff;
    filter: none;
}

.form_container .form-group .back-btn {
    border-radius: 0;
    background-image: none;
    border: 1px solid #c95f17;
    background-color: #df691a;
    color: #fff;
    margin-top: 0;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    /*filter:none;*/
}

.back-btn .glyphicon {
    margin-right: 10px;
}

.form_container .small-slider .form-group .back-btn {
    left: 27.5%;
    display: none;
}

.form_container .form-group .back-btn:hover {
    background-color: #c95f17;
    background-image: none;
    color: #fff;
    filter: none;
}

.form_container .add-btn {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    margin-top: 17px;
    margin-left: 5px;
    font-size: 12px;
    height: 34px;
    filter: none;
}

    .form_container .add-btn. {
        position: relative;
    }

.form_container .compare-growth .add-btn {
    margin-top: 83px;
}

.form_container .add-btn.disable:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 35px;
    width: 102%;
    background-color: rgba(255,255,255,0.5);
    cursor: not-allowed;
}

.form_container .add_growth_rate_com.disable:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 35px;
    width: 102%;
    background-color: rgba(255,255,255,0.5);
    cursor: not-allowed;
}

.table tbody tr:hover td {
    background-color: #d8f6ff;
}

.target_value_table tbody tr:hover td {
    background-color: transparent;
}

.result_table.table {
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    font-size: 14px;
}

    .result_table.table > thead > tr > th {
        background-color: #327c91;
        /*border:1px solid #3889a0;*/
        border-bottom-width: 1px;
        color: #fff;
        padding: 5px;
        height: 50px;
        vertical-align: middle;
    }

.info_box {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 6px;
}

    .info_box h4 {
        margin: 0 0 10px 0;
        padding: 10px;
        background-color: #fff;
        color: #666;
        border-bottom: 1px solid #ddd;
    }

    .info_box h4 {
        /*color:#888;*/
    }

    .info_box .list-group, .compare-result-table .list-group {
        padding: 0;
        margin: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 15px;
        display: table;
        width: 100%;
    }

.compare-result-table .list-group {
    display: block;
    margin-bottom: 0;
}

.compare-result-table .desc-text {
    margin-top: 15px;
}

.info_box .list-group .list-group-item, .compare-result-table .list-group .list-group-item {
    border: 0;
    float: left;
    padding: 0;
    filter: none;
}

    .info_box .list-group .list-group-item:first-child {
        padding-left: 0;
    }

    .compare-result-table .list-group .list-group-item:first-child {
        padding-left: 0;
    }

    .info_box .list-group .list-group-item.green-text, .compare-result-table .list-group .list-group-item.green-text {
        color: green;
    }

    .info_box .list-group .list-group-item.red-text, .compare-result-table .list-group .list-group-item.red-text {
        color: red;
    }


.info_box p, .compare-result-table p {
    color: #888;
    font-size: 14px;
}

.compare-result-table > tbody > tr > td .table td {
    overflow: hidden;
}

.bold-text {
    font-weight: bold;
}

.compare-result-table h4 {
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width:991px) {
    .compare-result-table h4 {
        font-size: 16px;
    }
}

#collapse-1 {
    /*display:block;*/
}

.collapse {
    /*display:block;*/
}

.accordion {
    width: 100%;
    margin-bottom: 35px;
}

.accordio_head.btn-default {
    background-image: none;
    box-shadow: none;
    border: 0;
    background-color: #fff;
    text-shadow: none;
    font-size: 18px;
    border-radius: 0;
    /*font-weight:bold;*/
    color: #3378B5;
    padding: 8px 10px;
    border-radius: 0;
    border: 1px solid #3378B5;
    position: relative;
    filter: none;
}

    .accordio_head.btn-default:hover {
        background-color: #3378b5;
        border: 1px solid #3378B5;
        background-image: none;
        color: #fff;
        filter: none;
    }

    .accordio_head.btn-default:focus {
        background-color: transparent;
        background-image: none;
        border: 1px solid #3378B5;
        color: #3378B5;
        filter: none;
    }

.accordio_head.collapsed:before {
    content: "\e259";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 12px;
    right: 15px;
}

.accordio_head:before {
    content: "\e260";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 12px;
    right: 15px;
}

.accordion .collapse {
    padding: 0;
    border: 0;
    /*margin-top:15px;*/
}

.accordion .table.result_table {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}

    .accordion .table.result_table th {
        font-weight: normal;
    }

@media (max-width:1199px) {
    .result_two .accordion .table.result_table th, .result_two .accordion .table.result_table td {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:991px) {
    .result_one .accordion .table.result_table th, .result_one .accordion .table.result_table td {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:991px) {
    .result_three .accordion .table.result_table th, .result_three .accordion .table.result_table td {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:991px) {
    .result_one.compare-result1 .accordion .table.result_table th, .result_one.compare-result1 .accordion .table.result_table td {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:991px) {
    .result_one.compare-result2 .accordion .table.result_table th, .result_one.compare-result2 .accordion .table.result_table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.toggle_iocn {
    margin-right: 15px;
    position: absolute;
    top: 12px;
    right: 0;
    display: none;
}

.info_box .red_text h4 {
    color: #ff0000;
}

.info_box .green_text h4 {
    color: #3889a0;
}

#result_form {
    padding-left: 16px;
}

.remember {
    clear: left;
}

.remember_settings {
    margin: 0;
}

.form_container .form-group .remember_settings input {
}

.form_container .form-group .remember_settings label {
    font-size: 12px;
    line-height: 20px;
}

.form_container .form-group.remember_settings label {
    font-size: 12px;
    line-height: 20px;
}

.remember_settings .checkbox {
    margin: 0;
}

.form_container .form-group.remember_settings.checkbox {
    margin: 0;
}

.growth_rate1, .growth_rate2 {
    display: none;
}

.growth_rate1 {
    padding-left: 0;
}

.growth_rate2 {
    padding-right: 0;
}

.remove_growth_rate1, .remove_growth_rate2 {
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    height: 34px;
    margin: 0 0 0 5px;
    float: right;
    position: absolute;
    top: 17px;
    left: 100%;
    font-size: 12px;
    filter: none;
}

.compare_growth_rate1, .compare_growth_rate2 {
    display: none;
}

.growthrate-action .remove_growth_rate1, .growthrate-action .remove_growth_rate2 {
    position: static;
    margin: 0;
    margin-top: 18px;
}

.remove_growth_rate1 .glyphicon, .remove_growth_rate2 .glyphicon {
    margin-right: 10px;
}

.target_value_table.table {
    width: 100%;
    font-size: 14px;
    margin: 0;
}

    .target_value_table.table th {
        font-weight: normal;
        border: 1px solid #ddd;
    }

        .target_value_table.table th strong {
            font-weight: normal;
        }

.table.target_value_table th.header, .table.target_value_table td.header {
    background-color: #327c91;
    border: 1px solid #3889a0;
    color: #fff;
    font-weight: normal;
    width: 40%;
    vertical-align: middle;
}

.target_value_table.table td {
    border: 0;
    padding-top: 0;
}

    .target_value_table.table td.header {
        padding-top: 10px;
    }

.target_value_table.table .form-group {
    margin: 0;
}

.chart .list-group {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 15px;
}

    .chart .list-group .list-group-item {
        border-radius: 0;
        border: 0;
        margin: 5px 0;
        padding: 0;
        padding-left: 25px;
        filter: none;
    }

        .chart .list-group .list-group-item span {
            font-size: 14px;
            position: relative;
        }

            .chart .list-group .list-group-item span:before {
                content: '';
                width: 15px;
                height: 5px;
                position: absolute;
                top: 8px;
                left: -25px;
            }

.chart .green_text {
    color: #3e8f3e;
}

    .chart .green_text:before {
        background-color: #3e8f3e;
    }

.chart .red_text {
    color: #b92c28;
}

    .chart .red_text:before {
        background-color: #b92c28;
    }

.chart .blue_text {
    color: #3378B5;
}

    .chart .blue_text:before {
        background-color: #3378B5;
    }

#container {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
}

.form_container .form-group.result-buttons {
    margin: 0;
}

.result-buttons .btn {
    border-radius: 0;
    background-image: none;
    background-color: #388ca4;
    border-color: #337e94;
    color: #ffffff;
    margin-top: 0;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    filter: none;
}

    .result-buttons .btn.print-btn {
        right: 15px;
        left: auto;
    }

    .result-buttons .btn.compare-btn {
        right: 75px;
        left: auto;
    }

.print-btn .fa-file-pdf-o:before {
    font-size: 16px;
}

.result-buttons .btn:hover {
    background-color: #2a6e4d;
    color: #fff;
    background-color: #2b6c7e;
    border-color: rgba(0, 0, 0, 0);
}

#comparison_sec {
    display: none;
}

    #comparison_sec .form_container .charges_form form .col-md-6 .col-md-6 {
        padding-right: 0;
    }

    #comparison_sec .form_container .charges_form form .note {
        margin: 0;
        float: left;
        margin-left: 2%;
        position: relative;
        top: 0;
        margin-top: 20px;
    }

    #comparison_sec .form_container .charges_form form .compare-charges-form .note {
        float: left;
        margin-left: 1.5%;
        margin-right: 0;
        display: block;
        top: 20px;
        position: relative;
    }

.optional-text {
    font-size: 16px;
    font-weight: normal;
}

.growthrate_target_value {
    margin-bottom: 50px;
}

    .growthrate_target_value h3 {
        margin-top: 0;
    }

.growth_rate_form .growth_rate_container > div {
    clear: left;
    width: 125%;
    position: relative;
}

.growth_rate_container > div {
    clear: left;
    width: 135%;
    padding-bottom: 10px;
    position: relative;
}

.space {
    height: 20px;
    width: 100% !important;
    margin: 0;
}

    .space:before {
        content: none;
        display: none;
    }

.growth_rate_form h3 {
    /*padding-left:60px;*/
}

#growth_rate_main {
    position: relative;
    margin-bottom: 35px;
}

.add_growth_rate, .add_growth_rate_com {
    position: absolute;
    top: 0;
    left: 100%;
}

.form_container .add_growth_rate_com {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    margin-top: 18px;
}

.add_growth_rate .glyphicon, .add_growth_rate_com .glyphicon {
    margin-right: 10px;
}

#comparison_sec .form_container .form-group.result-buttons {
    margin: 0;
    margin-top: 20px;
}

.exit-compare {
    position: absolute;
    top: 14px;
    right: 60px;
    width: auto;
    display: none;
}

.no-compare {
    display: none;
    background-image: none;
    background-color: #eeeeee;
    color: #3c3c3c;
    border-radius: 15px;
    border: 1px solid #3c3c3c;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    padding: 5px 20px;
    filter: none;
}

    .no-compare:hover {
        color: #fff;
        background-color: #3378B5;
        border-color: #3378B5;
    }

.form-content form {
    margin: 0 7%;
    position: relative;
}

.clear-left {
    clear: left;
}

.amount .form-group, .year .form-group, .month .form-group {
    position: relative;
}

    .amount .form-group input {
        padding-left: 40px;
    }

@-moz-document url-prefix() {
    .amount .form-group input {
        padding-left: 37px;
    }
}


.amount .form-group:before {       
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    border-radius: 4px 0px 0px 4px;
    width: 35px;
    height: 34px;
    text-align: center;
    line-height: 35px;
}

.amount.gbp .form-group:before {
    content: "\f154" !important;
}

.amount.eur .form-group:before {
    content: "\f153" !important;
}

.year .form-group input {
    padding-right: 60px;
}

.year .form-group:before, .month .form-group:before {
    content: 'years';
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ccc;
    border-radius: 0 4px 4px 0;
    width: 60px;
    height: 34px;
}

.month .form-group input {
    padding-right: 80px;
    margin-top: 17px;
}

.month .form-group:before {
    content: 'months';
    width: 80px;
}

.notification {
    background: #fff2b9;
    color: #000;
    padding: 10px 19px !important;
    position: absolute !important;
    bottom: 15px;
    left: 50%;
    width: 60%;
    margin: 0;
    margin-left: -30%;
    display: block;
    box-shadow: none;
    border-radius: 0;
    font-size: 85% !important;
    min-height: 44px;
    background: #fcf19c;
    border: 1px solid #ccc;
    background: -moz-linear-gradient(top, #fcf19c 0%, #fff2c1 100%) !important;
    background: -webkit-linear-gradient(top, #fcf19c 0%,#fff2c1 100%) !important;
    background: linear-gradient(to bottom, #fcf19c 0%,#fff2c1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf19c', endColorstr='#fff2c1',GradientType=0 );
    z-index: 0;
}



    .notification:after {
        content: ' ';
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        right: -1px;
        top: -1px;
        background: #fff4c4;
        border-top: 15px solid #ffffff;
        border-left: 15px solid rgba(0, 0, 0, 0);
        z-index: 1;
        box-shadow: -2px 2px 1px 0 rgba(0,0,0,0.1);
    }

.notification- {
    background-image: none;
    font-size: 13px;
    position: absolute;
    bottom: 15px;
    width: 60%;
    margin: 0;
    margin-left: -30%;
    left: 50%;
    filter: none;
}

.growth-notification {
    width: 37%;
    margin-left: -17%;
}

#comparison_sec .growth-notification {
    width: 31%;
}

#comparison_sec .charges-notification {
    width: 26%;
}

.charges-notification {
    width: 32%;
    margin-left: -15%;
}

.growth_rate_container div input {
    padding-right: 35px;
    position: relative;
}

.growth_rate_container div:before {
    content: '%';
    font-size: 16px;
    background-color: #ccc;
    border-radius: 0 4px 4px 0;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 35px;
    z-index: 9;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

-#comparison_sec .growth_rate_container .compare-growth:before {
    content: '';
    left: 53%;
    top: 5%;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    display: block;
}

.growth_rate_container .compare-growth div {
    position: relative;
    width: 45%;
    margin-left: 5%;
}

.form_container .compare-growth div.mandatory:after {
    left: 0;
}

.growth_rate_container .compare-growth div:before {
    content: '%';
    font-size: 16px;
    background-color: #ccc;
    border-radius: 0 4px 4px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    z-index: 9;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

-.form_container .charges-section .form-group .label {
    float: left;
    width: 45%;
    /*text-align:right;*/
    font-size: 16px;
    line-height: 34px;
    padding-right: 10px;
}

.charges-section .value {
    float: left;
    width: 50%;
    position: relative;
}

.charges-section select {
    width: 13%;
    float: left;
    margin-left: 2%;
    margin-top: 17px;
}

@media (max-width:1199px) {
    .compare-charges-table .charges-section select {
        width: 23%;
    }
}

#comparison_sec .form_container .charges-section .value {
    width: 48%;
    float: left;
}

@media (max-width:1199px) {
    #comparison_sec .form_container .charges-section .value {
        width: 75%;
        float: left;
    }
}

#comparison_sec .form_container .compare-charges-form .charges-section .value {
    width: 47%;
    float: left;
    margin-left: 5%;
}

.compare-charges-form .charges-section select {
    width: 13%;
    float: left;
    margin-left: 2%;
}

@media (max-width:1199px) {
    .compare-charges-form .charges-section select {
        width: 23%;
    }
}

.list-group.error {
    font-size: 12px;
    line-height: 12px;
    /*padding:10px 10px 10px 50px;*/
    border-radius: 3px;
    /*background:rgba(255, 0, 0, 0.05);*/
    position: relative;
    /*top:100%;*/
    /*left:2.5%;*/
    z-index: 9999;
    color: #e53a29;
    /*border:1px solid rgba(255, 0, 0, 0.3);*/
    display: block;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

~ .list-group.error:before {
    content: "\f3bc";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
}

.list-group.error .list-group-item {
    background-color: transparent;
    border: 0;
    padding: 2px 0px;
    border-radius: 0;
}

.error .icon {
    font-size: 16px;
    margin-left: 6px;
}

.error {
}

.charges-section span.note {
    float: left;
    /*width:100%;*/
    font-size: 12px;
    color: #666;
    margin-top: 20px;
    margin-left: 2%;
    padding: 5px 8px;
    max-width: 165px;
    min-width: 165px;
    border-radius: 0;
    position: relative;
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(204,204,204,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 );
}

    .charges-section span.note strong, .charges-section span.note span {
        color: #000;
        font-weight: bold;
    }

    .charges-section span.note:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid rgb(221, 221, 221);
        border-left: 5px solid transparent;
        position: absolute;
        top: 50%;
        left: -10px;
        margin-top: -5px;
    }

@media (max-width:1199px) {
    .compare-charges-table .charges-section span.note:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid #e9e9e9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        top: -5px;
        left: 2%;
        margin-top: -5px;
    }
}

@media (max-width:1199px) {
    .compare-charges-table .charges-section span.note:before {
        /*display:none;*/
    }
}

.form_container .initial-charges-section.charges-section span.note {
    top: -8px;
}

#comparison_sec .form_container .initial-charges-section.charges-section span.note {
    margin-top: 10px;
}

.percentage, .fixed-value {
    position: relative;
}

    .percentage input {
        padding-right: 40px;
    }

    .fixed-value input {
        padding-left: 0;
        text-indent: 40px;
    }

    .percentage:before {
        content: '%';
        font-size: 16px;
        background-color: #ccc;
        border-radius: 0 4px 4px 0;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35px;
        z-index: 9;
        height: 34px;
        text-align: center;
        line-height: 34px;
    }

    .fixed-value:before {
       
        font-size: 16px;
        background-color: #ccc;
        border-radius: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        z-index: 9;
        height: 34px;
        text-align: center;
        line-height: 34px;
    }

    .fixed-value.gbp:before {
         content: '£';
    }

    .fixed-value.eur:before {
         content: '€';
    }

.charges-form {
    margin: 20px 15% 50px 15%;
}

#comparison_sec .charges-form {
    margin: 20px 1% 0 1.5%;
}

.charges-form .charges-section {
    /*background-color:#f9f9f9;*/
    padding-bottom: 10px;
}

.compare-charges-form .charges-section.initial-charges-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.charges-form .charges-section.total-charges-section {
    padding-top: 20px;
}

#comparison_sec .charges-form .charges-section.total-charges-section {
    padding-top: 0;
}

.compare-charges-form .charges-section.total-charges-section {
    border-top: 1px solid #ccc;
}

.charges-form .charges-section.portfolio-charge {
    padding-top: 20px;
}

#comparison_sec .charges-form .charges-section.portfolio-charge {
    padding-top: 0;
}

.compare-charges-form .charges-section.other-charges {
    padding-bottom: 20px;
}

.seperator {
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    position: absolute;
    width: 50%;
    top: 170px;
    left: 25%;
}

@media (max-width:1199px) {
    .seperator {
        left: 23%;
    }
}

@media (max-width:991px) {
    .seperator {
        left: 13%;
        width: 70%;
    }
}

.seperator2 {
    top: 440px;
}

.form_container .target-calculate .label {
    float: left;
    width: 20%;
    font-size: 16px;
    line-height: 34px;
    padding-right: 10px;
    text-align: right;
    opacity: 1;
}

.target-calculate .target-box {
    width: 48%;
    float: left;
}

.target-calculate button {
    width: 30%;
    float: right;
}

.target-calculate .assume-year {
    font-size: 12px;
    float: none;
    clear: both;
    display: block;
    margin-left: 20%;
}

.calculate-btn {
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    font-size: 12px;
    height: 34px;
    border-radius: 0;
    filter: none;
}

    .calculate-btn.focus, .calculate-btn:focus {
        background-image: none;
        filter: none;
    }

    .calculate-btn .glyphicon {
        margin-right: 10px;
    }

.target-box.amount {
    position: relative;
}

    .target-box.amount input {
        padding-left: 40px;
    }

    .target-box.amount:before {
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #ccc;
        border-radius: 4px 0px 0px 4px;
        width: 35px;
        height: 34px;
        text-align: center;
        line-height: 35px;
    }

.target-box.amount.gbp:before {
    content: "\f154" !important;
}

.target-box.amount.eur:before {
    content: "\f153" !important;
}


.target-year {
    float: left;
    width: 49%;
    position: relative;
    margin-bottom: 10px;
}

    .target-year input {
        padding-right: 60px;
    }

    .target-year:before {
        content: 'year';
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #ccc;
        border-radius: 0 4px 4px 0;
        width: 60px;
        height: 34px;
    }

.target-month {
    float: right;
    width: 49%;
    position: relative;
}

    .target-month .form-control {
        margin-top: 17px;
    }

    .target-month input {
        padding-right: 70px;
    }

    .target-month:before {
        content: 'month';
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #ccc;
        border-radius: 0;
        width: 70px;
        height: 34px;
    }

.target-period {
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 17px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(51, 120, 181, 0.5);
}

    .target-period .list-group h4 {
        background-color: #cccccc;
        color: #666666;
        text-align: center;
        padding: 15px;
        margin: 0;
        font-size: 18px;
        line-height: 20px;
        margin-right: -1px;
    }

    .target-period .list-group {
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

        .target-period .list-group .list-group-item {
            border-radius: 0;
            padding: 15px 5%;
            border: 0;
            font-size: 13px;
            text-align: center;
            position: relative;
            clear: both;
            display: table;
            width: 100%;
            filter: none;
        }

            .target-period .list-group .list-group-item:nth-of-type(odd) {
                background-color: #f5f5f5;
            }

            .target-period .list-group .list-group-item:first-child {
                padding: 0;
            }

            .target-period .list-group .list-group-item:last-child {
                padding-bottom: 0;
            }

            .target-period .list-group .list-group-item span.lab {
                float: left;
                opacity: 1;
            }

            .target-period .list-group .list-group-item span.value {
                float: right;
            }

                .target-period .list-group .list-group-item span.value .icon {
                    margin-right: 5px;
                }

            .target-period .list-group .list-group-item.end-value span {
                display: block;
                padding: 0 0 15px 0;
            }

                .target-period .list-group .list-group-item.end-value span.goal {
                    font-size: 18px;
                }

                .target-period .list-group .list-group-item.end-value span.info {
                    line-height: 16px;
                    min-height: 50px;
                }

                .target-period .list-group .list-group-item.end-value span.output-value {
                    font-size: 20px;
                    background-color: #3378B5;
                    color: #fff;
                    padding: 15px;
                    margin-left: -6%;
                    margin-right: -6%;
                }

                    .target-period .list-group .list-group-item.end-value span.output-value .icon {
                        margin-right: 10px;
                        background-color: #fff;
                        width: 30px;
                        height: 30px;
                        display: inline-block;
                        text-align: center;
                        line-height: 32px;
                        border-radius: 30px;
                    }

.ion-arrow-up-c {
    color: green;
}

.icon.ion-arrow-right-c {
    color: blaCK;
}

.ion-arrow-down-c {
    color: red;
}

.target-notification {
    top: 0;
    border: 1px solid rgba(51, 120, 181, 0.5);
    background-color: rgba(51, 120, 181, 0.10);
    padding: 5px 10px;
    margin: 0;
}

    .target-notification .glyphicon {
        margin-right: 5px;
    }

    .target-notification .glyphicon-open {
        color: green;
    }

    .target-notification .glyphicon-save {
        color: red;
    }

    .target-notification > div {
        padding: 0 5px;
    }

    .target-notification h5 {
        margin: 5px 0;
    }

.target-result {
    position: relative;
}

.chart .highcharts-button-box {
    display: none;
}

.toggle-chart-link {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto;
}

.target-chart {
    display: none;
    position: absolute;
}

.toggle-chart:hover {
    text-decoration: none;
}

.toggle-chart {
    width: 100px;
}

    .toggle-chart i {
        float: right;
        margin-left: 15px;
        color: #3378B5;
        cursor: pointer;
        font-size: 20px;
    }

.fa-area-chart.act, .fa-th-list.act {
    color: #ccc;
    cursor: default;
}

.fa-th-list, .fa-area-chart {
    color: #3378B5;
}

.highcharts-button-symbol {
    display: none;
}

.recalculate.btn-primary {
    background-image: none;
    filter: none;
}

.value-change-form .recalculate.btn-primary {
    margin-top: 20px;
}

.btn-primary.recalculate.active, .btn-primary.recalculate:hover, .btn-primary.recalculate:focus, .btn-primary.recalculate.focus {
    background-image: none;
    filter: none;
}

.target-form-recalculate {
    /*display:none;*/
}

#comparison_sec .growth_rate__form form {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.growthrate-margin {
    margin-left: 20%;
}

    .growthrate-margin h2 {
        margin-left: -20%;
    }

@media (max-width: 1199px) {
    .growthrate-margin h2 {
        margin-left: -15%;
    }
}

@media (max-width: 991px) {
    .growthrate-margin h2 {
        margin-left: -25%;
    }
}

@media (max-width:1199px) {
    .growthrate-margin {
        margin-left: 15%;
    }
}

@media (max-width:991px) {
    .growthrate-margin {
        margin-left: 0;
    }
}

.growthrate-margin h3 {
    margin-left: -24%;
}

#comparison_sec .growth_rate__form form #growth_rate_main {
    margin-bottom: 0;
}

.compare-table > tbody > tr > td {
    border: 0;
}

.compare-table.compare-charges-table > tbody > tr > td, .compare-table.compare-result-table > tbody > tr > td {
    padding-left: 20px;
    padding-right: 20px;
}

.compare-table > tbody > tr:hover td {
    background-color: transparent;
}

.compare-table > tbody > tr > td .table {
    /*border: 1px solid #e6e4e4;*/
    margin: 0;
}

    .compare-table > tbody > tr > td .table.growthrate-portfolio-table td {
        padding: 8px 16px;
        /*display: inline-block;
        width: 28%;*/
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .growth-rate-form .table-responsive, .compare-growth-rate-form .table-responsive {
        overflow: hidden;
    }
}

.compare-table > tbody > tr > td .accordion .table th, .compare-table > tbody > tr > td .accordion .table td {
    font-size: 13px;
    font-weight: normal;
}

.compare-table > tbody > tr > td .table th {
    border-bottom: 0;
    background-color: #327c91;
    color: #fff;
    font-weight: bold;
    vertical-align: top;
}

/*.compare-table > tbody > tr > td .table td {
    border-color: #e6e4e4;
}*/

.compare-charges-table.table > tbody > tr > td .table td {
    padding: 15px 10px;
}

@media (max-width:1199px) {
    .compare-charges-table.table > tbody > tr > td .table td {
        padding: 15px 0;
    }
}

.compare-table > tbody > tr > td .table .selected-portfolio {
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding-top: 5px;
    word-break: break-word;
}

.growthrate-portfolio-table .mandatory {
    position: relative;
}

.compare-growthrate-table.table > tbody > tr > td .table.growthrate-action {
    border: 0;
}

.compare-growthrate-table.table > tbody > tr > td .table th.growthrate-action {
    background-color: transparent;
}

.compare-growthrate-table.table > tbody > tr > td .table td.growthrate-action {
    border: 0;
}

.compare-growthrate-table.table > tbody > tr > td .table.growthrate-portfolio-table {
    margin-left: -15px;
}

.compare-growthrate-table table.growthrate-portfolio-table {
    border-collapse: separate;
    border-spacing: 15px 0;
}

.compare-growthrate-table .col-portfolio-a, .compare-growthrate-table .col-portfolio-b {
    width: 45%;
    border: 1px solid #e6e4e4;
}

.compare-result-table table.compare-result-growth-rates {
    border-collapse: separate;
    border-spacing: 30px 0;
}

.compare-input-details {
    width: 95%;
    margin-left: 28px;
}

.compare-table > tbody > tr > td .compare-input-details .table th {
    vertical-align: middle;
}

.compare-result-table .compare-portfolio-a, .compare-result-table .compare-portfolio-b {
    width: 48%;
    border: 1px solid #e6e4e4;
}

.compare-result-table tr td.noStyle {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.compare-growthrate-table .compare_growth_rate1 td.col-portfolio-a,
.compare-growthrate-table .compare_growth_rate1 td.col-portfolio-b,
.compare-growthrate-table .compare_growth_rate2 td.col-portfolio-a,
.compare-growthrate-table .compare_growth_rate2 td.col-portfolio-b {
    border-top: 0;
}

.compare-growthrate-table .col-add-action {
    width: 8%;
}

.compare-table > tbody > tr > td .table.growthrate-portfolio-table tr.nostyle td {
    border: 0;
    padding: 8px 0px;
}

.form_container .form-group input.diabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.compare-different {
    width: 47%;
    margin: 0 1.5% 20px 1.5%;
    border: 1px solid #ddd;
    padding-top: 20px;
    position: relative;
}

    .compare-different:before {
        content: '';
        width: 100%;
        height: 78px;
        background-color: #f5f5f5;
        position: absolute;
        top: 0;
        left: 0;
    }

    .compare-different .info_box {
        border: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        position: relative;
    }

        .compare-different .info_box.info_box1, .compare-different .info_box.info_box2, .compare-different .info_box.info_box3 {
            border-bottom: 0;
        }

        .compare-different .info_box h3 {
            border-bottom: 1px solid #ddd;
            margin-right: -15px;
            margin-left: -15px;
            margin-bottom: 10px;
            font-size: 18px;
            margin-top: 0;
            padding-bottom: 15px;
        }

        .compare-different .info_box .selected-portfolio {
            display: block;
            font-size: 13px;
            padding-top: 10px;
        }

        .compare-different .info_box h4 {
            border: 0;
        }

.portfolio-section {
    position: relative;
}

.selected-portfolio-slide {
    padding: 10px 0 110px;
    min-height: 190px;
}

    .selected-portfolio-slide .search-select {
    }

@media (max-width:991px) {
    .portfolio-section {
        width: 95%;
        margin: 0 auto;
    }
}

.portfolio-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    border: 1px solid #bbb;
    border-radius: 0;
    padding-bottom: 10px;
    background-color: #fff;
    height: 145px;
    overflow-y: auto;
}

.ie9 .portfolio-list {
    width: 371px;
}

.portfolio-list .list-group-item {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    /*color:#000;*/
    border: 0;
}

    .portfolio-list .list-group-item > span {
        display: inline-block;
        padding-bottom: 5px;
        position: relative;
        background-color: #ffffff;
    }

    .portfolio-list .list-group-item:before {
        content: '';
        width: 68%;
        height: 1px;
        background-color: #ccc;
        position: absolute;
        top: 23px;
        left: 28%;
    }

    .portfolio-list .list-group-item > span {
        padding-right: 5px;
    }

    .portfolio-list .list-group-item .portfolio-list-group {
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .portfolio-list .list-group-item .list-group-item {
        font-size: 13px;
        font-weight: normal;
        line-height: 15px;
        padding: 0;
        /*color:#666666;*/
        border: 0;
        border-radius: 0;
        cursor: pointer;
        transition: all ease-in 0.1s;
    }

        .portfolio-list .list-group-item .list-group-item:before {
            content: none;
        }

        .portfolio-list .list-group-item .list-group-item > span {
            padding: 5px 10px;
            background-color: transparent;
        }

        .portfolio-list .list-group-item .list-group-item:hover {
            background-color: #666666;
            color: #fff;
            transition: all ease-in 0.1s;
        }

.growth_rate_container .compare-growth div.portfolio-label:before {
    content: none;
}

.growth_rate_container .compare-growth div.portfolio-label:before {
    content: '';
    width: 250%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 75px;
    left: -50%;
}

.portfolio-label span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.compare-charges-form {
    position: relative;
}

@media (max-width:1199px) {
    .compare-charges-form .charges-section span.note {
        min-width: 155px;
        max-width: 155px;
    }
}

@media (max-width:1199px) {
    .process_bar.list-group .list-group-item span {
        margin: 0 44.5px;
    }
}

@media (max-width:1199px) {
    .form-content form {
        margin: 0;
    }
}

@media (max-width:1199px) {
    .form-content form .col-md-6 {
        padding-right: 0;
    }
}

@media (max-width:1199px) {
    .notification {
        width: 50%;
        margin-left: -25%;
    }
}

@media (max-width:1199px) {
    .charges-form {
        margin: 20px 0 50px 0;
    }
}

@media (max-width:1199px) {
    .growthrate_target_value, #investment_sec .result_one, #investment_sec .result_two, #investment_sec .result_three {
        margin-left: 3%;
        margin-right: 3%;
        width: 94%;
    }
}

@media (max-width:1199px) {
    #comparison_sec .process_bar.list-group .list-group-item span {
        margin: 0 64px;
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .user_portfolio_form form .mandatory-info {
        left: 54%;
    }
}

@media (max-width:991px) {
    #comparison_sec .form_container .user_portfolio_form form .mandatory-info {
        left: 49%;
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .compare-charges-form .charges-section .value {
        margin-left: 0;
    }
}

@media (max-width:1199px) {
    .compare-different:first-child {
        width: 48%;
        margin: 0 0.5% 20px 1.5%;
    }
}

@media (max-width:1199px) {
    .compare-different:last-child {
        width: 48%;
        margin: 0 1.5% 20px 0.5%;
    }
}

@media (max-width:991px) {
    .notification {
        width: 48%;
        margin-left: -24%;
        padding: 10px;
        font-size: 12px;
    }
}

.form_container .target_value_form form.calculate-form {
    margin: 0 25%;
    min-height: 0;
    padding-bottom: 0;
}

@media (max-width:991px) {
    .form_container .target_value_form form.calculate-form {
        margin: 0 20%;
    }
}

@media (max-width:991px) {
    .value-change-form .form-group {
        width: 46%;
        margin: 5px 2%;
        float: left;
    }
}

@media (max-width:1199px) {
    .value-change-form .form-group .target-year {
        margin-bottom: 0;
    }
}

@media (max-width:1199px) {
    .form_container .target_value_form form.value-change-form {
        min-height: 550px;
    }
}

@media (max-width:1199px) {
    #comparison_sec .growth-notification {
        width: 50%;
        margin-left: -25%;
    }
}

@media (max-width:1199px) {
    #comparison_sec .charges-notification {
        width: 50%;
        margin-left: -25%;
    }
}

@media (max-width:1199px) {
    .oti_form {
        max-width: 970px;
    }
}

@media (max-width:1199px) {
    #comparison_sec .growth_rate__form form #growth_rate_main:after {
        left: 70.5%;
    }
}

@media (max-width:1199px) {
    .compare-charges-form-seperator:after {
        right: 0;
    }
}

@media (max-width:991px) {
    .oti_form {
        max-width: 750px;
    }
}

@media (max-width:991px) {
    .form_container .target_value_form form.value-change-form .clear-left {
        clear: none;
    }
}

@media (max-width:991px) {
    .form_container .target_value_form form.value-change-form {
        min-height: 370px;
    }
}

@media (max-width:991px) {
    .form_container .target_value_form #growthrate_0_target_value form.value-change-form {
        min-height: 290px;
    }
}

@media (max-width:991px) {
    .target_value_form form.value-change-form .mandatory-info {
        /*bottom: 40px;*/
    }
}

@media (max-width:991px) {
    .target_value_form #growthrate_0_target_value form.value-change-form .mandatory-info {
        bottom: 10px;
    }
}

@media (max-width:991px) {
    .value-change-form .recalculate.btn-primary {
        margin-top: -80px;
    }
}

@media (max-width:991px) {
    .value-change-form .form-group.target-form-recalculate {
        width: 96%;
    }
}

@media (max-width:991px) {
    .target-period {
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .process_bar.list-group .list-group-item span {
        margin: 0 26px;
    }
}

@media (max-width:991px) {
    .form_container .form-content form {
        padding: 10px 0 40px 0;
    }
}

@media (max-width:991px) {
    #comparison_sec .process_bar.list-group .list-group-item span {
        margin: 0 42px;
    }
}

@media (max-width:991px) {
    .info_box .col-md-12, .info_box .col-md-6, .info_box .col-sm-12, .info_box .col-sm-6 {
        padding: 0 10px;
    }
}

@media (max-width:991px) {
    #comparison_sec .charges-notification, #comparison_sec .growth-notification {
        width: 56%;
        margin-left: -28%;
    }
}

@media (max-width:991px) {
    .target-chart {
        position: relative;
    }
}

@media (max-width:991px) {
    #comparison_sec .charges-form .charges-section {
        padding-bottom: 20px;
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .charges_form form .compare-charges-form .note {
        min-width: 75%;
        top: 0;
        margin: 0;
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .charges_form form .compare-charges-form .note:before {
        content: none;
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .charges_form form .compare-charges-form .note:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid #ececec;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        top: -5px;
        left: 10px;
        margin-top: -5px;
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .charges-section .form-group input {
        /*border-radius:4px 4px 0 0;*/
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .charges-section span.note {
        /*margin:0;*/
        /*border-radius:0 0 3px 3px;*/
        min-width: 75%;
        max-width: 75%;
        margin-left: 0;
        margin-top: 6px;
    }
}

@media (max-width:1199px) {
    #comparison_sec .form_container .initial-charges-section.charges-section span.note {
        margin-top: 6px;
    }
}

@media (max-width:1199px) {
    .compare-charges-form .value .form-control {
        /*border-radius:3px 3px 0 0;*/
    }
}

@media (max-width:991px) {
    #comparison_sec .accordion {
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    #comparison_sec .accordion .table.result_table {
        margin-bottom: 0;
    }
}

@media (max-width:991px) {
    #comparison_sec .growth_rate__form form {
        width: 95%;
        margin: 20px auto;
    }
}

@media (max-width:991px) {
    .compare-different:before, .compare-different:after {
        height: 92px;
    }
}

.ipad-accordian .col-sm-12 {
    padding: 0;
}

.ipad-accordian .accordion {
    width: 96%;
    margin: 0 auto;
}

@media (max-width:1199px) {
    .form_container .small-slider .form-group .next-btn {
        right: 30px;
    }
}

@media (max-width:991px) {
    .form-content .form-control {
        font-size: 11px;
    }
}

.form_container .form-group select.portfolio-select {
    height: auto;
    padding: 0;
    height: 250px;
}

    .form_container .form-group select.portfolio-select optgroup {
        font-weight: bold;
    }

select.portfolio-select option {
    padding: 5px 10px;
}

.form-group .input-group {
    margin-bottom: 5px;
    margin-right: 0;
}


.portfolio-box.form-control {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 337px;
}

.text-warning, .text-warning:hover {
    color: #df691a;
}

/*CSS for alert toast*/
.ng-toast .alert {
    padding: 15px 15px 15px 60px;
    margin-bottom: 21px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 0;
    background: #ffffff;
    color: #333;
    position: relative;
    width: 100%;
    text-align: left;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

    .ng-toast .alert:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px;
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translate(-0%, -50%);
        -ms-transform: translate(-0%, -50%);
        -o-transform: translate(-0%, -50%);
        transform: translate(-0%, -50%);
        width: 30px;
        text-align: center;
    }

    .ng-toast .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .ng-toast .alert .alert-link {
        font-weight: bold;
    }

    .ng-toast .alert > p,
    .ng-toast .alert > ul {
        margin-bottom: 0;
    }

        .ng-toast .alert > p + p {
            margin-top: 5px;
        }

.ng-toast .alert-dismissable,
.ng-toast .alert-dismissible {
    padding-right: 35px;
}

    .ng-toast .alert-dismissable .close,
    .ng-toast .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.ng-toast .alert-success:before {
    color: #389367;
    content: "\f058";
}

.ng-toast .alert-success hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.ng-toast .alert-success .alert-link {
    color: #272727;
}

.ng-toast .alert-info:before {
    color: hsl(203, 58%, 54%);
    content: "\f05a";
}

.ng-toast .alert-info hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.ng-toast .alert-info .alert-link {
    color: #272727;
}

.ng-toast .alert-warning:before {
    color: #df7a1a;
    content: "\f071";
}

.ng-toast .alert-warning hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.ng-toast .alert-warning .alert-link {
    color: #272727;
}

.ng-toast .alert-danger:before {
    color: #e53a29;
    content: "\f057";
}

.ng-toast .alert-danger hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.ng-toast .alert-danger .alert-link {
    color: #272727;
}

.ng-toast .alert-pdf .alert-link {
    color: #272727;
}

.ng-toast .alert-pdf:before {
    color: #e53a29;
    content: "\f057";
}

.ng-toast .alert-pdf .alert-link {
    color: #272727;
}

.ng-toast .alert-pdf:before {
    color: #e53a29;
    content: "\f1c1";
}

.ng-toast .alert-work .alert-link {
    color: #272727;
}

.ng-toast .alert-work:before {
    color: #666666;
    content: "\f085";
}

.ng-toast .close {
    font-size: 22.5px;
    font-weight: bold;
    line-height: 22.5px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ng-toast .alert .progress {
    margin: 10px 0;
}

    .ng-toast .alert .progress:before {
        content: ' ';
        background-color: rgba(255,255,255,0.1);
        height: 2px;
        display: block;
        top: 2px;
        position: absolute;
        left: 2px;
        right: 2px;
        border-radius: 1px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    }

.ng-toast .alert .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #388ca4;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.ng-toast .alert .progress-striped .progress-bar,
.ng-toast .alert .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.ng-toast .alert .progress.active .progress-bar,
.ng-toast .alert .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.ng-toast .alert .progress-bar-success {
    background-color: #389367;
}

.ng-toast .alert .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ng-toast .alert .progress-bar-info {
    background-color: #cd9b45;
}

.ng-toast .alert .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ng-toast .alert .progress-bar-warning {
    background-color: #df691a;
}

.ng-toast .alert .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ng-toast .alert .progress-bar-danger {
    background-color: #e53a29;
}

.ng-toast .alert .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ng-toast .alert .progress-bar {
    animation: changewidth 5s normal infinite, progress-bar-stripes 2s linear infinite;
}

.growthErrmsg {
    width: 185%;
}

.portfolio-select-ios {
    height: 34px !important;
    margin: 10px 0 50px 0 !important;
}

.portfolio-no-history {
    width: 30%;
}

.portfolio-no-charges {
    width: 30%;
}

@keyframes changewidth {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}


#comparison_sec .form_container .user_portfolio_form form .pfSelectionErrorMsg {
    margin-bottom: 30px;
}

.search-select {
    width: 373px;
}

.form_container .form-group .clear-btn {
    border-radius: 0;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #ffffff;
    margin-top: 0;
    margin-left: 10px;
    box-shadow: none;
    text-shadow: none;
    filter: none;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
}

#comparison_sec .show {
    display: table-row !important;
}

.alert a,
.alert .alert-link {
    color: #000;
    text-decoration: underline;
}

.breakName {
    word-break: break-all;
}

#comparison_sec .growth-notification span,
#comparison_sec .charges-notification span {
    display: block;
}

.b2cwrapper {
    margin: 100px auto 0;
    text-align: center;
    width: 960px;
}

@media (max-width:991px) {
   .b2cwrapper {
    width: 90% !important;
}
}

.b2cwrapper .logo {
    background: #00A499;
    opacity: 0.7;
    width: 100%;
}

    .b2cwrapper img {
        height: 50px;
        margin: 5px;
    }

    .b2cwrapper .b2ccontainer {
        background-color: #ffffff;
        padding: 20px 30px 0 30px;
        width: 100%;
        margin: 0 auto;
        display: table;
        height: 120px;
    }

        .b2cwrapper .b2ccontainer h3 {
            margin-top: 0px;
            margin-bottom: 20px;
        }

        .b2cwrapper .b2ccontainer .dw-loading.dw-loading-overlay {
            border: none;
        }

.client-feedback {
    display: table;
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
}

.client-feedback-icon {
    float: left;
    font-size: 25px;
}

.client-feedback-message {
    float: left;
    padding-left: 15px;
    font-size: 14px;
    line-height: 25px;
}

    .client-feedback-message a {
        text-decoration: underline;
        margin: 0 3px;
    }

        .client-feedback-message a:hover {
            text-decoration: none;
        }

.icHeight {
    height: 74px;
}
/* Fonts */



@font-face {
    font-family: 'financial-font-icons';
    src: url('../fonts/financial-font-icons.eot?lik768');
    src: url('../fonts/financial-font-icons.eot?lik768#iefix') format('embedded-opentype'), url('../fonts/financial-font-icons.ttf?lik768') format('truetype'), url('../fonts/financial-font-icons.woff?lik768') format('woff'), url('../fonts/financial-font-icons.svg?lik768#financial-font-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="financial-icon-"], [class*=" financial-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'financial-font-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.financial-icon-transiction-pound.gbp:before {
    content: "\e908";
}

.financial-icon-transiction-pound.eur:before {
    content: "\e94e";
}

.financial-icon-point-of-service:before {
    content: "\e909";
}

.financial-icon-purse:before {
    content: "\e90a";
}

.financial-icon-tax-1:before {
    content: "\e90b";
}

.financial-icon-diamond:before {
    content: "\e90c";
}

.financial-icon-tax:before {
    content: "\e90d";
}

.financial-icon-profits-1:before {
    content: "\e90e";
}

.financial-icon-safebox:before {
    content: "\e90f";
}

.financial-icon-idea:before {
    content: "\e910";
}

.financial-icon-smartphone-1:before {
    content: "\e911";
}

.financial-icon-piggy-bank:before {
    content: "\e912";
}

.financial-icon-pound-sterling:before {
    content: "\e914";
}

.financial-icon-yuan:before {
    content: "\e915";
}

.financial-icon-bitcoin:before {
    content: "\e916";
}

.financial-icon-dollar:before {
    content: "\e917";
}

.financial-icon-euro:before {
    content: "\e918";
}

.financial-icon-exchange:before {
    content: "\e919";
}

.financial-icon-growth:before {
    content: "\e91a";
}

.financial-icon-briefcase-1:before {
    content: "\e91b";
}

.financial-icon-briefcase:before {
    content: "\e91c";
}

.financial-icon-gold-ingot:before {
    content: "\e91d";
}

.financial-icon-auction:before {
    content: "\e91e";
}

.financial-icon-search:before {
    content: "\e926";
}

.financial-icon-check:before {
    content: "\e927";
}

.financial-icon-profits:before {
    content: "\e928";
}

.financial-icon-loss:before {
    content: "\e92f";
}

.financial-icon-invoice:before {
    content: "\e930";
}

.financial-icon-smartphone:before {
    content: "\e931";
}

.financial-icon-coin-1.gbp:before {
    content: "\e932";
}

.financial-icon-coin-1.eur:before {
    content: "\e947";
}

.financial-icon-calculator:before {
    content: "\e933";
}

.financial-icon-bank:before {
    content: "\e934";
}

.financial-icon-atm-machine-1:before {
    content: "\e935";
}

.financial-icon-atm-machine:before {
    content: "\e936";
}

.financial-icon-money-bag.gbp:before {
    content: "\e937";
}

.financial-icon-money-bag.eur:before {
    content: "\e94d";
}

.financial-icon-credit-card-1:before {
    content: "\e938";
}

.financial-icon-credit-card:before {
    content: "\e939";
}

.financial-icon-wallet:before {
    content: "\e93a";
}

.financial-icon-money-1.gbp:before {
    content: "\e93b";
}

.financial-icon-money-1.eur:before {
    content: "\e94c";
}

.financial-icon-balance:before {
    content: "\e93c";
}

.financial-icon-money:before {
    content: "\e93d";
}

.financial-icon-coin:before {
    content: "\e93e";
}

.financial-icon-icon-12:before {
    content: "\e93f";
}

.financial-icon-icon-22:before {
    content: "\e940";
}

.financial-icon-icon-32.gbp:before {
    content: "\e941";
}

.financial-icon-icon-32.eur:before {
    content: "\e94b";
}

.financial-icon-icon-42:before {
    content: "\e942";
}

.financial-icon-icon-52:before {
    content: "\e943";
}

.financial-icon-icon-62:before {
    content: "\e944";
}

.financial-icon-icon-72:before {
    content: "\e945";
}

.financial-icon-icon-82:before {
    content: "\e946";
}

.financial-icon-icon-1.gbp:before {
    content: "\e900";
}

.financial-icon-icon-1.eur:before {
    content: "\e948";
}

.financial-icon-icon-2.gbp:before {
    content: "\e901";
}

.financial-icon-icon-2.eur:before {
    content: "\e949";
}

.financial-icon-icon-3.gbp:before {
    content: "\e902";
}

.financial-icon-icon-3.eur:before {
    content: "\e94b";
}

.financial-icon-icon-4:before {
    content: "\e903";
}

.financial-icon-icon-5:before {
    content: "\e904";
}

.financial-icon-icon-6:before {
    content: "\e905";
}

.financial-icon-icon-7:before {
    content: "\e906";
}

.financial-icon-icon-8:before {
    content: "\e907";
}

.financial-icon-print:before {
    content: "\e913";
}

.financial-icon-icon-neutral:before {
    content: "\e91f";
}

.financial-icon-icon-negative:before {
    content: "\e920";
}

.financial-icon-icon-not-ratable:before {
    content: "\e921";
}

.financial-icon-icon-under-review:before {
    content: "\e922";
}

.financial-icon-icon-silver-1:before {
    content: "\e923";
}

.financial-icon-icon-gold:before {
    content: "\e924";
}

.financial-icon-icon-bronze:before {
    content: "\e925";
}

.financial-icon-icon-sp:before {
    content: "\e929";
}

.financial-icon-icon-ma:before {
    content: "\e92a";
}

.financial-icon-icon-fi:before {
    content: "\e92b";
}

.financial-icon-icon-eq:before {
    content: "\e92c";
}

.financial-icon-icon-mm:before {
    content: "\e92d";
}

.financial-icon-icon-ce:before {
    content: "\e92e";
}

.financial-icon-icon-pnp-risk:before {
    content: "\e94a";
}

.financial-icon-error-icon:before {
    content: "\e976";
}






@font-face {
    font-family: 'analytics-font-icons';
    src: url('../fonts/analytics-font-icons.eot');
    src: url('../fonts/analytics-font-icons.eot?u2nqv3#iefix') format('embedded-opentype'), url('../fonts/analytics-font-icons.ttf?u2nqv3') format('truetype'), url('../fonts/analytics-font-icons.woff?u2nqv3') format('woff'), url('../fonts/analytics-font-icons.svg?u2nqv3#analytics-font-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}





[class^="analytics-icon-"], [class*=" analytics-icon-"] {
    font-family: 'analytics-font-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.analytics-icon-icon-1:before {
    content: "\e900";
}

.analytics-icon-icon-2:before {
    content: "\e901";
}

.analytics-icon-icon-3:before {
    content: "\e902";
}

.analytics-icon-icon-4:before {
    content: "\e903";
    position: absolute;
    top: 28px;
    left: 32px;
}

.analytics-icon-icon-5:before {
    content: "\e904";
}

.analytics-icon-icon-6:before {
    content: "\e905";
    position: absolute;
    top: 28px;
    left: 32px;
}

.analytics-icon-icon-7:before {
    content: "\e906";
}

.analytics-icon-icon-8:before {
    content: "\e907";
}

.analytics-icon-alert:before {
    content: "\e908";
}

.analytics-icon-help:before {
    content: "\e909";
}

.analytics-icon-print:before {
    content: "\e913";
}

.analytics-icon-search:before {
    content: "\e915";
}

.analytics-icon-icon-neutral:before {
    content: "\e91f";
}

.analytics-icon-icon-negative:before {
    content: "\e920";
}

.analytics-icon-icon-not-ratable:before {
    content: "\e921";
}

.analytics-icon-icon-under-review:before {
    content: "\e922";
}

.analytics-icon-icon-silver-1:before {
    content: "\e923";
}

.analytics-icon-icon-gold:before {
    content: "\e924";
}

.analytics-icon-icon-bronze:before {
    content: "\e925";
}

.analytics-icon-icon-sp:before {
    content: "\e929";
}

.analytics-icon-icon-ma:before {
    content: "\e92a";
}

.analytics-icon-icon-fi:before {
    content: "\e92b";
}

.analytics-icon-icon-eq:before {
    content: "\e92c";
}

.analytics-icon-icon-mm:before {
    content: "\e92d";
}

.analytics-icon-icon-ce:before {
    content: "\e92e";
}

.analytics-icon-icon-pnp-risk:before {
    content: "\e94a";
}

.analytics-icon-error-icon:before {
    content: "\e976";
}




/*Mifid Calcculator*/
.charges-table .result_table.table > thead > tr > th {
    font-weight: normal;
}

.color-yellow {
    color: #ffc20e;
}

.color-lt-yellow {
    background: #fff9e5 !important;
}

.bg-white {
    background: #ffffff !important;
}



.text-italic {
    font-style: italic;
}

#logo {
    width: 265px;
    height: 42px;
    margin: 5px 0;
    background-image: url(../../Images/fe-calculator.png) !important;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.mifid-home-container .icon_block_item {
    border: 0px solid #ddd;
    padding: 12px !important;
    margin-bottom: 10px;
}

.mifid-home-container .icon_block.rc_block icon-calc:before {
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -6px;
    position: relative;
    top: -2px;
}

.mifid-home-container .investment_types .icon_block_item {
    margin: 0;
    position: relative;
    padding: 15px;
    height: 100%;
    padding-bottom: 23px;
}

.mifid-home-container .investment_types .icon_block .icon {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: 10px solid rgba(102,102,102,0.2);
    font-size: 50px;
    position: relative;
}

.mifid-home-container .investment_types p {
    text-align: justify;
    line-height: 21px;
    margin-top: 15px;
}

.mifid-home-container .custom-bullet {
    text-align: left;
    padding-left: 25px;
    margin-bottom: 15px;
}

    .mifid-home-container .custom-bullet li {
        display: block;
        margin-top: 5px;
    }

.mifid-home-container .row-flex {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}

.mifid-home-container .calc-container {
    flex-wrap: wrap;
    flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 15px;
    padding: 16px;
}

.mifid-home-container .custom-bullet li:before {
    content: "\f0da";
    font: normal normal normal 16px/1 FontAwesome;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
}

.mifid-home-container .investment_types h4 {
    margin: 0px 5px 0px 5px;
    min-height: 28px;
}

.horizontal-tab .list-group-item1 {
    padding: 4px 9px;
}

.mifid-home-container .get-started {
    position: relative;
    top: -30px;
}

.mifid-home-container .investment_types h4 {
    min-height: 28px;
}

.mifid-home-container .investment_types h2 {
    font-size: 23px !important;
}

.mifid-home-container .icon_block .list-group {
    margin: 0 0 0 0;
}

.quick_icons {
    left: 15px !important;
}




.floatR {
    float: right;
}

.investment_types {
    font-size: 15px;
}

.popover {
    border-radius: 0px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    max-width: 350px !important;
}



.popover-content h4 {
    margin: 0px 5px 0px 5px;
    min-height: 26px;
}

.invetment-product-charges-summary {
    width: 99.9%;
    border: 1px solid #dddddd;
    margin: 0 0 8px 0 !important;
    min-height: 55px;
    box-sizing: border-box;
    white-space: nowrap;
    margin-left: 0;
}

.one-off-charges-contanier {
    margin: 0 0 34px 0 !important;
}

.invetment-product-charges-summary.summeryAlert {
    border: 1px solid #ff6600 !important;
}

.invetment-product-charges-row {
    padding: 10px;
    height: 57px;
    position: relative;
}

.invetment-product-charges-percentage, .invetment-product-charges-price {
    background: #fff9e7;
}


.invetment-product-charges-percentage {
    /* border-right: 1px solid #dddddd; */
}

.alert-container, .invetment-product-charges-title, .info-container {
    display: inline-block;
}

.invetment-product-charges-title {
    font-size: 21px;
}

.alert-container {
    width: 54px;
    text-align: center;
}

.info-icon {
    font-size: 22px;
    color: #333333;
}

.info-container a {
    position: absolute;
    right: 13px;
    top: 15px;
    cursor: pointer;
    text-decoration: none;
}

    .info-container a:hover {
        text-decoration: none;
    }

        .info-container a:hover .info-icon {
            color: #ccc !important;
        }

.icon-nav-arrow {
    font-size: 34px;
    position: absolute;
    right: 8px;
    color: #1b5084;
    cursor: pointer;
}

    .icon-nav-arrow:hover {
        opacity: 0.7;
    }

.total-protuct-section .invetment-product-charges-title-container {
    background: #317c91;
    color: #ffffff;
    text-align: center;
}

.duration-title {
    font-size: 24px;
}

.total-protuct-section {
    border: 0;
}

.chart-container {
}

    .chart-container .charges-chart {
        padding-top: 10px;
        border: 1px solid #dddddd;
        margin-top: -1px;
    }

.horizontal-tab ul.list-group1 {
    box-shadow: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

    .horizontal-tab ul.list-group1:after {
        clear: both;
        display: block;
        content: "";
    }

.horizontal-tab .list-group-item1 {
    float: left;
    list-style: none;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #8a8a8a;
    text-shadow: none;
    padding: 3px 9px;
    border-left: 0;
    text-align: center;
    min-height: 34px;
}

.horizontal-tab ul li {
    list-style: none;
    cursor: pointer;
}

.horizontal-tab .list-group-item1:first-child {
    border-left: 1px solid #ccc;
}

.horizontal-tab .list-group-item1 .icon {
    font-weight: normal !important;
    font-size: 28px !important;
    float: left;
}

.horizontal-tab .list-group-item1 span {
    font-size: 15px;
}

.horizontal-tab .list-group-item1.active {
    background: #ffffff;
    color: #ffc20e;
    position: relative;
}

.horizontal-tab .list-group-item1 {
    line-height: 20px;
}

    .horizontal-tab .list-group-item1.active:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #fff;
        position: absolute;
        right: 39%;
        top: 50%;
        margin-top: 15px;
        z-index: 1;
    }

    .horizontal-tab .list-group-item1.active:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #ccc;
        position: absolute;
        right: 39%;
        top: 50%;
        margin-top: 16px;
    }

    .horizontal-tab .list-group-item1 .fin-icon {
        font-size: 22px;
        width: 30px;
        float: left;
    }

    .horizontal-tab .list-group-item1 span.fin-icon.financial-icon-icon-1 {
        font-size: 26px;
    }

    .horizontal-tab .list-group-item1 span.fin-icon.financial-icon-transiction-pound {
        font-size: 19px;
        margin-top: 2px;
    }

    .horizontal-tab .list-group-item1 span.fin-icon.financial-icon-icon-2 {
        font-size: 22px;
        margin-top: 1px;
    }

    .horizontal-tab .list-group-item1 .icon.analytics-icon-icon-2 {
        font-size: 22px !important;
        width: 30px;
        margin-top: 2px;
    }


.small-chart .highcharts-subtitle {
    display: none;
}



.alert-container .alert-info-detail .icon {
    font-size: 22px;
    color: #fec00f;
}

.total-percentage {
    font-size: 28px;
    color: #317c91;
}

.total-percentage {
    margin-top: -6px;
}


.total-percentage, .total-costs {
    font-size: 28px;
    color: #317c91;
}

.total-percentage, .total-costs {
    font-size: 28px;
    color: #317c91;
    font-weight: 600;
    line-height: normal;
}

.sub-title {
    font-size: 12px;
    color: #317c91;
    position: relative;
    top: -4px;
}


.invetment-product-charges-percentage .icon {
    font-size: 38px;
    position: absolute;
    top: 4px;
    right: -10px;
    z-index: 100;
    color: #317c91;
}

.charges-table .form-group {
    margin-bottom: 0;
}

.charges-table .result_table > tbody > tr > td {
    vertical-align: middle !important;
}

.form_container.charges-table .form-group {
    margin-bottom: 0px;
}

.charges-table .yearly-charges-title {
    width: 135px;
}

.charges-table .holding-weight-title {
    width: 132px;
}

.charges-table .holding-weight {
    text-align: center;
}

.charges-table .holding-weight-title {
    text-align: right;
}

.holding-title .glyphicon, .holding-weight-title .glyphicon, .yearly-charges-title .glyphicon {
    top: 3px !important;
    font-weight: unset !important;
    margin-left: 3px !important;
    font-size: 11px !important;
    opacity: 0.4;
}

.sort_active {
    opacity: 1 !important;
}

.charges-table .yearly-charges .form-group.percentage {
    width: 101px;
    float: right;
}

.charges-table .yearly-charges .yearly-charges-alert {
    font-size: 19px;
    top: 6px;
    position: relative;
    right: 10px;
    color: #fec00f;
}

.charges-table .fundAlert td {
    border: 1px solid #FF6600;
    border-left: 0px solid red;
    border-right: 0px solid red;
}

    .charges-table .fundAlert td:first-child {
        border-left: 1px solid #FF6600;
    }

    .charges-table .fundAlert td:last-child {
        border-right: 1px solid #FF6600;
    }

    .charges-table .fundAlert td.holding, .charges-table .fundAlert td.holding-weight {
        color: #FF6600;
    }

.charges-table .show-holding .form-group {
    text-align: right;
}

    .charges-table .show-holding .form-group label {
        font-weight: 400;
    }


.charges-table .navigation .pagination {
    margin: 0;
    padding: 0;
}

.total-holding, .navigation, .results-contaner {
    display: inline-block;
}

.total-one-off-charges-container {
    background: #327c91;
    color: #fff;
}

    .total-one-off-charges-container .total-One-Off-Charges, .total-one-off-charges-container .reset-btn {
        display: inline-block;
    }

.investment-product-charges-result .horizontal-tab {
    position: relative;
}

    .investment-product-charges-result .horizontal-tab .back-btn {
        border-radius: 0;
        background-image: none;
        border: 1px solid #c95f17;
        background-color: #df691a;
        color: #fff;
        margin-top: 0;
        box-shadow: none;
        text-shadow: none;
        position: absolute;
        margin-left: 6px;
        height: 34px;
        /* filter: none; */
    }

.pagination > li > a, .pagination > li:first-child > span {
    border-radius: 0px !important;
    color: #333333;
}

.total-holding {
    width: 52%;
    line-height: 6px;
    top: -10px;
    position: relative;
}


.results-contaner {
    float: right;
    margin-left: 8px;
}

    .results-contaner label {
        float: left;
        margin-top: 6px;
    }

    .results-contaner select {
        width: 71px;
        float: left;
        margin-left: 15px;
    }

.total-one-off-charges-container .navigation {
    width: 143px;
}

.total-one-off-charges-container .total-one-off-charges {
    float: left;
    line-height: 30px;
}

.footer-btn-container {
    float: right;
}

    .footer-btn-container .next-btn {
        border-radius: 0;
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: #389367;
        color: #ffffff;
        margin-top: 0;
        box-shadow: none;
        text-shadow: none;
        filter: none;
    }

    .footer-btn-container .back-btn {
        border-radius: 0;
        background-image: none;
        border: 1px solid #c95f17;
        background-color: #df691a;
        color: #fff;
        margin-top: 0;
        box-shadow: none;
        text-shadow: none;
        filter: none;
    }



.investment-product-container {
    width: 61.5% !important;
    float: left;
    margin-right: 3%;
}

.chart-container {
    width: 35% !important;
    float: left;
}

.invetment-product-charges-form {
    width: auto !important;
}

.chart-container .horizontal-tab .list-group-item1 {
    padding: 4px 8px;
    width: 33.33%;
}

.investment-product-footer {
    margin-bottom: 50px !important;
}

.total-holding {
    width: 264px;
    top: 7px;
    line-height: 14px;
    margin-bottom: 14px;
}

.service-charges .invetment-product-charges-row .glyphicon {
    font-size: 18px;
    border-radius: 50px;
    width: 33px;
    height: 33px;
    display: inline-block;
    background: #1b5084;
    color: #fff;
    cursor: pointer;
}

.service-charges .invetment-product-charges-row .glyphicon-menu-right:before, .service-charges .invetment-product-charges-row .glyphicon-menu-down:before {
    position: absolute;
    left: 8px;
    top: 7px;
}


.service-charges-drop-down-container {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    background: #ffffff;
    margin-top: -9px;
    border: 1px solid #dddddd;
    background: #fafafa;
}

    .service-charges-drop-down-container.ng-hide {
        opacity: 0;
        /* transform: scale(0.8); */
    }

    .service-charges-drop-down-container .drop-down-title {
        text-align: right;
        font-size: 15px;
        top: 6px;
    }

.service-charges-row {
    margin-bottom: 0px;
}

.one-off-charges-contanier .invetment-product-charges-percentage, .one-off-charges-contanier .invetment-product-charges-price {
    background: #ffffff;
}

.one-off-charges-contanier .service-charges-drop-down-container .invetment-product-charges-percentage, .one-off-charges-contanier .service-charges-drop-down-container .invetment-product-charges-price {
    background: #fafafa;
}

.charge-type-title, .investment-product-charges-total {
    border-right: 1px solid #ddd !important;
}

.info-card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 7px;
    border: 1px solid #DCE6EB;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .info-card.total-charges, .info-card.final-year-changes, .info-card.reduction-yield {
        background: #fff9e5;
    }

    .info-card.total-investment, .info-card.net-growth, .info-card.net-yield {
        background: #e8f9fc;
    }

        .info-card.total-investment .icon, .info-card.net-growth .icon, .info-card.net-yield .icon {
            background: #1ab5d3;
        }

    .info-card.total-charges .icon, .info-card.final-year-changes .icon, .info-card.reduction-yield .icon {
        background: #ffc20e;
    }

    .info-card.total-investment .number, .info-card.net-growth .number, .info-card.net-yield .number {
        color: #1ab5d3;
    }


    .info-card.total-charges .number, .info-card.final-year-changes .number, .info-card.reduction-yield .number {
        color: #ffc20e;
    }


    .info-card .icon {
        float: left;
        text-align: center;
        width: 100px;
        position: absolute;
        left: 0;
        top: 0px;
        height: 92px;
    }

        .info-card .icon i {
            font-size: 32px;
            color: #fff;
            margin-top: 31px;
        }

    .info-card p {
        margin-bottom: 0;
        line-height: 1.2;
        text-align: right;
    }

    .info-card .number {
        display: block;
        font-size: 28px;
        font-weight: 600;
    }

    .info-card .title {
        font-size: 14px;
        color: #888888;
    }

    .info-card .fin-icon {
        display: inline-block;
        font: normal normal normal 14px/1 financial-font-icons;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.info-card-container {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.charges-result-table .table > thead > tr > th {
    height: auto !important;
    font-weight: normal;
}

.charges-result-table td.adviser-fees, .charges-result-table td.platform-fees {
    padding-left: 30px !important;
}

.charges-result-table table {
    width: 99.99% !important;
}

    .charges-result-table table tbody {
        text-align: right;
    }

.charges-result-table .total-footer td {
    color: #fff;
    background: #3378b5;
}

.charges-result-table .bg-gray td {
    background: #f8f8f8 !important;
}

.charges-result-table .total-footer:hover td {
    color: #fff !important;
    background: #3378b5 !important;
}

.result-highchart {
    position: relative;
    width: 100%;
    height: 400px;
}

    .result-highchart result-chart {
        position: absolute;
        width: 100%;
    }

.charge-chart-container {
    position: relative;
    width: 100%;
    height: 306px !important;
}

    .charge-chart-container hc-chart {
        position: absolute;
        width: 100%;
    }

.result_one .horizontal-tab .list-group-item1 {
    width: 33.33%;
    height: 60px;
}

.result_one .info_box {
    margin-top: 15px;
}

.result_one .horizontal-tab .list-group-item1.active:before {
    margin-top: 30px;
    right: 46%;
}

.result_one .horizontal-tab .list-group-item1.active:after {
    margin-top: 28px;
    right: 46%;
}

.result_one .horizontal-tab .list-group-item1 span {
    top: 13px;
    padding: 10px;
    position: relative;
    font-size: 18px;
}

.result-buttons .riy-btn {
    right: 100px;
    left: auto;
}

.selected-portfolio-slide .mandatory:after {
    top: 9px !important;
}

.info-card-bottom-text {
    margin: 0 10px;
}

.growth-details-container {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    padding: 19px;
    margin-top: 22px;
}

.calc-container h4 {
    font-size: 20px;
}

.charges-result-table .result_table.table {
    margin-bottom: 0;
}

.growth-details-container .accordion {
    margin-bottom: 0px;
}

.growth-details-container .chart-title-container {
    position: relative;
}

    .growth-details-container .chart-title-container .form-group.chart-bth {
        position: absolute;
        right: 150px;
    }

        .growth-details-container .chart-title-container .form-group.chart-bth .switch-btn {
            display: inline-block;
            width: 154px;
            padding: 1px 3px;
            background: #389367;
            color: #ffffff;
            border-radius: 2px;
            margin-left: 5px;
        }

            .growth-details-container .chart-title-container .form-group.chart-bth .switch-btn .switch-btn-yearly {
                padding: 4px 3px;
                width: 72px !important;
                display: inline-block;
                text-align: center;
                cursor: pointer;
                border-radius: 2px;
            }

            .growth-details-container .chart-title-container .form-group.chart-bth .switch-btn .active {
                background: #fec00f;
                color: #333;
                cursor: not-allowed;
            }

            .growth-details-container .chart-title-container .form-group.chart-bth .switch-btn .switch-btn-monthly {
                padding: 6px 3px;
                width: 72px !important;
                display: inline-block;
                text-align: center;
                cursor: pointer;
            }

.icon-nav-arrow.analytics-icon-icon-7.active-1 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-charges-header {
    width: 35%;
}

.service-charges-header {
    width: 35%;
}

.charges-type-header, .product-charges-header, .product-total-header {
    border-right: 1px solid #fff;
}

.calc-container .top-section {
    min-height: 327px;
}

.invetment-product-charges-percentage .or-txt {
    position: absolute;
    right: -17px;
    top: 15px;
    z-index: 1000;
    font-size: 15px;
    font-weight: bold;
}

.invetment-product-charges-row {
    padding: 10px 25px;
}

.invetment-product-charges-title {
    font-size: 18px;
    margin-top: 3px;
}

.form-group.clearfix.service-charges-footer {
    position: relative;
    margin-top: 50px;
}

.get-started.goto_rc_form.single-porfolio {
    margin-right: 15px;
}

.form-group.clearfix.service-charges-footer .notification {
    width: auto !important;
}

.service-charges-footer .notification {
    margin-left: -15%;
}

.investment-product-footer .notification {
    margin-left: -22%;
    width: auto !important;
}

.modal-footer.result-buttons .btn {
    position: relative;
    left: 0;
    bottom: 0;
}

#PDFDownloadModal .modal-content .modal-title {
    margin-bottom: 0px;
}

#PDFDownloadModal .modal-check-box-label {
    margin-left: 10px;
}

.modal-dialog {
    margin: 61px auto !important;
}

.check-list-container {
    margin-left: 15px;
}

.charges-result-table tr.sub-charges td {
    background: #fceffc;
}

.investment-product-footer .notification, .service-charges-footer .notification {
    width: auto !important;
}


@media (max-width:1199px) {
    .mifid-home-container .calc-container {
        margin: 10px;
    }

    .invetment-product-charges-title {
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        margin-top: 5px;
    }

    .total-percentage, .total-costs {
        font-size: 20px;
    }

    .invetment-product-charges-form {
        width: auto !important;
    }

    .horizontal-tab .list-group-item1 .icon {
        float: none;
        display: block;
    }

    .horizontal-tab .list-group-item1 span {
        white-space: pre;
        font-size: 13px;

    }
   

    .investment-product-charges-result .horizontal-tab .list-group-item1.active:after {
        margin-top: 29px;
    }

    .investment-product-charges-result .horizontal-tab .list-group-item1.active:before {
        margin-top: 30px;
    }

    .investment-product-charges-result .horizontal-tab .back-btn {
        height: 60px;
    }

        .investment-product-charges-result .horizontal-tab .back-btn .glyphicon {
            margin-right: 0;
            display: block;
        }


    .total-holding {
        width: 163px !important;
        line-height: 18px;
        margin-top: 2px;
        position: relative;
        top: -2px;
    }

    .investment-product-charges-result .horizontal-tab .list-group-item1 span.fin-icon {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        margin-top: 5px !important;
    }

    .investment-product-charges-result .horizontal-tab .list-group-item1 {
        padding: 2px 0px;
        height: 60px !important;
    }

        .investment-product-charges-result .horizontal-tab .list-group-item1 .fin-icon {
            height: 24px;
        }

    .calc-container .top-section {
        min-height: 348px;
    }

    .invetment-product-charges-row {
        padding: 10px 20px;
    }
}


@media (max-width:1199px) {
    .yield-calculator .process_bar.list-group .list-group-item span {
        margin: 0 auto;
    }

    .portfolio-box.form-control {
        width: 258px;
    }
        .invetment-product-charges-summary {
    margin: 0 0 8px 0 !important;
}
        .one-off-charges-contanier {
    margin: 0 0 34px 0 !important;
}
        .service-charges-drop-down-container{
                   margin-top: -16px;
        }
}

@media (max-width:991px) {
    .yield-calculator .process_bar.list-group .list-group-item span {
        margin: 0 13px;
    }
   
}

   .highcharts-tooltip span b {
       white-space:pre !important;
    }

@media only screen and (device-width: 768px) {
  .highcharts-tooltip span {
        width: 170px !important;
        overflow: auto;
        white-space: normal !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .highcharts-tooltip span {
        width: 170px !important;
        overflow: auto;
        white-space: normal !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
 .highcharts-tooltip span {
        width: 170px !important;
        overflow: auto;
        white-space: normal !important;
    }

}
@media (max-width:1200px) {
    .select-portfolio{
        margin-left:54px;
    }
    .form-group.portfolio-section.clear-selection-container .select-portfolio{
          margin-left:0px;
    }
    .yield-calculator .form-group.portfolio-section .mandatory:after{
            left: 30px !important;
    }
    .yield-calculator .form-group.portfolio-section + .portfolio-erro-msg  + .mandatory-info{
         margin-left: 55px;
    }

    .yield-calculator .form-group.portfolio-section.clear-selection-container + .portfolio-erro-msg + .mandatory-info {
         margin-left: 0px !important;
    }
}



@media (max-width:991px) {
    .form-content .form-control {
        font-size: 11px;
    }

    .icon-nav-arrow {
        font-size: 23px;
        top: 16px;
        right: 7px;
    }

    .alert-container {
        width: 24px;
    }

    .invetment-product-charges-title {
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
    }

    .horizontal-tab .list-group-item1 {
        width: 94px;
        text-align: center;
    }

        .horizontal-tab .list-group-item1 .icon {
            display: none;
        }

        .horizontal-tab .list-group-item1 span {
            font-weight: 400;
            font-size: 15px;
            white-space: normal;
            text-align: center;
        }


    .investment_types {
        font-size: 14px;
    }

    .chart-container .horizontal-tab .list-group-item1.active:after {
        margin-top: 23px;
    }

    .chart-container .horizontal-tab .list-group-item1.active:before {
        margin-top: 25px;
    }

    .investment-product-charges-result .horizontal-tab .list-group-item1.active:after {
        margin-top: 21px;
    }

    .investment-product-charges-result .horizontal-tab .list-group-item1.active:before {
        margin-top: 23px;
    }


    .charges-table .table > tbody > tr > td, .charges-table .table > tbody > tr > th, .charges-table .table > tfoot > tr > td {
        padding: 6px 5px;
    }

    .investment-product-charges-result .horizontal-tab .back-btn {
        height: 47px;
        margin-left: 6px;
    }

    .investment-product-charges-result .sub-title {
        top: -5px;
        white-space: pre;
        left: -6px;
    }

    .invetment-product-charges-percentage .sub-title {
        font-size: 12px;
        color: #317c91;
        position: relative;
        top: -1px;
        white-space: normal;
        line-height: 1;
    }

    /*  #highchart-container {
        position: relative;
        height: 300px;
        width: 200px;
    }   */

    .invetment-product-charges-summary.summeryAlert {
           margin-bottom: 15px !important;
    }



    .service-charges .invetment-product-charges-row .glyphicon {
        font-size: 15px;
        width: 27px;
        height: 27px;
        right: 5px;
    }

        .service-charges .invetment-product-charges-row .glyphicon:hover {
            opacity: 0.8;
        }

    .service-charges .invetment-product-charges-row .glyphicon-menu-right:before, .service-charges .invetment-product-charges-row .glyphicon-menu-down:before {
        position: absolute;
        left: 7px;
    }

    .investment-product-charges-result .horizontal-tab .list-group-item1 span.fin-icon {
        display: none !important;
    }

    .investment-product-charges-result .horizontal-tab .list-group-item1 {
        height: auto !important;
    }

    .total-holding {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .invetment-product-charges-form .form-control {
        padding: 6px 6px;
    }

    .invetment-product-charges-form .percentage input {
        padding-right: 30px;
    }

    .info-card .icon {
        width: 63px;
    }

    .invetment-product-charges-row {
        padding: 10px 15px;
    }

    .invetment-product-charges-percentage .or-txt {
        position: absolute;
        right: -13px;
        top: 18px;
        z-index: 1000;
        font-size: 13px;
        font-weight: normal;
    }

    .invetment-product-charges-percentage .icon {
        font-size: 29px;
    }

    .service-charges-footer .notification {
        margin-left: -16%;
    }

    .investment-product-footer .notification, .service-charges-footer .notification {
        width: 320px !important;
    }

    .form-group.clearfix.service-charges-footer .notification {
        width: 320px !important;
    }

    .selected-portfolio-slide {
        width: 100%;
    }

    .quick_icons {
        width: 190px !important;
    }

        .quick_icons .list-group .list-group-item span.icon {
            width: 35px;
        }

            .quick_icons .list-group .list-group-item span.icon.oti-iocn.oti-rc-iocn {
                width: 44px;
            }

        .quick_icons .list-group .list-group-item span, .quick_icons .list-group .list-group-item.active span {
            font-size: 13px;
        }

    #main-slide-2 .form-content {
        width: 580px;
        margin-left: 5px !important;
    }

    .notification {
        width: 38%;
    }

    .portfolio-section {
        width: 100%;
    }

    .invetment-product-charges-summary {
    margin: 0 0 10px 0 !important;
}

    .one-off-charges-contanier{
            margin: 0 0 24px 0 !important;
    }


}

.mifidBtn {
    min-height: 31px;
}

.info-container .popover {
    width: 450px !important;
}

.chart-title-container h3 {
    margin-bottom: 12px !important;
}

.chart-title-container .mandatory-info {
    font-size: 14px;
    top: -10px;
    position: relative;
}

.portfolio-erro-msg {
    padding-left: 0;
}

.total-protuct-section .col-xs-3.invetment-product-charges-row.invetment-product-charges-price.text-center {
    width: 33%;
}

.result-section .horizontal-tab ul.list-group1 {
    text-align: center;
    width: 100%;
}

.result-section .horizontal-tab .list-group-item1 {
    display: inline-block;
    float: none;
    margin-left: -3px;
}

@media (max-width:1199px) {
 
 .yield-calculator  #main-slide-1  .col-lg-12.col-lg-offset-3.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.selected-portfolio-slide{
        width: 100% !important;
    }
   .highcharts-tooltip span b {
       white-space:pre !important;
       display:inline-block !important;
       width:100%
    }

}



@keyframes fadein {
    from {
        opacity: 0;
        opacity: 0;
    }

    to {
        opacity: 1;
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        opacity: 0;
    }

    to {
        opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        opacity: 0;
    }

    to {
        opacity: 1;
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
        opacity: 0;
    }

    to {
        opacity: 1;
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 0;
        opacity: 0;
    }

    49% {
        opacity: 0;
        opacity: 0;
    }

    50% {
        opacity: 1;
        opacity: 1;
    }

    99% {
        opacity: 1;
        opacity: 1;
    }

    100% {
        opacity: 0;
        opacity: 0;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.col-lg-3.col-md-4.col-sm-4.quick_icons + .col-md-8.col-sm-8 {
    padding: 0;
}


@media (max-width: 991px) {

    single-slider2 .quick_icons {
        left: 1px !important;
    }

    #main-slide-2 .form-content {
        margin-left: -4px !important;
    }

    single-slider2 .col-lg-3.col-md-4.col-sm-4.quick_icons + .col-md-8.col-sm-8 {
        margin-left: 0;
    }

    .quick_icons {
        padding-right: 0;
    }

    .quick_icons {
        width: 191px !important;
        margin-right: 13px;
    }

    .col-lg-3.col-md-4.col-sm-4.quick_icons + .col-md-8.col-sm-8 {
        margin-left: 15px;
    }

    #compare-slide-2 .col-lg-3.col-md-4.col-sm-4.quick_icons + .col-md-8.col-sm-8 {
        width: 72.666667%;
        padding: 0;
    }

        #compare-slide-2 .col-lg-3.col-md-4.col-sm-4.quick_icons + .col-md-8.col-sm-8 .form-content {
            padding-right: 11px;
            margin-left: -5px;
        }
}



/*spinner*/

.loader-wrapper {
     display: none !important;
}
body.isHidden .topNavication, body.isHidden .wrapper{
    display: none !important;
}

body.isHidden .loader-wrapper, body.isHidden .lds-spinner, body.isHidden   .spinner-loading{
      display: block !important;
}

.loader-wrapper {
       width: 100%;
    height: 100vh;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.spinner-loading {
     top: 35%;
      z-index: 1000000000;
      position: relative;
      margin:0 auto !important;
      color:#333333 !important;
      width: 350px !important;
      text-align:center
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 1000000000;
  top: -68px;
  margin:0 auto !important;
}
.lds-spinner div {
  transform-origin: 30px 30px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius:20%;
  background: rgba(0, 0, 0, 0.75);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

th.yearly-charges-title.oneoff-charges {
    text-align: right;
    padding-right: 12px !important;
} 

.clearspan {
    padding: 0 !important; 
    display: inline !important; 
}