/**
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 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.
*/

@charset "utf-8";
/* CSS Document */

.lable em{color:#FF0000;}
.req_fields{font-weight:bold; padding-bottom: 10px;}
.req_fields em{color:#FF0000;}

#nmi_card_form{font-size:12px;}
#errors .error ul li{ list-style:none;}

.nmi_return_page{font-size:13px;}
#nmi_card_form p {
    font-size: 12px;
    padding-bottom: 10px;
}
p.payment_module.nmi a
{
	padding:20px 10px;
}
#nmi_card_form .form-control {
    width: 249px;
}
.nmiselect .col-xs-6
{
	max-width:120px;
}
.nmiselect #expiry_year, .nmiselect  #expiry_month
{
	max-width:110px;
}
@media (max-width:767px)
{
	p.payment_module.nmi a {
		float: left;
		padding: 20px 10px;
		width: 100%;
	}
	p.payment_module.nmi a img{
		float: left;
	}
	p.payment_module.nmi a span{
		display: block;
		overflow: hidden;
		color:#000;
		padding-top: 13px;
	}
}