*{
    			margin: 0;
			padding: 0;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
}

/*Ocultar flechitas input tipe number*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

/*Estados de la preparacion*/

.listo{
	padding:0.5em;
	background:#04B486;
	font-size:1.2em;
	color:white;
}

.no-listo{
	padding:0.5em;
	background:#F78181;
	font-size:1.2em;
	color:white;
}


.datos_tarjeta{
	width: 100%;
	display: none;
}

.datos_tarjeta .form-group{
	text-align: left;
	padding: 1em;

}

.datos_tarjeta{
	text-align: center;
	width:100%;
}


.datos_tarjeta #numero_tarjeta{
	margin: 1em 0;
	width: 90%;
	padding: 0.3em;
	border-radius: 0.3em;
	border: 1px solid #6BD1F7;
	color: #83898C;



}


.datos_tarjeta select{
	padding: 0.3em;
	border-radius: 0.3em;
	margin-left: 0.3em;
	background: transparent;
	border: 1px solid #6BD1F7;
	color: #83898C;


}

.datos_tarjeta #numero_cvc{
	width: 50px;
	padding: 0.3em;
	border-radius: 0.3em;
	border: 1px solid #6BD1F7;
	color: #83898C;
	margin-top:1em;
	margin-left: 0.3em;



}



#holaa{
display: none;
}

/* Estados del plato */
.visiblee{
	background:green !important;
}

.invisiblee{
	background:red !important;
}

.pendiente {
	background: transparent;
}

.preparado {
	background: #04B486;
}

.despachado {
	background: #A9E2F3;
}
.opcion-plato {
	color: #ff5733;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	border-radius: 0.2em;
}

.nota-plato {
	margin-top: 0.5em;
	font-size: 0.9em;
	background:#E8EEEF;
	padding:0.2em;
	font-style:italic;
	border-radius:0.2em;

}

.nota-plato span {
	font-weight: bold;
	border-bottom: 1px solid green;
}


.contenedor-modal {

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 2000;
    position: absolute;
}


.contenedor-modal .contenedor-contenido {
    display: inline-block;
    position: relative;
    width: 70%;
    height: 70%;
    z-index: 2001;
    margin-top: 5%;
    background: white;
    box-shadow: 0 0 0.5em gray;
    border-radius: 0.1em;
    overflow: hidden;

}

.contenedor-modal .contenedor-contenido .contenido-modal{
    margin-top: 3.2em;
    padding: 0.3em;
    padding-bottom: 5em;

}

.contenedor-modal .contenedor-contenido .cerrar{
      position: absolute;
      right: 0.8em;
      top: 0.8em;
      color: gray;
      font-size: 2em;
}



