﻿
/*Definições gerais do layout como fontes principais, botões e fomulários*/

	*{padding:0; margin:0;font-family: 'Inter';
    }

	body{height:100%; background:#fff; font-family:Inter, sans-serif !important;}

	html{height:100%;}
	
	h1{font-family:Inter, sans-serif; font-size:35px; color:#1e6a90; font-weight:bold; float:left;}

	h2{font-family:Inter, sans-serif; font-size:25px; color:#000; font-weight:bold; float:left;}
	
	h3{font-family:Inter, sans-serif; font-size:14px; color:#000; font-weight:normal; float:left;}

	p{font-family:Inter, sans-serif;  color:#000; font-weight:lighter; float:left;}
	
	#printable {
		display:none;
	  }

	#impressao_cupom_qr{
		display: none;
	}

	#impressao_cupom_qr p{
		width: 100%;
		font-weight: normal !important;
		float: left;
		text-align: center !important;
		font-size: 17px;
	}
	 #impressao_cupom_qr p b{
		font-size: 20px;
		
	 }

	
	  @media print {
	  .nao_imprimir {
		display:none !important;;
	  }
	  
	  #impressao_cupom_qr{
		display: block !important;
	  }

	  #printable {
		display:block !important;
	  }
	}


	hr{
		border:1px dashed #000;
		margin:10px 0 10px 0;
	}
	
	/*COMEÇA AQUI O NOVO ESTILO DOS ULTIMOS PEDIDOS*/
	#novo_container_novos_pedidos{
		width: 30%;
		min-height: 200px;
		margin-left: 2.5%;
		float: left;
	}
	
	#novo_container_visualizados{
		width: 30%;
		min-height: 200px;
		margin-left: 2.5%;
		float: left;
	}
	
	#novo_container_prontos{
		width: 30%;
		min-height: 200px;
		margin-left: 2.5%;
		float: left;
	}
		
	section.listar_area{
		width: 95%;
		width: calc(90% - 2px);
		/* margin-top: 5px; */
		padding: 15px 5% 15px 5%;
		background: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 10px;
		float: left;
		margin-bottom: 15px;
	    background: #fff;
	}
	
	section.listar_area.horizontal{
		width: calc(90% - 2px);
		margin-left: 2.5%;
		padding: 15px 2.5% 15px 2.5%;
		margin-bottom: 10px;
		border-bottom: 2px solid #e5e5e5;
	}
	
	section.listar_area #infos{
		float:left;
		width: 100%;
		
	}
	
	section.listar_area #infos i{
		float:left;
		margin-top:1px;
		margin-right:5px;
	}
	
	section.listar_area #infos p{
		    font-size: 15px;
	}
	
	section.listar_area #infos h3{
		width: auto;
		height: 15px;
		padding: 5px;
		border-radius: 5px;
		margin: 0px 0 10px 0;
		background: #e5e5e5;
	}
	
	section.listar_area #infos h3.nao_visualizado{ background: #ffb224;}
	section.listar_area #infos h3.visualizado{ background: #37beff;}
	section.listar_area #infos h3.pronto{ background: #15b30b;}
	
	#fundo_escurecido_loading{
		position:fixed;
		height:100%;
		width:100%;
		background:#000000ab;
		z-index:10010;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.lds-ring {
	  display: inline-block;
	  position: relative;
	  width: 80px;
	  height: 80px;
	}
	.lds-ring div {
	  box-sizing: border-box;
	  display: block;
	  position: absolute;
	  width: 64px;
	  height: 64px;
	  margin: 8px;
	  border: 8px solid #fff;
	  border-radius: 50%;
	  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	  border-color: #fff transparent transparent transparent;
	}
	.lds-ring div:nth-child(1) {
	  animation-delay: -0.45s;
	}
	.lds-ring div:nth-child(2) {
	  animation-delay: -0.3s;
	}
	.lds-ring div:nth-child(3) {
	  animation-delay: -0.15s;
	}
	@keyframes lds-ring {
	  0% {
		transform: rotate(0deg);
	  }
	  100% {
		transform: rotate(360deg);
	  }
	}
	
	
	
	/*ACABA AQUI O NOVO ESTILO DOS ULTIMOS PEDIDOS*/

	a.link{font-family: Inter, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 0px 0 0px 0;
    float: left;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.8;
	}
	
		
	.bar {
	border: 0px solid #666;
	height: 5px;
	width: 100%;
	float: left;
	width: 99.5%;
	margin: -11px 0 10 0;
	 
	}
	  
	 .in {
		animation: fill 10s linear 1;
		 animation-iteration-count: infinite;
		height: 100%;
		background:#93c8f3;
	  }
	

	@keyframes fill {
	  0% {
		width: 0%;
	  }
	  100% {
		width: 100%;
	  }
	}
	
	form#filtro div{
		width:32%;
		height:30px;
		float:left;
	}
	
	form#filtro{
		float: left;
		width: 95%;
		height: 75px;
		margin-left:2.5%;
	}
	
	form#filtro input{
		width: 100%;
		height: 30px;
		float: left;
		float: left;
		border-radius: 10px;
		border: 1px solid #ddd;
	}
	
	form#filtro input.submit{
		background: #ddd;
		border: 1px solid #ddd;
		font-weight: 600;
	}
	
	#box_relatorio{
		width: calc(93% - 42px);
		height: auto;
		padding: 20px;
		border-radius: 10px;
		background: #fff;
		border-left: 4px solid #d5d5d5;
		border: 1px solid #d5d5d5;
		float: left;
		margin-left: 2.5%;
		margin-bottom: 10px;
	}
	
	#box_relatorio label{
		margin-top:0;
	}
	
	#coluna1{
		width:38%;
		float:left;
		padding:15px 1% 15px 1%;
		height:15px;
		background:#fff;
		border-bottom:1px solid #ddd;
		font-weight:bolder;
	}
	#coluna1.grey{
		background:#e4e4e4;
	}
	#coluna2{
		width:58%;
		float:left;
		height:15px;
		background:#f5f5f5;
		border-bottom:1px solid #ddd;
		padding:15px 1% 15px 1%;
		
	}
	#coluna2.grey{
		background:#e8e8e8;
	}

	a.link:hover{text-decoration:underline;}

	a.botao{
	font-family:Inter; 
	float:left; font-size:16px; 
	color:#fff; 
	height:17px; width:auto; 
	padding:20px;
	background:url(../img/bg_botao.jpg); 
	font-weight:regular;
	text-decoration:none;
	list-style:none;
	border:03px solid #304000; 
	}
	
	p#chamar{
		text-decoration: none;
		float: none;
		color: #189d0e;
		font-weight: 600;
		margin-top: 3;
	}
	
	
	#pag_painel_iframe_back{
		width:100%;
		height:100%;
		background:#0000009e;
		position:fixed;
	}
	
	#pag_painel_iframe{
		position: fixed;
		z-index: 1000;
		width: 300px;
		left: 50%;
		border: 0;
		margin-left: -150px;
		/* top: 50%; */
		height: 100%;
	}
	
	a.botao:hover{
	background:url(../img/bg_botao_hover.jpg); 
	}
	
	#logo_painel{
		width:70px;
		height: 70px;
		float: left;
		position: relative;
		left: 50%;
		margin-left: -35px;
		background: #fff;
		border-radius: 200px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#ajuda_icon{
		height: 20px;
		width: 95%;
		padding: 10 2.5% 10 2.5%;
		bottom: 00px;
		float: left;
		right: 20px;
		background: #bcbcbc;
		border-radius: 05px;
		margin-top: 10px;
	}
	
	#ajuda_icon img{
		float:left;
		width:20px;
		margin-right:05px;
		margin-left:2.5%;
	}
	
	
	form#atualiza_entrega{
		float: left;
		width: 93%;
		border: 1px solid #757575;
		margin: 0 0 10px 2.5%;
	}
	
	form#atualiza_entrega input#text{
		width:60%;
		height:50px;
		border:0;
		background:none;
		color:#fff;
		float:left;
	}
	
	form#atualiza_entrega input#botao{
		width: 20%;
		height: 50px;
		background: none;
		border: 0px;
		border-left: 1px solid #757575;
		color: #fff;
		float: left;
		background: url(../img/seta_direita_branco_mesmo.png);
		background-size: 25px;
		background-position: center;
		background-repeat: no-repeat;
	}

	#icone_relogio	{
		width:20%;
		height:50px;
		float:left;
		background:url(../img/clock_branco.png);
		background-position:50%;
		background-repeat:no-repeat;
		opacity:0.5;
	}
	
	section#centro{
		width:100%;
		height:auto;
		margin:0 auto;	
	}
	
	#clear{
		clear:both;
	}
	
	section#back_branco{
		width:100%;
		height:auto;
		background:#fff;
	}
	
	input.form{
		width: 100%;
		padding: 15px;
		background: #fff;
		border: 1px solid #d5d5d5;
		border-radius: 5px;
	}
	
	label{
		width: 100%;
		min-height: 21px;
		font-family: Inter, sans-serif;
		font-weight: 600;
		color: #000;
		float: left;
		font-size: 13px;
		margin-top: 10px;
	}
	
	input.botao{
		font-family: Inter, sans-serif;
		float: left;
		font-size: 13px;
		color: #fff;
		width: 100%;
		padding: 10px;
		background: #35871a;
		font-weight: 400;
		text-decoration: none;
		text-transform: uppercase;
		list-style: none;
		border: 0px solid #52780A;
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 10px;
		height: 40px;
	}
	
	section#botao_carrinho_fechado{
		font-family:Inter, sans-serif; 
		float:left; font-size:16px; 
		color:#fff; 
		width:100%; 
		padding:10px;
		background:#6EA20D; 
		font-weight:regular;
		text-decoration:none;
		list-style:none;
		border:03px solid #52780A;
		margin-top:20px;
		opacity:.4;
	}
	
	input.botao:hover{		
		background:#5F8C0A; 
	}
	
	section #box_aviso{
		width: 91%;
		min-height: 30px;
		padding: 10px 2.5% 10 2.5%;
		font-size: 14px;
		background: #f3eedd;
		border: 0px solid #EFE8CD;
		float: left;
		border-radius: 5px;
		margin-left: 2.5%;
		margin-bottom: 20px;
	}
	
	section #box_aviso p{
		margin-top: 6px;	
		font-weight:600;
	}
	
	#botao_add_cardapio{
		width: auto;
		height: 20px;
		padding: 10px 20px;
		background: #3bb273;
		position: absolute;
		border-bottom: 3px solid #1d874f;
		right: 2.5%;
		top: 112px;
		border-radius: 10px;
	}
	
	.listar_area_icone{
		position: absolute;
		right: 5%;
		color: #000;
	}
	
	#botao_add_cardapio p{
		color:#fff;
		font-weight:500;
	}
	
	#botao_add_cardapio i{
		float:left;
		margin-right:5px;
		margin-top:2px;
	}
	
	#nav_cardapio_geral.interno{    
		width: calc(100% - 200px);
		height: 45px;
		position: absolute;
		right: 0;
	}
	
	
	#nav_cardapio{
		padding: 10px 2.5%;
		width: calc(28.333% - 1px);
		float: left;
		border-bottom: 5px solid #d5d5d5;
		border-left: 1px solid #e5e5e5;
		background:#fff;
	}	
	
	#nav_cardapio h3{
		font-size:15px;
	}
	
	#nav_cardapio.selecionado{
		   border-bottom: 5px solid #3bb273;
	}
	
	
	#nav_cardapio_geral.interno{    
		width: calc(100% - 200px);
		height: 45px;
		position: absolute;
		right: 0;
	}
	
	#nav_cupom_geral.interno{    
		width: calc(100% - 200px);
		height: 45px;
		position: absolute;
		right: 0;
	}
	
	#nav_cupom{
		padding: 10px 2.5%;
		width: calc(45% - 1px);
		float: left;
		border-bottom: 5px solid #d5d5d5;
		border-left: 1px solid #e5e5e5;
		background:#fff;
	}	
	
	#nav_cupom.interno{    
		width: calc(100% - 200px);
		height: 45px;
		position: absolute;
		right: 0;
	}
	
	#nav_cupom h3{
		font-size:15px;
	}
	
	#nav_cupom.selecionado{
		   border-bottom: 5px solid #3bb273;
	}
	
	/*começa nav config*/
	#nav_config_geral.interno{    
		width: calc(100% - 200px);
		height: 45px;
		position: absolute;
		right: 0;
	}
	
	#nav_config{
		padding: 10px 2.5%;
		width: calc(15% - 1px);
		float: left;
		border-bottom: 5px solid #d5d5d5;
		border-left: 1px solid #e5e5e5;
		background:#fff;
	}	
	
	#nav_config.interno{    
		width: calc(100% - 200px);
		height: 45px;
		position: absolute;
		right: 0;
	}
	
	#nav_config h3{
		font-size:15px;
	}
	
	#nav_config.selecionado{
		   border-bottom: 5px solid #3bb273;
	}
	
	#botao_criar_preco{
		float: right;
		width: 49px;
		height: 14px;
		padding: 20px 3px 15px 3px;
		border-radius: 50px;
		font-size: 13px;
		border: 0px solid #e8e8e8;
		background: url(../img/add_preto.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		color: black;
		background-size: 50%;
		opacity: 0.8;
	}
	
	#botao_deletar{
		float: right;
		width: 2%;
		height: 12px;
		padding: 15px 2% 15px 2%;
		border-radius: 50px;
		font-size: 13px;
		border: 0px solid #e8e8e8;
		background: url(../img/lixo.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		color: black;
		background-size: 50%;
		opacity: 0.8;
	}	
	
	#botao_criar_opc{
		float: right;
		width: 2%;
		height: 12px;
		padding: 15px 2% 15px 2%;
		border-radius: 50px;
		font-size: 13px;
		border: 0px solid #e8e8e8;
		background: url(../img/add_preto.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		color: black;
		background-size: 50%;
		opacity: 0.8;
	}
	
	section #box_aviso_erro{
		width: 95%;
		height: 30px;
		padding: 2.5%;
		padding-top:10px;
		padding-bottom:10px;
		font-size: 14px;
		background: #fdd2d2;
		margin:0px 0 0;
		float: left;
		border-radius:5px;
	}
	
	section #box_aviso_erro p{
		margin-top: 6px;
		font-weight: 600;
	}
	
	section #box_aviso_certo{
		width: 90%;
		height: 30px;
		padding: 2.5%;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		background: #b5e1b3;
		margin: 20px 2.50%;
		float: left;
		border-radius: 5px;
	}
	
	section #box_aviso_certo p{
		margin-top: 6px;
		font-weight: 600;	
	}
	
	section #box_aviso_login{
		width: 95%;
		height: 30px;
		padding: 9px;
		font-size: 14px;
		background: #FFFBEB;
		border: 2px solid #EFE8CD;
		margin: 20px 0;
		float: left;
	}
	
	section #box_aviso_login p{
	margin-top: 3px;		
	}
	
	
	section #box_aviso_erro_login{
		width: 94%;
		height: auto;
		padding: 9px;
		font-size: 15px;
		background: #ffebeb;
		border-radius: 10px;
		border: 1px solid #ffebeb;
		margin: 20px 0;
		float: left;
	}
	
	section #box_aviso_erro_login p{
	margin-top: 3px;		
	}
	
	h2.titulo{
		float: left;
		margin-bottom: 20px;
		margin-top: 20px;
		margin-left: 2.5%;
		width: 95%;
		letter-spacing: -1;
		font-size: 30px;
		color: #000;
	}
	
	h3.titulo{
		float: left;
		margin-bottom: 20px;
		margin-top: 0px;
		margin-left: 2.5%;
		width: 95%;
		color: #000;
		font-weight: bold;
	}
	
	h2.interno{
		float: left;
		margin:70px 0 20px 0;
		width:95%;
		font-size:30px;
	}
	
	section#area_conteudo_painel{
	  display: inline-block;
  	  vertical-align: top;
  	  margin-bottom: 0px;
  	  height: auto;
	  float:right;
  	  margin-top: 55px;
   	  overflow-y: auto;
   	  overflow-x: hidden;
   	  width: calc(100% - 200px);
	}
	
	section#area_conteudo_painel.interno{
		width: calc(95% - 200px);
		margin-left: 2.5%;
		height:auto;
		margin-right: 2.5%;
		float: right;
	}
	
	
	li.sub p{
		color:#fff;
		font-size:12px;
		color: #cdcdcd;		
	}
	
	section#banner_pagina_inteno{
		width:auto;
		height:120px;
		background:#952012;
	}
	
	#botao_pagar_fatura{
		width: 120px;
		height: 25px;
		float: right;
		background: #4e9326;
		BORDER-RADIUS:50px;
	}
	
	#botao_pagar_fatura span{
		float: left;
		width: 100%;
		text-align: center;
		color: #fff;
		margin-top: 4px;
		font-size: 12px;
	}

