/*
 *  Estilos personalizados para la solicitud del pago TPV
 */
body {
	color: #999;
	background: #f5f5f5;
	font-family: 'Varela Round', sans-serif;
}

/*
label.req {
  color: #B70000;
  font-weight: normal;
}
*/
label.req:after{
  content: ' *';
  color: #FF0000;
  font-weight: bolder;
}
.error-field {
  color: #a94442;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
}

#email-sent-msg {
	margin: 15px 0 0 0
}

.form-control {
	box-shadow: none;
	border-color: #ddd;
}
.form-control:focus {
	/*border-color: #4aba70; */
}
.mobile-form {
	width: 350px;
	margin: 0 auto;
	padding: 30px 0;
}
.mobile-form form {
	color: #434343;
	border-radius: 1px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-top: 1px solid #e3e3e3;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 5px 30px 30px 30px;
}
.mobile-form #form-title {
	text-align: center;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*
.mobile-form .avatar {
	color: #fff;
	margin: 0 auto 30px;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 9;
	background: #4aba70;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mobile-form .avatar i {
	font-size: 62px;
}
*/
.mobile-form .form-group {
	margin-bottom: 20px;
}
.mobile-form .form-control, .mobile-form .btn {
	min-height: 40px;
	border-radius: 2px; 
	transition: all 0.5s;
}
/*
.mobile-form .close {
	position: absolute;
	top: 15px;
	right: 15px;
}
*/
.mobile-form .btn {
/*	background: #4aba70; */
/*	border: none; */
	line-height: normal;
}
.mobile-form .btn-green {
	background: #4aba70;
	border: none;
}
.mobile-form .btn-green:hover, .mobile-form .btn-green:focus {
	background: #42ae68;
}
.mobile-form .checkbox-inline {
	float: left;
}
.mobile-form input[type="checkbox"] {
	margin-top: 2px;
}
.mobile-form .forgot-link {
	float: right;
}
.mobile-form .small {
	font-size: 13px;
}
.mobile-form a.green {
	color: #4aba70;
}

.qr-container {
	margin-top: 20px;
	min-height:285px;
	
}
.lista-pagos .list-group-header {
	font-size: 16px;
	font-weight: bold;
}

.lista-pagos .col-descr {
/*
	margin-right:165px;
	border:1px solid green;
*/
}

.lista-pagos .col-price {
/*
	border: 1px solid red;
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: 15px;
	transform: translateY(-50%);
	width: 150px;
	text-align: right;
*/
	font-weight: bold;
}

/* Estilos personalizados para los mensajes, cookies, ...*/
body {
	background-color: #E9EDEE;
	padding-top: 65px;
}
.navbar {
	background-color: #ffffff;
	padding-top:4px;
	border-top:3px solid #D61908;
}
.navbar-header {
	padding: 0px 15px;
}
.navbar-brand {
	padding: 0px;
}
/*
.navbar .navbar-right {
	margin-right: 25px;
}

#langFlags {
	padding-top: 10px;
	padding-bottom: 10px;
}
*/
#language {
	margin-bottom: 5px;
	padding-right: 0;
}
.lang-flag {
	display: inline-block;
}
.lang-flag img {
	width: 48px;
	height: 48px;
}

.lang-flag img {
	transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%); /* FF 35+ */
}
.lang-flag img:hover {
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(100%); /* FF 35+ */
}

img.grayscale {
	filter: gray; 
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease; 
	-webkit-backface-visibility: hidden; 
}
img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

#message h3, .message h3 {
	color: #a94442;
	margin: 0;
}
#txtImportePago {
	margin-right: 5px;
	font-style: italic;
}
.text-bold {
	font-weight: bold;
}
.panel.panel-transparent {
	background-color: transparent !important;
}
.label-info-pedido {
	padding-left: 0px;
	margin-top:5px;
}
.div-info-pedido {
	padding-left: 0px;
}
p.form-control {
	height:100%;
	margin-bottom: 10px;
}

#pageNotFound {
	margin-bottom: 15px;
}
.alert-white {
	background-color: #ffffff;
	border-color: #c1c1c1;
	color: #757575;
}

