.user-welcome-msg {
    margin-bottom: 10px;
    font-weight: normal;
}
.user-welcome-info {
    margin-bottom: 8px;
    font-size: 16px;
}
.acc-info {
    padding-top: 8px;
    padding-bottom: 3px;
}
.acc-pop-up-content {
    font-size: 13px;
}
.acc-pop-up-content ul li {
    font-size: 13px;
    margin-top: 0px;
}

.acc-right-cont {
    text-align: left;
}

.acc-large-text {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.acc-pop-up-content ul {
    margin-left: 0px;
    margin-bottom: 15px;
}
.acc-creditcard-info-cont {
    display: table;
    width: 100%;
}
.acc-creditcard-info-cont .acc-creditcard-info-left,
.acc-creditcard-info-cont .acc-creditcard-info-right {
    display: table-cell;
    vertical-align: top;
}
.acc-creditcard-info-cont .acc-creditcard-info-right {
    text-align: right;
    float: right;
    width: 127px;
}
.maksu-visamaster-img:after {
    clear: both;
}
.billing-fee-consent-label {
    font-size: 12px;
}
.billing-fee-consent-cont {
    display: table;
    margin-bottom: 15px;
}
.billing-fee-consent-row {
    display: table-cell;
    vertical-align: bottom;
}
#billing-fee-consent {
    margin-left: 10px;
    transform : scale(1.5);
}
.alertify.acc-pop-up .ajs-commands {
    right: -8px;
}
.alertify.acc-pop-up .ajs-dialog {
    max-width: 654px;
}
.alertify.acc-pop-up .ajs-header,
.alertify.acc-pop-up .ajs-body,
.alertify.acc-pop-up .ajs-footer {
    padding: 30px;
    border: 0;
}
.alertify.acc-pop-up .ajs-header {
    padding-bottom: 0px;
    background-color: #fff;
}
.alertify.acc-pop-up .ajs-header hr {
    margin: 0;
}
.alertify.acc-pop-up .ajs-body {
    padding-top: 0px;
    padding-bottom: 0px;
}
.alertify.acc-pop-up .ajs-footer {
    padding-top: 0px;
}
.acc-btn {
    margin-bottom: 10px;
}
.acc-pop-up-content {
    display: none;
}
.acc-pop-up-content.visible-content {
    display: block;
}
#vismapay-card-payment-iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    min-height: 200px;
}
button#acc-discontinue-btn:disabled,
button#acc-discontinue-btn[disabled=disabled] {
    cursor: not-allowed;
    pointer-events: none;
    color: #aaa;
    background-color: #ddd;
}
.alertify.acc-pop-up #read-more,
.alertify.acc-pop-up #cvv-more,
.alertify.acc-pop-up #debit-payment-more {
    display: none;
    margin-bottom: 10px;
}
#vismapay-iframe-controls {
    display: none;
}
.acc-pop-up.view-disabled .ajs-header,
.acc-pop-up.view-disabled .ajs-body .acc-pop-up-cont-data {
    display: none;
}
#card-registering-spinner {
    display: none;
    margin-top: 30px;
}
.card-registering-spinner {
    border: 10px solid #eee;
    border-radius: 50%;
    border-top: 10px solid #bbb;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