/*Aqui começa  as definições gerais header site*/

	header{
		width:100%;
		height:60px;
		background:#000;
		display:none;
		z-index: 100000;
	}

	#faturas{
	    min-width: 20px;
	    height: 15px;
	    padding: 10px;
	    border-radius: 5px;
	    display: flex;
	    align-items: center;
	    background: #626262;
	    cursor: pointer;
	    justify-content: center;
	   position: absolute;
	   right: 45px;
	   top: 8px;
	}

	#faturas h3{
		color:#fff;
	}

	#faturas h3 i{
		float: left;
		margin-right: 3px;
		color:#fff;
	    margin-top: 2px;
	}

	#suporte{
	    min-width: 20px;
	    height: 15px;
	    padding: 10px;
	    border-radius: 5px;
	    display: flex;
	    align-items: center;
	    background: #15b30b;
	    cursor: pointer;
	    justify-content: center;
	  	position: absolute;
	 	right: 140px;
	  	top: 08px;
	}
	
	#cupom_qr{
		min-width: 20px;
		height: 15px;
		padding: 10px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		background: #ff7316;
		cursor: pointer;
		justify-content: center;
		position: absolute;
		right: 240px;
		top: 8px;

		display: flex;
		justify-content: center;
		align-items: center;					
	}

	#overlay_cupom_qr{
		width: 100%;
		height: 100%;
		position: fixed;
		background: #00000082;
		z-index: 10000000000;
	}

	#area_gerar_cupom_qr{
		width: 300px;
		height: auto;
		padding: 20px;
		background: #fff;
		border-radius: 10px;
		position: absolute;
		right: calc(50% - 170px);
		top: 21px;	
	}

	#area_gerar_cupom_qr  input{
		margin: 0px 0px 0px 0px;
		width: 100%;
		height: 50px;
		border-radius: 5px;
		border: 1px solid #e5e5e5;
		padding: 5px;
	}

	#area_gerar_cupom_qr button[type="submit"] {
		background-color: #ff7316; /* Cor de fundo */
		color: white; /* Cor do texto */
		border: none; /* Removendo a borda */
		cursor: pointer; /* Cursor ao passar o mouse */
		border-radius: 10px; /* Arredondamento dos cantos */
		width: 100%;
		padding: 15px 0;
		margin-top: 20px;
		font-weight: bolder;		
	}

	#cupom_desconto{
		margin: 0px 0px 0px 0px;
		width: 100%;
		height: 50px;
		border-radius: 5px;
		border: 1px solid #e5e5e5;
		padding: 5px;	
	}

	.choose_cupom{
		width: calc(50% - 20px);
		float: left;
		height: auto;
		padding: 15px 5px;
		background: #ededed;
		border-radius: 10px;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
		margin-bottom: 10px;
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.choose_cupom i{
		margin-right: 5px;
	}

	.choose_cashback{
		width: calc(50% - 20px);
		float: left;
		height: auto;
		padding: 15px 5px;
		background: #ededed;
		border-radius: 10px;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
		margin-bottom: 10px;
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.choose_cashback i{
		margin-right: 5px;
	}

	.choose_cashback_bloqueado{
		width: calc(50% - 20px);
		float: left;
		height: auto;
		padding: 15px 5px;
		background: #ededed;
		border-radius: 10px;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
		margin-bottom: 10px;
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.choose_cashback_bloqueado i{
		margin-right: 5px;
	}

	.choose_selecionado{
		background: #e0e0e0;
		padding-bottom: 12px;
		border-bottom: 3px solid #a1a1a1;
		background: #ededed;
		padding-bottom: 12px;
		border-bottom: 3px solid #ff7316;
		color: ff7316;
		font-weight: bolder;
	}

	#cupom_qr h3{
		color:#fff;
	}
	
	#suporte h3{
		color:#fff;
	}

	#suporte h3 i{
		float: left;
		margin-right: 3px;
		color:#fff;
	    margin-top: 2px;
	}

	a.sair{
		text-decoration: none;
		position: absolute;
		right: 5px;
		top:12px;
	}


	div#header_interno{
		width: calc(100% - 200px);
	    height: 52px;
	    float: right; 
	    background: #fff;
	    display: block;
	    z-index: 10000;
	    position: fixed;
	    right: 0;
	    border-bottom: 1px solid #e5e5e5;
	    box-shadow: 2px 0px 5px 0px rgb(0 0 0 / 13%);
	}
	


	div#header_interno a.sair{
	    float: left;
	  	text-decoration: none;
	    margin: 5px;
        margin-top: 0px;
	}
	
	div#header_interno i.sair{
		font-size:25px;
		color: #767676;
	}

	form#prazo{    
		width: 250px;
		height: 40px;
		position: absolute;
		right: 350px;
	}

	input#prazo{
        position: absolute;
	    right: 45px;
	    width: 189px;
	    top: 13px;
	    border-radius: 5px 0px 0px 5px;
	    padding-left: 30px;
	    background: #fff;
	    height: 25px;
	    padding: 10px;
	    border: 0;
	    border: 1px solid #ddd;
	    float: left;
	    padding-left: 30px;
	}
	
	#submit_prazo{
		padding: 3px;
		border: 1px solid #dddddd;
		border-radius: 0px 5px 5px 0px;
		float: left;
		background: #dddddd;
		position: absolute;
		right: 0;
		width: 47px;
		top: 13px;
		align-items: center;
		color: #000;
		text-align: center;
		height: 25px;
		font-size:10px;
	}
		
	i.relogio_prazo{
		position: absolute;
		right: 210px;
		top: 18px;
		color: #525252;
	}
	
	section#logo_header{
		width:129px;
		height:51px;
		background:url(../img/logo_header.jpg);
		float:left;
		margin: 40px 0 0 20px;
	}
	
	input.busca {
		width: 440px;
		height: 40px;
		float: left;
		padding: 10px;
		margin: 40px 0 0 60px;
		border: 1px solid #CACACA;
		font-family: Inter, sans-serif; 
		font-weight: lighter;
		background-color: #FDFDFD;
		color: #000;
	}
	
	input.botao_busca{
		width: 40px;
		height: 40px;
		background: url(../img/bg_botao_busca.jpg);
		margin-left: -5px;
		border: 0;
		margin-top: 40px;
		float: left;
	}
	
	section#area_carrinho{
		width:205px;
		height:80px;
		float:right;
		margin-top:30px;
	}
	
	section#carrinho{
		width:203px;
		height:55px;
		background:url(../img/bg_carrinho.jpg);
		margin-top:25px;		
	}
	
	nav#header{
		width:940px;
		height:55px;
		margin:0 auto;
		float:left;
		margin-left:20px;
	}
	
	nav#header  ul li{
		float:left;
		height:55px;
		width:auto;
		padding:0 24px 0 23px;
		border-left:1px solid #AA5151;		
	}
	
	nav#header ul li.final{
		float:left;
		height:55px;
		width:auto;
		padding:0 26px 0 23px;
		border-left:1px solid #AA5151;
		border-right:1px solid #AA5151;		
	}
	
	nav#header ul li a {
		text-decoration:none;
		list-style:none;
		font-family:Inter;
		color:#fff;
		font-size:16px;
		float:left;
		margin-top:17px;
	}
	
