/**
* 2007-2020 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#module-trustpay-error .alert.alert-danger ol li {
  color: #fff;
}

p.payment_module a.trustpay: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;
}

p.payment_module a.trustpay#tpcp{
    background: url('../img/logo/tc.svg') 10px -2px no-repeat #fbfbfb;
}

p.payment_module a.trustpay#tpibt{
    background: url('../img/logo/tp.svg') 10px -2px no-repeat #fbfbfb;
}

p.payment_module a.trustpay {
  padding: 33px 40px 34px 205px;
}

.payment_name#trustpay_payment {
    height: 30px;
    background: url('../../logo.png') 0 0 no-repeat transparent;
    background-size: 40px;
}


.trustpay_iframe_cp,
.trustpay_iframe_ibt {
	display: none;
}

/* TrustPay payment module CSS **************************** */
/* PrestaShop 1.7.x */

/* Currency list */
ul.currency-list-trustpay { 
  margin-left: 40px; 
  list-style-type: circle; 
}

/* Payments icons */
.block-payment-logo-trustpay {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5625rem 1.25rem;
  text-align: center;
  margin: 10px 0;
}
.block-payment-logo-trustpay img {
  margin: .25rem 0;
}

img.trustpay-logo {
  float: right;
}
img.trustpay-loading-icon {
  display: block;
  width: 56px;
  margin: 10px auto;
}
button.trustpay-center-button {
  display: block; 
  margin: 0 auto!important;
}

/* Debug & Testing mode */
.debug-area-trustpay {
  border-color: #cc0000
}
.debug-area-trustpay h3,
p.trustpay-red-text {
  color: #cc0000;
}
.debug-list-trustpay dl {
  display: flex;
  flex-wrap: wrap;
}
.debug-list-trustpay dl dt, .debug-list-trustpay dl dd {
  -moz-box-flex: 0;
  background: #ebebeb none repeat scroll 0 0;
  margin: 0.125rem;
  padding: 0.625rem;
}
.debug-list-trustpay dl dt {
  flex: 0 0 20%;
}
.debug-list-trustpay dl dd {
  flex: 0 0 78%;
}

/* Icons */
.trustpay-logos img, 
.trustpay-logos-execution img,
.trustpay-logos-90 img, 
.trustpay-logos-70 img {
  margin: 0 12px 12px 0;
  background-color: #fff;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  box-shadow: 0px 1px 1.19px 0.81px rgba(0, 0, 0, 0.22);
}
.trustpay-logos img {
  max-width: 130px;
  border-radius: 6px;
}
.trustpay-logos-execution img {
  max-width: 90px;
  border-radius: 6px;
}
.trustpay-logos-90 img {
  max-width: 90px;
  border-radius: 4px;
}
.trustpay-logos-70 img {
  max-width: 70px;
  border-radius: 4px;
}
.trustpay-last {
  margin-bottom: 25px; 
}
.trustpay-top-ident { 
  margin-top: 30px; 
}
.trustpay-block-left {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  background: #fff;
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}
/* iFrame */
.payment-iframe {
  border: none;
  width: 100%;
  height: 600px;
}
.minimize-iframe {
  border: none;
  width: 1px;
  height: 1px;
}
/* EOF */


#trustpay_iframe_ibt,
#trustpay_iframe_cp {
  display: none;
}
