/**
* 2013 - 2017 PayPlug SAS
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PayPlug SAS
*  @copyright 2013 - 2017 PayPlug SAS
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 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;
    margin: 0 0 0 7px;
    position: relative;
    border: 1px solid #595a5e;
}

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

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

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: 13px;
    font-weight: normal;
    /*padding: 0 0 0 19px;*/
}

.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: #8fb32a 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: #a7ce39 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: #8fb32a;
}

.ppfail{
    color: #ff0000;
}

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-controllers-front-cards_1_4 p.message{
    display: none;
}

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