/*
####################################################################################################################
 Matrix Ace Source Theme
####################################################################################################################
*/
.sq-viper-ace-editor-textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 80px;
    padding: 8px;

    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;

    background-color: #f9f9f9;
    border: none;
    border-radius: 4px;

    resize: none;
}

.sq-viper-ace-editor-textarea-readonly {
    background-color: #ebebeb;
}

.sq-viper-ace-editor {
    width: 100%;
    min-height: 80px;

    border-radius: 4px;
}

.sq-viper-ace-editor.sq-viper-ace-editor-large {
    height: 1200px;
}

.sq-toggle-option-wrapper.sq-viper-ace-editor-switch {
    min-width: 102px;
    margin-left: 0;
}

.sq-viper-ace-editor .ace_search {
    z-index: 1001;
}

.sq-viper-ace-editor .ace_search.hidden {
    display: none;
}

.sq-viper-ace-editor .ace_search_field {
    width: 240px;
    margin: 0;
}

.sq-viper-ace-editor .ace_searchbtn,
.sq-viper-ace-editor .ace_replacebtn {
    min-width: 26px;
    padding: 0 5px;

    text-align: center;
}

.sq-viper-ace-editor .ace_searchbtn_close {
    position: relative;
    bottom: 3px;
}