/*Aqui Acaba as definições gerais header*/	

/*Aqui começa as definições do banner index*/	
	
	section#banner{
		width:auto;
		height:485px;
		background:url(../img/bg_banner.jpg);
	}
	
	section#banner_interno{
		width:960px;
		height:497px;
		margin:0 auto;
	}
	
	section#bg_pizza{
		height:485px;
		width:497px;
		background:url(../img/bg_pizza.jpg);
		float:right;
	}
	
	section#chamada_banner{
		width:408px;
		height:171px;
		background:url(../img/chamada_banner.jpg);
		float:left;
		margin-top:60px;
		margin-left:20px;
	}
/*Acabam aqui as definições gerais banner*/
/*Começam aqui as definições gerais das chamadas*/

	section.chamada{
		width:295px;
		height:102px;
		background-color:#FFEFBF;
		border: 1px solid #E5D084;
		float:left;
		margin-top:20px;
		margin-left:20px;
	}
	
	section.chamada_ultima{
		width:295px;
		height:102px;
		background-color:#FFEFBF;
		border: 1px solid #E5D084;	
		float:right;
		margin-top:20px;
		margin-right:20px;
	}
/*Acabam aqui as definições da chamada*/
/*Começam aqui as definições do FOOTER SITE*/
	
	footer#site{
		width:auto;
		height:200px;
		background:url(../img/bg_footer.jpg);
	}
	
	section#conteudo_footer{
		height:152px;
		width:924px;
		background:url(../img/footer.png);
		margin-left:10px;
	}
	
	nav#footer{
		float:left;
		margin:10px 0 0 260px;
	}
	
	nav#footer ul li{
		list-style:none;
	}
	
	nav#footer ul li a{
		text-decoration:none;
		font-family: Inter, sans-serif; 
		color:#fff;
		font-size:13px;
	}

