.grid-row-editor input:not(.ui-btn), .grid-row-editor select{
    width: 98%;
}

.grid-row-editor {
    height: 30px;
}

.grid-row-editor .editorBtns {
    width: 157px;
    padding: 10px;
    z-index: 100;
    position: absolute;
    top: 34px;
    border-top: none;
    padding-top: 5px;
}

.grid-row-editor .rowEditorTable td {
    border: none;
}

.grid-row-editor form {
    padding: 3px 0;
}

.grid-row-editor form, .grid-row-editor form * {
    z-index: 10000;
}

.grid-row-editor .rowEditorTable {
    margin-bottom: 0;
    border: none;
    /*width: 100%;*/
}

.grid-row-editor .error {
    border: solid red 1px;
    background: inherit;
}

.ui-pnotify.stack-topright {
    top: 15px;
    right: 15px;
    left: auto;
}

.ui-pnotify.stack-custom2 {
    top: auto;
    left: auto;
    bottom: 200px;
}