
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

.body{
  background-image: linear-gradient(to top, #1E90FF, #0d4a7c );
  height: 300px;
  background-color: #cccccc;
  background-image: radial-gradient( #1E90FF,#0d4a7c);
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#baropcoes{
	z-index:101;

	top:20%;
	width: 90%;
	height:40px;
	text-align:center;
	left: 50%;
	position: absolute;
 	transform: translateX(-50%); 
 }
 
   
  .papax {
	border: 1px solid #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 50%;

  }

  .beleza {
	border: 1px solid #000000;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
  }
  .beleza:hover {
	border: 1px solid #fff;

  }

  .geoloc {
	border: 2px solid #0d4a7c;
	background-color: #0d4a7c;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
  }
  .geoloc:hover {
	border: 2px solid #cccccc;
  }

 #final{
/*
  background-color:#0d4a7c; #0033CC;*/
	color:#0d4a7c;
	font-size:1.0em;
	top:75%;
	left:0%;
	width:100%;
	text-align:center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
 }
 .sub{
	
	font-size: 0.4em;
    font-weight:normal;
    color:#0d4a7c;
 }
 #sua{
	text-align:left;
    color:#0d4a7c;
	font-size: 0.5em;
    font-weight:normal;
	position:absolute;
	
	
}

.botaoP {
  
	font-family: Verdana; 
	font-size: 0.5em;
	background-color:var(--cor);/*#0d4a7c; */

	font-style: italic;

	color:white;
    left: 30%;
    width: -50%;
    border-radius:5px;
	padding:4px 5px 5px 5px;
	/*text-shadow:1px 1px 0px green;*/
	box-shadow: 2px 2px 2px rgba(0,0,0, .75);
	background-color: var(--cor); /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, var(--cor) ,var(--corf));
	
 }

 #Topo{
	position:fixed;
	left:0px;  
	top:0px;
	width:100%;
	height:44px;
	z-index:30;
 
 }

 .botaoP:hover {
	background-color:#cccccc;
	font-style: italic;
 }

.bodyB{
	background-color: rgba(245, 245, 10, 0.438);
}
:root {
  --corf:red;
  --cor:darkred;
}

#teor{
/*	text-transform:none;
	margin:10px;
	width:95%;
	font-family:Arial;
	 font-size:1.0em;
	text-align: justify;
	color:#000000;
	height:10px;
	display:block;*/
	
	position: relative; 
	display:block;
	top:10px;
	z-index:100; 
}

.apasel{   
	-webkit-appearance: none;  /* Remove estilo padrão do Chrome */   
	-moz-appearance: none; /* Remove estilo padrão do FireFox */  
	appearance: none; /* Remove estilo padrão do FireFox*/   
	background: url("seta.gif") no-repeat #cccccc;  /* Imagem de fundo (Seta) */   

	background-position: 118px center;  /*Posição da imagem do background*/   
	width: 150px; /* Tamanho do select, maior que o tamanho da div "div-select" */   
	height:30px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */   
	border:1px solid darkblue;
	color:var(--cor);
}
#filtro{
	position:fixed; 
	display:block;
	top:10px;
    left:93%;
	z-index:2021; 
	
} 
.redondo{
   border-radius:50%;
   border:0px solid #f5f5f5;;
   padding:2px 2px 2px 2px;
  /* box-shadow: 2px 2px 5px rgba(0,0,0, .75); */
   left: 60px;
}
.anuncio{
	border-radius:15px;
	border:0px solid #cccccc;;
	padding:2px 2px 2px 2px;
	box-shadow: 2px 2px 2px rgba(0,0,0, .75);
	
 }

#slogan{
   z-index:1001; 
   top: 0px;
   position:fixed; 

}

#sliderHeader
{
	top:210px;
	left:0%;
	height: 300px;
	width:98%;
    font-family:Verdane;
    
    text-align: center;
    font-size: 2.2em;
    color:white;
	background-size: cover;
	
	position: absolute;

    text-shadow: 0 0 0.2em #000

}
#sliderPara{
	width:98%;
    font-family:cursive;
	text-align: center;
    font-size: 1.2em;
    font-style: italic;
    color:black;
	top:250px;
	position:absolute;
	left:0%;
}

