.nmpd-wrapper {
	display: none;
	font-size: 54px;
}

.nmpd-target {
	/* cursor: pointer; */
}

.nmpd-wrapper .table_wrapper {
	left: 50px;
	top: 50px;
	z-index: 5000;
	padding: 20px;
	background-color: #f4f6fa;
	border: 1px solid #dce1e6;
	transition: opacity 0.15s linear;
}

.nmpd-grid {
	/* position: absolute; */
	-khtml-user-select: none;
	z-index: 5000;
	background-color: #f4f6fa;
	width: 800px;
}

.nmpd-grid td {
	min-width: 150px;
	padding: 5px;
}

.nmpd-grid td * {
	width: 100%;
	height: 110px;
	border: 1px solid #cbcfd4;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	background-color: #eff1f5;
	font-weight: 500;
}

.nmpd-overlay {
	z-index: 4999;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

input.nmpd-display {
	text-align: right;
	max-width: 100%;
	border: 1px solid #cbcfd4;
	margin-bottom: 10px;
	background-color: #fff !important;
	padding-right: 20px;
	box-shadow: none;
}

.numero {
	background-color: #fff !important;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05) !important;
}

.done {
	color: #fff;
	background-color: #00cc6f !important;
}
