﻿.card {
    background-color: #f7f7f7;
    text-align: center;
}

    .card .ARMDF {
        background-color: #4BB84C;
    }

    .card .ARMMMF {
        background-color: #9D71AE;
    }

    .card .ARMEURO {
        background-color: #0973BA;
    }

    .card .ARMFIF {
        background-color: #9D71AE;
    }

    .card .AGF {
        background-color: #FCAF32;
    }

    .card .ARMEF {
        background-color: #0973BA;
    }

.fund img {
    margin: 15px auto 10px auto;
    padding: 0 14px;
}

.fund h5 {
    font-size: 16px;
    font-weight: 400;
    opacity: .8;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    min-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fund h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fund h6 {
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF !important;
    padding: 0 3px 10px 3px;
    opacity: .8;
}

.card-footer {
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 25px 0;
    text-align: center;
}

a.view-more {
    text-transform: uppercase;
    display: inline-block;
    line-height: 32px;
    border-radius: 32px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #06A93C;
    color: #06A93C;
    letter-spacing: .8px;
    padding: 0 17px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

    a.view-more:hover {
        text-decoration: none;
    }

.date-bar {
    margin-left: 30px;
}

.curve-20 {
    border-radius: 20px;
    padding: 8px 20px;
}

.element-balances .balance.balance-v2 .balance-title {
    color: #303a46;
}

.element-balances .balance.balance-v2 .balance-value {
    font-size: 2rem;
    line-height: 1;
    color: #06a93c;
}

.footer-disc {
    color: #903060;
}

.element-header {
    font-size: 1.2rem;
    color: #06a93c;
    margin-bottom: 2rem !important;
}

.form-desc {
    border: 1px dotted #CCC;
    padding: 20px;
    margin-bottom: 30px;
    line-height: 17px;
}

    .form-desc p {
        margin: 0;
    }

.fund .curr-inv {
    padding: 0px 12px 10px 12px;
    font-size: 17px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 19px;
    margin-top: -8px;
}

.p20 {
    padding: 0px 20px 20px 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.fund .new-bal {
    background: #EEE;
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    line-height: 17px;
}

.fund input {
    width: 100%;
    border: 1px solid #EEE;
    font-size: 16px;
    color: #333333;
    padding: 5px 25px;
    text-align: center;
    border-radius: 0;
    outline: none;
}

.summary {
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}

    .summary h4 {
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
        padding: 15px 10px;
        display: block;
        text-align: left;
        background: #06a93c;
        font-weight: 600;
    }

.summary-item {
    padding: 10px;
}

.total {
    background: #eee !important;
    border-top: 1px solid #EEE;
    font-weight: 600 !important;
    color: #000 !important;
}

.summary-item table {
    width: 100%;
}

.summary-item tbody tr td {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    text-align: left;
    color: #333;
}

    .summary-item tbody tr td + td {
        text-align: right;
    }

    .summary-item tbody tr td:first-child {
        color: #666;
        padding-left: 10px;
    }

    .summary-item tbody tr td:nth-child(2) {
        color: #000;
        padding: 0px 10px;
        text-align: right;
        letter-spacing: 1px;
        font-weight: 600;
    }

.summary-item tbody tr {
    background-color: #fff;
}

.tcent td {
    text-align: center !important;
    padding: 10px !important;
}

.sum-text {
    line-height: 24px;
    padding: 10px 0 0 0;
}

strong {
    font-weight: 600;
}

.pop-dialog, #message-modal {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
    padding: 30px;
    background-color: #fff;
}

    .pop-dialog div {
        margin-bottom: 15px;
    }

    .pop-dialog span {
        display: inline-block;
        width: 100%;
        text-align: left;
        font-size: 16px;
        color: #a5a5a5;
        display: inline-block;
        margin-bottom: 15px;
    }

.wpc-t-summary-item {
    padding: 10px;
    background: #06a93c;
}

    .wpc-t-summary-item tbody tr td {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 16px;
        text-align: left;
        color: #fff;
    }

        .wpc-t-summary-item tbody tr td:first-child {
            color: #fff;
            padding-left: 10px;
        }

    .wpc-t-summary-item .total {
        background: #FFF !important;
        border-top: 1px solid #EEE;
        font-weight: 600 !important;
        color: #000 !important;
    }

    .wpc-t-summary-item tbody tr.total td {
        color: #000 !important;
    }

.pop-dialog .sum-text span {
    color: #fff !important;
}

.pop-dialog button.mfp-close {
    background-color: transparent;
    top: -75px;
    right: -20px;
    content: '';
}

.pop-dialog button, #message-modal button {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 35px;
    border: none;
    outline: none;
}

.wpc-notific-item {
    position: relative;
    padding: 20px 20px 5px 20px;
    margin-bottom: 30px;
    line-height: 17px;
}

.alert {
    position: relative;
    padding: 20px 20px 20px 20px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
}

.alert-danger {
    color: #652424;
    background-color: #ffbfbf;
    border: none;
}

.failure {
    background: #ffbfbf;
}

    .failure p {
        color: #652424;
        font-size: 1rem;
    }

.success {
    background: #dfffbe;
}

.alert-primary {
    color: #00b302;
    background-color: #dfffbe;
    border: none;
}

.success p {
    color: #00b302;
}

.wpc-receipt-item {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
}

    .wpc-info-item h6, .wpc-receipt-item h6 {
        background-color: #06a93c;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 18px;
    }

    .wpc-receipt-item h6 {
        margin-bottom: 0 !important;
        padding: 4px 16px !important;
        font-weight: 700 !important;
    }

.wpc-info-form {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .wpc-info-form li {
        padding: 20px 15px 40px 35px;
        border-bottom: 1px solid #dddddd;
    }

.wpc-info-name {
    display: inline-block;
    width: 34%;
    line-height: 14px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: top;
    color: #602144;
    text-align: left;
}

.wpc-info-label span {
    float: left;
}

.wpc-receipt-item .wpc-info-name {
    font-weight: 700 !important;
}

.wpc-info-value {
    width: 55%;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.element-box.flat {
    webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.oneline {
    width: 100%;
}

    .oneline input {
        width: 100%;
        border: none;
        font-size: 16px;
        color: #333333;
        padding: 5px 25px;
        text-align: center;
        border-radius: 0;
        outline: none;
        margin-bottom: 20px;
    }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 11px;
}