/**
* 2017 WebDevOverture
*
* 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@webdevoverture.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade WebDevOverture to newer
* versions in the future. If you wish to customize WebDevOverture for your
* needs please refer to http://www.webdevoverture.com for more information.
*
*  @author    WebDevOverture <admin@webdevoverture.com>
*  @copyright 2017 WebDevOverture
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of WebDevOverture
*/
.pps_payment {
    border: 1px solid lightgrey;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
}

#paypal_standard_row {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

#paypal_standard_button_container {
    border: 1px solid #d6d4d4;
    padding: 13px 15px 2px 15px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#paypal_standard_button_container: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.paypal_unavailable {
    background: url(../img/PayPal_Card_Logo.png) 15px 15px no-repeat #fbfbfb; 
}