#gcode_editor {
    position: relative;
    width: 100%;
    height: 710px;
    font-size: 14px;
}

#editor_parent.has-changes #gcode_editor {
    height: 677px !important;
}

.editor-loading {
    padding: 8px 12px;
    background: #e9ecef;
    font-size: 16px !important;
}

.invalid-path {
    display: inline-block;
    position: relative;
    background: url("/css/error.gif") bottom repeat-x;
}

#editor_parent:not(.has-changes) #editor_newchanges {
    display: none;
}

#editor_newchanges {
    position: relative;
    width: 100%;
    z-index: 2;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    background-color: #f0f0f0;
}

#result_parent {
    position: relative;
}

#result_details {
    position: absolute;
    right: 7px;
    top: 7px;
    text-align: right;
    color: white; /* default color overridden by the text- class */
    font-family: "Consolas";
    font-size: 14px;
    z-index: 2;
}

#reset-camera-button {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 2;
    font-family: "Consolas";
    font-size: 14px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.tooltip-inner {
    max-width: 350px !important;
}

.custom-control label {
    user-select: none;
}

.recent-remove {
    cursor: pointer;
    float: right;
    margin-right: 7px;
}

#warnings-link {
    text-decoration: underline;
    cursor: pointer;
}