p.payment_module a.py_atos {
	background: url("https://fifibrindargent.com/modules/py_atos/img/logo/py_atos.jpg") no-repeat scroll 10px 22px #fbfbfb;
}

p.payment_module a.py_atos:hover {
	background-color: #F6F6F6;
}

p.payment_module a.py_atos_pmeans {
	background: #fbfbfb;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	border: 1px solid transparent;
}

p.payment_module a.py_atos_pmeans:hover {
	background: #F6F6F6;
	border: 1px solid #d6d4d4;
}

#order div.py_atos_debug {

}

#order div.py_atos_debug > .tab-content {
	margin-top: 0;
	padding: 20px 10px 20px 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#order div.py_atos_debug > .tab-content .panel-group {
	margin-top: 10px;
}

#order div.py_atos_debug > .tab-content .panel-group:first-child {
	margin-top: 0;
}

#order div.py_atos_debug > .tab-content .tab-pane .panel {
	padding: 0;
	width: 100%;
	min-height: 0;
}

.py_atos_alert {
	background-color: rgb(217, 237, 247);
	border: 1px solid rgb(188, 232, 241);
	border-radius: 4px;
	box-sizing: border-box;
	color: rgb(49, 112, 143);
	display: block;
	padding: 15px;
}




/* CSS BOOTSTRAP MODAL STYLE */

.modal-open {
	overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 15px;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5040;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5030;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}