/* Summernote CSS -----------------------------------*/

.note-editor.note-airframe, 
.note-editor.note-frame {
    background-color: #f4f5fb;
    border: 0;
    box-shadow: #dbdce2 2px 2px 0 0 inset;
}
.note-editor.note-airframe .note-toolbar, 
.note-editor.note-frame .note-toolbar {
    background-color: transparent;
    border: 0;
}
.note-editor.note-airframe .note-toolbar .btn:hover, 
.note-editor.note-airframe .note-toolbar .btn:focus, 
.note-editor.note-frame .note-toolbar .btn:hover,
.note-editor.note-frame .note-toolbar .btn:focus {
    color: #000;
    background-color: #fff;
}
.note-editor.note-airframe .note-editing-area .note-editable, 
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: transparent;
}
.note-editor .note-popover.popover .popover-content a {
    color: #0179c2;
}
.note-editor .note-popover.popover .popover-content > .note-btn-group {
    margin-left: 5px;
}