/*Acabam aqui as definições do FOOTER SITE*/

/*Começam aqui as definições do Login.php*/


/*Acabam aqui as definições do login .php*/

/*Começam aqui as definições do HEADER PAINEL*/
	
	header#painel{
		width: auto;
		border-top: 10px solid #000;
		height: 100px;
		background: #484848;
	}
/*Acabam aqui as definições do HEADER PAINEL*/

		
			nav#painel{
				float:left;
				margin:20px 0 0 20px; 
			}

			h1.titulo_cliente{
				width: 100%;
				text-align: center;
				font-size: 25px;
				color: #fff;
			}
			
			#area_liga_desliga{
				width:100%;
				height:60px;
				margin:0px 0 0px 0;
				float:left;
			}
			
			li.sub{
				width: 90%;
				height: 25px;
				float: left;
				margin-left: 10%;
				padding-top: 5px;
				padding-bottom: 5px;
				list-style: none;
			}
			
			#area_liga_desliga_interno{
				width: 115px;
				height: 50px;
				position: relative;
				left: 50%;
				margin-left: -55px;
			
			}
			
			#area_liga_desliga_interno h1{
				font-family: Inter, sans-serif;
				font-size: 15px;
				color: #36d900;
				font-weight: lighter;
				float: left;
			}
			
			#nav_categoria_mestre{
				width: 80%;
			    height: 20px;
			    padding-left: 5%;
			    padding-right: 5%;
			    padding-top: 10px;
			    padding-bottom: 10px;
			    border-top: 0px solid #555;
			    background: #d5d5d5;
			    margin-bottom: 10px;
			    margin-left: 5%;
			    border-radius: 10px;
			    cursor: pointer;
			}

			#nav_categoria_mestre i{
				color:#555;
				float: left;
				margin:2px 3px 0 0 ;
			}

			#nav_categoria_mestre h3{
				color: #555;
				font-weight: 600;
				font-size: 16px;			
			}
			
			#area_sair{
				width:95%;
				height:30px;
				padding:10px 2.5% 10px 2.5%;
				position:relative;
				float:left;
				margin-top:50px;
			}
			
			#area_sair h3{
				float:left;
				font-size:16px;
				font-weight:bold;
				color:#fff;
			}
			
			nav#painel ul{
				position: relative;
				top: 90px;
			}
			
			#logo_painel{
				margin-top: 65px;
			}
			
			h3#toggle_abrir{
				top: -5px;
			}
			
			nav#painel ul{
				top: 60px;
			}
			
			
			
			nav#painel ul li.destaque {		
     		    width: calc(90% - 20px);
			    height: 20px;
			    padding: 5px 10px 5px 10px;
			    background: none;
			    margin-left: 5%;
			    margin-right: 5%;
			    border-radius: 5px;
			    margin-top: 10px;
			    color: #fff;
			    list-style: none;
			    text-decoration: none;
			}

			nav#painel ul li.selecionado {		
			    background: #fff;
			     padding: 10px 10px 10px 10px;
			}
			
						
			nav#painel ul li a {
				list-style:none;
				text-decoration:none;
				font-family:Inter;
				color:#000;
			}
			
			nav#painel{
				overflow: auto;
				width:200px;
				display: inline-block;
				vertical-align: top;
				margin:0;
				height: 100vh;
				z-index:10000;				
				color:#fff!important;
				background:#e5e5e5;
				position:fixed;

			}
			
			nav#painel ul a li p{
				font-size:16px;
				color: #555;
				font-weight: 500;
			}

			nav#painel ul a li p i{
				float: left;
				margin-right:5px;
				margin-top: 1px;
			}

			nav#painel ul a li.selecionado p {
				float: left;
				color: #000;
				font-weight: 600;
			}
	
		
