@charset "utf-8";

body{
	background-color: #eee;
}

#side_nav{
	background-color: #000;
	min-width: 250px;
	max-width: 250px;
}
.content{
	min-height: 100vh;
	width: 100%;
}
hr.h-color{
	background-color: #eee;
}
.sidebar li.active{
	background-color: #000;
	border-radius: 8px;
}
.sidebar li.active a, .sidebar li.active a:hover{
	color: #000;
}
.sidebar li a{
	color: #fff;
}
.login{
	background-color: #F0B400;
}

.res-oculto{
	display: none;
}
.alert{
	padding: 4px 16px;
	margin-left: 8px;
	margin-right: 8px;
}

.cuerpo-login{
	background-image: url("../imgs/fondoIndex.jpg"); 
	object-fit: cover; 
	object-position: center;
	background-size: cover;
}

.form-check-input{
	margin-left: -24px;
}

#registros_length select{
	width: 65px;
}
.dataTable{
	font-size: 0.8em;
}
.dataTable > tbody > tr > td{
	padding: 4px;
}
.paginate_button .page-item{
	padding: 4px;
}
#tabla_pos{
	font-size: .8em;
}
#total_venta, #leyenda_total{
	font-weight: bold;
	font-size: 1.3em;
}

/* 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;
}

input[readonly]
{
    background-color: rgba(0, 0, 0, 0)
}
.tabla-resumen {
  border-collapse: collapse;
}

.vendido-a {
  border-bottom: 2pt solid black;
}
.body-resumen{
	font-size: .75em;
}
#total_venta{
	font-size: 1.25em;
}
.table td.text-center {
  text-align: center;
}

.layout .overlay {
    position: fixed; /* Asegúrate de que esté fijo */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Color de fondo semitransparente */
    display: none; /* Cambia a block cuando sea necesario en JavaScript */
    z-index: 50; /* Un valor menor que la modal */
}

.modal {
    z-index: 1050; /* Asegúrate de que este valor sea mayor que el overlay */
}
