input[type=text]{
	outline: none;
	box-sizing: border-box;
}
.cont{
	display: flex;
	min-height: 90vh;
}
.opt {
	flex-direction: row;
	display: flex;
	flex-grow: 1;
}
.menu{
	flex-grow: 1;
}
.inst {
	font-size: 1.2em;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px black;
	background-color: #EDC8FF;
}
.bott {
	text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}
.opciones>div {
	margin: 0 10px;
}

.opciones {
	display: flex;
	flex-direction: column;
	padding-top: 1em;
	min-width: 20vw;
	width: 20vw;
}
.menuy>span:hover {
    transform: scale(1.1);
}
.menuy>span {
    transition: all .5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    margin-bottom: .5em;
}
.menuy img{
	height: 2em;
}

.menuy a{
	display: flex;
	align-items: center;
	margin-right: 100px;
}

#imprimir {
	overflow: auto;
	min-height: 60vh;
	border:20px solid #13BBAF;
	margin: 20px 40px;
	padding: 20px;
	box-shadow: 0 0 10px black;
	display: flex;
	flex-direction: column;
}

.menuy{
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuy img{
	height: 2em;
}

.menuy a{
	display: flex;
	align-items: center;
	margin-right: 100px;
}

.opciones>div input[type=number]{
	width: 3em;
	text-align: center;
}

.intervalo input, .loader input{
	display: none;
}
.intervalo label:hover{
	background-color: whitesmoke;
	border: 3px solid lightblue;
}
.intervalo label{
	border-radius: 10px;
	padding: 3px;
	cursor: pointer;
	margin: 0 10px;
	font-size: 1.1em;
}
.prodSel{
	/*background-color: cornflowerblue;*/
	border: 3px solid cornflowerblue;
	background-color: white;
}
.loader{
	align-items: center;
}
.loader img:hover{
	border: 2px solid orange;
}
.loader img{
	max-height: 2em;
	max-width: 2em;
	cursor: pointer;
}
.switch input{
	display: none;
}
.switch input:checked+.bola{
	right: 1px;
	left: unset;
	background-color: cornflowerblue;
}
.switch .bola{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: lightgrey;
}
.switch:hover{
	background-color: lavender;
}
.switch{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 40px;
	border:1px solid lightblue;
	border-radius: 10px;
	height: 20px;
	background-color: white;
}
.centrar{display: flex;justify-content: center;flex-direction: column;align-items: center;}

.indica img{
	height: 1em;
	width: 1em;
}
table{
	background-color: white;
}
td:first-child, th{
	font-size: 2rem;
}
td{
	height: 3em;
}
td div{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
td, th{
	border:1px solid black;
	text-align: center;
	text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.vista{
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0; 
	text-align: center;
}
.temas img{
	height: 2em;
	width: 2em;
}
table{
	width: 100%;
}
input[type=time]{
    background: none;
    border: none;
    font-size: 1.7rem;
    text-align: center;
}
table{
    font-size: 2rem;
}
#imprimir{min-height:65vh;}
@media print{@page{size:letter;}body{background-color: white;}body *{visibility:hidden}.menu,.opciones,.temas,nav{display:none!important}.codigo>div{justify-content:unset!important}.codigo:before{content:"Codigos:"}input,textarea{background-color:transparent;outline:0;border:none}#divPreg{margin-bottom:0}.codigo{justify-content:unset!important;margin-top:20px;min-height:25cm}#imprimir *{visibility:visible}#imprimir{border:none;margin:0;padding:0;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;margin:0;max-width: 100%}table{page-break-inside:auto}tr{page-break-inside:avoid;page-break-after:auto}}
@media screen and (max-width: 700px){
	.cont{
		flex-direction: column;
	}
	.opciones{
		width: auto;
		min-width: unset;
	}
}