/**
* Copyright (c) 2019. All rights reserved - PaymentCloud.
*
* You are allowed to use the software but NOT allowed to modify the software. 
* It is also not legal to sell, do any changes to the software, or distribute it in any way or form
*
* @author    PaymentCloud
* @copyright 2019 PaymentCloud
* @license   Please see notice above
*/

p.payment_module a.paymentcloud {
    background: url(../img/a4p_payment.png) 15px 15px no-repeat #fbfbfb;
}

.form-container {
    display: block;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    letter-spacing: -1px;
    position: relative;
}

#paymentcloud_form {
	overflow: auto;
}

#a4p-form-fields {
	max-width: 271px;
	margin: auto;
}

#paymentcloud_form .form-control {
	max-width: 271px;
	margin-bottom: 10px;
}

#paymentcloud_form .a4p-form80 {
	max-width: 100px;
	margin-right: 10px;
}

#paymentcloud_payment_button a: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;
}

.a4p-btn-submit {
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    margin-right: 40px;
	display:none;
}