﻿.ace_status-indicator {
    color: gray;
    position: absolute;
    right: 30px;
    border-left: 1px solid;
}

/* .ace_text-input {
    z-index: 10!important;
    opacity: 1!important;
    background: rgb(84, 0, 255)!important;
    color: rgb(255, 255, 255)!important;
    width: 10em!important;
}*/

.text-input-debug {
    height: 100px !important;
    position: absolute !important;
    transform: none !important;
    top: 0px !important;
    left: 7px !important;
    width: 260px !important;
    z-index: 1000 !important;
    opacity: 1 !important;
    font-size: 1em !important;
}

.k-scriptbox {
    margin: 0;
    padding: 0;
}

.k-scriptbox-toolbar {
    padding: 0;
    cursor: default;
}

    .k-scriptbox-toolbar .k-tool-text {
        display: none;
    }

    .k-scriptbox-toolbar .k-button-group {
        padding: 1px;
    }

        .k-scriptbox-toolbar .k-button-group > .k-group-end {
            margin-right: 6px;
        }

.k-scriptbox-editor {
    margin: 0;
    padding: 0;
}

.k-scriptbox-buttons {
    display: inline-block;
}

.k-scriptbox-button {
    margin: 2px;
    display: inline-block;
}

.k-scriptbox-findbar {
    display: none;
}

    .k-scriptbox-findbar.active {
        display: inline-block;
    }

.k-scriptbox-statusbar {
    padding: 2px;
    height:16px;
}

.k-scriptbox-statuslabel {
    display: inline-block;
    margin: 2px;
    padding: 2px;
}

.k-scriptbox-position {
    display: inline-block;
    margin: 2px;
    padding: 2px;
}

.k-scriptbox-linenumber {
    margin: 2px;
    display: inline-block;
}

.k-scriptbox-colnumber {
    margin: 2px;
    display: inline-block;
}

.k-scriptbox-save {
    background-image: url(icons/scriptbox/save.png);
    background-repeat: no-repeat;
}

.k-scriptbox-close {
    background-image: url(icons/scriptbox/close.png);
    background-repeat: no-repeat;
}

.k-scriptbox-undo {
    background-image: url(icons/scriptbox/undo.png);
    background-repeat: no-repeat;
}

.k-scriptbox-redo {
    background-image: url(icons/scriptbox/redo.png);
    background-repeat: no-repeat;
}

.k-scriptbox-about {
    background-image: url(icons/scriptbox/help.png);
    background-repeat: no-repeat;
}

.k-scriptbox-find {
    background-image: url(icons/scriptbox/find.png);
    background-repeat: no-repeat;
}

.k-scriptbox-replace {
    background-image: url(icons/scriptbox/replace.png);
    background-repeat: no-repeat;
}

.k-scriptbox-search {
    background-image: url(icons/scriptbox/search.png);
    background-repeat: no-repeat;
}

.k-scriptbox-jump {
    background-image: url(icons/scriptbox/jump.png);
    background-repeat: no-repeat;
}

.k-scriptbox-indent {
    background-image: url(icons/scriptbox/indent.png);
    background-repeat: no-repeat;
}

.k-scriptbox-reindent {
    background-image: url(icons/scriptbox/reindent.png);
    background-repeat: no-repeat;
}

.k-scriptbox-separator {
    background-image: url(icons/scriptbox/separator.png);
    background-repeat: no-repeat;
}
