@charset "UTF-8";
/* ############### FONTS IMPORT ############### */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

[id*="-table"] tr {
    cursor: pointer;
}

.alert-text {
    background-color: default;
}

.dark-theme .alert-text {
    color: #363f54 !important;
}

.row-leads-enquiry {
    background-color: #ffffff !important;
    height:auto;
    width:250px;
    min-height: 50px;
    overflow-y: hidden;
    word-wrap:break-word;
    /*border: none;*/
}

.dark-theme .row-leads-enquiry {
    background-color: #363f54 !important;
    height:auto;
    width:250px;
    min-height: 50px;
    overflow-y: hidden;
    word-wrap:break-word;
    /*border: none;*/
}

.head-filter {
    width: 100%;
    height: 100%;
    min-height: 55px;
    max-height: 55px;
    position: fixed;        
    background: #f6f4f2;
    box-shadow: 0px 0px 0px 0px #e5e4e2;
    padding: 10px 20px;
    z-index: 50;
    display: auto;
}

.head-filter {
    top: 63px;
    left: auto;
}

.dark-theme .head-filter {
    background: #363f54;
}

.ql-wrapper-hoh {
    background-color: #fff;
}

.ql-wrapper-hoh .ql-container {
    height: 250px;
}

.ql-wrapper-hoh .ql-editor {
    height: 100%;
    overflow-y: auto;
}

.div-hover div:hover {
    color: #031b4e;
    background-color: #eff3f7;
    cursor: pointer;
}

.dark-theme .div-hover div:hover {
    color: #031b4e;
    background-color: #343e53;
    cursor: pointer;
}

.hand-pointer {
    cursor: pointer;
}

#fld_note:disabled {
    background-color: #f6f4f2;
}

.dark-theme #fld_note:disabled {
    background-color: #363f54;
}

.hoh-text-primary {
    color: #0e4898;
}

/*
.hoh-text-primary {
    color: #293629;
}

.dark-theme .hoh-text-primary {
    color: #016501;
}
*/

@media (min-width: 1200px) {
    .ql-wrapper-hoh {
        width: 100%;
    }
}