
/* Debugger Bar */

.flat .debugBar {
    background:#333;
    color:#DDD;
    border: none;
    border-top: 3px solid #FFF !important;
}

/* Debugger Table */

.flat .dcdDebugTable {
    width: 100%;
    background-color: #FAFAFA;
    border-collapse: collapse;
    user-select: text;
}

.flat .dcdDebugTable tr {
    border-bottom: 1px solid #EEE;
    vertical-align: top;
}

.flat .dcdDebugTable tr td {
    padding: 2px;
    padding-left: 6px;
}

.flat .dcdDebugTable tr td:first-child {
    min-width: 40px;
    white-space: nowrap;
}

.flat .dcdDebugTable tr td:last-child {
    font-family: 'Courier New', monospace;
}

.dijitDialogUnderlay.dcdNonModal_underlay {
    display: none;
}

/* Debug Inspector */

.flat .dcdObjectInspector {
    margin-bottom: 2px;
}

.flat .dcdObjectInspector .dijitTitlePaneTitle {
    background-color: #EAEAEA;
    padding: 2px;
    transition: color 0.3s, background-color 0.3s;
}

.flat .dcdObjectInspector .dijitTitlePaneTitle.dijitTitlePaneTitleHover {
    background-color: #CCCCCC;
}

.flat .dcdObjectInspector .dijitTitlePaneTitle.dijitTitlePaneTitleOpen {
    background-color: #333333;
    color:#EAEAEA;
}

.flat .dcdObjectInspector .dijitTitlePaneContentInner {
    padding: 0px;
}

.flat .dcdObjectInspector .dcdObjectInspectorTypeLabel {
    float:right;
    font-family: 'Courier New', monospace;
    font-size: 11px;
    min-width: 55px;
    text-align: center;
    padding: 2px;
    margin-top:-1px;
    margin-right: -1px;
    border-left: 1px solid #9e9e9e;
    background-color: #AAA;
    color:#FFF;
}

#dojoxGlobalResizeHelper {
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    outline:1px dotted #CCC;
    z-index: 100;
}
