.image_error {
    color: red;
    margin-top: 5px;
    size: 16px;
}

.icon_action {
    font-size: 24px;
    color: #878a99;
    cursor: pointer;
}

.icon_action:hover {
    color: #3c8dbc;
}

label.error {
    color: red;
    font-size: 0.9em;
}

input.error {
    border-color: red;
}


/* summertext editor */
/* ------------------------- */
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    background-color: white;
}