/*Contenedor para las pantallas categoria, platos etc*/

			.contenedor-pantalla {
				width: 100%;
				padding: 0.3em;
				text-align: center;

			}

			.contenedor-pantalla .categoria{
				display: inline-block;
				position: relative;
				width: 20%;
				background: white;
				margin: 1em;
				border-radius: 0.2em;
				box-shadow: 0 0 0.2em gray;
			}

			.enlace_volver {
				font-size: 0.5em;
				position:absolute;
				top:0;
				left: 0;
			}

			.e_circulo {
			    border-radius: 50%;
			    background: #3c8dbc;
			    padding: 0.8em;
			    box-shadow: 0 0 0.1em black;
			    color: white;
			    text-decoration: none;
			}


			.e_circulo:hover {
			    color: white;
			    background: #d25b79;
			}

			.editar {
			    position: absolute;
			    right: 2em;
			    top: -1.2em;


			}

			.contenedor-pantalla .categoria h2{
				text-align: center;
				font-style: italic;
				background: #0073b7;
				color:white;
				padding: 0.2em;
				margin: 0;
			}

			.contenedor-pantalla .categoria img{
					width: 100%;
					height: 200px;
			}

			.contenedor-pantalla .plato{
				display: inline-block;
				position: relative;
				width: 30%;
				background: white;
				padding: 0.3em;
				margin: 1em;
				box-shadow: 0 0 0.3em gray;
				text-align: left;
				overflow: hidden;

			}

			.contenedor-pantalla .plato h4{
				padding: 0;
				margin: 0;
				font-style: italic;

			}

			.contenedor-pantalla .plato p{
				font-style: italic;
				padding: 0.2em;
			}

			.plato .imagen {
			    	margin-right: 0.5em;
					width: 130px;
					height: 130px;
			        float: left;
			        background: red;
			        position: relative;
			}

			.plato .imagen .carousel-inner{
					margin-right: 0.3em;
					width: 100%;
					height: 100%;
					background: blue;
					position: relative;


			}

			.plato .imagen .carousel-inner .item{
					margin-right: 0.3em;
					width: 100%;
					height: 100%;
					background: green;


			}

			.plato .imagen .carousel-inner .item img{
					width: 100%;
					height: 100%;
					background: green;


			}

			.plato .precio {
			    position: absolute;
				bottom: 0.3em;
				right: 0.3em;
				padding: 0.2em;
				text-decoration: none;
			}


		.contenedor-pantalla .mesa{
				display: inline-block;
				position: relative;
				width: 20%;
				background: white;
				margin: 1em;
				border-radius: 0.2em;
        -webkit-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.75);
			}


	    .contenedor-pantalla .mesa h2{
				text-align: center;
				background: #e63c66;
				color:white;
				padding: 0.2em;
				margin: 0;
        font-family: gothic;
        font-size: 22px;
        padding: 10px;
			}

			.plato-mas-info{
				display: inline-block;
				width: 100%;
				background: white;
				overflow: hidden;
				position: relative;
			}

			.plato-mas-info h2{
				text-align: left;
				font-style: italic;
				font-size: 1.2em;
				font-weight: bold;
			}

			.plato-mas-info p{
				font-size: 1em;
				text-align: left;
				font-style: italic;
				padding: 0.2em;
			}

			.plato-mas-info .slide{
					width: 100%;
					height: 250px;
					position: relative;
			}

			.plato-mas-info  .slide .carousel-inner{

					width: 100%;
					height: 100%;
					background: blue;


			}

			.plato-mas-info .slide .carousel-inner .item{

					width: 100%;
					height: 100%;
					background: green;


			}



			.plato-mas-info .carousel-inner .item img{

					width: 100%;
					height: 100%;
					background: green;
			}

			.plato-mas-info .precio-info {

				font-size: 1.2em;
				font-style: italic;
				padding: 0.2em;
				position: relative;


			}

			.plato-mas-info .precio-info span {
				position: absolute;
				right: 1em;
				top:25%;
			}

			.plato-mas-info .opciones {
				position: relative;
				overflow: hidden;
				bottom: 0;
			}
			.opciones .agregar-plato {
				float: left;
				margin-left: 0.5em;

			}

			.opciones .volver-al-menu {
				background: orange;
				color: white;
				float: right;
				margin-right: 0.5em;

			}




			.plato-pedir .cantidad, .nota {
				text-align: left;
				padding: 0.5em;
			}

			.plato-pedir label {
				font-weight: bold;
				margin: 0.5em 0 0.5em 0;
			}

			.plato-pedir h3{
				padding-top: 0.5em;
			}

			.plato-pedir input,textarea  {
					border: 1px solid #ccc;
					padding: 0.3em;
			}

			.plato-pedir .cantidad input,label {
				display: block;
				width: 100%;



			}

			.plato-pedir .nota textarea,label {
				display: block;
				width: 100%;

			}



		/*Pantalla pedido*/

		.contenedor-scroll {

			 display: flex;
			 width:100%;
			 overflow-x: scroll;
			 direction: rtl;


		}

.contenedor-pantalla .pedido{
	display: flex;
	flex-direction: column;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	margin: 15px;
	min-width: 280px;
	max-width: 300px;
	direction: ltr;
	font-family: gothic;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.43);
	flex: 1;
}

