/**
* 2013 - 2018 PayPlug SAS
*
* 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    PayPlug SAS
*  @copyright 2013 - 2018 PayPlug SAS
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PayPlug SAS
*/
#pppanel .pp_list{
	padding: 0 0 10px 0;
}

#pppanel label{
	float: none;
}

#pppanel .btn{
	margin: 0 0 0 100px;
	display: block;
	float: left;
}

#pppanel input[type="submit"].green-button.button{
	margin-top: 20px;
}

#pppanel input[type="submit"].green-button{
	background: #00c29a;
	color: #ffffff;
	border: none;
	/*margin: 15px 0 20px 0;*/
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 60px;
	width: 150px;
	height: 27px;
}

#pppanel input[type="submit"].green-button:hover{
	background: #49a482;
}

#pppanel form{
	position: relative;
	overflow: hidden;
	min-height: 62px;
}

#pppanel img.loader {
	display: none;
	width: 30px;
	height: 30px;
	border-radius: 11px;
	opacity: 1;
	z-index: 9999;
	left: 50%;
	margin: -30px;
	position: absolute;
	top: 50%;
	background: none;
}

.pp_admin_ajax_url{
	display: none;
}

#payplug_popin {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	left: 50%;
	margin-left: -10em;
	position: fixed;
	top: 50%;
	width: 326px;
	z-index: 101;
	font-size: 12px;
}

#payplug_popin .status_bar {
	border-bottom: 1px solid #e5e5e5;
	border: none;
	font-size: 12px;
	border-bottom: solid 1px #eee;
	padding: 10px 0 10px 20px;
}

span.ppclose {
	position: absolute;
	right: 11px;
	top: 10px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=50);
	text-transform: initial;
	font-size: 14px;
}

#payplug_popin form {
	padding: 20px 20px 15px 20px;
	text-align: center;
	overflow: hidden;
}

#payplug_popin p {
	color: #000000;
	padding: 0 0 20px 0;
	margin: 0;
}

#payplug_popin input {
	border: 0.1em solid #bbbbbb;
	border-radius: 0;
	display: block;
	height: 2em;
	margin: 0 auto;
}

#payplug_popin input[name=pwd] {
	margin: 15px auto 20px;
}

#payplug_popin .popin-button {
	width: 6.5em;
	height: 2.5em;
	border-radius: 0.25em;
	border: 0.1em solid #bbbbbb;
	display: inline-block;
	cursor: pointer;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}

#payplug_popin .white-button {
	float: left;
	background-color: #fff;
	font-weight: normal;
}

#payplug_popin .green-button {
	float: right;
	color: #ffffff;
	background: #00c29a none repeat scroll 0 0;
	font-weight: 700;
}

#payplug_popin input.green-button:hover{
	background: #49a482;
}
#payplug_popin input.white-button:hover{
	background: #ccc;
	color: #ffffff;
}


#payplug_popin a.green-button {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 1em 1em 1em 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 11em;
}

#payplug_popin .center-button {
	float: initial;
}

#payplug_popin a.green-button:hover,
#payplug_popin a.green-button:active,
#payplug_popin a.green-button:visited,
#payplug_popin a.green-button:focus{
	text-decoration: none;
}

#payplug_popin .block-button {
	border: none;
	font-weight: bold;
	line-height: 2.2em;
	border-top: solid 1px #eee;
	margin: 0;
	padding: 15px 0 20px 0;
}

#payplug_popin .block-button {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.ppoverlay {
	background: #000000 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#payplug_popin p.ppoc {
	padding: 0 0 20px 0;
}

#payplug_popin p {
	text-align: left;
}

#payplug_popin a {
	color: #00c29a;
}

#payplug_popin ul {
	padding: 20px 0 20px 0;
	margin: 0;
	text-align: left;
	list-style: none;
}

.ppbold {
	font-weight: bold;
}

#payplug_popin .panel-heading {
	font-weight: bold;
	text-align: left;
}

#pppanel img.logo {
	width: 79px;
	height: 28px;
	margin: 0 0 15px 0;
}

#pppanel .form-group {
	overflow: hidden;
}

#pppanel.panel-1-6 .form-group input,
#pppanel.panel-1-6 .form-group label {
	float: left;
	/*padding: 0;*/
	margin: 0;
}

#pppanel.panel-1-6 input[name=pp_amount2refund] {
	width: 100px;
}

#pppanel.panel-1-6 label[for=pp_amount2refund] {
	padding: 5px 10px 0 0;
}

#pppanel label[for=change_order_state] {
	clear: both;
	font-weight: normal;
}

#pppanel.panel-1-6 label[for=change_order_state] {
	clear: both;
	padding: 12px 0 0 0;
}

#pppanel.panel-1-6 input[name=change_order_state] {
	margin: 12px 0 0 10px;
	/*margin: 12px 0 0 63px;*/
}

#pppanel .pperror {
	color: #dd2525;
	padding: 26px 0 0 10px;
	float: left;
	margin: 0;
}

#pppanel.panel-1-6 .pperror {
	padding: 5px 0 0 10px;
}

#pppanel .ppsuccess {
	color: #00c29a;
	padding: 26px 0 0 10px;
	float: left;
	margin: 0;
}

#pppanel.panel-1-6 .ppsuccess {
	padding: 5px 0 0 10px;
}

#pppanel p.refunded_amount {
	font-weight: bold;
}

#formAddPayment table td:nth-child(3) {
	overflow: hidden;
	max-width: 10px;
}

#pppanel ul li {
	list-style-type: none;
}

#pppanel .ppred {
	color: #dd2525;
}

#pppanel hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 17px;
	margin-top: 17px;
}