/* Add here all your CSS customizations */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	font-size: 1.25em;
	font-weight: 700;
	color: white;
	padding: 5px;
	border-radius: 5px;
	background-color: crimson;
	display: inline-block;
}

.inputfile:focus+label,
.inputfile+label:hover {
	background-color: darkred;
}

.inputfile+label {
	cursor: pointer;
	/* "hand" cursor */
}

.inputfile:focus+label,
.inputfile.has-focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.canvasDetalhes {
	max-width: 200;
	max-height: 200;
}

.dataTables_filter {
	text-align: end !important;
}