@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Arial';
	color: #000;
	list-style: none;
	text-decoration: none;
}

body{
	background: url('../images/fondo_naranja.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: grid;
	grid-template-rows: 5vh 1fr 5vh;
}

section{
	min-width: 100%;
	min-height: 90vh;
}

footer{
	min-width: 100%;
	min-height: 100%;
}

nav{
	min-width: 100%;
	min-height: 100%;
	background-color: #5a466b;
}

.nav-ul{
	width: 70%;
	max-width: 850px;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: auto;
}

.nav-ul > li{
	margin: auto;
}

#desplegable{
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	position: absolute;

	min-height: 100px;
	max-height: 100px;
	min-width: 200px;
	max-width: 200px;


	padding-top: 3vh;
	padding-left: 2vh;
	margin-left: -1%;
	background-color: #5a466b; 
	border-radius: 0 0 5px 5px;
}

li > a {
	color: #fff !important;
}

.nav-ul > li:hover > a, #desplegable > li:hover > a{
	color: grey;
	font-size: 18px;
}

.cont_descuentos, .cont_form, .cont_reportes, .cont__reportes-locales, .cont__reportes-clientes{ 
	margin: auto;
	max-width: 850px;
	min-height: calc( 600px - 2% );
}

.cont_conf{
	display: flex;
}

.form{
	min-width: 410px; max-width: 410px; 
	display: grid;
	grid-template-rows: 5vh 1fr 8vh;
	margin: auto;
	margin-top: 2%;
	border-radius: 5px;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.29);
}
.form > .titulo, .form_reportes > .titulo, .titulo{
	display: flex;
	align-content: center;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 5vh;
	max-height: 39px; /*//////////////////////////////////////////////////*/
	border-radius: 5px 5px 0 0;
	background-color: #5a466b;
}

.form > div > h1, h2, .form_reportes > div > h1, h2{
	color: #fff !important;
}


.form > input, #form__clientes > div > input, #form__clientes > div > select, .guardar{
	width: 95%;
	height: 5vh;
	max-height: 39px;
	margin: 2.5%; /*0 2.5% 5% 2.5%;*/
	border-radius: 5px;
	border: none; 
	color: #000 !important;
	padding-left: 2%;
}

.guardar{
	background-color: #5a466b;
}


#cedula:focus, #nombre:focus, #puntos:focus, #telefono:focus, #email:focus, #cedula-canje:focus, #nacimiento:focus {
	outline: none;
	border-bottom: 1px solid #c9c9c9 !important;
}

#nacimiento{
	color: #000 !important
}

.guardar:active, .guardar:hover{
	background-color: #483756;
	cursor: pointer;
}


.msg__{
	display: flex;
   	align-items: center;
   	justify-content: center;
	width: 50%;
	height: 5vh;
	margin-left: 25%;
	margin-top: 10px; 
	border-radius: 5px;
	font-weight: bold;
}
.correcto{
	color: #2e692c !important;
	background-color: #6df768;
	-webkit-box-shadow: 0px 10px 30px 1px rgba(66,145,79,1);
	-moz-box-shadow: 0px 10px 30px 1px rgba(66,145,79,1);
	box-shadow: 0px 10px 30px 1px rgba(66,145,79,1);
}
.error{
	color: #7d0505 !important;
	background-color: #f77168;
	-webkit-box-shadow: 0px 10px 30px 1px rgba(255,145,145,1);
	-moz-box-shadow: 0px 10px 30px 1px rgba(255,145,145,1);
	box-shadow: 0px 10px 30px 1px rgba(255,145,145,1);
}


table{

	min-width: 425px; max-width: 425px;
	min-height: 55px; max-height: 55px;
	width: 40%;
	margin: auto;
	margin-top: 2%;
	border: 1px solid #575757;
	border-collapse: collapse;
}


table > thead {
	background-color: #5a466b;
	height: 3vh;
}

table > tbody{
	text-align: center;
	height: 4vh;
	background-color: #f5f5f5;
}


.swal2-title{
	color: #000 !important;
}


#fondo-contenedor-mesas{
	position: absolute;
	top: 0vh;
	left: 0vw;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

#contenedor-mesas{
	position: absolute;
	top: 50%;
	left: 47%;
	width: 600px;
	height: 500px;
	margin: -250px 0 0 -250px;
	border-radius: 10px;
	background-color: #f5f5f5;
	display: grid;
	grid-template-rows: 10% 1fr;
}

.mesas-select {
	overflow-y: scroll;
	overflow-x: none;
	margin-bottom: 4%;
}

.mesas-select ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
	width: 95%;
	margin: auto;
}

.mesas-select ul li{
	width: 150px;
	height: 200px;
	background-color: #ededed;
	border-radius: 10px;
	margin: 2% .5% 0% .5%;
	cursor: pointer;
	display: grid;
	grid-template-rows: 150px 50px;
}

.mesas-select ul li:hover {
	background-color: #d6d6d6;
}

#fondo-contenedor-qr{
	position: absolute;
	top: 0vh;
	left: 0vw;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

#contenedor-qr{
	position: absolute;
	top: 50%;
	left: 47%;
	width: 600px;
	height: 500px;
	margin: -250px 0 0 -250px;
	border-radius: 10px;
	background-color: #f5f5f5;
	display: grid;
	grid-template-rows: 10% 1fr 5vh;
}

#qr{
	position: relative;
	top: 30%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
}
#btn-qr{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: flex-end;
	align-content: stretch;
}

.btn__qr{
	width: 200px;
	margin-bottom: 2%;
	display: flex;
	align-content: stretch;
	justify-content: space-around;
	align-items: center;
	color: #fff !important;
	font-weight: bold;
}

#btn-qr-copiar:hover{
	background-color: #483756 !important;
}
#btn-qr-cerrar:hover{
	background-color: #b8b8b8 !important;
}

.btn-modificar-cliente:hover{
	background-color: #483756 !important;
	cursor: pointer;
}

.btn-modificar-cliente:focus-visible, select:focus-visible, .date:focus-visible{
	outline: none;
}


.form_reportes{
	width: 60%;
	height: 35vh;
	margin: auto;
	margin-top: 5%;
	border-radius: 5px;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.29);

	display: grid;
	grid-template-rows: 5vh 1fr 8vh;
}


.cont-radio{
	margin: auto;
	margin-top: 5%;
	width: 95%;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}

.date{
	display: block;
	width: 95%;
	height: 20%;
	margin: auto;
	margin-top: 3%;
	border-radius: 5px;
	border:none;
	padding-left: 2%;
	padding-right: 2%;
}

select{
	width: 35%;
	border-radius: 1px;
	border: none;
}


.tabla-reporte tbody tr:nth-child(odd) {
	background: #f5f5f5;
}
.tabla-reporte tbody tr:nth-child(even) {
	background: #dcdcdc;
}
.tabla-reporte thead {
	background: #444;
	color: #fff;
	font-size: 18px;
}
.tabla-reporte tbody tr td{
	height: 30px ;
}

.select-asd > span{
	width: 95% !important;
}

.select2-container--open .select2-dropdown--below{
	width: 300px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
	font-size: 13px;
}

.select2-results__options {
	font-size: 15px !important;
}

.reporte{
	max-width: 850px;
	margin: auto;
	padding-top: 2%;
}

.reportedet{
	max-width: 850px;
	width: 70%;
	margin: auto;
	padding-top: 2%;
}

.dt-buttons{
	width: 30%;
}

.dt-button{
	width: 25%;
}