.nmpd-wrapper {
    display: none;
}

.nmpd-target {
    cursor: pointer;
}

.nmpd-grid {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 5000;
    -khtml-user-select: none;
    padding: 10px;
    width: initial;
}

.nmpd-overlay {
    z-index: 4999;
}

input.nmpd-display {
    text-align: right;
}

.nmpd-grid {
    border: none;
    padding: 20px;
    width: 249px;
    background-color: #acb7ab;
    border: 2px solid #000;
}

    .nmpd-grid > tbody > tr > td {
        border: none;
    }

input.nmpd-target[readonly] {
    background-color: white;
    cursor: pointer;
}

/* Some custom styling for Bootstrap */
.qtyInput {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #555;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: right;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.numero, .sep, .del, .clear, .cancel, .done {
    width: 50px;
    height: 60px;
}

.nmpd-display {
    height: 50px;
    width: 210px;
    font-size: 40px;
}

.neg {
    display: none;
}
