.code, .code * {
    font-family: Courier New, Courier, monospace !important;
    font-weight: bold !important;
}

.ace_editor, .ace_editor *
{
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Droid Sans Mono', 'Consolas', monospace !important;
    font-size: inherit !important;
}

.dx-dashboard-item-loading-panel {
    display: none !important;
}

.dxgvAdaptiveGroupPanel_DevEx, .dxgvGroupPanel_DevEx {
    background: #DFDFDF !important;

}

/* dropdown com tamanho dinamico */
.dx-dropdowneditor-overlay .dx-popup-normal {
    width: auto !important;
    min-width: 100%;
    max-width: 800px;
}

.dx-dropdowneditor-overlay .dx-list-item {
    width: auto !important;
    min-width: 100%;
}





/*.dx-dropdownlist-popup-wrapper .dx-list-item {
    width: auto !important;
}*/