.contenedor-pantalla .pedido .wrap-pedido-content {
	flex: 1;
}
			.contenedor-pantalla .pedido .encabezado {
				padding: 0.5em;
				background: #0073b7;
				font-size: 1.2em;
				font-style: italic;
				overflow: hidden;
				color: white;

			}

		.contenedor-pantalla	.pedido .mensaje {
				float: left;

			}


		.contenedor-pantalla	.pedido table {
				text-align: left;

			}

			.contenedor-pantalla .pedido .mesa{
				float: right;

			}


		.contenedor-pantalla	.pedido .subtotal {
				text-align: right;
				padding: 0.5em;
			}
			.contenedor-pantalla .pedido .subtotal .fila label{
				margin: 0.3em;
				font-weight: bold;
				margin-right: 1em;
			}


		.contenedor-pantalla .pedido	.metodos-pago {

				padding: 0.5em;

			}

		.contenedor-pantalla .pedido	.metodos-pago .metodo{
				width: 100%;
				padding: 0.5em;
				font-size: 1.2em;

			}

		.contenedor-pantalla .pedido	.metodos-pago .metodo label{
				margin-right: 0.3em;
				font-size: 1.5em;

			}

		.contenedor-pantalla	.pedido .opciones {
				position: relative;
				padding: 0.3em;
				overflow: hidden;
			}
		.contenedor-pantalla	.pedido .opciones .agregar-plato {

				color: white;
				float: left;

			}

		.contenedor-pantalla	.pedido .opciones .confirmar {

			color: white;
			float: right;

		}

    .pedido .header_ticket{
        font-size: 15px;
        letter-spacing: 0px;
        color: white;
        font-family: 'Figtree-Bold';
        margin-bottom: 15px;
        border-radius: 10px;
        background: #e63c66;
        padding: 15px;
    }

    .pedido .header_ticket a{
        padding: 4px 7px 7px 9px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        right: 30px;
        top: 24px;
    }

    .pedido .header_ticket a img{
        width: 15px;
    }

    .medium_header{
      font-family: gothic;
      padding: 0px 5px;
      margin-bottom: 15px;
      height: 35px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
    }
    /*Fin contenedor pantallas*/

    /*Codigo de los input subir imagenes*/

    #wrapper{
            text-align: center;
            padding: 0.5em;
    }

.uploader {
    position:relative;
    overflow:hidden;
    width:120px;
    height:120px;
    background:#f3f3f3;
    border:2px dashed #5882FA;
    display: inline-block;
    margin: 0.2em;
}

.uploader:hover{
    border: 3px dashed #08088A;
}

.filePhoto{
    position:absolute;
    width:200px;
    height:200px;
    left:0;
    z-index:2;
    opacity:0;
    cursor:pointer;

}

.uploader .image-holder img{
    position:absolute;
    width:100%;
    height:100%;
    top:-1px;
    left:-1px;
    z-index:1;
    border:none;
}


/*Fin del codigo de subir imagenes*/


/*Estilos header publico*/

.header-publico {
	position: fixed;
	height: 80px;
	padding: 0.3em;
	background: #0073b7;
	color: white;
	left: 0;
	right: 0;
	z-index: 1500;
	font-style: italic;
}

.header-publico .ver-pedido {
	position: absolute;
	bottom: 0.2em;
	right: 0;
	color: white;
	text-decoration: none;
	padding:0.5em;
	margin-left: 0.3em;

}



.header-publico .nombre-restaurante {
	font-size: 1.2em;

}

.header-publico .mesa-identidad {
	position: absolute;
	font-size:1em;
	right: 1em;
	top: 0;

}

/*Estilos de los titulos de categoria, platos*/

