
			/* ====== Sticky toolbar for phones ====== */
			.toolbar{
			position:fixed; left:0; right:0; bottom:0;
			padding:10px 12px calc(10px + env(safe-area-inset-bottom));
			background:rgba(255,255,255,.95);
			box-shadow:0 -8px 24px rgba(0,0,0,.08);
			display:flex; gap:10px; z-index:50;
			}
			.toolbar .btn{ flex:1; padding:.85rem 1rem; font-weight:600; font-size:1rem; border-radius:12px; }
			
			


.dropdown-item
{
	white-space: normal;
}
.cargando{
	background: url('../img/cargando.gif') no-repeat right center;
}

.focusable {
	cursor: pointer; 
}
.focusable .selected{
	background-color: #46b8da !important; 
}
.selected {
	background-color: #46b8da !important;
}


#lista_registros {
	
	max-height: 385px;
	overflow: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


thead{
	color: #fff;
    background-color: #337ab7 !important;
	position: -webkit-sticky;
	position: sticky ;
	top: 0;
	z-index : 1;
	cursor: pointer; 
}


@media print{
	
	#ticket{
		font-family: serif !important;
	}
	
	#carta{
		margin-top: auto !important;
		margin-bottom: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
}
#impresion{
 
	color: black !important;
	font-size: 24px !important;
}
#ticket{
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	text-align: start;
	font-variant: normal;
	font-family: serif !important;
	max-width: 100mm;
	color: black !important;
	font-size: 24px !important;
}
.roles{ 
	font-stretch: ultra-condensed;
	font-family: "Arial Narrow";
	letter-spacing: 0px;
	color: black !important;
	font-size: 12px !important;
}
