.card_mpandco_payment{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 10px;
    justify-content: center;
}
.card_mpandco_payment .icon_mpandco {
    align-self: center;
}

.card_mpandco_payment .icon_mpandco img{
    width: 100%;
    height: auto;
    max-height: 100% !important;
    margin: 0;
    padding: 0;
    max-width: 220px;
}

.row-mpandco{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col{
    width: auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-6, .col-sm-4{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.col-mpandco{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.title-mpandco{
    text-align: center;
    margin-bottom: 5px;
    color: #343434;
    font-weight: 400;
}

.subtitle-mpandco{
    text-align: center;
    margin-bottom: 0;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.card-mpandco {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.card-mpandco .card-content{
    padding: 24px;
    border-radius: 0 0 2px 2px;
}

.label-mpancdo span {
    font-weight: 600;
}

hr.line-mpandco{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #0d47a1;
}

.card-mpandco-subtitle{
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #0d47a1;
    margin-bottom: 5px;
}

.mpandco-box-transaction{
    padding: 15px;
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.5),rgba(89, 131, 193, 0.51)) !important;
    border-radius: 5px;
    border: solid rgba(13, 71, 161, 0.61) 1px;
    color: #fff !important;
    margin-bottom: .8rem;
    position: relative;
}

.mpandco-box-transaction-title{
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.3rem;
}

.mpandco-box-transaction-content{
    background: #ffffff !important;
    color: #000 !important;
    margin: 10px -15px -15px -15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}

.mpandco-icon-expand{
    position: absolute;
    top: 15px;
    right: 15px;
}

.mpandco-icon-expand img{
    width: 20px !important;
    max-width: 20px !important;
    height: auto !important;
    border-radius: 0;
}

.transaction-content{
    padding: 15px 0;
}

span.mpandco-badge {
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-weight: 300;
    font-size: .8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px;
    display: inline-block;
    float: right;
    margin-left: auto;
}