.titulos-publicos {
	font-style: italic;
	text-align: center;
	display: block;
	margin: 0;
	padding: 1em;
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader.dark {
	border: 5px solid #000;
	border-bottom-color: transparent;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 900px) {

	.contenedor-publico h1 {
		font-size: 1.5em;
	}


	.uploader{
		width: 50px;
		height: 50px;
	}

    .contenedor-pantalla {
        padding: 0;
        margin: 0;
    }

    .contenedor-pantalla .plato {
        	width: 100%;
        	margin: 0;
        	margin-bottom: 1.3em;
        	display: block;
        	border-radius: 0.2em;
    }

     .contenedor-pantalla .categoria {
        	width: 90%;
        	margin-left: 5%;
        	margin-bottom: 1.6em;
        	display: block;
    }


    .contenedor-pantalla .plato .imagen{
        	width: 100px;
        	height: 100px;
    }


    .contenedor-pantalla .mesa {
            width: 100%;
        	margin: 0;
        	margin-bottom: 1.6em;
        	display: block;
    }

    .contenedor-pantalla .pedido {
          width: 100%;
        	margin: 1em;
        	display: flex;
    }

    .contenedor-modal {
    	height: 100%;
    	width: 100%;
    }

    .contenedor-modal .contenedor-contenido {
        width: 100%;
        height: 100%;
        margin-top: 0;
        overflow: hidden;
        position: relative;
        border-radius: 0.3em;
    }

    .contenedor-modal .contenedor-contenido .contenido-modal{
        height: 100%;
        width: 100%;
        margin-top: 0;
        overflow-y: auto;
        position: relative;
        padding-bottom: 0;
    }

    .contenedor-modal .contenedor-contenido .cerrar{
      position: absolute;
      right: 0.5em;
      top: 0.3em;
      color: white;
      font-size: 2em;
      z-index: 2002;
      background: black;
      height: 1em;
      width: 1em;
      border-radius: 50%;
    }

    .analytics .head button, .analytics .head .btn-default{
      padding: 5px 30px;
    }

}

@media (max-width: 823px) {

  .analytics .head button, .analytics .head .btn-default{
    padding: 5px 25px;
  }

}

@media (max-width: 553px) {

  .analytics .head button, .analytics .head .btn-default{
    padding: 5px;
    font-size: 14px;
  }

  .analytics button, .analytics .btn-default{
    margin-right: 2px;
  }

}

 @page { size: auto;/* es el valor por defecto */ margin: 4px; }


@media print{


.pedido{
	position: absolute;
    left: 0;
    top: 0;
    width:302px;

	}

	.pedido .opciones{
		display:none !important;
	}
}

.analytics button{
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}

.analytics label{
  font-family: gothic;
  font-weight: 500;
  color: #4c4c4a;
}

.analytics button, .analytics .btn-default{
  border-radius: 10px;
  font-family: gothic_bold;
  font-size: 15px;
  padding: 10px 40px;
  background: white;
  color: #aeaeba !important;
  border-color: white !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.analytics .head button:hover, .analytics .btn-info{
  background: #fd3865;
  color: #ffffff !important;
  border-color: #fd3865 !important;
}

.analytics button.round-button{
  border-radius: 50%;
}

.analytics .historial-detalle{
  padding: 0px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  border: unset;
  font-family: gothic;
  margin: 0;
}

.analytics .historial-detalle:hover{
  background: #fd3865;
  color: white !important;
}

.analytics select, .analytics input[type="text"]{
  border-radius: 5px;
  height: 45px;
  border: unset;
  font-family: gothic;
}

.analytics input[type="radio"]{
  margin-right: 5px;
}

.analytics .input-group-addon{
    border: unset;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.round-button-padding{
  padding: 10px 13px !important;
}

.gothic{
  font-family: gothic !important;
}

.gothic_bold{
  font-family: gothic_bold !important;
}

.gothic_bold label{
  font-family: gothic_bold !important;
  color: #8e908f;
}

.figtree{
  font-family: 'Figtree-VariableFont_wght' !important;
}

.figtree_bold{
  font-family: 'Figtree-Bold' !important;
}

.figtree_bold label{
  font-family: 'Figtree-Bold' !important;
  color: #8e908f;
}

.mt-10{
  margin-top: 10px;
}

.mb-10{
  margin-bottom: 10px;
}

.mt-20{
  margin-top: 20px;
}

.mb-20{
  margin-bottom: 20px;
}

.mt-30{
  margin-top: 30px;
}

.mb-30{
  margin-bottom: 30px;
}

.radiotextsty {
  margin-left: 25px;
  font-size: 14px;
}

.materialradio {
  display: block;
  /* position: relative; */
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left
}

.materialradio label{
  cursor: pointer;
}

/* Hide the browser's default radio button */
.materialradio input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.materialradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.materialradio input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #fd3865;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.materialradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.materialradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fd3865;
}

.relative{
  position: relative;
}

#resultValueItem thead tr th,
#resultValueInventory thead tr th,
#caja-historial table thead tr th{
  font-family: gothic_bold;
  color: #ffffff;
  font-size: 15px;
  background: #fd3865;
}

#resultValueItem tbody tr th,
#resultValueItem tbody tr td,
#resultValueInventory tbody tr th,
#resultValueInventory tbody tr td,
#caja-historial table tbody tr th,
#caja-historial table thead tr td,
#caja-historial table tbody tr td
{
  font-family: gothic;
  font-weight: 500;
  background: #ffffff;
  color: #4c4c4a;
}

#modalDetalle .modal-body{
  font-family: gothic;
}

