.nmpd-wrapper {display: none;}
.nmpd-target {cursor: pointer;}
.nmpd-grid {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 10011;
	-khtml-user-select: none;
	padding: 10px;
	width: initial;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 3px solid #edb71b;
    border-radius: 8px;
    outline: 0;
    background: #393737;
    -webkit-box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
.nmpd-overlay {z-index:10010;}
input.nmpd-display {text-align: right;}

.nmpd-grid .clear {
	clear: none;
    height: auto;
}

.nmpd-grid .numero, .nmpd-grid .neg, .nmpd-grid .sep {
	width: 3em;
}

.nmpd-grid .del, .nmpd-grid .clear, .nmpd-grid .cancel, .nmpd-grid .done {
	width: 6em;
}

.nmpd-display{
    display: block;
    width: 91%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #1f1d1d;
    background-color: #fffef5;
    -webkit-appearance: none;
    height: 46px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}

.nmpd-grid button{
    padding: 5px 8px;
    font-size: 1em;
    line-height: 1.33;
    border-radius: 6px;
    font-family: "Roboto-Bold";
    font-size: 1em;
    color: #02010e;
    background-color: #fffdef;
    border: 1px solid #1f1d1d!important;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}