.note-editable > p {
    margin-top: .1em;
    margin-bottom: .75em;
}

.note-editor.note-frame {
    /*all: revert;*/
    margin-bottom: 3em;
}
.note-editor.note-frame, .note-editor.note-airframe {
    border: 1px solid #00000032;
}

.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable{
    position: relative;
    /*word-wrap: break-word !important;*/
    word-wrap: anywhere !important;
}

.note-frame {
    box-sizing: border-box;
    color: #000;
    font-family: sans-serif;
    border-radius: 4px;
}

.note-modal-content {
    z-index: 9999;
}

/*modal*/

.note-modal.open{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*div.note-modal-backdrop {*/
/*    display: none !important;*/
/*    opacity: 0 !important;*/
/*    z-index: 0;*/
/*}*/

/*.note-modal.open {*/
/*    padding-top: 200px;*/
/*}*/

.note-modal.open > .note-modal-content {
    max-height: 80%;
    min-height: 10em;
    margin: 0;
    overflow-y: auto;
}

.summernote-content br{
    min-height: 1em;
}

.summernote-content img.material-boxed {
    cursor: zoom-in;
}

@media only screen and (max-width: 600px) {
    .summernote-content img:not(.active) {
        width: 100% !important;
    }
    /*.summernote-content img:not(.note-icon, .zoom.active), .note-editor img:not(.note-icon, .zoom.active) {*/
    /*    width: 100% !important;*/
    /*}*/
    .summernote-content img {
        margin-right: 0px;
    }
    /*.summernote-content img.note-float-left:not(.active),*/
    /*.summernote-content img.note-float-right:not(.active)*/
    /*{*/
    /*    width: 100% !important;*/
    /*    margin-left: auto !important;*/
    /*    margin-right: auto !important;*/
    /*    display: block !important;*/
    /*}*/
}

@media only screen and (max-width: 973px) and (min-width: 601px) {
    .summernote-content img:not(.active) {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    .summernote-content img.note-float-left:not(.active),
    .summernote-content img.note-float-right:not(.active)
    {
        width: 49% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}

@media only screen and (min-width: 973px) {
    .summernote-content img {
        margin-right: 10px;
    }
}

.summernote-content table.table-bordered{
    margin-top: 1em;
}
.summernote-content table.table-bordered  tr{
    border: none;
}
.summernote-content table.table-bordered  td{
    padding: .5em .5em;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
}

/*// LIST*/
.summernote-content ul {
    list-style: revert;
}

.summernote-content ul > li {
    padding-left: 2em;
    list-style: revert;
}

.summernote-content  p {
    margin-top: .1em;
    margin-bottom: .75em;
}

.note-editing-area {
    background-color: white;
}
.note-editor.fullscreen .note-editing-area {
    background-color: lightgrey;
}

.note-editable.container-fluid{
    background-color: white;
}

.note-modal-body {
    overflow: auto !important;
    max-height: 300px !important;
}
.note-modal-footer {
    height: max-content;
}

.btn.btn-primary.note-btn.note-btn-primary {
    background-color: #1976D2 !important;
    margin-bottom: 1rem !important;

    height: 32.4px;
    line-height: 32.4px;
    font-size: 13px;

    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;

    font-size: 14px;
    outline: 0;

    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.note-palette-title {
    font-size: 1.5em;
    font-weight: 600;
}

.note-palette .btn.btn-light.btn-default{
    background-color: #1976D2;
    height: 3em;
}

.note-btn-group.note-color.note-color-all.open .note-dropdown-menu {
    padding: .2em;
    display: flex;
    flex-direction: row;
}
.note-btn-group.note-color.note-color-all.open .note-dropdown-menu .note-palette + .note-palette{
    margin-left: 1.25em;
    padding-left: 1.25em;
    width: calc( 160px + 1.5em + 2px);
    border-left: 1px solid #EEE;
}

.note-editor.note-frame .note-editing-area .note-editable ul {
    list-style: revert;
    padding-left: 2.5em;
}

.note-editor.note-frame .note-editing-area .note-editable ul > li {
    padding-left: .75em;
    list-style: revert;
}

.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
    border: 1px solid #BBB;
    padding: 5px 3px;
}

.note-frame .summernote-content p, .note-editable p{
    margin: 0;
}

.jtable-block {
    /*opacity: .1;*/
    background-color: transparent !important;
    border: 2px dashed rgba(167, 163, 255, .8) !important;
}

.summernote-content h1{font-size: 1.3em;}
.summernote-content h2{font-size: 1.2em;}
.summernote-content h3{font-size: 1.15em;}
.summernote-content h4{font-size: 1.1em;}
.summernote-content h5{font-size: 1em;}
.summernote-content h6{font-size: 1em;}

.note-editor .note-editable h1{font-size: 1.3em;}
.note-editor .note-editable h2{font-size: 1.2em;}
.note-editor .note-editable h3{font-size: 1.15em;}
.note-editor .note-editable h4{font-size: 1.1em;}
.note-editor .note-editable h5{font-size: 1.05em;}
.note-editor .note-editable h6{font-size: 1em;}

.note-editor .note-dropdown-item h1{font-size: 1.3em;}
.note-editor .note-dropdown-item h2{font-size: 1.2em;}
.note-editor .note-dropdown-item h3{font-size: 1.15em;}
.note-editor .note-dropdown-item h4{font-size: 1.1em;}
.note-editor .note-dropdown-item h5{font-size: 1.05em;}
.note-editor .note-dropdown-item h6{font-size: 1em;}