/*Acabam aqui as definições do Menu PAINEL*/

/*Começam aqui as definições do Listar*/
	
	
	
	section#listar_area_imprimir{
		width: 90%;
		padding: 2.5%;
		background: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		float: left;
	}
	
	#impressao{
		color:#000 !important;
	}
	
/*Acabam aqui as definições do Listar*/

/*Começam aqui as definições do MENU CATEGORIAS!*/

	nav#categorias{margin-top:10px;margin-bottom:10px; float:left;}
	
	nav#categorias ul li{
		list-style:none;
		text-decoration:none;
		width:150px;
		height:25px;
		background:url(../img/bg_menu_painel.jpg);
		margin:10px 0 10px 20px;
		padding:10px;
		border:1px solid #E0E0E0;
		border-left: 2px solid #952012;
	}
	
	nav#categorias ul li a{
		text-decoration:none;
		font-family:Inter;
		color:#000;
		font-size:17px;
	}

/*Acabam aqui as definições do MENU CATEGORIAS!*/

/*Começam aqui as definições do ÁREA DE ITENS*/
	
	section#box_item{
		width: 358px;
		height: 150px;
		background: #fff;
		float: left;
		margin: 20px 0 0 20px;
		border: 1px solid #DDDDDD	;
	}		
	
	section#area_itens{
		width: 760px;
		height: auto;
		float: left;
		margin: 0px 0 40px 00px;
	}
	
	
