.cargando {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8dd40ab;
	z-index: 1055;
}

.cargando div {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	margin-left: -28px;
	margin-top: -21px;
}

header [class^='col-xs'] {
	/*border: 1px solid rgba(86, 61, 124, 0.2);*/
}

@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;
}

#alert {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100000;
	padding-top: 25px;
}

#alert.panel {
	max-width: 50%;
}

#pagexistencias input.form-control {
	border-bottom: 1px solid #a0a0a0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0;
	border-radius: 0;
	box-shadow: 0 0 black;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #ffffff;
	opacity: 1;
}
#pagexistencias small {
	color: #a4a4a4;
}

body {
	overscroll-behavior-y: contain;
	user-select: none;
}

table tr.elegida {
	background-color: gold;
	font-weight: bold;
}
