.rz-dialog-content {
    background-color: whitesmoke;
    color: gray;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

div.listDialogRow {
    font-size: 18px;
    border-bottom: 1px solid lightgray;
    height: 50px;
    padding-top: 10px;
}

.frmMControlNumeric {
    width: 100%;
    margin-bottom: 6px;
    height: 50px !important;
}

.frmMControlText {
    width: 100%;
    margin-bottom: 6px;
    height: 50px !important;
}

.frmMControlButton {
    height: 50px !important;
}

.frmMControlDate {
    margin-bottom: 6px;
    width: 100%;
}

    .frmMControlDate > span {
        height: 50px !important;
    }

        .frmMControlDate > span > input {
            height: 100% !important;
        }

.divMenuButton:hover {
    background-color: white;
}

.ndRowFilter {
    height: 50px;
    margin-bottom: 6px;
}

div.ndContent {
    height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
}
div.ndContent2 {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
}

input {
    -webkit-appearance: searchfield-cancel-button;
    -webkit-appearance: none;
}