html{
	min-height: 100%;
	position: relative;
	
}

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	overflow-y: scroll;
}

header{
	min-height: 60px;
	width: 100%;
	/* display: flex;
  	justify-content: space-between; */
}
main{
	width: 100%;
	/*El alto de la ventana, menos la altura del menú y del footer*/
	min-height: calc(100vh - 60px - 40px); 
	background-color: rgb(221, 221, 221); 
}

footer {
	align-self:flex-end;
	background-color: #f8f9fa!important;
	/* position: absolute; */
	/* bottom: 0; */
	width: 100%;
	height: 40px;
	color: darkgray;
	display: flex;
	align-items: center;
	justify-content: center;
}
.puntomenu {
	color:rgb(80, 80, 80) !important;
}
.puntomenu:active{
	background-color: rgb(80, 80, 80) !important;
	color: white !important;
}

.img{
	max-width:250px;
}

.imgmenu{
	max-width:200px;
}
.titulo {
	color:rgb(80, 80, 80) !important;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1em !important;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
.bi-pencil-square,
.bi-check-square
{
	font-size: 25px;
	cursor: pointer;
}
.selectmesa {
	max-width: fit-content !important; 
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
/* .senseespai {
	margin:0 !important;
	padding: 0 !important;
	max-width: fit-content;
} */
.logo{
	padding: 4px 4px 4px 4px !important;
	margin:0 !important;
}
.reduit{
	font-size: 10pt !important;
}