.btn-welcome{
  border: unset;
  color: #ffffff;
  background: #00d1bb;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 60px;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-outline {
	border: 1px solid #8f8f8f;
	background: transparent;
	color: #292929;
}

.btn-welcome:hover{
  color: white;
}
.btn-outline:hover {
	color: #292929;
	border: 1px solid #8f8f8f;
}
.contenedor-contrato{
  padding: 0px;
}

.modal-contrato .modal-body{
  padding: 0px;
}

.contenedor-contrato p{
  font-size: 18px;
  text-align: center;
  font-family: Gothic;
  white-space: normal;
  color: #305067;
  margin-top: 15px;
  padding: 0px 20px;
}

.contenedor-contrato button{
  background-color: #00d1bb !important;
  border: unset;
  font-size: 18px;
  font-family: gothic_bold;
  padding: 15px 90px;
  border-radius: 27px;
  margin-top: 5px;
}

.contenedor-contrato ul li{
  list-style: none;
  display: inline-block;
  background: #dbdbdb;
  padding: 10px;
  margin: 15px 5px 5px 0px;
  border-radius: 50%;
}

.contenedor-contrato ul li.active{
  background: #9a9997;
}

.contenedor-contrato .image-1{
  background: #93a5e3;
  width: 100%;
  padding: 20px 40px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.contenedor-contrato .image-2{
  background: #e9eef1;
  width: 100%;
  padding: 20px 40px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.contenedor-contrato .image-3{
  width: 100%;
  background: #a5c8e4;
  padding: 20px 40px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.contenedor-contrato .title-contrato {
	margin-top: 20px;font-size: 24px; font-weight: bold;
}

.contenedor-welcome-delivery-man .image-1,.contenedor-welcome-delivery-man .image-2, .contenedor-welcome-delivery-man .image-3, .contenedor-welcome-delivery-man .image-4 {
	background: #ffffff;
}
.gap-5 {
	gap: 5px;
}
.d-flex {
	display: flex;
}
.flex-col{
	flex-direction: column;
}
.row{
	flex-direction: row;
}
.d-inline-block {
	display: inline-block;
}

.justify-contents-center {
	justify-content: center;
}
.border-radius-circle {
	border-radius: 50%;
}
.h-16 {
	height: 16px;
	width: 16px;
}

.h-24 {
	height: 24px;
	width: 24px;
}
.badge-default {
	background-color: #ededed;
	color: #777777;
}
.badge-warning {
	background-color: #f7e5c7;
	color: #af7613;
}
.badge-success {
	background-color: #dcffda;
	color: #208f0e;
}
.badge-danger {
	background-color: #ffdede;
	color: #ea3737;
}
.badge-info {
	background-color: #e1e6ff;
	color: #1f44df;
}
.w-100 {
	width: 100%;
}
@media (min-width: 590px) {

  .contenedor-contrato .image-1, .contenedor-contrato .image-2{
    width: 100%;
    padding: 30px 120px;
  }

  .contenedor-contrato .image-3{
    padding: 10px 180px;
  }

  .contenedor-contrato p{
    white-space: pre-line;
    margin-top: 0px;
  }

}

@media (max-width: 743px) {

  .contenedor-contrato p{
    white-space: normal;
    margin-top: 15px;
  }

}
