html,body
{
font-family : 'OpenSans', sans-serif;
font-size : 30px;
text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
}
.top
{
height : 150px;
}
.topTable
{
font-size : 75%;
}
.welcome
{
padding : 30px;
font-size : 100%;
}
.articulo
{
width : 100%;
}
.comisaria
{
font-size : 90%;
}
.combo
{
width : 100%;
display : flex;
flex-direction : column;
align-items: center;
}
.etiqueta2
{
display : none;
}
.spanCombo2
{
width : 100%;
padding: 0 0 0 10%;
font-size : 100%;
}
.spanCombo
{
width: 100%;
display : contents;
text-align : center;
}
.etiqueta
{
display : block;
font-size : 105%;
text-align : left;
width : 80%;
}
.ingresa
{
width : 80%;
/* width : 100%;*/
height : 200px;
font-size: 100%;
text-align : center;
margin : 0 0 50px 0;
border-radius : 20px;
}
.ingresa2
{
width : 90%;
height : 200px;
font-size: 1.1em;
text-align : center;
margin : 0 0 50px 0;
border-radius : 20px;
}
.nada
{
display : none;
}
.botonVolver
{
display: block;
width: 20%;
font-size: 105%;
margin: 0 auto 10px 9%;
}
.reserva
{
text-align : center;
margin: 30px auto 0 auto;
padding : 0;
}
.reservaTexto
{
font-size : 100%;
}
.reservaInput
{
font-size : 160%;
}
.boton
{
width : 38%;
height : 150px;
font-size : 110%;
border-radius : 100px;
-webkit-appearance: none;
}
.botonBrowser
{
display : none;
}
.reservaSpan
{
font-size : 100%;
padding-bottom : 15px;
}
.tyc
{
width : 40px;
height : 40px;
}
#etiqueta
{
width : 2em;
height : 2em;
}
.text-center
{
padding : 12px 0;
font-size : 110%;
}
.disponible
{
height : 80px;
font-size : 100%;
}
.no-disponible
{
height : 80px;
font-size : 100%;
}
.comboAcceso
{
width : 100%;
height : 85%;
display : flex;
flex-direction : column;
align-items: center;
}
.tResumen
{
width : 100%;
color : #e7423d;
font-size : 95%;
-webkit-appearance : none;
-moz-appearance : none;
}
.flash
{
background-color : #e7423d;
color : white;
}
.botonAcceso
{
display : inline;
width : 100%;
height : 32%;
font-size : 4em;
background : #e7423d;
color : white;
margin : 1% 0 0 0;
-webkit-appearance : none;
-moz-appearance : none;
}
.salida
{
color : white;
background-image : url('../img/bye.png');
background-repeat : no-repeat;
background-position : 5% center;
background-color : #e7423d;
background-size : 180px;
text-align : center;
padding-left : 20%;
}
.agendado
{
color : white;
background-image : url('../img/qr.png');
background-repeat : no-repeat;
background-position : 5% center;
background-color : #2bc340;
background-size : 180px;
text-align : center;
padding-left : 20%;
}
.manual
{
color : black;
background-image : url('../img/walk.png');
background-repeat : no-repeat;
background-position : 10% center;
background-color : #92f08e;
background-size : 180px;
text-align : center;
padding-left : 20%;
}
#anular
{
width : 70%;
}
.checkanula
{
width : 40px;
height : 40px;
}