/*
* 2007-2015 PrestaShop
*
* 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     PAYCOMET <info@paycomet.com>
*  @copyright  2019 PAYTPV ON LINE ENTIDAD DE PAGO S.L
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.paytpv
{
    padding-left:10px;
    display: block;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.paytpv_tarjetas{
    padding: 5px 15px 15px 15px;
    font-size: 90%;
}

.paytpv label {
    text-align: left!important;
}

.alert {
    padding: 5px 15px 2px 14px;
    margin: 10px 10px 0px 0px;
    /* text-shadow: 0 1px 0 rgba(255,255,255,0.5); */
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

#directpay{
    font-size: 12px;
     padding: 8px 35px 8px 14px;
    margin: 10px 20px 0px 0px;
    /* text-shadow: 0 1px 0 rgba(255,255,255,0.5); */
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

#directpay p{
    padding_top: 10px;
}

 #directpay .password{
    border: 1px solid #3a87ad;
}

.button_left {
    float: left; 
}

.button_right {
    float: right;
    height: 50px;
}

.nota {
    color: #3a87ad;
    font-size: 90%;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin: 5px 10px 5px 0
}

.suscripcion{
    list-style:none;
}

.suscription_period{
    padding: 5px 0px;
}
.suscripcion li{
    color: rgb(3, 173, 212);
}

#tipo-pago p{
    padding-bottom: 10px;
}

.hidden{
    display:none;
}

.paytpv-pci{
    font-size: 0.8em;
    display: block;
}

.checkbox #savecard {   
    appearance: auto!important;
}

#storingStep .checkbox {
    display: block!important;
}

.paytpv input[type=checkbox] {
    appearance: auto;
 }

p.payment_module a.paycometPayments {
	cursor: pointer;
    padding: 15px 40px 20px 99px;
}
p.payment_module a.paycometPayments:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}

 
