.slide {
    width: 24px !important;
}

.modal-inside-overlay {
    background: #000;
    opacity: 0.2;
}

.gutter-vertical {
    cursor: row-resize;
    background: repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(207, 207, 207) 6px,
            rgb(207, 207, 207) 2px
    );
    height: 7px !important;
}

.gutter-horizontal {
    cursor: row-resize;
    background: repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(207, 207, 207) 6px,
            rgb(207, 207, 207) 2px
    );
}

/* Codemirror colors */
.CodeMirror-hints {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 2px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    border-radius: 3px;
    border: 1px solid silver;
    background: #fff;
    font-size: 90%;
    font-family: monospace;
    max-height: 20em;
    overflow-y: auto
}

.CodeMirror-hint {
    margin: 0;
    padding: 0 4px;
    border-radius: 2px;
    white-space: pre;
    color: #000;
    cursor: pointer
}

li.CodeMirror-hint-active {
    background: #08f;
    color: #fff
}

.qv-autocomplete-container {
    z-index: 1200;
    width: 250px;
    padding: 1px;
    position: absolute;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .5);
    background: #fff;
    font-size: 12px;
    height: auto
}

.codearea-autocomplete-hints {
    list-style: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 20em
}

.codearea-autocomplete-hint {
    display: flex;
    padding: 0 4px;
    overflow: hidden;
    color: #595959;
    cursor: pointer;
    border-bottom: 1px solid #d9d9d9;
    height: 24px;
    line-height: 24px
}

.codearea-autocomplete-hint:last-child {
    border-bottom: none
}

.codearea-autocomplete-hint-active {
    background-color: rgba(0, 0, 0, .05)
}

.codearea-autocomplete-hint-text {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.codearea-autocomplete-hint-type {
    padding-left: 5px;
    flex: 0 0 auto;
    font-size: 10px
}

.codearea-autocomplete-hint-type.function {
    color: #6a8fde
}

.codearea-autocomplete-hint-type.field {
    color: #c96
}

.codearea-autocomplete-hint-type.measure {
    color: #99c
}

.codearea-autocomplete-hint-type.variable {
    color: #c9c
}

.codearea-autocomplete-hint-type.keyword {
    color: #6a8fde
}

.CodeMirror {
    font-family: monospace;
    font-weight: 400;
    font-size: 14px;
}

.CodeMirror-line > span, .CodeMirror-line > span > span {
    -ms-user-select: text;
    user-select: text;
    -webkit-user-select: text
}

.CodeMirror-input-wrapper {
    overflow: visible !important
}

.CodeMirror-input-wrapper textarea {
    resize: none;
    border: none;
    font-family: Courier, monospace;
    font-weight: 400
}

.CodeMirror-input-wrapper.in-composition textarea {
    background-color: #fff;
    color: #000;
    line-height: 1.3em !important;
    height: 1.3em !important;
    font-size: 1em;
    z-index: 3;
    box-shadow: none;
    transition: none;
    overflow: hidden
}

body:not(:-moz-handler-blocked) .CodeMirror-input-wrapper.in-composition textarea {
    top: -1px
}

.CodeMirror-input-wrapper.in-composition ~ .CodeMirror-scroll .CodeMirror-cursor {
    display: none
}

.CodeMirror-text-in-composition {
    color: transparent
}

.qv-codearea-breakpoint {
    width: 20px;
    cursor: pointer
}

.qv-codearea-disabled .qv-codearea-breakpoint {
    cursor: default
}

.qv-codearea-breakpoint-marker {
    position: absolute;
    font-size: 22px;
    cursor: pointer
}

.qv-codearea-breakpoint-marker-enabled {
    color: #fab761
}

.qv-codearea-breakpoint-marker-disabled {
    color: #ccc
}

.qv-codearea-current-debug-line {
    background-color: #fab761
}

.qv-codearea-current-debug-line-error {
    background-color: #e64e4e
}

.qv-codearea {
    position: relative;
    height: 100%;
    font-family: Courier, monospace
}

.qv-codearea .cm-searching {
    background-color: #ffce26
}

.qv-codearea span.cm-current {
    background-color: #f8981d
}

.qv-codearea .CodeMirror {
    box-sizing: border-box;
    background: #fff;
    height: 100%;
    padding-bottom: 0;
    line-height: 17px
}

.qv-codearea.CodeMirror-gutters {
    background: #fafafa;
    border-right: none;
    z-index: 5
}

.qv-codearea .CodeMirror textarea {
    font-family: Courier, monospace
}

.qv-codearea .CodeMirror .CodeMirror-matchingbracket {
    color: red;
    font-weight: 700
}

.qv-codearea-help-mode .cm-function, .qv-codearea-help-mode .cm-keyword {
    cursor: pointer;
    text-decoration: underline
}

.qv-codearea-help-mode .CodeMirror-lines {
    background-color: #f2f2f2
}

.qv-codearea.qv-codearea-disable-selection .CodeMirror-selected {
    display: none
}

.syntaxContainerErrorMarkGeneral {
    border-bottom: 1px solid #e64e4e
}

.syntaxContainerErrorMarkSelected {
    position: relative;
    background: rgba(255, 0, 0, .15);
    border-bottom: 1px solid red
}

.touch-overlay {
    position: absolute;
    left: 60px;
    right: 0;
    top: 5px;
    bottom: 0;
    overflow: auto;
    z-index: 6;
    -webkit-overflow-scrolling: touch
}

.qv-codearea-help-mode .touch-overlay {
    display: none
}

.qv-codearea-touch-overlay-container {
    position: absolute;
    z-index: 8700000;
    right: 0;
    top: 0;
    bottom: 0
}

.qv-codearea-touch-overlay {
    background: transparent;
    -webkit-text-fill-color: transparent;
    font-family: Courier, monospace;
    font-size: inherit;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-left: 4px;
    padding-top: 4px;
    z-index: 8700000;
    line-height: 17px;
    resize: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    border: 0;
    margin: 0
}

.qv-codearea .cm-s-default span.cm-normaltext {
    color: #000
}

.qv-codearea .cm-s-default span.cm-string {
    color: #44751d
}

.qv-codearea .cm-s-default span.cm-number,
.qv-codearea .cm-s-default span.cm-operator {
    color: #000
}

.qv-codearea .cm-s-default span.cm-operator.CodeMirror-matchingbracket {
    color: #ffce26
}

.qv-codearea .cm-s-default span.cm-function,
.qv-codearea .cm-s-default span.cm-keyword {
    color: #6a8fde;
    font-weight: 700
}

.qv-codearea .cm-s-default span.cm-comment {
    color: grey;
    font-style: italic
}

.qv-codearea .cm-s-default span.cm-field {
    color: #c96;
    font-weight: 700
}

.qv-codearea .cm-s-default span.cm-measure {
    color: #99c;
    font-weight: 700
}

.qv-codearea .cm-s-default span.cm-variable {
    color: #c9c;
    font-weight: 700
}
