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

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

.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;
}

.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: #1ddcf8;
	color: #fff;
	font-synthesis: 1.2em;
}

@media only screen and (max-width: 450px) {
	.exportar-holder {
		width: 80%;
		margin: 0 auto;
		overflow: auto;
		height: auto;
	}

	.export-mobile{
		position: sticky;
		height: 159px;
	}

	.div-place-mobile{
		width: 100%;
		margin-top: 10px;
	}

	.place-mobile{
		resize: none;
		font-size: 1.2em;
		width: 84%;
		height: 5em;
		vertical-align: middle;
		line-height: 1;
	}

}