/*Acabam aqui as definições do ÁREA DE ITENS*/

/*Comça aqui as definições da PÁGINA DO ITEM*/
	section#seta_completa{
		float:left;
		height:30px;
		margin: 20px 0 0 20px;
	}
	
	section#costas_seta{
		float:left;
		height:30px;
		width:15px;
		background:url(../img/costas_seta.png);
	}
	
	section#corpo_seta{
		float:left;
		height:30px;
		width:auto;
		padding-left:05px;
		padding-right:05px;
		background:url(../img/corpo_seta.jpg);
	}
	
	section#frente_seta{
		float:left;
		height:30px;
		width:7px;
		padding-left:05px;
		padding-right:05px;
		background:url(../img/frente_seta.png);
	}
	
	section#imagem_item{
		width:400px;
		height:400px;
		float:left;
		margin:20px 0 20px 20px;
		background-color:#e5e5e5;
		border:10px solid #fff;
	}
	
	section#area_preco_1{
		height: auto;
		padding-bottom:20px;
		float: left;
		background: #fff;
		border: 1px solid #e5e5e5;
		margin: 20px 0 0 20px; 
	}
/*Acaba aqui as definições da PÁGINA DO ITEM*/

/*Começam aqui as definições do FOOTER DO painel*/

	footer#painel{
		height:50px;
		width:auto;
		background:#1f1f1f;
		border-bottom:10px solid #000;
		margin-top:30px;
	}

/*Acaba aqui as definições da FOOTER DO painel**/

/*Começam aqui as definições do NAV PAINEL DE USER*/

	nav#minha_conta{
		width:100%;
		height:50px;
		margin-left:00px;
		margin-right:20px;
	}
	
	nav#minha_conta ul a{
		float:left;
		width:31%;
		height:40px;
		background:#000;
		margin-left:20px;
		margin-top:20px;
		margin-bottom:40px;
		background:url(../img/bg_menu_painel.jpg);
		border:1px solid #E0E0E0;
		text-decoration:none;
		list-style:none;
		color:#000;
	}
	
	nav#minha_conta ul li{
		
	}

	#botao_add{
	float: left;
    width: 200px;
    height: 25px;
    padding-top: 05px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    font-family: Inter;
    color: #000;
    font-size: 15px;
    text-align: center;
	border-radius:05px;
    margin-left: 10px;
    margin-top: 0px;
}

#divisor_mobile{
	display:none;
}

.cliente_pedido{
	float:right;
}

.pagina_pedido_voltar{
	width:150px;
	height:30px;
	padding:10px;
	float:right;
	border-radius:5px;
	border:1px solid #e5e5e5;
	background:url(../img/bg_menu_painel.jpg);
	color:#000;
	font-family:Inter, sans-serif;
	text-decotation:none;
}

.botoes_pagina_pedido{
	width: 150px;
    height: 30px;
    padding: 10px;
    float: right;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #ddd;
    color: #000;
    font-family: Inter;
    text-decotation: none;
    margin-top: 10px;
    margin-left: 10px;
}
.botoes_pagina_pedido i{
	float: left;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 3px;
}

.botoes_pagina_pedido p{
	float:left;
	margin-top:4px;
	font-size:14px;
}

	#fechar_painel{
		display:none;
	}
	
	.mobile_only{
		display:none;
	}
	
	#aviso_background{
	width:100%;
	height:100vh;
	z-index:500000;
	position:fixed !important;
	background:#00000065;
	}


	#box_aviso_cobranca{
		width: 100%;
		box-sizing: border-box;
		padding: 10;
		min-height: 50px;
		/* position: fixed; */
		bottom: 0 !important;
		float: left;
		margin: 0;
		background: #626262;
		z-index: 90000000000;
		border-radius: 0;
	}

	#box_aviso_cobranca h2{
		font-size:20px;
	}
	

	#botao_box_aviso_cobranca p a{
		text-decoration:none;	
	}

	#botao_box_aviso_cobranca:first-child{
		margin-top:5px;
	}

#botao_box_aviso_cobranca.low{
	position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    border-radius: 20px;
    background: #0000002e;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

#botao_box_aviso_cobranca.low i{   
	color: #fff;
    float: left;
    margin: 9px;
    font-size: 12px;
}

#header_novos_pedidos{
    height: 25px;
    width: 95%;
    padding-left: 2.5%;
    border-bottom: 1px dashed #d9d9d9;
    float: left;
	margin-top: 20px;
    margin-bottom: 10px;
}

#header_novos_pedidos h2{
	font-weight:bold;
	font-size:15px;
	color: #ffb224;
	text-transform:uppercase;
}

