.table-list-pedidos a i {
    font-size: 155%;
    vertical-align: middle;
}

.table-list-pedidos{
	table-layout: fixed;
}
.table-list-pedidos td{
	text-align: center;
	word-break: break-all;
	padding: 0;
	height: 6vh;
    border: 1px solid #000;
}

.table-list-pedidos td.column-name{
	background: #809CAB;
	color: #fff;
	font-size: 1.3em;
}

.lista-pedidos-filtros{
	margin-bottom: 5px;
}

.lista-pedidos-filtro-field{
	display: inline-block;
}

.lista-pedidos-filtro-input{
    font-size: 1.5em;
    border-radius: 5px;
    height: 1.9em;
}

.lista-pedidos-container{
	overflow: auto;
}

@media only screen and (max-width: 450px) {

	.table-list-pedidos {
		width: 100%;
		display: table;
		table-layout: auto;
	}

	.cont-paginacao{
		width: 90%;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 8%;
	}

	.table-list-pedidos td {
		word-break: inherit;
		height: 33px;
		border: 1px solid #000;
		padding: 4px;
		line-height: 1;
		text-align: center;
	}

	.table-list-pedidos td i{
		font-size: 23px;
	}

	.lista-pedidos-filtro-input {
		border-radius: 5px;
		height: 3.4em;
		font-size: 9px;
		width: 95%;
	}

	.row.ped{
		overflow-y: auto;
		margin-bottom: 0px;
	}

	.lista-pedidos-filtro-field {
		display: inline-block;
		width: 32%;
	}

	.pedidos-lista-col.ped{
		margin-bottom: 0px;
	}

	.paginacao {
		font-size: 1.2em;
		margin: 0 8px;
	}
	
}