.nmpd-wrapper {
    display: none;
}

.nmpd-target {
    cursor: pointer;
}

.nmpd-grid {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 5000;
    -khtml-user-select: none;
    padding: 20px;
    width: 400px;
}

.nmpd-overlay {
    z-index: 4999;
}

input.nmpd-display {
    text-align: right;
    border: 1px solid #cccccc;
    /*background:#2A2A2A;
    color:rgba(256,256,256,1);*/
    max-width: 100%;
    font-weight: bold;
    height: 50px;
    font-size: 40px;
}

.modal-background {
    width: 570px;
    background: #eee;
    border-radius: 5px;
    height: 540px;
}

/*.modal-background {
    width: 370px;
    background: #eee;
    border-radius: 5px;
    height: 340px;
}*/

    .modal-background tbody {
        margin: 10px;
    }

.numero {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
}

.sep {
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: bold;
}

    .sep:hover {
        font-size: 20px;
        color: #2A2A2A;
        background-color: #EBEBEB;
    }

    .sep:focus {
        font-size: 20px;
        color: #2A2A2A;
        background-color: #EBEBEB;
    }

.neg {
    height: 50px;
    font-size: 15px;
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: bold;
}

.neg:hover {
    font-size: 15px;
    color: #2A2A2A;
    background-color: #EBEBEB;
}

.neg:focus {
    font-size: 20px;
    color: #2A2A2A;
    background-color: #EBEBEB;
}

.del {
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #d9534f;
    border: #d9534f;
    font-weight: bold;
}

.del:hover {
    font-size: 20px;
    color: #ffffff;
    border: #d9534f;
    background-color: #d9534f;
}

.del:focus {
    font-size: 20px;
    color: #ffffff;
    border: #d9534f;
    background-color: #d9534f;
}

.clear {
    font-weight: bold;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #f0ad4e;
}

.clear:hover {
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #ccc;
    background-color: #f0ad4e;
}

.clear:focus {
    font-size: 20px;
    color: #ffffff;
    border: #f0ad4e;
    background-color: #f0ad4e;
}

.cancel {
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #d9534f;
    border: #d9534f;
    font-weight: bold;
}

.cancel:hover {
    font-size: 20px;
    color: #ffffff;
    border: #d9534f;
    background-color: #d9534f;
}

.cancel:focus {
    font-size: 20px;
    color: #ffffff;
    border: #d9534f;
    background-color: #d9534f;
}

.done {
    font-weight: bold;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #5cb85c;
    border: #5cb85c;
}

.done:hover {
    font-size: 20px;
    color: #ffffff;
    border: #5cb85c;
    background-color: #5cb85c;
}

.done:focus {
    font-size: 20px;
    color: #ffffff;
    border: #5cb85c;
    background-color: #5cb85c;
}
