/* Summernote Additional CSS */
.note-editable{
   background: #fff;
}
.note-btn.dropdown-toggle:after {
   content: none;
}
.note-btn[aria-label="Help"]{
   display: none;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu{
   min-width: 185px;
}
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 100000 !important;
    background: #fff;
}
.note-modal {
    z-index: 10000!important;
}

.note-modal-content {
    padding-bottom: 10px;
}
.CodeMirror {
    min-height: 450px !important;

}
.modal-custom {
    max-width: 1000px;
}
