/**
* 2010-2018 Webkul
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2018 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

p.payment_module a.mpesa_payment_link {
	background: url("../../../views/img/payment_logo.png") no-repeat scroll 15px 15px #FBFBFB
}
.mpesa_payment_container .mpesa_payment_form_container {
    font-size: 14px;
    display: none;
    margin-bottom: 15px;
    color: #333;
}
.mpesa_payment_container #mpesa_payment_form {
    padding: 15px;
    border: 1px solid #ccc;
}
.mpesa_payment_container .mpesa_payment_form_container {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
p.payment_module a.mpesa_payment_link: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;
}
.mpesa_payment_container .wk_msisdn_error {
    color: red;
}
#mpesa_payment_form .form-control {
    max-width: 100%!important;
    height: 35px;
}