.btn-success
{
	background-color: #93c54b;
}

/* Confirmacion compacta */
.confirmacion {
	font-size: .875rem;
}

.confirmacion .form-group {
	margin-bottom: .55rem;
}

.confirmacion-titulo {
	margin-bottom: .65rem !important;
}

.confirmacion-titulo .panel-heading {
	padding-top: .35rem;
	padding-bottom: .35rem;
	border-radius: .2rem;
}

.confirmacion-titulo h4,
.confirmacion-seccion-titulo h4 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
}

.confirmacion-seccion-titulo {
	margin: 0;
	padding: .55rem .75rem .25rem;
	border: 1px solid #dee2e6;
	border-bottom: 0;
	border-radius: .3rem .3rem 0 0;
}

.confirmacion-seccion-titulo hr {
	display: none;
}

.confirmacion-tarjeta {
	margin-right: 0;
	margin-left: 0;
	padding: .45rem 0 .25rem;
	border: 1px solid #dee2e6;
	border-radius: 0 0 .3rem .3rem;
}

.confirmacion label {
	margin-bottom: .18rem;
	font-size: .78rem;
}

.confirmacion .form-control {
	height: 32px;
	padding: .25rem .55rem;
	font-size: .82rem;
}

.confirmacion-conceptos-titulo {
	margin-top: .2rem;
}

.confirmacion-tabla {
	padding: .2rem 0 0;
}

.confirmacion .table {
	margin-bottom: 0;
	font-size: .82rem;
}

.confirmacion .table th,
.confirmacion .table td {
	padding: .25rem .5rem;
	vertical-align: middle;
}

.confirmacion-pago {
	margin-top: .15rem;
	padding-top: .55rem;
	border-radius: .3rem;
}

.confirmacion-uso {
	margin-top: -.15rem;
}

.confirmacion-captcha {
	margin-top: .15rem;
}

.confirmacion-acciones {
	justify-content: flex-end;
	margin-top: -.2rem;
}

/* Encabezado mas corto para aprovechar pantallas de poca altura. */
#panel-heading {
	align-items: center;
	min-height: 92px;
}

#logoGL {
	margin-top: 0 !important;
}

#logoGL img {
	width: 82px;
	height: 82px;
	object-fit: contain;
}

#logoGL img.red-energy-logo {
	width: 123px;
	height: 82px;
}

#panel-heading .jumbotron {
	margin: 0;
	padding: 1rem 0;
}

#panel-heading .jumbotron h1 {
	margin: 0;
	font-size: 1.85rem;
}

.columna-ticket {
	margin-top: 4px;
}

.columna-ticket .reloj {
	width: 62.5%;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
}

.reloj {
	display: grid;
	grid-template-columns: repeat(3, minmax(28px, 1fr)) auto;
	column-gap: 0;
	row-gap: 4px;
	align-items: start;
	width: 100%;
	color: #343a40;
	text-align: center;
}

.reloj-unidad {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.reloj-numero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	border-radius: 4px;
	background: #263238;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 0;
}

.reloj-unidad:first-child .reloj-numero {
	border-radius: 4px 0 0 4px;
}

.reloj-unidad:nth-child(2) .reloj-numero {
	border-right: 1px solid rgba(255, 255, 255, .18);
	border-left: 1px solid rgba(255, 255, 255, .18);
	border-radius: 0;
}

.reloj-unidad:nth-child(3) .reloj-numero {
	border-radius: 0 4px 4px 0;
}

.reloj-etiqueta {
	margin-top: 2px;
	font-size: .44rem;
	font-weight: 700;
	letter-spacing: .04em;
}

.reloj-periodo {
	align-self: center;
	margin-left: 4px;
	padding: 4px;
	border-radius: 4px;
	background: #6c757d;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .22);
	color: #fff;
	font-size: .5rem;
	font-weight: 700;
}

.reloj-fecha {
	grid-column: 1 / -1;
	margin-top: 0;
	font-size: .60rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

@media (max-width: 767.98px) {
	#panel-heading {
		min-height: 72px;
	}

	#logoGL {
		width: 82px;
		padding-right: 0;
	}

	#logoGL img {
		width: 66px;
		height: 66px;
	}

	#logoGL img.red-energy-logo {
		width: 99px;
		height: 66px;
	}

	#panel-heading > .col-md-10 {
		width: calc(100% - 82px);
		padding-left: 0;
	}

	.columna-ticket {
		width: 100%;
		margin-top: 16px;
		padding: 0 15px;
	}

	.reloj {
		max-width: 225px;
		margin-left: auto;
		margin-right: auto;
	}

	#panel-heading .jumbotron h1 {
		font-size: 1.45rem;
	}

	.confirmacion-seccion-titulo {
		padding-left: .55rem;
	}

	.confirmacion-tarjeta {
		padding-top: .35rem;
	}

	.confirmacion-tarjeta > [class*="col-"] {
		margin-bottom: .4rem;
	}

	.confirmacion-acciones {
		position: sticky;
		z-index: 100;
		bottom: 0;
		display: flex;
		flex-wrap: nowrap;
		gap: .5rem;
		margin: .25rem -15px 0;
		padding: .5rem 15px;
		background: #fff;
		box-shadow: 0 -2px 8px rgba(0, 0, 0, .12);
	}

	.confirmacion-acciones > div {
		flex: 1 1 50%;
		max-width: none;
		margin: 0;
		padding: 0;
	}
}
