@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*************************************************************************************
TABELA
**************************************************************************************/
.scroll-table { 
	overflow-x: scroll;
	overflow-y: hidden;
	height: auto;
	white-space:nowrap;
	margin: 0px auto;
} 

#tabela{
	letter-spacing:-.5px;
	text-align:center;
	clear:both;
	width: 1000px;
	max-width: 100%;
	min-height: 10px;
	margin: 0px auto;
	padding:0;
	overflow:auto;
}

#tabela thead tr{
	width: 100%;
	color: #FFF;
	text-align: center;
}

#tabela th, td{
	margin: 0px;
	padding: .5em;
	text-align: left;
	border: none;
	border-width: thin;
}

#tabela th{
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight:500;
	color: #FFF;
	height: auto;
	background:#0085fe;
}

thead{
	width: 100%;
	height: 50px;
}
	.caption{
		padding: 10px 10px;
	}

#tabela td{
	font-size: 1.12rem;
	height: 50px;
}

#tabela tbody tr:nth-child(odd){
	text-transform: uppercase;
	background: #FFF;
}
#tabela tbody tr:nth-child(even){
	text-transform: uppercase;
	background: #FFF;
}

/*************************************************************************************
t-deleta
**************************************************************************************/

a.t-deleta{
	clear: both;
	top: 3px;
	height: 25px;
	position: relative;
	margin: 0 3px 5px 5px;
	padding: 5px 10px;
	font-size: 1.1rem;
	color: #FFF;
	float: right;
    text-decoration: none;
	background: #DC260E;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.t-deleta:hover{
	/*color*/
	color: #FFF;
	background: #b30000;
	text-decoration: none;
}

/*************************************************************************************
t-continua
**************************************************************************************/

a.t-continua{
	clear: both;
	margin: 3px;
	padding: 10px 25px;
	font-size: 1rem;
	font-weight: 500;
	color: #1d1d1d;
    text-decoration: none;
	text-align: center;
	background: #efefef;
	float: left;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
}

a.t-continua:hover{
	/*color*/
	color: #1d1d1d;
	background: #dbdbdb;
	text-decoration: none;
}

/*************************************************************************************
t-continua
**************************************************************************************/

a.t-fechar-pedido{
	clear: both;
	margin: 3px;
	padding: 10px 25px;
	font-size: 1rem;
	font-weight: 500;
	color: #FFF;
    text-decoration: none;
	text-align: center;
	background:#ff4000;
	float: left;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.t-fechar-pedido:hover{
	/*color*/
	color: #FFF;
	background:#ff531a;
	text-decoration: none;
}

/*************************************************************************************
SUBMIT
**************************************************************************************/

.pedidos input[type=submit] {
	cursor: pointer;
	font-family: "Barlow Condensed", sans-serif;
	width: 150px;
	margin: 3px;
	padding: 10px 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #FFF;
    text-decoration: none;
	background:#0085fe;
	float: right;
	/*color*/
	color: #FFF;
	
	/*background*/
	background: #0085fe;
		
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	
	/*radius border*/
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	
	/*borders*/
	border: .5px solid rgba(0,133,254,0.2);
	border-width: thin;
}

.pedidos input[type=submit]:hover{ 
	/*color*/
	color: #FFF;
	/*background*/
	background-color: #0079e8;

	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

	@media all and (max-width: 510px) {
		
		/*************************************************************************************
		t-continua
		**************************************************************************************/

		a.t-continua{
			width: 100%;
			clear: both;
			margin: 3px;
			padding: 10px 25px;
			font-size: 1rem;
			font-weight: 500;
			color: #1d1d1d;
			text-decoration: none;
			text-align: center;
			background: #efefef;
			float: none;
			
			/*transition*/
			-webkit-transition: width 0.7s;
			-moz-transition: width 0.7s;
			-ms-transition: width 0.7s;
			-o-transition: width 0.7s;
			transition: width 0.7s;
			
			/* rounded corner */
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			
			border: .5px solid rgba(198,198,198,0.5);
			border-width: thin;
		}

		a.t-continua:hover{
			/*color*/
			color: #1d1d1d;
			background: #dbdbdb;
			text-decoration: none;
		}

		/*************************************************************************************
		t-continua
		**************************************************************************************/

		a.t-fechar-pedido{
			clear: both;
			width: 100%;
			margin: 3px;
			padding: 10px 25px;
			font-size: 1rem;
			font-weight: 500;
			color: #FFF;
			text-decoration: none;
			text-align: center;
			background:#ff4000;
			float: left;
			
			/*transition*/
			-webkit-transition: width 0.7s;
			-moz-transition: width 0.7s;
			-ms-transition: width 0.7s;
			-o-transition: width 0.7s;
			transition: width 0.7s;
			
			/* rounded corner */
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}

		a.t-fechar-pedido:hover{
			/*color*/
			color: #FFF;
			background:#ff531a;
			text-decoration: none;
		}
		
	}

/*************************************************************************************
NUMBER
**************************************************************************************/

.pedidos input[type=number]{
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1rem;
	font-weight:400;
	text-transform: capitalize;
	width: 50px;
	height: 30px;
	margin: 5px 0;
	padding: 0px 10px;
	letter-spacing: 1px;
	/*color*/
	color:#555;
	
	/*background*/
	background: #FFF;
		
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	
	/*radius border*/
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	
	/*borders*/
	border: .5px solid rgba(198,198,198,0.0);
	border-width: thin;
}
    #form-clear input::-webkit-input-placeholder  {
        color: #888; 
		font-weight:100;
		/*text-shadow: 0px -1px 0px #333; */ 
    }
    #form-clear input:-moz-placeholder {
        color: #888; 
		text-shadow: 0px -1px 0px #333; 
    }
	
.pedidos input[type=number]:hover{ 
	/*color*/
	color:#888;
	/*background*/
	background: rgba(0,0,0,0.1);
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*borders*/
	border: .5px solid rgba(0,0,0,0.0);
	border-width: thin;
}

.pedidos input[type=number]:focus {
	outline: none; 
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/

	
}