.modalDialog {
	/*
    position:absolute;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
   	 */
   width:100%;
   height:100%;
   opacity:0;
   display:none;
   position:absolute;         
   left:0;
   top:0;

	background: rgba(0,0,0,0.8);
	
   z-index: 99999; 
}
	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
        
	}

	.modalDialog > div {
		width: 90%;
        top:4%;
        left:5%;
        position: absolute;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		color:#000000;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	#XClose {
		background:var(--cor);
		color: #FFFFFF;
		
		line-height: 35px;

		position: absolute;
		right: 12px;
		text-align: center;
		top: 10px;
		width: 34px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		font-size: 1.0em;
		border-radius: 15px;
		/* opacity:1; */
		-moz-box-shadow: 1px 1px 3px #000;
		
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;/**/
	}

	#XClose:hover { background:#990000; }
	
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;

}

@keyframes fa-blink {
	0% { opacity: 1;}
	10% { opacity: 0.2;}
	20% { opacity: 0.4; }
	30% { opacity: 0.6; }
	50% { opacity: 0.8; }
	80% { opacity: 0.9; }
	100% { opacity: 0; }
}





.fa-blink {
  -webkit-animation: fa-blink 1.95s linear infinite;
  -moz-animation: fa-blink 1.95s linear infinite;
  -ms-animation: fa-blink 1.95s linear infinite;
  -o-animation: fa-blink 1.95s linear infinite;
  animation: fa-blink 1.95s linear infinite;
}

