/**
 * 2013 - 2019 PayPlug SAS
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0).
 * It is available through the world-wide-web at this URL:
 * https://opensource.org/licenses/osl-3.0.php
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to contact@payplug.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PayPlug module to newer
 * versions in the future.
 *
 *  @author    PayPlug SAS
 *  @copyright 2013 - 2019 PayPlug SAS
 *  @license   https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *  International Registered Trademark & Property of PayPlug SAS
 */
div.payplug-wrapper{
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: bold;
    /*letter-spacing: -1px;*/
    line-height: 23px;
    /*padding: 0;
    margin: 0;*/
    position: relative;
    margin: 0 0 10px;
}

div.payplug-wrapper .payment_module {
    letter-spacing: -1px;
}

div.payplug-wrapper .payment_module span{
    background: url('../img/logos_schemes_default.png') 15px center no-repeat;
    /*padding-left: 197px;*/
    padding: 33px 40px 34px 240px;
    display: block;
}

div.payplug-wrapper .payment_module span.it{
    background-image: url('../img/logos_schemes_it.png');
}

div.payplug-wrapper form{
    padding: 0 0 10px 16px;
    position: relative;
}

div.payplug-wrapper form div.card-wrapper {
    overflow: hidden;
    line-height: normal;
    padding: 0 0 10px 0;
}

div.payplug-wrapper form input[name=payplug_card] {
    float: left;
    margin: 10px 10px 0 0;
}

div.payplug-wrapper form div label {
    float: left;
}

div.payplug-wrapper form div label img {
    float: left;
    padding: 0 8px 0 0;
    width: 50px;
}

div.payplug-wrapper form div label div.info-wrapper {
    float: left;
}

div.payplug-wrapper label[for=payplug_card_new] {
    /*padding: 10px 0 0 0;*/
}

.payplug_expiry_date{
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    /*padding: 0 0 0 19px;*/
    padding: 0 0 0 0;
}

.ppdelete{
    display: block;
    padding: 0 0 0 19px;
    text-decoration: underline;
    font-weight: normal;
    font-size: 0.8em;
    width: 160px;
}

.ppdelete:hover,
.ppdelete:active,
.ppdelete:visited,
.ppdelete:focus{
    text-decoration: underline;
}

.ppsubmit{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00ab7a none repeat scroll 0 0;
    border-radius: 0.25em;
    color: #ffffff;
    font-weight: 700;
    height: 3em;
    margin: 1em auto 0 auto;
    padding: 0;
    text-transform: uppercase;
    min-width: 11em;
    border: none;
}
.ppsubmit:hover {
    background: #49a482 none repeat scroll 0 0;
}
.ppsubmit.disable{
    background: #dddddd none repeat scroll 0 0;
}

.ppOneClickStatus{
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: 14px;
}

.ppOneClickStatus p{
    bottom: 3em;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-align: center;
    width: 325px;
    display: none;
    text-align: right;
}

@media (max-width: 700px) {
    .ppOneClickStatus p {
        width: 250px;
    }
}

@media (max-width: 600px) {
    .card-wrapper,
    .info-wrapper {
        font-size: 14px;
    }
    .ppsubmit {
        position: relative;
        display: block;
    }
    .ppOneClickStatus {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .ppOneClickStatus p {
        bottom: 0;
        position: relative;
        text-align: center;
        width: auto;
    }
}

.loader{
    left: 50%;
    margin-right: -30px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 11px;
    z-index: 9999;
    background: #000000;
}

.ppOneClickStatus .loader {
    width: 30px;
    height: 30px;
    background: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
}

.ppsuccess{
    color: #00ab7a;
}

.ppfail {
    color: #dd2525;
}

.ppfail-default,
.ppfail-installment{
    font-size: 13px;
    font-weight: 400;
}

div.ppoverlay {
    /*background: url('../img/admin/spinner.gif') no-repeat #000000 center;*/
    background-color: transparent;
    background-size: 30px 30px;
    /*background: transparent none repeat scroll 0 0;*/
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    /*opacity: 0.5;*/
}


.ppbold {
    font-weight: bold;
}

#module-payplug-cards #center_column {
    width: 757px;
}


#module-payplug-cards p.message{
    display: none;
}

a.payplug.call.pphide{
    display: none;
}