﻿.wrapper {
    background: #f9f3ee;
}

.editor-page {
    border: 1px solid #ccc;
    margin-top: 0px;
    padding: 10px;
    z-index: 99;
    position: relative;
}

.box-setting {
    position: fixed;
    top: 50px;
    background: #f3f5f8;
    min-height: 500px;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 80%);
    z-index: 999;
    padding: 15px;
}

.rightEditor {
    margin: 63px 0 30px;
    background: #fff;
    padding: 30px;
}

.footerFixed {
    position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 9999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.Etheading1 {
    font-size: 15px;
}

.list-group-item {
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .list-group-item:hover {
        z-index: 2;
        color: #a17e91;
        background-color: #f2ece8;
        border-color: #337ab7;
        border-radius: 8px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }

.list-group {
    margin-top: 16px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.f16 {
    font-size: 16px;
}

.editor-page {
    min-height: 80vh;
}

#editor-container {
    min-height: 80vh;
}

.ql-toolbar {
    position: fixed;
    width: 80%;
    top: 50px;
    left: 275px;
    background: #fff;
    z-index: 999;
}

    .ql-toolbar.ql-snow + .ql-container.ql-snow {
        border-top: 1px !important;
        border: 1px solid #ccc !important;
    }

#headings-container {
    max-height: 78vh;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

    #headings-container li {
        margin-bottom: 5px;
        padding: 5px;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        #headings-container li:hover {
            background: #ccc;
        }

.highlight {
    background-color: yellow;
}

#modalSlideLeft .modal-dialog {
    width: 90%;
    min-width: 90%;
}

.modal.fade.slide-right .close {
    position: absolute;
    top: 25px;
    right: 0;
    margin-right: 10px;
    z-index: 10;
    font-size: 35px;
}

.note-editor .note-toolbar, .note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    position: fixed;
    width: 73%;
    top: 50px;
    background: #fff;
    left: 26%;
    z-index: 99;
}

.note-editor.note-frame .note-editing-area .note-editable {
   height: 400px !important;
}

.note-table-popover {
    display: none !important;
}

#target {
    position: absolute;
    display: none !important;
    background: lightyellow;
    border: 1px solid #ccc;
    padding: 10px;
}

.highlight {
    background-color: yellow;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 347px;
}

.searchBGSet {
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    margin: 5px 5px 5px -8px;
    padding: 7px 0px 7px 6px;
    border-radius: 8px;
    background: #efefef;
    
}

    .searchBGSet .btn-info {
        margin-top: 1px;
    }

    .searchBGSet .form-control {
        height: 30px;
        border-radius: 5px;
    }

#CustomeLetterModal, #PreviewPdf .modal-dialog {
    min-width: 85%;
}
#CustomeLetterModal, #PreviewPdf .modal-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 10px !important;
    background: #cccccc8a;
    border-radius: 0;
}

#CustomeLetterModal, #PreviewPdf .filterCriteria {
    margin-left: 25%;
}

#CustomeLetterModal, #PreviewPdf .modal-header {
    background: #54c5cb;
    border-radius: 0;
    padding: 8px;
}

    #CustomeLetterModal, #PreviewPdf .modal-header h5 {
        color: #fff;
        font-size: 14px;
    }

#CustomeLetterModal, #PreviewPdf .modal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 4px !important;
    font-size: 22px;
    font-weight: 500 !important;
    margin-top: 0 !important;
    opacity: 1 !important;
}

.tag-list-hr {
    margin: 5px 0;
    border: none;
    border-top: 1px solid #ccc;
}

#tagListContainer {
    font-size: 14px;
    margin-bottom: 10px;
}

.customeDiv {
    width:255px;
}

.tag-list-items {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 5px;
}

.tag-list-item {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}
.tag-list-item:hover {
    background-color: #f8f9fa;
    color: #007bff;
    border-radius: 4px;
}

     
.tag-list-item:focus {
outline: none;
background-color: #e7f1ff;
color: #0056b3;
}

.no-data {
    padding: 5px;
    color: #888;
    font-style: italic;
    text-align: center;
}