#header_visualizados{
    height: 25px;
    width: 95%;
    padding-left: 2.5%;
    border-bottom: 1px dashed #d9d9d9;
    float: left;
	margin-top: 20px;
    margin-bottom: 10px;
}

#header_visualizados h2{
	font-weight:bold;
	font-size:15px;
	color: #37beff;
	text-transform:uppercase;
}

#header_prontos{
    height: 25px;
    width: 95%;
    padding-left: 2.5%;
    border-bottom: 1px dashed #d9d9d9;
    float: left;
	margin-top: 20px;
    margin-bottom: 10px;
}

#header_prontos h2{
	font-weight:bold;
	font-size:15px;
	color: #15b30b;
	text-transform:uppercase;
}

#recebe_pedido_back{
	width:100%;
	height:100%;
	position:fixed;
	background:url(../img/back_preto.png);
	display:none;
	z-index:100000;
}

#recebe_pedido{
	width: 80%;
    width: calc(50% - 20px);
    padding: 10px;
    border: 10px;
	min-height:300px;
    max-height: 80vh;
    position: fixed;
    float: left;
    margin-left: 25%;
    border-radius: 10px;
    margin-top: 20;
    overflow: auto;
   
}

#recebe_pedido.back{
	background:#fff;
}

#aviso_notificacao_back{
	width:100%;
	height:100%;
	position:fixed;
	background:url(../img/back_preto.png);
	display:block;
	z-index:100000;
	top:0;
}

#aviso_notificacao{
	width: 260px;
    padding: 20px;
    border: 10px;
    height: 235px;
    position: absolute;
    background: #fff;
    float: left;
    margin-left: -150px;
    left: 50%;
    border-radius: 5px;
    margin-top: 20;   
}

#aviso_notificacao_botao{
	width: 95%;
    padding: 15px 2.5% 25px 2.5%;
    height: 10px;
    float: left;
    background: #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;	
	cursor:pointer;
	color: #6b6b6b;
}


#true_recebe_pedido{
	 overflow: auto;
}

#recebe_pedido.close{
	display:none;
}



#visualizar_pedido h3{
	float: left;
    line-height: 14px;
}

#imprimir_pedido h3{
	float: left;
    line-height: 14px;
}

#pronto_pedido h3{
	float: left;
    line-height: 14px;
}

#visualizar_pedido h3 i{
	float:left;
	margin-right:3px;
}
#imprimir_pedido h3 i{
	float:left;
	margin-right:3px;
}
#pronto_pedido h3 i{
	float:left;
	margin-right:3px;
}



#visualizar_pedido{
	width: calc(100% - 22px);
    height: 15px;
    padding: 10px;
    float: left;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 3px solid #c5c5c5;
}

#imprimir_pedido{
	width: calc(100% - 22px);
    height: 15px;
    padding: 10px;
    float: left;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 3px;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 3px solid #c5c5c5;
	
}

#pronto_pedido{
	width: calc(100% - 22px);
    height: 15px;
    padding: 10px;
    float: left;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 3px;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 3px solid #c5c5c5;
}

#visualizar_pedido.pronto{
	width:28%; 
}

	#toggle_abrir_externo{
		width: 75px;
		height: 31px;
		background: #fff;
		position: relative;
		left: 62.5px;
		top: 10px;
		border-radius: 20px;
		float: left;
		left: calc(50% - 37.5px);
	}
	
	#toggle_abrir_interno{
		width: 25px;
		height: 25px;
		background: #3BB273;
		position: absolute;
		left: 46.5px;
		top: 3px;
		border-radius: 30px;
		transition: all .10s linear;
		float:left;
	}
	
	#toggle_abrir_interno.fechado{
		background: #E15554;
		left: 3.5px;
	}
	
	h3#toggle_abrir {
		position: relative;
		left: 0;
		width: 100%;
		top: 20px;
		text-align: center;
		color: #3BB273 !important;
		font-weight: 400;
	}
	
	h3#toggle_abrir.fechado {color:#E15554 !important;}


#fecha_pedido{
	width: 30px;
    height: 30px;
    right: 15px;
    color: #000;
    float: right;
    border-radius: 15px;
    background: #cecece;
    position: absolute;
    right: 5px;
    font-weight: bolder;
    top: 5px;
	cursor:pointer;
}

#fecha_pedido i{
	color: #fff;
    float: left;
    margin: 9px;
    font-size: 12px;
}

.loading{
	    animation-duration: 5s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-name: placeHolderShimmer;
		animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
		background: #fff;
		background: linear-gradient(90deg, rgb(255 255 255) 6%, rgb(223 223 223) 50%, rgb(255, 255, 255) 95%);
		-webkit-backface-visibility: hidden;
}

@keyframes placeHolderShimmer {
		  0% {
			background-position: 0px 0;
		  }
		  100% {
			background-position: 100em 0 ;
		  }
		}
		
#loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100000000000000000000000;
	background: #fff;
}

#logo_carregando{
	width:100px;
	height:100px;
	border-radius:100px;
	position:relative;
	left:calc(50% - 50px);
	top:calc(50% - 100px);
}

	.inner {
		position: absolute;
		top: calc(50% + 65px);
		left: calc(50% - 51px);
		width: 102px;
		/* transform: translate(-49%, -50%); */
	}
	.bolas > div {
	  display: inline-block;
	  background-color: #b3b3b3;
	  width: 25px;
	  height: 25px;
	  border-radius: 100%;
	  margin: 3px;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  animation-name: animarBola;
	  animation-timing-function: linear;
	  animation-iteration-count: infinite;

	}
	.bolas > div:nth-child(1) {
		animation-duration:0.75s ;
		animation-delay: 0;
	}
	.bolas > div:nth-child(2) {
		animation-duration: 0.75s ;
		animation-delay: 0.12s;
	}
	.bolas > div:nth-child(3) {
		animation-duration: 0.75s  ;
		animation-delay: 0.24s;
	}

	#area_info_index_banner{
		display:none;
	}

	@keyframes animarBola {
	  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	  }
	  16% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	  }
	  33% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	  }
	}
	/* end: Preloader */

