.exportar-table-title{
	background: #1ebb90;
	color: #fff;
}

.alternative-screen .exportar-table-title{
	background: #809cab;
}

.exportar-holder{
	width: 80%;
	margin: 0 auto;
	overflow: auto;
	height: 100%;
}

.exportar-holder div{
	width: auto;
    text-align: center;
    font-size: 2em;
    margin-top: 20px;
}

.exportar-holder table td{
	text-align: center;
	border: 1px solid #000;
	padding: 4px 2px;
}

.exportar-holder .enviar-pedidos{
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 2.2em;
	color: #000;
}

.exportar-holder .enviar-pedidos i.fa-check{
	opacity: 0;
}

.exportar-holder .enviar-pedidos.active i.fa-check{
	opacity: 1;
}

.exportar-button{
	background:#2196F3;
	border: none;
	border-radius: 5px;
	height: 50px;
	padding: 5px;
	color: #fff;
	font-size: 1.5em;
}

.exportar-ver-button{
	height: 52px;
	border: none;
	border-radius: 5px;
	background: #1ebb90;
	color: #fff;
	font-synthesis: 1.2em;
}

.alternative-screen .exportar-ver-button{
	background: #809cab;
}

@media only screen and (max-width: 450px) {
	.exportar-holder table {
		height: 75%;
	}

	.exportar-holder{
		width: 90%;
		margin: 0 auto;
		overflow: auto;
		height: 100%;
	}

	.exportar-holder table td {
		text-align: center;
		border: 1px solid #000;
		padding: 3px;
		font-size: 1.4em;
	}

	.exportar-table-title{
		line-height: 1;
	}

}