.style2 {font-size: 9px}
.style5 {font-family: impact; font-size:1.2em;color: #ccc;}
#Layer1 {
	position:absolute;
	left:50%;
	top:50%;
	width:326px;
	height:16px;
	z-index:6;
	background-color: #000000;
}
.style3 {color: #000066}
.style4 {
	font-size: 18px;
	color: #000080;
}
.botaoX{
	background-color:rgba(65, 62, 75, 0.788);
	text-align:center;
	font-size: 1.0em;
	width:100%; 
    
    border:0px solid #CCCCCC;
    
    border-radius:5px;
    padding:2px 2px 2px 2px;
    /*text-shadow:1px 1px 0px black;*/
    box-shadow: 10px 10px 10px #cccccc;
    z-index:1500;
   color:#fff;
    
}
.botaoX:hover{
    cursor:pointer;
    background:#cccccc;
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
.botao {
    background-color: #413e4b;
	text-align:center;
	font-size:1.4em;
	width:100%; 
    border:1px solid #cccccc;
    border-radius:5px;
    padding:2px 2px 2px 2px;
    /*text-shadow:1px 1px 0px black;*/
    box-shadow: 2px 2px 15px #cccccc;
    z-index:1500;
	color:#fff;
	height: 35px;
	
}   

.botao:hover{
    cursor:pointer;
	background: #cccccc;
	
    
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}

.botaoE {
    background-color: red;
	text-align:center;
	font-size:1.4em;
	width:100%; 
    border:1px solid #cccccc;
    border-radius:5px;
    padding:2px 2px 2px 2px;
    /*text-shadow:1px 1px 0px black;*/
    box-shadow: 2px 2px 15px #cccccc;
    z-index:1500;
	color:#fff;
	height: 35px;
	
}   

.botaoE:hover{
    cursor:pointer;
	background: #cccccc;
	
    
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
.botaoy {

	background-color:rgba(65, 62, 75, 0.788);
	background-color: #0d4a7c;
    background-color: var(--cor); /* For browsers that do not support gradients */
    
	
	text-align:center;
	font-size:0.9em;
	
    border:3px solid #cccccc;
    
    border-radius:5px;
    padding:2px 2px 2px 2px;
    /*text-shadow:1px 1px 0px black;*/
    box-shadow: 2px 2px 15px #cccccc;
    z-index:1500;
   color:#fff;
}   

.botaoy:hover{
    cursor:pointer;
    background: #cccccc;
    
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
.campos {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.2em; 
	padding: 8px 10px 10px 10px ; 
	border: 1px solid #000000; 
	width: 40%; 
	color: #000000;	
	/* Border style */
  	border: 1px solid #000000; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:996;
}

.camposT {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	padding: 8px 8px 8px 8px ; 
	border: 2px solid #5c6f91; 
	width: 98%; 
	color: #000000;	
	/* Border style */
  	border: 1px solid #5c6f91; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left; 
    z-index:996;
}


/*Radio button
.radio, .checkbox{display: inline-block;}
.radio { padding:5px; margin-left:40px; }
.radio input[type="radio"] { opacity: 0; position: absolute; cursor:pointer;}
.radio input[type="radio"] + label { color:#555; line-height:25px; display:inline-block; text-indent:-38px; }
.radio input[type="radio"]:checked + label > mark:before { content:' '; background:#0d7fbe; width:12px; height:12px; display:inline-block; margin:4px; border-radius:20px;}
.radio input[type="radio"] + label > mark { display:inline-block; width:20px; height:20px; vertical-align:middle; border-radius:15px; border:1px solid #009df5; background:#fff; text-indent: 0; }
*/

/*Check box

.checkbox { padding:5px; margin-left:15px; }
.checkbox input[type="checkbox"] { opacity: 0; position: absolute; }
.checkbox input[type="checkbox"] + label { color:#CCC; line-height:25px; display:inline-block; text-indent:-38px; }
.checkbox input[type="checkbox"] + label > mark { position:relative; display:inline-block; width:20px; height:20px; vertical-align:middle; border-radius:5px; border:1px solid #CCC; background:#fff; text-indent: 0; }
.checkbox input[type="checkbox"]:checked + label > mark:before {background: red;content: " ";height: 4px;left: 2px;position: absolute;top: 8px;transform: rotate(45deg);width: 8px;}
.checkbox input[type="checkbox"]:checked + label > mark:after {  background: red;content: " ";height: 11px;left: 9px;position: absolute;top: 3px;transform: rotate(45deg);width: 4px;}
*/
.colunaR{
	/*width:25%;*/
	height:50px;
	background-color:#ffffff;
	
	border: 6px solid red;
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 6;
	border-radius: 5px;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 */
	}


.colunaG{
		/*width:25%;*/
		height:50px;
		background-color:#ffffff;
		
		border: 6px solid green;
		border-bottom-width: 0;
		border-top-width: 0;
		border-right-width: 0;
		border-left-width: 6;
		border-radius: 5px;
	/*
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		 */
		}
	
.colunax{
	width:100%;
	height:40px;
	background-color:#ffffff; 
	border-color: #ffffff;
	/*border: 2px solid #ffffff; */ 
	border-style:solid;
	border-radius:5px;
	/*border-bottom-width: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	
    text-shadow:1px 1px 0px green;*/
	
	padding:15px 15px 15px 15px;
	
	box-shadow: 1px 1px 1px rgba(0,0,0, .75); 
 }
 
 .tipoC{	
    font-family: Arial, Verdana;
	/*text-align:left;*/
	font-style:italic;
	font-size: 0.8em;
	color:red;
}
.tipoCG{	
    font-family: Arial, Verdana;
	text-align:left;
	font-style:inherit;
	font-size: 1.8em;
	color:red;
}
.tipoC2{	
    font-family: Arial, Verdana;
	text-align:left;
	font-style:italic;
	font-size: 0.8em;
	color:black;
}
 .colunay{
	width:90%;
	height:40px;
	background-color: rgba(255, 255, 0, 0.308);
	/*background-color: rgba(238, 224, 26, 0.856);
	padding:5px 10px 10px 10px;

	
	background-color:rgba(131, 128, 122, 0.904);
	border-color: #999999;
*/
	border-style:dashed;
	/*border-bottom-width: 2px;*/
	border-top-width: 1;
	border-top-color: #ccc;
	border-right-width: 1;
	border-left-width: 1;
	border-left-color:#ccc;
	border-right-color:#ccc;
	border-block-end-color: #ccc;
	/*border-radius:5px;
 text-shadow:1px 1px 0px green;
	font-size: 0.5 em;*/
	padding:5px 10px 10px 10px;
	
	box-shadow: 5px 5px 5px rgba(236, 222, 17, 0.555);/**/
 }
 .titulocardapio{
	font-family: Helvetica; 
	left: 0;
	font-size: 1.2em; 
	color: #413e4b;	
	 /*background-color: #FFFFFF;
	padding: 8px 10px 0px 10px ; */
	width: 98%; 
	/*text-align: left;
	 Border style 
	border: 0px solid #5c6f91; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left; */
 }
 .titcar{	
    font-family: Arial, Verdana;
	text-align:left;
	/*background-color: white;*/
	font-style:bold;
	font-size: 0.9em;
	color:red;

}
 

  .titulo2v{
	font-family: Arial, Verdana;
	
	font-style:inherit;
	font-size: 0.8em;
	color:red;
  
  }
 .titcarL{	
	font-family:Verdana;
	font-style:bold;
	font-size: 1.2em;
	color:black;
}
.valcar{	
    font-family: Arial, Verdana;
	text-align:right;
	font-style:bold;
	font-size: 1.0em;
	color:red;
}
.descar{	
    font-family: Verdana;
	
	font-style:italic ;
	font-size: 0.8em;
	color:black;
}
.cor{
	background-color: var(--cor);  
	background-color: var(--cor); /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, var(--cor) ,var(--corf));  
}
	
.titulocardapiosub{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 1.0em; 
   text-align: left;

   color: #FFFFFF;	
   padding: 8px 10px 10px 10px ;
   /* Border style 
   float:left; */
   border: 5px solid #cccccc; 
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
}
.titulop{	
    font-family: Arial, Verdana;
	text-align:center;
	font-style:inherit;
	font-size: 0.9em;
	color:#000000;
}

.promo{
	font-family: Arial, Verdana;
	font-style:bold;  
	/* background-color:rgba(221, 78, 21, 0.466);   */
	font-size: 1.5em;
	color:yellow;

	border-radius:5px; 
	padding:0 5px;
	   animation:fade 2000ms infinite;
	  -webkit-animation:fade 2000ms infinite;
  }
  .promox{
	font-family: Arial, Verdana;
	text-align:left;
	font-style:bold;  
	font-size: 0.8em;
	color:white;
   
  }
  #promocao{

	/*  background-color: darkred; */
	   border: 0px solid white; 
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px; 
  }

  .fixo{
    top:18%;
	width:100%;
	background-color: white;
    height:45px;
    position:fixed; 
}
.cor1{
	background-color: var(--cor);    
	
	}
	.cor2{
	background-color: white;    
	
	}
	.vermelho{
		font-family: Arial, Verdana;
		text-align:center;
		font-style:bold;  
		 
		font-size: 1.4em;
		color:white;
	   border-radius:5px; 
		 padding:0 2px;
		  
		   box-shadow: 0 0 0 0;
		  border: 0 none;
		  outline: 0;
	  }
	.vermelhox{
		font-family: Arial, Verdana;
		text-align:center;
		font-style:bold;  
		 
		font-size: 1.0em;
		color:white;
	   border-radius:5px; 
		 padding:0 2px;
		  
		   box-shadow: 0 0 0 0;
		  border: 0 none;
		  outline: 0;
	  }
	  .titulo2vv{
		font-family: Arial, Verdana;
		text-align:left;
		font-style:inherit;
		font-size: 0.8em;
		color:red;
	  
	  }
	  .titulocampos{
		font-family: Arial;
		font-style:inherit;
		font-size: 0.8em;
		color: white;
	  }
	  .titulocamposV{
		font-family: Arial;
		font-style:inherit;
		font-size: 0.8em;
		color: red;
	  }
	  .titulo2ve{
		font-family: Arial, Verdana;
		text-align:left;
		font-style:inherit;
		font-size: 0.8em;
		color:green;
		background-color: yellow;
		border-radius:5px;
		padding:3px 3px 3px 3px;
		/*text-shadow:1px 1px 0px green;*/
		box-shadow: 2px 2px 5px rgba(0,0,0, .75);
	  
	  }
	  .titulo2vx{
		font-family: Arial, Verdana;
		text-align:left;
		font-style:inherit;
		font-size: 0.8em;
		color:white;
		background-color: red;
		border-radius:5px;
		padding:3px 3px 3px 3px;
		/*text-shadow:1px 1px 0px green;*/
		box-shadow: 2px 2px 5px rgba(0,0,0, .75);
	  
	  }
	  .titulo2vG{
		font-family: Arial, Verdana;
		text-align:center;
		font-style:inherit;
		font-size: 0.8em;
		color:red;
	  
	  }
	  .tituloG{
		 font-family: Arial, Verdana;
		 text-align:center;
		 font-style:inherit;
		 font-size: 1.8em;
		 color:#000000;
	  
	  }

	  #NovoPro{
	
		border-radius:100%;
		border:5px solid black;
		width:80px;
		height:80px;
		background-color:yellow;

		animation: blinker 3s linear infinite;

		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.5em;

		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;


		top:25%;
		left:10%;   
		position: absolute;
		font-size: 0.2em;
	    z-index:3000;
	  }
	  
	  @keyframes blinker {
		50% {
		  opacity: 0;
		}
	  }
	
	  #QntdItem{
		top:8px;
		left:76%; /*232px*/  
		
		position:fixed;
		font-size: 0.8em;
		font-weight: bold;
		color:white;
		z-index:3002;
	  }
	  #ValorTotal{
		top:25px;
		left:76%; /*232px*/   
		position:fixed;
		font-size: 0.8em;
		font-weight: bold;
		color:white;

		z-index:3002;
	  }


	  #ItemCompras{

		top:5px;
		left:64%;   /*201px*/
		position:fixed;
		font-size: 1.2em;
		color:var(--cor);
		animation: blinker 3s linear infinite;
		z-index:3000;
	  }
	  #item{
		top:-10px;
		width:97%;
		 
		text-transform:none;
		font-family:Arial;font-size:1.5em;
		text-align:center;
		font-style:italic;
		color:#FFFFFF;
		display:block;
		position:absolute;
	 
		z-index:909;
	  
		background-color:#FFFFFF;
	   
		border-color: #999999;
		border-style:solid;
		border-bottom-width: 1px;
		border-top-width: 0;
		border-right-width: 0;
		border-left-width: 0;
	 
		border-radius:5px;
		padding:25px 5px 5px 5px;
	 
		box-shadow: 2px 2px 15px rgba(0,0,0, .75);
	 
	 }
	 #texto{
		text-transform:none;
		width:97%;
		font-family:Arial;font-size:1.2em;
		text-align:center;
		font-style:italic;
		color:#FFFFFF;
		height:176px;
		display:block;
		position:absolute;
		left:0%;
		top:330px;
	 }
	 #opcoes{
		text-transform:none;
		font-family:Arial;font-size:1.2em;
		font-style:italic;
		color:rgb(61, 49, 49);
		font-size: 0.9em;
	 }

	 #prato{  
		position:absolute;          /*  position in the center of the screen */
		left:60px;
		top:70px;
		width: 80%;
		padding:0px 0px 0px 0px;
	 }
	 .campo {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 1.0em; 
		padding: 5px 5px 5px 5px ; 
    	width: 85%; 
		color: #000000;	
		/* Border style */
		  border: 1px solid #ccc; 
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	 
	z-index:996;
	}
	.TituloTela{
		left: 15px;
		width:85%;
		position: absolute;
		 height:45px;
		 top:0px;
		 color: var(--cor);
		 text-transform: none;
		text-align:left;
		font-style:italic;
		font-family:Verdane;
		 font-weight: bold;
		font-size: 1.3em;
	   /* text-shadow: 0 0 0.2em #fff; */
	   z-index:1; 
	 }
	 .tabela{
		background:#FFFFFF;
		opacity: 0.8;
		border:0px solid #000000;
		color:#fff;
		border-radius:5px;
		padding:10px 10px 10px 10px;
		/*text-shadow:1px 1px 0px green;*/
		box-shadow: 12px 12px 15px rgba(0,0,0, .75);
		width: 90%;
		z-index:800; 
	 }
	 .botaoB {
		background-color:#00CC00;
		text-align:center;
		font-size:1.0em;

		border:0px solid #cccccc;
		color:#fff;
		border-radius:5px;
		padding:10px 10px 10px 10px;
		/*text-shadow:1px 1px 0px green;*/
		box-shadow: 2px 2px 15px rgba(0,0,0, .75);
	    font-size: 1.0em;	

	}
	
	.botaoM {
		background-color:blue;
		text-align:center;
		font-size:1.0em;
		border:0px solid #cccccc;
		color:#fff;
		border-radius:5px;
		padding:10px 10px 10px 10px;
		/*text-shadow:1px 1px 0px green;*/
		box-shadow: 2px 2px 15px rgba(0,0,0, .75);
		font-size: 1.0em;	
	
	}

	  .tabs-container {
		position: relative;
		height: 460px; 
		max-width: 98%;
		margin: 0 auto;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	  }
	  .tabs-container p {
		margin: 0;
		padding: 0;
	  }
	  .tabs-container:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		font-size: 0;
		line-height: 0;
		visibility: none;
	  }
	  input.tabs {
		display: none;
	  }
	  input.tabs + label {
		line-height: 40px;
		padding: 0 10px;
		float: left;
	  
		background: #444;
		color: #fff;
		cursor: pointer;
		transition: background ease-in-out 0.3s;
	  }
	  input.tabs:checked + label {
		 color: var(--cor);
		background: #eee;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 
		
	
	  }
	  input.tabs + label + div {
		width: 98%;
		opacity: 0;
		position: absolute;
		background: #eee;
		top: 40px;
		left: 0;
		height: 750px;
		padding: 10px;
		z-index: -1;
		transition: opacity ease-in-out 0.3s;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	  }
	  input.tabs:checked + label + div {
		opacity: 1;
		z-index: 1000;
	  }
	  



  /*ckeckbos css */
  input[type=checkbox] {
		position: relative;
		  cursor: pointer;
   }
   input[type=checkbox]:before {
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		top: 0;
		left: 0;
		background-color:#e9e9e9;
		border-radius: 2px;
}
input[type=checkbox]:checked:before {
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		top: 0;
		left: 0;
		background-color:var(--cor);
		border-radius: 2px;
}
   input[type=checkbox]:checked:after {
		content: "";
		display: block;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 2px;
		left: 6px;
		border-radius: 2px;
}

