.editor-box1 #editor, .editor-box1 #editor1, .editor-box1 #editor2, .editor-box1 #editor3, .editor-box1 #editor4, .editor-box1 #editor5, .editor-box1 #editor6, .editor-box1 #editor7 {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 22px;
    border-radius: 3px;
}
#resize, #resize1, #resize2, #resize3, #resize4, #resize5, #resize6, #resize7, #resizeFmt, #resizeJsonEditor, #resizePre, #resizePre1, #resizePre2, #resizePre3 {
    width: 100%;
    position: absolute;
    background-color: #f6f6f6;
    cursor: n-resize;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    text-align: center;
    top: 100%;
    border: 1px solid #ddd;
    left: -1px;
}
.icon, [class*=" icon-"], [class^=icon-] {
    font-family: ZenIcon;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-bars:before {
    content: '\e6ad';
}
.scrollbar-hover::-webkit-scrollbar, .scrollbar-hover::-webkit-scrollbar-button, .scrollbar-hover::-webkit-scrollbar-thumb, .scrollbar-hover::-webkit-scrollbar-track {
    visibility: hidden
}

.scrollbar-hover:hover::-webkit-scrollbar, .scrollbar-hover:hover::-webkit-scrollbar-button, .scrollbar-hover:hover::-webkit-scrollbar-thumb, .scrollbar-hover:hover::-webkit-scrollbar-track {
    visibility: visible
}

.test-btn-group>.btn-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.test-display-none {
    display: none;
}
.test-json-hint-box {
    margin-top: 10px;
}
@font-face {
    font-family: ZenIcon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/zenicon.eot?v=2.2.0);
    src: url(../fonts/zenicon.eot?#iefix&v=2.2.0) format('embedded-opentype'), url(../fonts/zenicon.woff?v=2.2.0) format('woff'), url(../fonts/zenicon.ttf?v=2.2.0) format('truetype'), url(../fonts/zenicon.svg#regular?v=2.2.0) format('svg')
}
@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    ::-webkit-scrollbar-button {
        width: 0;
        height: 0
    }

    ::-webkit-scrollbar-button:end:increment, ::-webkit-scrollbar-button:start:decrement {
        display: block
    }

    ::-webkit-scrollbar-button:vertical:end:decrement, ::-webkit-scrollbar-button:vertical:start:increment {
        display: none
    }

    ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-track:vertical {
        border-color: transparent;
        border-style: solid
    }

    ::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    ::-webkit-scrollbar-thumb {
        min-height: 28px;
        background-color: rgba(0, 0, 0, .2);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 5px;
        -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, .4);
        -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35)
    }

    ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-track:vertical {
        border-width: 0
    }

    ::-webkit-scrollbar-track:hover {
        background-color: rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
    }

    ::-webkit-scrollbar-track:active {
        background-color: rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07)
    }
}

