.note-editor.note-frame.fullscreen {
    z-index: 99999999;
    background: #FFF;
}

.note-editing-area {
    background: #FFF;
    border: 1px solid rgb(219, 219, 219);
}

.note-editor.note-frame,
.note-editor .note-toolbar,
.note-editor.note-frame .note-statusbar {
    background: inherit;
    border: 0;
}

.panel-heading.note-toolbar {
    padding: 0 0 7px 0;
    border: 0 !important;
}

.note-editor .form-group {
    padding: 15px 10px 15px 15px;
}

.note-editor div.checkbox {
    padding: 0 20px;
}

.note-editor .btn {
    padding: 4px 12px;
    background-color: #e3e3e3;
}

.note-editor .btn:hover {
    background-color: #d3d3d3;
}

.note-image-input {
    border: 0;
}

textarea.summernote {
    min-height: 200px;
}

textarea.summernote.large,
textarea.summernote.extended {
    min-height: 400px;
}

.dropdown-nugget a {
    display: block;
    font-size: .9em;
    padding: .3em .4em;
    white-space: nowrap;
}

.dropdown-nugget a:nth-child(even) {
    background: #F9F9F9;
}

.dropdown-nugget hr {
    margin: .8em 0;
}

.note-editable .nugget {
    font-family: "Courier New";
}

.note-toggle {
    float: right;
}

.note-toggle .btn {
    background-color: transparent !important;
}

.note-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    transition: all .1s ease-in-out;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.note-overlay:hover {
    background: rgba(0, 0, 0, 0.1);
}

.note-editor .note-overlay .btn {
    background-color: #000;
    border: 2px solid #000;
    color: #FFF !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3em;
}