﻿.wrapper {
    background: #f9f3ee;
}

.editor-page {
    border: 1px solid #ccc;
    margin-top: 0px;
    padding: 10px;
    z-index: 99;
    position: relative;
}

.box-setting {
    min-height: 370px;
    /*background: #f3f5f8;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 80%);
    z-index: 999;
    padding: 15px;
        */
}

.rightEditor {
    /*margin: 63px 0 30px;*/
    background: #fff;
    padding: 0px 0px;
}

.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: 0px;
    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: absolute;
    width: 100%;
    background: #f7f7f7;
    z-index: 99;
}

.note-editor.note-frame .note-editing-area .note-editable {
    height: 56vh !important;
    margin-top: 43px;
}

.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 .modal-dialog, #PreviewPdf .modal-dialog{
    min-width: 95%;
}
#CustomeLetterModal .modal-footer, #PreviewPdf .modal-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 10px !important;
    background: #cccccc8a;
    border-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#CustomeLetterModal .filterCriteria {
    /*   margin-left: 25%;*/
}

#CustomeLetterModal .modal-header, #PreviewPdf .modal-header {
    background: #54c5cb;
    border-radius: 0;
    padding: 8px;
}

    #CustomeLetterModal .modal-header h5, #PreviewPdf .modal-header h5 {
        color: #fff;
        font-size: 14px;
    }

#CustomeLetterModal.modal .close, #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;
}

#CustomeLetterModal .form-group {
    margin-bottom:5px !important;
}

.tag-list-hr {
    margin: 5px 0;
    border: none;
    border-top: 1px solid #ccc;
}

#tagListContainer {
    font-size: 14px;
    margin-bottom: 10px;
}

.customeDiv {
    width:100%;
}

.tag-list-items {
    max-height: 63vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius:6px;
}

.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;
}

.tetlettertype {
    width:250px !important;
}

.pnlSet {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.hiddenfields{
visibility:hidden !important;
}

.note-modal {
z-index: 500000 !important;
}
.HighriseLetterBox {
    padding: 0px;
    border-radius: 10px;
    height: 82vh;
  
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.HighriseLetterBoxHeader {
    padding: 5px 10px;
    background: #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.HighriseLetterBoxBody {
    padding: 7px 10px 0px;
}
.pnlLetterConfig .HighriseLetterBoxHeader {
    background: rgba(40, 145, 244, 0.102);
    color: #2891f4;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}
.pnlTagDetails .HighriseLetterBoxHeader {
    background: #e7f9f9;
    color: #05958f;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}
.pnlLetterDetails .HighriseLetterBoxHeader {
    background: #fdf7e6;
    color: #a57d03;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}
.note-btn-group > .note-btn-group {
    margin-right: 0;
    max-width: 90px;
}
.note-btn {
    font-size:13px;
}
.helpTextCustome {
    color: #747474;
    display: block;
    margin-top: 3px;
    margin-left: 0px;
    font-size: 11px;
}
.HighriseLetterBoxBody label {
    font-size:11px;
}
.pnlTagDetails .note-btn {
    border: none;
}
    .pnlTagDetails .note-btn:hover {
        background:none;
    }
.pnlLetterConfig .HighriseLetterBoxBody {
    height: 446px;
    overflow-y: auto;
    overflow-x: hidden;
}
.note-btn i{
    margin-right:0px;
}
#highriseLetterTypeAdd {
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    background: #0485a3;
    color: #fff;
    padding: 1px 6px;
    border-radius: 7px;
    line-height: 16px;
}
    #highriseLetterTypeAdd:hover {
        background: #2891f4;
    }

.offcanvas-backdrop {
    z-index: 9999;
}
#offcanvasAddLetterType {
    z-index: 99999;
}

.offcanvas-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   
}
.offcanvas-footer {
    background: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#viewer { display:none; }
 