/*radio css */
input[type=radio] {
	position: relative;
	cursor: pointer; 
	
}
input[type=radio]:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
	background-color:#e9e9e9;
	border-radius: 2px;
}
input[type=radio]:checked:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
	background-color: var(--cor);
	border-radius: 2px;
}
input[type=radio]:checked:after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 6px;
	border-radius: 2px;
}
/*///////////////////////////////////////////*/
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Arial;
  }
  
  .custom-select select {
	display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
	background-color: DodgerBlue;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
	display: none;
  }
  
  .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
  }
 
  /* ------------------------------ */

  .containerr {
	border: 2px solid #ccc;
	background-color: #fff;
	font-size: 0.8em;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	width: 98%;
  }
  
  .darker {
	border-color: #ccc;
	background-color: #f1f1f1;
  }
  
  .containerr::after {
	content: "";
	clear: both;
	display: table;
  }
  
  .containerr img {
	float: left;
	max-width: 60px;
	width: 100%;
	margin-right: 20px;
	

	border:0px solid #ccc;
	padding:2px 2px 2px 2px;
  }
  
  .containerr img.right {
	float: right;
	margin-left: 20px;
	margin-right:0;

	border-radius:50%;
	border:0px solid #f5f5f5;;
	padding:2px 2px 2px 2px;
  }
  
  .time-right {
	float: right;
	color: #aaa;
  }
  
  .time-left {
	float: left;
	color: #999;
  }
 
 /* ////////////////////////////////////  */

.colunaw{
	width:50px;
	height:50px;
	border: 5px solid #ccc;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
}
.colunaw:hover{
   background-color:#999;
}