.ace_editor {
    font-family: 'Input', 'Fira Mono', "Source Code Pro", monospace;
    font-size: 12px;
    font-weight: 400;
    height: 400px;
    line-height: 20px;
    overflow: visible;
    width: 100%;
}

.ace-outer {
    background: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding: 6px;
}

.ace_gutter-layer {
    text-align: left;
}

.ace_gutter-cell {
    padding-left: 6px;
    padding-right: 6px;
}

.ace_gutter-cell.ace_info, .ace_gutter-cell.ace_error {
    background-position: 16px center;
}

.ace-tm .ace_gutter {
    background: #F7F9FA
}

.ace_gutter-cell {
    color: #4d4d4d
}

.ace-tm .ace_marker-layer .ace_active-line {
    background: #F7F9FA
}

.ace-tm .ace_gutter-active-line {
    background: #ebeced;
}

.ace-tm .ace_cursor {
    color: #82bb28;
}

.ace_multiselect .ace_cursor {
    border-left-width: 2px;
}

.ace_editor .ace_heading {
    color: #82bb28;
}

.ace_editor .ace_text {
    color: #333;
}

.ace_editor .ace_support.ace_function {
    color: #5e871c;
}

.ace-tm .ace_marker-layer .ace_selection {
    background: #dee0e0;
}

.ace-tm .ace_meta.ace_tag {
    color: #727272;
}

.ace-tm .ace_storage, .ace-tm .ace_keyword {
    color: green;
}

.ace-tm .ace_constant.ace_language {
    color: #82bb28;
}

#ace_text .ace_text-input {}

.ace-tm .ace_comment {
    color: #ababab;
}

.ace-tm .ace_support.ace_constant {
    color: #cc1778;
}

/* @mark Autocomplete Box */
.ace_editor.ace_autocomplete {
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .05), 0 1px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    margin-top: .5em;
    overflow: hidden;
}

.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {
    background-color: #ebeced;
}

.ace_editor.ace_autocomplete .ace_completion-highlight {
    color: #007ecd;
}

.ace_editor.ace_autocomplete .ace_line-hover {
    background-color: #d8d8d8;
    border: 0;
    cursor: pointer;
}

/* @mark Theme */
.ace-tm {
    background-color: #FFFFFF;
    color: #333;
    margin: 0;
    padding: 0;
}

.ace-tm .ace_variable {
    color: #82bb28;
}

.ace-tm .ace_support.ace_type {
    color: #333;
}

.ace-tm .ace_support.ace_class {}

.ace-tm .ace_constant {
    color: #F5871F;
}

.ace-tm .ace_constant.ace_numeric {
    color: #007ecd;
}

.ace-tm .ace_string {
    color: #528208;
}

.ace-tm .ace_storage, .ace-tm .ace_keyword {
    color: #007ecd;
}

/* @mark Search Box */
.ace_search.right {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .05), 0 1px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    padding: 10px;
    position: fixed;
    right: 15px;
    top: 15px;
}

.ace_search .ace_search_field {
    border: 0;
    border-right: 2px solid #ededed;
    font-weight: 400;
    margin-right: 10px;
    padding: 0;
}

.ace_search_form, .ace_replace_form {
    margin-bottom: 10px;
}

.ace_searchbtn {
    border: 0;
}

.ace_searchbtn.prev {
    padding-left: 12px;
    transform: rotate(90deg);
}

.ace_searchbtn.next {
    padding-right: 12px;
    transform: rotate(90deg);
}

.ace_searchbtn:last-child {
    border-radius: 0;
    border-right: 0 solid #cbcbcb;
}

.ace_search_options {
    height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.ace_button {
    border-radius: 3px;
    display: inline-block;
    height: 25px;
    line-height: 21px;
    margin-left: 5px;
    margin-top: 0 !important;
    min-width: 27px;
    padding: 0 !important;
    text-align: center;
}

.ace_button:first-child {
    margin-left: 0;
}

.ace_search_counter {
    height: 25px;
    line-height: 25px;
}

/* @mark Symbols */
.ace-outer .ace-symbols {
    -webkit-overflow-scrolling: touch;
    background: #20252b;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .05), 0 1px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    color: #fff;
    left: 50%;
    max-height: 80%;
    overflow-y: scroll;
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
    width: 60%;
}

.ace-symbols ul {
    list-style: none;
    margin: 5px 10px;
    padding: 0;
}

.ace-symbols ul li {
    border-bottom: 1px solid #181a1f;
    cursor: pointer;
    font-family: 'Input', 'Fira Mono', "Source Code Pro", monospace;
    font-size: 12px;
    padding: 5px 0;
}

.ace-symbols ul li:last-child {
    border: 0;
}

.ace-symbols ul li:after {
    clear: both;
    content: "";
    display: table;
}

.ace-symbols ul li div {
    color: #9ea5b2;
    display: inline-block;
    float: left;
}

.ace-symbols ul li span {
    color: #474C55;
    display: inline-block;
    float: right;
    font-family: 'Input', 'Fira Mono', "Source Code Pro", monospace;
}

.symbols-headline {
    font-weight: 600;
}

/*
.symbols-class:before, .symbols-function:before {
    content: "C";
    float: left;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #6ea914;
    background: #3c7b0f;
    width: 18px;
    height: 18px;
    line-height: 17.5px;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
}

.symbols-function:before {
    content: "{}";
    border: 1px solid #0e689e;
    background: #004280;
}
*/
.ace-symbols ul li.symbols-headline div {
    color: #fff;
}

.ace-symbols ul li.symbols-headline {
    margin-top: 20px;
}

.ace-symbols ul li.symbols-headline:first-child {
    margin-top: 0;
}
