#input-editor-host,
#json-java-input-host {
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#input-editor-host .cm-editor,
#json-java-input-host .cm-editor {
    height: 100%;
    width: 100%;
    outline: none;
    background: #fff;
    border-radius: 0;
}

#input-editor-host .cm-scroller,
#json-java-input-host .cm-scroller {
    overflow: auto;
}

#input-editor-host .cm-content,
#json-java-input-host .cm-content {
    min-height: 100%;
}

#input-editor-host .cm-editor .cm-placeholder,
#json-java-input-host .cm-editor .cm-placeholder {
    color: #999;
}

#input-editor-host .cm-editor .cm-gutterElement,
#json-java-input-host .cm-editor .cm-gutterElement {
    color: #888;
}

.tool-form-json .json-editor-panel-input #input-editor-host,
.tool-form-json-compress .json-editor-panel-input #input-editor-host {
    background: #fff;
}

.tool-form-json-to-java #json-java-input-host .cm-editor {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    border: none;
    border-radius: 0;
}

.tool-form-json-to-java #json-java-input-host .cm-editor .cm-gutters {
    background-color: #f6f6f6;
    border-right: none;
}
