.cargando {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 101, 184, 0.8);
	z-index: 1055;
}
.cargando span {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	margin-left: -28px;
	margin-top: -21px;
}
@media only screen and (max-width: 319px) {
	.logo {
		width: 150px;
	}
}
input.megainput {
	font-weight: bold;
	font-size: 1.2em;
}
table.table-mini td {
	font-size: 0.8em;
	font-size: 3vw;
}

table.table-mini tfoot td {
	font-size: 1.2em;
	font-weight: bold;
}

table.table-hover tbody tr span.borrar {
	display: none;
}

table.table-hover tbody tr:hover span.borrar {
	display: block;
	font-size: 1.2em;
}

.btn-volver {
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 25px;
	width: 30px;
	height: 30px;
	padding: 5px;
	z-index: 25;
}
span.borrar {
	color: #ff0000;
}

div.add2homescreen {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	padding: 25px;
	padding-top: 100px;
	font-size: 1.3em;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	z-index: 1000;
}

dialog {
	width: 50%;
	border-radius: 5px;
	border: 1px solid #000000;
}



dialog::backdrop {
	background: rgba(0, 0, 0, 0.5);
}




.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #ffffff;
	opacity: 1;
}
/*#pagexistencias small {
	color: #a4a4a4;
}*/



body {
	overscroll-behavior-y: contain;
}

.btn-portada {
	width: 140px;
	height: 100px;
	font-size: 1.2em;
}