@media screen and (max-width: 860px) {
	nav#painel{
		width: 100%;
		display:none;
		position:fixed;
		z-index: 150000;
	}
	
	#toggle_abrir_externo{
		width: 75px;
		height: 31px;
		background: #fff;
		position: relative;
		left: 62.5px;
		top: -10px;
		border-radius: 20px;
		float: left;
		left: calc(50% - 37.5px);
	}
	
	h3#toggle_abrir {
		position: relative;
		left: 0;
		width: 100%;
		top: -10px;
		text-align: center;
		color: #3BB273 !important;
		font-weight: 400;
		display:none;
	}
	
	#logo_painel{
		margin-top: 90px;
	}
	
	h3#toggle_abrir{
		top: -5px;
	}
	
	nav#painel ul{
		top: 60px;
	}
	
	#header_interno{
		display:none;
	}
	
	.mobile_only{
		display:block;
	}
	
	form#prazo{
		width: 235px;
		height: 40px;
		position: absolute;
		left: calc(50% - 117.5px);
		top: 200px;
	}
	
	.botoes_pagina_pedido{
		float:left;
		margin: 10px 10px 0px 0;
	}
	
	section#listar_area_imprimir{
		margin-top:0px;
	}
	
		
	#fechar_painel{
		position: absolute;
		width: 30px;
		height: 30px;
		right: 10px;
		top: 10px;
		border-radius: 20px;
		background: #0000002e;
		text-align: center;
		color: #fff;
		cursor: pointer;
		display:block
	}

	#fechar_painel i{   
		color: #fff;
		float: left;
		margin: 9px;
		font-size: 12px;
	}
	
	.pagina_pedido_voltar{
		display:none;
	}

	section#area_conteudo_painel{
		width: 100%;
		padding-left:0;
		min-height:100vh;
		padding-bottom: 70px;
	}
	
	section#area_conteudo_painel.interno{
		width: 95%;
	}
	
	
	#novo_container_novos_pedidos{
		width:95%;
		min-height:120px;
	}
	
	#novo_container_visualizados{
		width:95%;
		min-height:120px;
	}
	
	#novo_container_prontos{
		width:95%;
		min-height:120px;
	}
	
	header{
		display:block;
		position: fixed;
		background:#e7e7e7;
	}
	
	header h1{
		color:#000;
		float:left;
		margin-left: 15px;
		font-size:20px;
		margin-top:15px;
		z-index:100000;
		font-weight:500;
	}
	
	#box_relatorio{
		width: calc(95% - 50px);
	}
	
	#menu{
		width: 25px;
		height: 25px;
		float: left;
		margin-top: 17px;
		margin-left: 2.5%;
		margin-right: 2.5;
		background: url(../img/cat_preto.png);
		background-size: contain;
		background-repeat: no-repeat;
		cursor:pointer;
	}
	
	section #box_aviso{
		width:90%;
	}
	
	section #box_aviso.maior{
		width:95%;
	}
	
	
	#nav_config{
		width: calc(100% - 1px);
	}
	
	#nav_cupom{
		width: calc(100% - 1px);
	}
	
	div#header_interno{
		display:none;
	}
	
	#suporte{
		left: 15px;
		right: 0;
		width: 85px;
	}

	#faturas{
		right: 0;
		width: 85px;
		left: 130px;
	}
		
	i.sairmobile{
		font-size: 29px;
		color: #7e7e7e;
		position: absolute;
		left: 255px;
	}
	
	a.sair{
		left:0;
		right:0;
	}
	
	#botao_add_cardapio{
		top: 60px;
		display:none;
	}
	
	#nav_cardapio_geral.interno{
		width:100%;
	}
	
	#nav_cupom_geral.interno{
		width:100%;
		height:90px;
	}
	
	#nav_cupom_geral{
		height:90px;
	}
	
	#nav_config_geral.interno{
		width:100%;
		
	}
	
	#nav_cardapio_geral{
		width: 100%;
		min-height: 45px;
		margin-bottom: 0;
	}
	
	#nav_config_geral{
		width: 100%;
		min-height: 45px;
		margin-bottom: 0;
	}
	
	#botao_add_cardapio.cupom{
		
	}
	
	.hide_mobile{
		display:none;
	}
	
	#botao_add_cardapio_mobile{
		width: 40px;
		height: 40px;
		padding: 10px;
		background: #3bb273;
		position: fixed;
		/* border-bottom: 3px solid #1d874f; */
		right: 2.5%;
		bottom: 15px;
		border-radius: 100px;
		z-index: 149999;
	}
	
	#botao_add_cardapio_mobile p{
		color:#fff;
		font-weight:500;
	}
	
	#botao_add_cardapio_mobile i{
		float: left;
		margin-left: 7px;
		margin-top: 7px;
		color: #fff;
		font-size: 25px;
	}
	
	.titulo_cupom{
		margin-top:100px !important;		
	}
	
	.titulo_config{
		margin-top:240px !important;		
	}
}

@media screen and (max-width: 750px) {
	#botao_pagar_fatura{
		width:100%;
		margin-top:15px;
	}

	.mobile_only{
		display:block;
	}
	
	.pc_only{
		display:none;
	}
	
	#botao_pagar_fatura{
		width: 100%;
   		 height: 25px;
    		padding: 07px 0;
    		float: right;
    		background: #4e9326;
    		BORDER-RADIUS: 50px;
	}	
	
	#coluna1{
			width:48%;
		}#coluna2{
			width:48%;
		}
}
	
@media screen and (max-width: 620px) {
		
	#divisor_mobile{
		display:block;
		clear:both;
	}
	
	.cliente_pedido{
	float:left;
	margin-top: 10px;
	font-size:13px;
	}
	
	#recebe_pedido{
	width: 80%;
	padding:5%;
	margin-left:5%;
	}
}

@media screen and (max-width: 4870px) {
	#coluna1{
		width:68%;
	}#coluna2{
		width:28%;
	}
}







