body
{
	background: transparent;
	color: #333;
	font-family: "Bahnschrift", Condensed;
	font-size: 100% !important;

}
.titulo{
	font-size:15px;
	font-style: bold;
	color: #000000;
}

#locais{
  display:none;
}


.header {
	align-items: center;
	background: transparent;
	position: top;
	height: auto;
    display: block;
}

.footer {
	background: transparent;
	position: bottom;
	background-color: transparent;

}

hr{
	opacity: 0%;
}

th{
	text-align: left;
}
td{padding: 0;}

img,
picture,
video, body{
	display: block;
	max-width: 100%;
	height: auto;
}


.tabela{
	border-collapse: collapse;
	border-spacing: 5px;
	align-content: center;
	width:100% !important;
	}

ul {
	list-style: none;
	}
textarea {
	width: 100% !important;
	height: 200px !important;
}

.button {
	background-color: rgb(255, 86, 66);
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-family: "Bahnschrift", Condensed;
	font-style: bold;
  }


.button.block {
    display: block !important;
    width: 200px !important;    
}

.margin-auto {
    margin: 0 auto !important;
}
.sub1, .sub2 { display: none; }

.all{
	display:none;
  }

   /* Menu */

   .sidebar {
	border-radius: 10px;
	height: 100%;
	width: 200px;
	position: -webkit-sticky; /* for Safari users */
	position: sticky;
	top: 0px;
	float: left;
	margin-top: 25px;
	padding-top: 0px;
	background-color: rgb(255, 61, 40);  
	color:white;
	
}

.sidebar div {
	padding: 15px;
	font-size: 20px;
	display: block;
}

.body-text {
	margin-right: 0px;
	font-size: 20px;
	padding-left: 225px;
}
/* hr */
hr{
	height: 6px;
	background-color: rgb(255, 61, 40);
	border-color:white;
	border-radius: 25px;
	opacity: 100%;
	max-width: 100%;
}

/*Lista de Pedidos*/
#pedidos {
	font-family: "Bahnschrift", Condensed;
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	border-radius: 10px;
	font-size:15px;
	border: 1px solid black;
	
		 
}



#pedidos tr:nth-child(even){
	background-color: #f2f2f2;
}

#pedidos th:first-child{
	border-top-left-radius: 10px;
}
#pedidos th:last-child{
	border-top-right-radius: 10px;
}

#pedidos tr:hover {
	background-color: #ddd;
}

#pedidos th {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-color: rgb(255, 61, 40);
	color:white;
	height:20px;
				   
}

/* unvisited link */
a:link {
	color: white;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: white;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: pink;
	text-decoration: none;
}

/* selected link */
a:active {
	color: rosybrown;
	text-decoration: none;
}