﻿form, html, body { width: 100%; min-width: 100%; height: 100%; min-height: 100%; margin: 0; padding: 0; overflow: hidden !important; }
*:focus { outline: none; }
.boton:active { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
body { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.boton { transition: all .5s; }
.pantallaCargando { width: 100%; height: 100%; font-family: Arial; text-align: center; vertical-align: middle; }

.splash { width: 100%; display: flex; height: 100%; text-align: center; position: fixed; position: fixed; justify-content: center; font-family: 'Arial'; align-items: center; flex-direction: column-reverse; }
.appearance-auto, .appearance-auto * { appearance: auto !important; }
.appearance-none, .appearance-none * { appearance: none !important; }

div.pantallaCargando { position: fixed; background: black; opacity: 0.7; color: white; }
div[tipo=Pantalla], div[tipo=Control], body { transition: all .75s; }
div[tipo=Pantalla] { animation-timing-function: ease-out; }
